paper-with-me

홈 › Papers

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, enabling cross-model reasoning transfer. Yet successful transfer alone does not reveal how the provided CoT contributes to another model's answer. We study this question with a controlled provider--receiver framework, where a provider generates a reasoning trace and a receiver solves the same problem from increasingly longer trace prefixes. We compare force-answer, where the receiver answers directly from the prefix, with free-generation, where it may continue reasoning before answering. Across models and benchmarks, full traces often transfer successfully, but prefix trajectories reveal distinct mechanisms. In force-answer mode, AIME transfer is largely driven by explicit answer availability. MMLU-Pro instead reflects a larger role for receiver competence, while ZebraLogic depends on partial structured-answer information rather than complete-answer leakage alone. In free-generation mode, partial CoTs improve performance across benchmarks, indicating that prefixes can guide continued reasoning. Finally, answer agreement among receivers provides a gold-free signal for stopping provider reasoning early. Overall, cross-model CoT transfer is not a single phenomenon: it can reflect answer extraction, reasoning scaffolding, or receiver-dependent competence.

📄 PDF Abstract BibTeX arXiv:2605.28913

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Long-Context Reasoning Through Proxy-Based Chain-of-Thought Tuning

2026-04-06 · Miao Li, Irina Saparina, Alexander Gurung, Mirella Lapata arxiv

Recent large language models support inputs of up to 10 million tokens, yet they perform poorly on long-context tasks that require complex reasoning. Such tasks can be solved using only a subset of the input -- a proxy c…

Reinforcement Learning

Fine-Tuned Thoughts: Leveraging Chain-of-Thought Reasoning for Industrial Asset Health Monitoring

2025-10-21 · Shuxin Lin, Dhaval Patel, Christodoulos Constantinides arxiv

Small Language Models (SLMs) are becoming increasingly popular in specialized fields, such as industrial applications, due to their efficiency, lower computational requirements, and ability to be fine-tuned for domain-sp…

Knowledge DistillationQuestion Answering

SafeRBench: Dissecting the Reasoning Safety of Large Language Models

2025-11-19 · Xin Gao, Shaohan Yu, Zerui Chen, Yueming Lyu 외 arxiv

Large Reasoning Models (LRMs) have significantly improved problem-solving through explicit Chain-of-Thought (CoT) reasoning. However, this capability creates a Safety-Helpfulness Paradox: the reasoning process itself can…

L2V-CoT: Cross-Modal Transfer of Chain-of-Thought Reasoning via Latent Intervention

2025-11-22 · Yuliang Zhan, Xinyu Tang, Han Wan, Jian Li 외 arxiv

Recently, Chain-of-Thought (CoT) reasoning has significantly enhanced the capabilities of large language models (LLMs), but Vision-Language Models (VLMs) still struggle with multi-step reasoning tasks due to limited mult…

Multimodal Reasoning

MIRAGE: Mobile Agents with Implicit Reasoning and Generative World Models

2026-06-03 · Zhichao Yang, Yuanze Hu, Haojie Hao, Longkun Hao 외 arxiv

Mobile agents are increasingly expected to operate everyday applications from screenshots and language goals, where reliable control requires reasoning over screen affordances, multi-step navigation, and future state cha…