paper-with-me

홈 › Papers

The Chain Holds, the Answer Folds: Trace-Answer Dissociation in Reasoning Models Under Adversarial Pressure

2026-05-27 · Yubo Li, Ramayya Krishnan, Rema Padman arxiv

Reasoning models are evaluated on single-turn benchmarks but deployed in multi-turn dialogue, where users push back on correct answers. Under sustained adversarial pressure we find a previously undocumented failure mode: the chain-of-thought stays factually correct from first turn to last while the emitted answer flips wrong. We call this unfaithful capitulation (UC) and isolate it with a $2\times 2$ latent-versus-behavioral framework that flip-rate metrics and single-turn faithfulness probes both miss. Across three datasets (MT-Consistency, MMLU-Pro, GSM8K), the latent-correct rate at the behavioral flip clusters near 50% in think mode and collapses to 11-15% under no_think -- paired, within-model causal evidence that reasoning creates the gap. Across models the effect tracks the reasoning channel (high in Qwen3-32B and GPT-OSS-20B, low in inline-CoT Gemma-4-31B-it). An independent GPT-4o judge corroborates $86\%$ of UC labels; a token-level probe shows the answer-slot argmax is correct in $84\%$ of UC cells; and a naive trace-anchored defense backfires. We release all trajectories, traces, and judge labels.

📄 PDF Abstract BibTeX arXiv:2605.29087

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

StaR-KVQA: Structured Reasoning Traces for Implicit-Knowledge Visual Question Answering

2025-10-08 · Zhihao Wen, Wenkang Wei, Yuan Fang, Xingtong Yu 외 arxiv

Knowledge-based Visual Question Answering (KVQA) requires models to ground entities in images and reason over factual knowledge. Recent work has introduced its implicit-knowledge variant, IK-KVQA, where a multimodal larg…

Visual Question Answering

Reasoning Relay: Evaluating Stability and Interchangeability of Large Language Models in Mathematical Reasoning

2025-12-16 · Leo Lu, Jonathan Zhang, Sean Chua, Spencer Kim 외 arxiv

Chain-of-Thought (CoT) prompting has significantly advanced the reasoning capabilities of large language models (LLMs). While prior work focuses on improving model performance through internal reasoning strategies, littl…

Mathematical Reasoning

Reasoning that Travels: Dissecting How Chain-of-Thought Transfers Across Models

2026-05-27 · Xinyuan Cheng, Beiduo Chen, Philipp Mondorf, Barbara Plank arxiv

Large reasoning models (LRMs) often generate extensive chain-of-thought (CoT) traces before producing a final answer. As explicit textual artifacts, these traces can be passed to other models to solve the same task, enab…

TRACE the Evidence: Constructing Knowledge-Grounded Reasoning Chains for Retrieval-Augmented Generation

2024-06-17 · Jinyuan Fang, Zaiqiao Meng, Craig Macdonald

Retrieval-augmented generation (RAG) offers an effective approach for addressing question answering (QA) tasks. However, the imperfections of the retrievers in RAG models often result in the retrieval of irrelevant infor…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Better Accuracies, Worse Reasoning: A Step-Level Audit of Medical Chain-of-Thought Distillation

2026-05-27 · Zhaoyang Jiang, Xuanqi Peng, Fei Teng, Zhizhong Fu 외 arxiv

Chain-of-thought (CoT) distillation trains a smaller model to imitate a teacher's reasoning trace, but it is typically evaluated by final-answer metrics including accuracy. We ask whether gains in answer quality are acco…