SYNTHESIS NOTE
TopicsTest Time Computethis note

Do critique models improve diversity during training itself?

Explores whether critique integrated into the training loop, beyond test-time scoring, actively maintains solution diversity and prevents the model from converging too narrowly during iterative self-training.

Synthesis note · 2026-02-20 · sourced from Test Time Compute
How should we spend compute at inference time?

The intuitive framing of critique models is that they help at test time: the model generates, the critic scores, we select the best. But the more important finding from AutoMathCritique is that critique integrated into the training loop improves the actor model's exploration efficiency and solution diversity during training itself.

Without critique in the loop, iterative self-training suffers from "tail narrowing" — the model converges on a narrow distribution of solutions, becoming less able to explore diverse reasoning paths. The critique model counteracts this: by providing step-level feedback on exploration, it guides the actor toward high-quality paths it wouldn't have discovered alone, maintaining distributional breadth through training.

This connects to Does policy entropy collapse limit reasoning performance in RL?: critique models are a way to maintain entropy — the exploration needed for continued improvement — without relying solely on architectural entropy management (Clip-Cov, KL-Cov). The critique is an external signal that prevents premature convergence.

The implication: critique models are training infrastructure as much as inference infrastructure. Evaluating them only on test-time accuracy misses their more fundamental role.

Inquiring lines that read this note 82

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do self-generated feedback mechanisms enable effective model learning? Can prompting strategies overcome LLM biases without model fine-tuning? When does optimizing for quality undermine the value of diversity? How do training data properties shape reasoning capability development? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Can prompting inject entirely new knowledge into language models? How do training priors constrain what context information can override? How can AI systems learn from failures without cascading errors? Can AI-generated outputs constitute genuine knowledge or valid claims? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? Why do LLM research ideas score high on novelty yet collapse into low diversity? What structural factors drive popularity bias in recommendation systems? What determines success in training models on multiple tasks? How can process reward models supervise complex reasoning traces? Can ensemble evaluation methods reduce bias more than single judges? How does objective evolution guide discovery better than fixed planning? What properties determine whether reward signals teach genuine reasoning? How does test-time aggregation affect reasoning correctness and reliability? Can alternative training methods improve on supervised fine-tuning for language models? Why does self-revision increase model confidence while degrading accuracy? What are the consequences of models training on synthetic data? How do we evaluate AI systems when user perception misleads actual performance? Why does verification consistently lag behind AI generation? How do evaluation biases undermine LLM quality assessment systems? Does self-reflection enable models to reliably correct their errors? What makes weaker teacher models effective for stronger student training? How should inference compute be adaptively allocated based on prompt difficulty? Why do reasoning models fail at systematic problem-solving and search? Why do continual learning scenarios trigger catastrophic forgetting and interference? Do corrupted reasoning traces serve as effective supervision signals?

Related concepts in this collection 5

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
17 direct connections · 147 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

critique models improve exploration diversity during training not just test-time accuracy