LGAICLJul 15

Consensus as Privileged Context for Label-Free Self-Distillation

arXiv:2607.1364322.8h-index: 5
Predicted impact top 2% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers training LLMs without labels, CANON provides a more effective way to leverage consensus, achieving strong gains with low compute.

CANON uses consensus among multiple LLM solutions to create dense token-level supervision for self-distillation, improving pass@1 by up to 12 points on math and science benchmarks, outperforming label-free RL by 6 points with 7x less compute, and matching gold-label methods on held-out tasks.

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 into training supervision. However, existing approaches use consensus only in restricted forms: as a filter that selects solutions for fine-tuning, as a preference between answers, or as a scalar reward for reinforcement learning, discarding most of the information that the agreeing solutions contain. We present CANON (Consensus-ANchored self-distillatiON), a label-free training method that turns consensus into dense, token-level supervision. For each unlabeled prompt, CANON samples multiple solutions, extracts the majority answer, and conditions a frozen snapshot of the model on a solution that reaches it; this consensus-anchored teacher then supervises the model on its own rollouts at every token. Experiments on mathematical and scientific reasoning benchmarks show that CANON improves pass@1 by up to 12 points, outperforming label-free reinforcement learning by 6 points at a seventh of its compute and approaching a teacher conditioned on gold solutions; trained on pooled unlabeled data, it transfers to held-out benchmarks, matching training methods that use gold labels. Analysis suggests that the improvements are not pure distribution sharpening: after training, the model solves problems it previously never solved in 32 attempts, and its majority vote itself becomes more accurate.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes