Search papers, labs, and topics across Lattice.
The paper introduces ANCORA, a novel framework where a language model learns to generate verifiable problems and solutions, using the feedback to improve itself without human supervision. ANCORA employs a two-level group-relative update, iterative self-distilled SFT, and a UCB-guided Curriculum DAG to stabilize training with sparse verifier feedback. Experiments on Verus show that ANCORA significantly outperforms SFT and PSV baselines, achieving 81.5% pass@1 in the test-time-training setting and demonstrating strong transfer learning capabilities.
Forget learning to answer – ANCORA shows language models can master verifiable reasoning by learning to *question* themselves.
We propose a paradigm shift from learning to answer to learning to question: can a language model generate verifiable problems, solve them, and turn the resulting feedback into self-improvement without human supervision? We introduce ANCORA, an anchored-curriculum framework in which a unified policy alternates between a Proposer that synthesizes novel specifications and a Solver that produces verified solutions. ANCORA rests on three load-bearing mechanisms: a two-level group-relative update that couples Proposer advantages across specifications with Solver advantages across solution attempts; iterative self-distilled SFT that projects the base model onto its valid-output manifold before RL; and a UCB-guided Curriculum DAG that grows only through strictly filtered, novel, Solver-verified specifications. These stabilizers are necessary because sparse verifier feedback otherwise drives Proposer collapse even under MLRL-aligned rewards. Instantiated in Verus, ANCORA lifts Dafny2Verus pass@1 from a 26.6% SFT baseline to 81.5% in the test-time-training setting under 0-shot evaluation, outperforming the PSV self-play baseline by 15.8 points despite PSV using 1-shot inference; in a separate transfer setting, training from Dafny2Verus seeds yields 36.2% and 17.2% pass@1 on held-out MBPP and HumanEval.