paper-with-me

홈 › Papers

Reasoning-Trace Collapse: Evaluating the Loss of Explicit Reasoning During Fine-Tuning

2026-05-20 · Lukas Twist, Helen Yannakoudakis, Jie M. Zhang arxiv

Explicit reasoning models are trained to produce intermediate reasoning traces before final answers, but downstream fine-tuning is often performed on ordinary instruction-response data that contains no such traces. We show that this mismatch can induce reasoning-trace collapse: a fine-tuned model continues to produce plausible final answers while losing the structurally valid explicit reasoning traces that made it a reasoning model in the first place. We introduce a structural evaluation framework that separates answer correctness from reasoning-trace validity, measuring valid, empty, missing, and truncated reasoning alongside reasoning-conditioned task performance. Using this framework, we study four open-weight reasoning models and find that standard supervised fine-tuning can rapidly suppress valid reasoning traces, and that answer-only metrics can substantially obscure this failure: in several settings, performance conditional on valid reasoning remains high while the rate of valid reasoning falls sharply. We further show that simple loss-masking strategies can substantially mitigate collapse without requiring teacher-generated reasoning traces. These results suggest that evaluations of fine-tuned reasoning models should report structural reasoning reliability metrics in addition to final-answer performance, especially when adaptation data does not contain explicit reasoning traces.

📄 PDF Abstract BibTeX arXiv:2605.21127

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Collapse Grammar Optimizer: GH-Seed Trace Suppression Architecture

2025-04-30 · FlameSovereign Trace Grammar Release 2025 4 · FlameSovereign

A grammar-based optimizer preventing collapse through GH-trace lifecycle gating. This submission presents FlameSovereign's GHv1.0 seed, demonstrating trace stability under entropy pulse, adversarial spikes, and loss plat…

Do Theory of Mind Benchmarks Need Explicit Human-like Reasoning in Language Models?

2025-04-02 · Yi-Long Lu, Chunhui Zhang, Jiajun Song, Lifeng Fan 외

Theory of Mind (ToM), the ability to attribute mental states to others, is fundamental for human social intelligence and a critical capability for advanced Artificial Intelligence. Recent advancements in Large Language M…

AttributeReinforcement Learning (RL)

Joint Evaluation of Answer and Reasoning Consistency for Hallucination Detection in Large Reasoning Models

2025-06-05 · Changyue Wang, Weihang Su, Qingyao Ai, Yiqun Liu

Large Reasoning Models (LRMs) extend large language models with explicit, multi-step reasoning traces to enhance transparency and performance on complex tasks. However, these reasoning traces can be redundant or logicall…

DiagnosticHallucination

Beyond Accuracy: Measuring Bias Acknowledgment in Chain-of-Thought Reasoning for Responsible AI Evaluation

2026-06-13 · Xian Sun, Wei Gao, Yingshuo Wang, Lingdong Kong 외 arxiv

Reasoning models are increasingly used in settings where the final answer is not the only object of review: educational tools may show students intermediate steps, decision-support systems may require human oversight, an…

TTE-Flash: Accelerating Reasoning-based Multimodal Representations via Think-Then-Embed Tokens

2026-05-15 · Jianpeng Cheng, Xian Wu, Jiangfan Zhang, Wentao Bao 외 arxiv

Recent research has demonstrated that Universal Multimodal Embedding (UME) benefits significantly from Chain-of-Thought (CoT) reasoning. In this paradigm, a generative model produces explicit reasoning traces for a multi…