CANON Improves LLM Reasoning with Label-Free Self-Distillation

John Gkountouras, Josip Juki\'c, Ivan Titov· July 16, 2026 View original

Summary

CANON (Consensus-ANchored self-distillatiON) is a new label-free training method that uses consensus from multiple LLM solutions as dense, token-level supervision to improve reasoning accuracy. It significantly outperforms existing label-free reinforcement learning methods and approaches gold-label training, even transferring to held-out benchmarks.

Improving the reasoning accuracy of large language models (LLMs) without relying on expensive human-labeled data is a significant challenge. While sampling multiple solutions and taking a majority vote is a reliable way to boost accuracy, existing methods often use this consensus signal in limited ways, such as filtering or scalar rewards, discarding much of its rich information. Researchers have introduced CANON (Consensus-ANchored self-distillatiON), a novel label-free training technique that transforms this consensus into dense, token-level supervision. For any given unlabeled prompt, CANON generates multiple solutions, identifies the majority answer, and then conditions a frozen version of the model on a solution that aligns with this consensus. This "consensus-anchored teacher" then supervises the model's own rollouts at every token, providing fine-grained guidance. Experiments on mathematical and scientific reasoning benchmarks demonstrated that CANON substantially improves pass@1 scores, sometimes by as much as 12 points. It significantly outperforms label-free reinforcement learning methods, achieving similar performance to models trained with gold labels but at a fraction of the computational cost. Analysis indicates that CANON doesn't just sharpen the distribution of existing knowledge; it enables the model to solve problems it previously couldn't, and its internal majority vote becomes more accurate post-training.

Why it matters

This method offers a cost-effective and powerful way to enhance LLM reasoning capabilities without the need for extensive human annotation, accelerating the development of more intelligent and reliable AI systems.

How to implement this in your domain

  1. 1Explore implementing CANON or similar self-distillation techniques for improving LLM performance in reasoning tasks.
  2. 2Investigate using consensus-based supervision to reduce reliance on costly human-labeled datasets.
  3. 3Apply token-level supervision strategies to fine-tune LLMs for specific domain reasoning.
  4. 4Benchmark current LLM reasoning pipelines against CANON's reported improvements to identify potential upgrades.

Who benefits

AI/ML ResearchSoftware DevelopmentEducationFinanceHealthcare

Key takeaways

  • CANON is a label-free self-distillation method that uses LLM consensus for token-level supervision.
  • It significantly improves reasoning accuracy on mathematical and scientific benchmarks.
  • CANON outperforms label-free reinforcement learning with less compute.
  • The method enables LLMs to solve previously unsolvable problems and improves their internal voting accuracy.

Original post by John Gkountouras, Josip Juki\'c, Ivan Titov

"arXiv:2607.13643v1 Announce Type: new Abstract: Sampling multiple solutions and returning the majority answer is among the most reliable ways to improve the reasoning accuracy of large language models without labels, and a growing family of methods converts this consensus signal…"

View on X

Originally posted by John Gkountouras, Josip Juki\'c, Ivan Titov on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses