Consensus as Privileged Context for Label-Free Self-Distillation
Summary
CANON (Consensus-ANchored self-distillatiON) is a novel label-free training method designed to enhance the reasoning accuracy of large language models. Unlike existing approaches that use consensus signals in limited ways—such as filters, preferences, or scalar rewards—CANON converts consensus into dense, token-level supervision. For each unlabeled prompt, the method samples multiple solutions, identifies the majority answer, and then conditions a frozen model snapshot on this consensus-anchored solution. This "teacher" model subsequently supervises the student model's own rollouts at every token. Experiments on mathematical and scientific reasoning benchmarks demonstrate that CANON boosts pass@1 by up to 12 points, surpassing label-free reinforcement learning by 6 points while using only a seventh of its computational resources. It also approaches the performance of teachers conditioned on gold solutions and transfers effectively to held-out benchmarks, matching methods that rely on gold labels. Analysis indicates the improvements extend beyond mere distribution sharpening, enabling the model to solve previously intractable problems and enhancing its majority vote accuracy.
Key takeaway
For Machine Learning Engineers aiming to enhance large language model reasoning without relying on extensive gold labels, CANON presents a compelling solution. You should consider implementing this label-free self-distillation method, as it significantly improves pass@1 scores on complex reasoning benchmarks. CANON offers a computationally efficient alternative, outperforming label-free reinforcement learning with substantially less compute. This approach allows you to achieve performance comparable to gold-label training methods, even transferring effectively to new, unseen problems.
Key insights
CANON utilizes token-level consensus as dense supervision for label-free LLM self-distillation, significantly boosting reasoning accuracy.
Principles
- Consensus provides rich, token-level supervision.
- Self-distillation can effectively transfer consensus knowledge.
- Majority voting improves LLM reasoning without labels.
Method
CANON samples multiple LLM solutions, identifies the majority answer, and uses a frozen, consensus-anchored model as a teacher to provide token-level supervision for self-distillation.
In practice
- Apply CANON for label-free LLM fine-tuning.
- Use consensus-anchored teachers for dense supervision.
- Improve reasoning accuracy on math/science tasks.
Topics
- Large Language Models
- Self-Distillation
- Consensus Reasoning
- Label-Free Training
- Mathematical Reasoning
- Scientific Reasoning
Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.