SYNTHESIS NOTE
TopicsReasoning by Reflectionthis note

Does teacher-refined data always improve student model performance?

Explores whether higher-quality training data from teacher models uniformly benefits student models, or if compatibility with the student's current learning state matters for effective instruction.

Synthesis note · 2026-02-22 · sourced from Reasoning by Reflection
How do you build domain expertise into general AI models? How do you navigate synthesis across fragmented research topics?

Standard instruction tuning improvement pipelines assume: teacher refines training data → student trains on refined data → student improves. Selective Reflection-Tuning challenges this with a compatibility argument: data quality is relative to the student, not absolute. A response "improved" by a GPT-4 teacher may introduce knowledge complexity or reasoning patterns that conflict with the student's current knowledge state — producing degraded training signal despite being objectively higher quality.

The fix: after teacher refinement, have the student model evaluate each refined sample and decide whether to incorporate it. The student uses its own statistical profile as the selection criterion — what it finds tractable and useful given its current weights. Teacher-refined data the student can't process effectively is filtered out; compatible refinements are retained.

The underlying argument is metacognitive: the appropriate training signal for a model at capability level T is not the best possible response in absolute terms but the best response compatible with the model's current learning frontier. Overshoot in data quality creates a mismatch analogous to teaching advanced calculus before arithmetic is solid — the instruction is correct but the student can't absorb it.

This adds a dimension to the SFT quality literature. Correctness of training targets is necessary but not sufficient — compatibility with the specific student's current distribution is equally required. A data-quality pipeline that doesn't account for student compatibility will produce inconsistent results across different model sizes, initializations, and training stages.

Connects to Does supervised fine-tuning actually improve reasoning quality?: both identify SFT quality failures; this paper adds that even "better" data in absolute terms can degrade performance if the student-compatibility dimension is ignored.

Teacher benchmark scores don't predict teaching effectiveness (OpenThoughts): In SFT data curation for reasoning models, QwQ-32B outperforms DeepSeek-R1 as a teacher despite scoring lower on target reasoning benchmarks. This extends the student-compatibility argument: even the teacher dimension is not just about absolute quality. A weaker-performing model may produce responses whose reasoning patterns are more compatible with the student's learning frontier. Additional findings: quality source selection beats diversity (top 1-2 question sources > top 8-16), difficulty-based and response-length filtering outperform embedding-based or fastText filters, and sampling 16x answers per question is an effective scaling strategy — increasing dataset size 16x through multi-answer sampling drives significant gains.

Inquiring lines that read this note 66

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 alternative training methods improve on supervised fine-tuning for language models? Does fine-tuning modify underlying model capabilities or only behavioral outputs? How does memorization interact with learning and generalization? What are the consequences of models training on synthetic data? How does example difficulty affect learning efficiency in language models? Why does training format shape reasoning strategy more than domain content? What makes weaker teacher models effective for stronger student training? How can AI systems learn from failures without cascading errors? When does optimizing for quality undermine the value of diversity? How does test-time aggregation affect reasoning correctness and reliability? Why do continual learning scenarios trigger catastrophic forgetting and interference? How do training data properties shape reasoning capability development? Why do benchmark improvements fail to reflect actual reasoning quality? Do corrupted reasoning traces serve as effective supervision signals? What determines success in training models on multiple tasks? Can prompting inject entirely new knowledge into language models? How do training priors constrain what context information can override? How can AI agents autonomously learn and transfer skills across tasks? How does AI assistance affect human cognitive development and reasoning autonomy? How should personalization be implemented to improve AI assistant effectiveness? Can model confidence signals reliably improve reasoning quality and calibration? Do harness improvements transfer across model scales or memorize shortcuts?

Related concepts in this collection 2

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

Concept map
15 direct connections · 139 in 2-hop network ·dense 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

teacher-refined instruction data requires student-model selection because refinement compatibility depends on the student's current distribution