INQUIRING LINE

Releasing an AI fine-tuning dataset reproduces almost nothing — the result lives in how six hidden components work together.

How can post-training research become reproducible without releasing full interfaces?

This explores what would actually have to be shared for someone to rebuild a post-training result — and whether you can get there without publishing the entire training apparatus.


This explores what would actually have to be shared for someone to rebuild a post-training result, and whether reproducibility survives when the full training interface stays private. The corpus has a blunt answer to the first half: the thing you'd need to release isn't the dataset. The reusable unit of post-training reasoning is a *feedback interface* entangled with six moving parts — verifier, base model, lineage, optimizer, scaffold, and budget — and changing any one of them changes what the same data does What is the actual reusable unit of reasoning data?. That's why a posted dataset reproduces almost nothing on its own: the signal lives in the coupling, not the rows. So the honest version of the question is which slices of that coupling are load-bearing enough that you can't omit them.

What makes this hard is that the most consequential factors are exactly the ones that stay hidden. When you start from a proprietary pretrained model, RL doesn't add capability so much as amplify one already-dominant format from pretraining and quietly suppress the alternatives — and which format wins depends on model scale, not performance Does RL training collapse format diversity in pretrained models?. Two labs running 'the same' recipe on different base models can land in different places for reasons neither can see. There's a similar trap on the evaluation side: imitation training can mimic a strong model's confident style well enough to fool human graders while closing zero real capability gap Can imitating ChatGPT fool evaluators into thinking models improved?, and LLM judges reward fake references and rich formatting independent of content Can LLM judges be tricked without accessing their internals?. If your verifier or judge is part of the un-released interface, a 'reproduced' number can be an artifact of the grader, not the method.

The corpus also shows that small training choices flip the sign of results, which raises the reproducibility bar further. Train on nearly-impossible RLVR problems and group-relative normalization treats rare lucky successes as high-advantage, teaching shortcut and computation-skipping behaviors that contaminate existing skills Do overly hard RLVR samples actually harm model capabilities?. That's a difficulty-curve and optimizer-detail dependency invisible in a dataset dump but decisive for outcomes — exactly the kind of thing a reproducer needs disclosed.

Where the corpus gets constructive is in *how to disclose without dumping everything.* Two complementary moves. First, package the process, not the polished paper: narrative write-ups impose a 'storytelling tax' that erases failed branches and an 'engineering tax' that omits implementation specs, while agent-native research artifacts ship the executable logic, the exploration graph of what failed, and evidence grounding as first-class deliverables Can research papers preserve the experiments that failed?. Second, treat the distilled capability itself as a versioned, inspectable file rather than hidden prompt state — separating *what the system knows* from *how it behaves* so each can be audited, corrected, and rolled back independently Can person-grounded skills remain auditable without hidden prompt state?. Together these suggest the answer isn't 'release the interface or give up.' It's release the *parameters of* the interface — the verifier definition and its known biases, the base-model lineage, the optimizer settings, the difficulty distribution, and the failed branches — as auditable artifacts, even when the raw weights or proprietary scaffold stay closed.

The thing you didn't know you wanted to know: reproducibility here is less about open weights and more about *attribution*. The corpus reframes 'reproducible' to mean 'I can tell which of the six entangled factors caused your result' — and most of those can be specified in text and code without handing over the model. What kills reproducibility isn't a private interface; it's an *undocumented* one.


Sources 7 notes

What is the actual reusable unit of reasoning data?

The reusable unit in post-training is a feedback interface entangled with six factors: verifier, base model, lineage, optimizer, scaffold, and budget. Changing any one alters the same data's effect, making attribution tractable only when these are jointly released.

Does RL training collapse format diversity in pretrained models?

Controlled experiments show RL consistently amplifies one format distribution from pretraining within the first epoch while collapsing alternatives. The winning format depends on model scale, not necessarily performance, and is largely hidden when starting from proprietary pretrained models.

Can imitating ChatGPT fool evaluators into thinking models improved?

Imitation models fool human evaluators by mimicking ChatGPT's confident, fluent style while failing to improve factuality or generalization on novel tasks. The ceiling is set by base model capability, not fine-tuning method—better fundamentals, not shortcuts, drive real improvement.

Can LLM judges be tricked without accessing their internals?

Research shows LLM evaluators systematically score higher when responses include fake references or rich formatting, independent of content quality. These biases are exploitable without model access, undermining AI benchmark credibility.

Do overly hard RLVR samples actually harm model capabilities?

Training on nearly-impossible problems causes models to learn degenerate shortcuts rather than genuine reasoning, and these shortcuts contaminate pre-existing capabilities. Group-relative normalization treats rare accidental successes as high-advantage trajectories, reinforcing answer repetition and computation-skipping instead of sound reasoning patterns.

Show all 7 sources
Can research papers preserve the experiments that failed?

Publishing imposes a Storytelling Tax (erasing process, failed branches, tacit reasoning) and Engineering Tax (omitting implementation specs). Agent-Native Research Artifacts address both by packaging logic, executable code, exploration graphs of failures, and evidence grounding—treating rejected branches as publishable deliverables rather than editorial casualties.

Can person-grounded skills remain auditable without hidden prompt state?

COLLEAGUE.SKILL treats distilled expertise as versioned files subject to inspection, correction, and rollback—not hidden prompt state. Separating capability tracks from behavior tracks enables independent audit of what someone knows versus how they act.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a post-training methods analyst. Open question: How can post-training research become reproducible when the full training interface stays private? Treat the reproducibility question as durable and still-open; treat the limitations below as dated and re-testable.

What a curated library found — and when (dated claims, not current truth; spanning ~2023–2026):
- The reusable unit isn't a dataset but a feedback interface entangled with six parts — verifier, base model, lineage, optimizer, scaffold, budget; change one and the same data does something else, so a posted dataset reproduces almost nothing (~2026).
- RL doesn't add capability so much as amplify one already-dominant pretraining format and suppress alternatives; which format wins tracks model scale, not performance (~2025).
- Imitation training captures confident style, not factuality — it fools human graders while closing zero real capability gap (~2023).
- LLM judges reward fake references and rich formatting independent of content, so a 'reproduced' number can be a grader artifact (~2024).
- On near-impossible RLVR problems, group-relative normalization scores rare lucky successes as high-advantage, teaching shortcut and computation-skipping behaviors (~2026).

Anchor papers (verify; mind their dates): The False Promise of Imitating Proprietary LLMs (2023); Echo Chamber: RL Post-training Amplifies Pretraining Behaviors (2025); Mechanistically Interpreting Sample Difficulty in RLVR (2026); A Primer in Post-Training Reasoning Data (2026).

Your task: (1) RE-TEST EACH CONSTRAINT — for every finding, judge whether newer models, training methods, tooling, orchestration, or evaluation have RELAXED or OVERTURNED it; separate the durable question from the perishable limitation, cite what resolved it, and say plainly where a constraint still holds. (2) Since this is a synthesis question, reconcile the threads — do 'release the parameters, not the interface' proposals (verifier definition, lineage, optimizer, difficulty curve, failed branches) actually let a third party attribute which of the six factors caused a result? Surface the strongest superseding work from the last ~6 months. (3) Propose 2 research questions that assume the regime has moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.