菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-27
📄 Abstract - Reasoning that Travels: Dissecting How Chain-of-Thought Transfers Across Models

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.

顶级标签: llm natural language processing model evaluation
详细标签: chain-of-thought reasoning transfer cross-model analysis prefix trajectories 或 搜索:

推理的旅行:剖析思维链如何在模型间传递 / Reasoning that Travels: Dissecting How Chain-of-Thought Transfers Across Models


1️⃣ 一句话总结

这篇论文深入研究了大型推理模型生成的思维链(CoT)文本如何在不同的模型间传递并帮助对方解决问题,发现这种传递效果并非单一机制,而是包含了直接答案提取、推理引导和接收模型自身能力影响等多种不同的作用方式。

源自 arXiv: 2605.28913