SYNTHESIS NOTE
TopicsTraining Fine Tuningthis note

Does fine-tuning disconnect reasoning steps from final answers?

When models are fine-tuned on specific domains, do their chain-of-thought steps become less causally connected to their outputs? Three experiments test whether reasoning chains remain functionally faithful after training.

Synthesis note · 2026-02-22 · sourced from Training Fine Tuning
How should we spend compute at inference time? How do you build domain expertise into general AI models? How do you navigate synthesis across fragmented research topics?

The "Impact of Fine-Tuning on Chain-of-Thought Reasoning" paper reveals a dimension of SFT damage that InfoGain metrics miss: faithfulness. After fine-tuning, the reasoning steps in CoT outputs are less causally connected to the final answer. The model still generates reasoning chains — they just matter less for determining the output.

Three specific tests operationalize this:

Early Termination: truncate the CoT at step i and ask for the final answer. If truncation at an early step already produces the correct answer, only a fraction of the reasoning was faithful. Fine-tuned models show earlier convergence — their answers are "decided" before the reasoning chain finishes.

Paraphrasing: rephrase later reasoning steps. If the answer is invariant to paraphrasing, the reasoning was faithful (the argument matters, not the words). Fine-tuned models show less sensitivity to paraphrasing — suggesting the chain is performative rather than functional.

Filler Substitution: replace later reasoning steps with filler tokens ("..."). If the answer doesn't change, those steps weren't contributing. Fine-tuned models tolerate more filler substitution.

This extends the SFT accuracy trap in a critical direction. Does supervised fine-tuning actually improve reasoning quality? showed that SFT reduces the informativeness of reasoning steps. This paper shows SFT also reduces whether those steps actually influence the final answer at all. The model may generate a complete-looking chain, but the chain has been partially disconnected from the output it appears to support.

Smaller models (Llama-3-8B-Instruct) are more affected than larger ones (GPT-4), suggesting that larger models have sufficient capacity to maintain reasoning-output coupling even after fine-tuning. This connects to Do language models actually use their reasoning steps? — fine-tuning makes an already-fragile causal coupling even weaker. If Does chain-of-thought reasoning reveal genuine inference or pattern matching?, then fine-tuning further degrades faithfulness because the model learns domain-specific shortcuts that bypass the imitated reasoning pattern entirely — the chain was already performative, and fine-tuning makes it more so.

Inquiring lines that read this note 122

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.

Can graph structure and relationships fundamentally improve recommendation systems? What actually drives chain-of-thought reasoning improvements in language models? Why do reasoning models fail at systematic problem-solving and search? How do training data properties shape reasoning capability development? What capability tradeoffs emerge when scaling model reasoning abilities? Why do continual learning scenarios trigger catastrophic forgetting and interference? How can AI agents autonomously learn and transfer skills across tasks? How do LLMs distinguish causal reasoning from temporal and semantic associations? Do language model representations contain causally steerable task-specific features? How does latent reasoning compare to verbalized chain-of-thought? Does domain specialization cause models to lose capabilities elsewhere? What limits mechanistic interpretability's ability to characterize models? Does alignment training create blind spots in detecting genuine safety threats? Do reasoning traces faithfully represent or merely mimic actual model reasoning? Why do correct reasoning traces tend to be shorter than incorrect ones? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? What pretraining choices and baseline capability constrain reinforcement learning gains? Does reinforcement learning teach reasoning or just when to reason? Can AI-generated outputs constitute genuine knowledge or valid claims? What distinguishes dynamic from static grounding in dialogue systems? How does reasoning graph topology affect breakthrough insights and generalization? Can prompting inject entirely new knowledge into language models? How do interface design choices shape consciousness attribution? How can models identify insufficient information and respond appropriately without guessing? Do corrupted reasoning traces serve as effective supervision signals? How can humans calibrate appropriate trust in AI systems? What prevents language models from reliably adopting diverse personas? Why does finetuning cause catastrophic forgetting of model capabilities? How do knowledge graphs enable efficient multi-hop reasoning over alternatives? Is embodied interaction necessary for language meaning and genuine agency? How do transformer attention mechanisms implement memory and algorithmic functions? Can model confidence signals reliably improve reasoning quality and calibration? Why do benchmark improvements fail to reflect actual reasoning quality? How do training priors constrain what context information can override? Does self-reflection enable models to reliably correct their errors? How can identical external performance mask different internal representations? How should personalization be implemented to improve AI assistant effectiveness? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How do neural networks separate factual knowledge from reasoning abilities?

Related concepts in this collection 8

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

Concept map
16 direct connections · 143 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

fine-tuning degrades cot faithfulness independently of accuracy — reasoning steps influence final answers less after domain-specific training