COEC Improves LLM Pruning Accuracy with Orthogonal Compensation
Key takeaways
- COEC is a new training-free method for compensating performance loss after LLM structured pruning.
- It uses alternating left and right orthogonal rotations and singular value rescaling.
- COEC significantly improves perplexity and zero-shot accuracy across various LLMs.
- It enables more effective and accurate deployment of smaller, pruned LLMs.
Who benefits
Summary
COEC (Calibrated Orthogonal-Equivalence Compensation) is a new training-free framework for structured pruning of Large Language Models (LLMs) that significantly recovers performance loss. It applies alternating left and right orthogonal rotations to retained weights, optimizing on a Stiefel manifold and rescaling singular values, outperforming existing compensation methods across various LLM families and sparsity levels.
Why it matters
COEC offers a significant advancement in making large language models more efficient and cost-effective for deployment by recovering performance lost during structured pruning, enabling wider adoption of smaller, faster LLMs.
How to implement this in your domain
- 1Integrate COEC into your LLM structured pruning pipelines to improve post-pruning model accuracy.
- 2Benchmark COEC against current training-free compensation methods on your specific LLM architectures and tasks.
- 3Experiment with different sparsity levels to determine the optimal balance between model size reduction and performance recovery using COEC.
- 4Develop internal guidelines for applying COEC, considering its independence from the column pruning criterion, to various pruning strategies.
Original post by Peiqi Yu, Nam Ling, Wei Wang, Wei Jiang
"arXiv:2608.21142v1 Announce Type: new Abstract: Structured pruning reduces the size and inference cost of large language models (LLMs) by removing weight columns, but the resulting output error can degrade accuracy. Existing training-free compensation methods use an additive bias…"
View on XOriginally posted by Peiqi Yu, Nam Ling, Wei Wang, Wei Jiang on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools
Zapier vs. Tray: Enterprise Automation Platform Comparison for 2026
This post compares Zapier and Tray.io, evaluating which platform is better suited for enterprise automation needs by balancing power and ease of use. It argues that the best tools scale for complex requirements while remaining intuitive for all users.
Harmony Improves Protein-Ligand Flexible Docking with Torsional Diffusion
Researchers introduce Harmony, a harmonic torsional diffusion framework for flexible protein-ligand docking that explicitly accounts for the periodic geometry of angular variables. This method improves ligand pose accuracy and pocket all-atom reconstruction on benchmarks like PDBBind and enhances the physical validity of generated complexes on PoseBusters.
Multilingual Verifier Bias Impacts RLVR in LLM Mathematical Reasoning
A study reveals that exact-match verifiers in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs) exhibit significant language-dependent false-negative reward noise in multilingual mathematical reasoning. This bias, particularly pronounced in Japanese, stems from format and script variations, highlighting a cross-lingual selection bottleneck that impedes effective multilingual LLM training.