Diagnosing Harmful Continuation in Answer-Correct Long-CoT Training Traces
Chen He, Yuhao Wu, Lei Wang, Wenxuan Zhang, Fumin Shen
Abstract
Long chain-of-thought (CoT) traces are widely used as supervision for reasoning-oriented LLM SFT, yet answer-correct traces can still lead to markedly different fine-tuning outcomes. We study post-conclusion continuation in answer-correct long-CoT data: a continuation where the answer appears sufficiently supported, but the trace continues with additional reasoning that remains in the supervised target. To test its training effect, we use a delete-only editor to construct answer-preserving suffix removal and compare CoT-based SFT on the original and processed traces. We observe improved SFT outcomes after removing the editor-identified post-conclusion continuation, suggesting that this continuation is harmful to training in our setting. We therefore refer to this empirically supported phenomenon as harmful continuation. Beyond this intervention, we further characterize the removed post-conclusion continuation through uncertainty and hidden-state progress. We observe persistent local uncertainty together with weakened terminal-directional progress, forming an uncertainty--geometry mismatch. Finally, we instantiate Harmful Continuation Cut (HCC), a lightweight boundary proxy that approximates the editor-identified post-conclusion continuation boundary.
AI Impact Assessments
(1 models)Scientific Impact Assessment
Core Contribution
This paper identifies and characterizes "harmful continuation" in answer-correct long chain-of-thought (CoT) training traces used for supervised fine-tuning (SFT) of reasoning LLMs. The core insight is that even when a CoT trace arrives at the correct answer, the reasoning may continue beyond the point where the answer is sufficiently supported, and this post-conclusion continuation can degrade SFT outcomes. The authors provide: (1) an operational definition and diagnosis of post-conclusion continuation using a delete-only editor, (2) empirical evidence that removing this continuation improves SFT, (3) characterization of the phenomenon through an "uncertainty–geometry mismatch," and (4) a lightweight boundary proxy (HCC) that approximates editor-identified harmful continuation boundaries using a frozen 0.5B backbone.
The contribution is meaningful because it shifts the conversation from "is the answer correct?" to "where does useful reasoning end?" within answer-correct traces—a more granular and actionable perspective for reasoning data curation.
Methodological Rigor
The methodology follows a reasonable diagnostic pipeline: generate traces → partition via editor → characterize differences → build proxy. However, several concerns arise:
Reliance on the editor as oracle. The entire framework depends on Qwen3.5-27B as a "delete-only editor" to identify post-conclusion boundaries. The authors acknowledge this is not ground truth, but the circularity is notable: the editor's judgments define what is "removable," and then improvements from removing those portions validate the editor. There is no independent validation of boundary quality, and the editor's biases could systematically favor certain trace structures.
Limited experimental scope. The evaluation uses only 4,780 traces and tests on two backbone models (LLaMA3.2-3B and Qwen2.5-Math-7B). The Qwen2.5-Math-7B results show much smaller improvements and sometimes degradation (e.g., HCC drops MATH500 from 85.8 to 82.6 on T_Q), suggesting the phenomenon may not generalize robustly across model scales and capabilities. The benchmarks (MATH500, AMC23, GSM8K) are relatively standard and narrow.
Confounds with length. While the authors include a random cut baseline (Table 4), the comparison is insufficient for disentangling length effects from content effects. The editor-processed and HCC-processed traces are roughly half the length of originals (~1900 vs ~3500-5000 tokens). A more rigorous control would involve length-matched alternatives that remove different portions of the trace.
Uncertainty-geometry characterization. The "uncertainty–geometry mismatch" is descriptive rather than explanatory. The metrics (hidden displacement, forward progress) are computed using the terminal state of the trace as reference, which inherently biases against later segments. The authors note this but don't fully address whether the observed patterns are artifacts of the measurement framework.
Potential Impact
The practical value is clear: a lightweight 0.5B proxy that can process CoT training data to improve SFT outcomes, replacing a 27B editor at ~54× lower compute cost. This is relevant for the growing ecosystem of reasoning model training pipelines. The GRPO results (Table 3) suggesting benefits persist into RL training add practical significance.
However, the impact may be bounded by:
Timeliness & Relevance
The paper is highly timely. Long-CoT distillation and SFT are central to current reasoning model development (DeepSeek-R1, Qwen3, etc.), and the quality of training traces is a recognized bottleneck. The question of what makes a good reasoning trace for training is actively studied, and this paper contributes a specific, testable hypothesis about one failure mode.
Strengths
1. Well-structured diagnostic framework: The paper carefully separates the operational definition (editor-identified boundaries) from the empirical validation (SFT improvement) and the characterization (uncertainty-geometry analysis). This intellectual discipline is commendable.
2. Practical lightweight proxy: HCC achieves near-editor performance at vastly reduced compute, making it deployable at scale.
3. Cross-source transfer: Training HCC on one source model's traces and applying to another provides evidence against mere memorization of source-specific patterns.
4. Honest framing of limitations: The authors consistently note that their measurements are "diagnostic proxies rather than causal proof" and that the editor is "not a ground-truth oracle."
5. Informative case study: Figure 9 provides a compelling qualitative illustration of the harmful continuation phenomenon, showing a model entering an unproductive verification loop.
Limitations & Weaknesses
1. Weak results on stronger backbone: On Qwen2.5-Math-7B, Vanilla SFT already achieves 81.4% average, and HCC provides marginal or negative changes, undermining generality claims.
2. Single domain: All training and evaluation is on mathematical reasoning. The MMLU analysis (Figure 6) only tests whether math-trained models retain knowledge on other subjects, not whether harmful continuation exists in non-math traces.
3. No ablation of HCC components: The paper doesn't clearly show which components of HCC (latent regularization, uncertainty estimation, geometry estimation) contribute most to performance.
4. Editor consistency: No inter-annotator or cross-editor agreement analysis is provided. Using a different editor model could yield different boundaries and potentially different conclusions.
5. Statistical rigor: Main results (Table 2) report single-run pass@1 without confidence intervals or multiple seeds, making it difficult to assess significance, especially for small benchmark sizes like AMC23 (40 problems).
Overall Assessment
This is a focused, well-executed diagnostic study that identifies a specific and plausible failure mode in CoT SFT data. The practical contribution (HCC) is useful, and the conceptual framework is valuable for the community. However, the limited experimental scope, reliance on a single editor, inconsistent improvements on stronger backbones, and insufficient controls for length confounds temper the strength of the claims. The paper opens an interesting research direction but falls short of providing definitive evidence for the generality and mechanisms of harmful continuation.
Generated May 29, 2026
Comparison History (16)
KairosAgent addresses a broader and more impactful problem—cross-domain multimodal time series forecasting—with a novel agentic framework combining LLMs and TSFMs, reinforcement learning from forecasting, and demonstrated zero-shot performance gains. It has wider real-world applicability across many domains. Paper 1, while methodologically interesting in diagnosing harmful continuations in CoT training, addresses a narrower, more incremental concern in LLM fine-tuning data quality. Paper 2's framework-level contribution and cross-domain applicability give it greater potential for broad scientific impact.
Paper 1 addresses a critical, macroscopic problem in modern AI: model collapse and alignment in a multi-model ecosystem reliant on synthetic data. Its theoretical framework and counterintuitive findings regarding human curation offer broad implications for the future of foundation model training. Paper 2, while methodologically rigorous and practically useful for LLM fine-tuning, focuses on a much narrower data artifact (Long-CoT continuations), limiting its broader scientific impact compared to the systemic issues explored in Paper 1.
Paper 1 addresses a fundamental and broadly applicable issue in LLM training methodology—harmful continuation in chain-of-thought supervision—which affects the entire reasoning-LLM community. It provides novel diagnostic insights (uncertainty-geometry mismatch), a principled intervention, and a lightweight practical tool (HCC). Its findings could influence how training data is curated across many domains. Paper 2, while achieving strong benchmark results, is more narrowly focused on optimization problem solving and represents an incremental engineering contribution (clustering + skill distillation) within a specific application area, limiting its broader scientific impact.
Paper 1 introduces a broadly applicable systems technique (token-space compression) that can make CFG-constrained decoding practical at scale, with large empirical speedups and clear downstream impact on structured generation, tooling, and deployment cost. Its contributions are concrete, likely easy to integrate into existing grammar engines, and relevant to many production settings. Paper 2 offers valuable insights into long-CoT data quality and proposes a lightweight intervention, but its impact may be narrower and more sensitive to training setups and datasets. Overall, Paper 1 is more likely to shift practice widely.
Paper 1 is likely to have higher scientific impact because it targets a broadly relevant, timely core problem in LLM training: how supervision artifacts in long-CoT traces affect downstream model quality. It proposes an identifiable phenomenon (harmful continuation), a concrete intervention (suffix removal), mechanistic characterizations (uncertainty/hidden-state geometry), and a lightweight proxy (HCC), making it methodologically actionable and extensible across many LLM training settings. Paper 2 is impactful in education and provides large-scale evidence, but its domain specificity and system-dependent design reduce breadth and generalizability compared to Paper 1’s training-centric contribution.
Paper 2 addresses a fundamental and broadly applicable issue in LLM training—harmful continuation in chain-of-thought traces—that affects the entire reasoning-oriented SFT pipeline. Its findings about post-conclusion continuation being detrimental, the uncertainty-geometry mismatch characterization, and the lightweight HCC proxy have implications across all domains using long-CoT supervision. Paper 1, while technically solid, addresses a narrower problem (tool retrieval) with an incremental co-training approach. Paper 2's diagnostic insights and practical intervention are more likely to influence widespread LLM training practices.
While Paper 1 offers a valuable methodological critique of RAG evaluation, Paper 2 addresses a critical frontier in LLM development: training models with long chain-of-thought (CoT) reasoning. Identifying and mitigating 'harmful continuation' in CoT data directly improves Supervised Fine-Tuning (SFT) outcomes, offering immediate, actionable gains for building advanced reasoning models (akin to o1-style systems). Methods that directly boost model capabilities typically generate broader and more immediate scientific impact than evaluation standardizations.
Paper 2 is more novel and timely: it identifies and empirically validates a previously under-discussed failure mode in long-CoT supervised fine-tuning (harmful post-conclusion continuation) and proposes practical mitigations (suffix removal via an editor and a lightweight boundary proxy, HCC). The methodological design includes controlled ablations and mechanistic-style analyses (uncertainty + representation geometry), and the implications generalize broadly across LLM training, alignment, and dataset curation. Paper 1 is useful but primarily a benchmarking study with task-dependent conclusions, likely yielding narrower impact within EEG transformers.
Paper 2 addresses a fundamental and broadly applicable issue in LLM training methodology—identifying and mitigating harmful continuation in chain-of-thought supervision data. This has immediate implications for the rapidly growing field of reasoning-oriented LLM fine-tuning, affecting virtually all practitioners training with long-CoT data. The diagnostic framework and HCC method are generalizable across models and domains. Paper 1, while practically useful for game development, addresses a narrower application domain (part-controllable 3D generation) with more incremental contributions to the generative 3D modeling field.
VFEAgent addresses a high-impact practical problem—automating finite element analysis—with a complete end-to-end system that bridges multimodal AI and engineering simulation. This has broad real-world applications across mechanical, civil, and aerospace engineering, potentially transforming how engineers work. Paper 1, while methodologically interesting in diagnosing harmful continuation in CoT training traces, addresses a narrower technical issue within LLM training data curation. Its impact is more incremental and confined to the ML training pipeline, whereas Paper 2 opens a new application paradigm with cross-disciplinary reach.
Paper 2 has higher likely scientific impact: it identifies a subtle but consequential failure mode in long-CoT supervision (harmful post-conclusion continuation), demonstrates a causal training improvement via a controlled delete-only intervention, and offers mechanistic characterization plus a lightweight proxy (HCC). This is timely given broad reliance on CoT SFT and has implications across alignment, data curation, and training methodology for many LLM systems. Paper 1 is practical and useful for multi-agent context management, but is more incremental and narrower in scope.
Paper 2 is more scientifically impactful: it identifies and empirically validates a broadly relevant failure mode in long-CoT supervision (harmful post-conclusion continuation), provides a clean causal-style intervention (answer-preserving suffix deletion), and offers mechanistic characterization plus a lightweight practical proxy (HCC). This is novel, timely for reasoning SFT, and applicable across many model families and tasks. Paper 1 is primarily a technical report on training and releasing a competitive MoE coding model; valuable for engineering and open weights, but with less general methodological novelty and narrower cross-field impact.
NaRA addresses a fundamental limitation of applying existing PEFT methods to the emerging paradigm of diffusion LLMs, introducing a principled noise-aware adaptation mechanism with theoretical grounding and broad applicability across multiple benchmarks. The growing interest in diffusion-based language models makes this timely and potentially high-impact as it establishes a foundational PEFT approach for this new model class. Paper 1 makes a useful but narrower contribution focused on diagnosing a specific data quality issue in long-CoT training, with more limited generalizability.
Paper 2 is likely higher impact due to a more novel, broadly relevant finding for LLM training: even answer-correct long-CoT traces can be harmful because of post-conclusion continuation, and a concrete, lightweight mitigation (HCC) is proposed and empirically validated via controlled delete-only edits. This directly affects dataset construction and SFT practices across many reasoning tasks and model families, making it timely and widely applicable. Paper 1 is strong and useful for IR/evaluation, but its impact is narrower (literature search benchmarks and citation-ground-truth critique) and depends more on evaluation tooling choices than on a general training pathology.
DenseSteer introduces a novel concept ('Dense Reasoning') with a training-free inference-time framework that addresses the practical problem of improving small language model reasoning. It offers broader applicability and immediate practical utility for deploying efficient models. Paper 2, while methodologically interesting in diagnosing harmful continuations in CoT training data, addresses a more niche data-quality issue. DenseSteer's finding that denser reasoning steps matter more than more steps is a more foundational insight with wider implications for model design and deployment across the reasoning LLM community.
Paper 1 likely has higher impact: it introduces an end-to-end systems/architecture approach that converts token reduction into real wall-clock gains by keeping a contiguous compact pathway across encoder, projection, LLM prefill, and KV-cache—directly addressing a major deployment bottleneck for VLMs. Its contributions are broadly applicable to multimodal inference efficiency and hardware-aware model design, with clear real-world benefits (latency/memory reductions) and strong timeliness. Paper 2 is insightful and methodologically careful, but its scope is narrower (data/trace cleanup in Long-CoT SFT) and impact may be more incremental.