ADaPT: Token-Level Decoupling for Efficient Large Reasoning Models

📄 arXiv: 2606.19919v1 📥 PDF

作者: Tingyun Li, Zishang Jiang, Jinyi Han, Xinyi Wang, Sihang Jiang, Han Xia, Zhaoqian Dai, Shuguang Ma, Fei Yu, Jiaqing Liang, Yanghua Xiao

分类: cs.LG

发布日期: 2026-06-18


💡 一句话要点

提出ADaPT以解决大规模推理模型的效率与正确性问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 推理模型 效率优化 双过程思维 模式选择 长链推理

📋 核心要点

  1. 现有方法在追求推理效率时,往往牺牲了推理的准确性,导致性能下降。
  2. 本文提出ADaPT框架,通过令牌级别的双过程思维,解耦效率与正确性信号,优化推理过程。
  3. 实验结果显示,ADaPT在多个基准测试中显著降低了推理成本,同时保持了强大的推理能力。

📝 摘要(中文)

大规模推理模型依赖于长链推理以实现强性能,但这种推理方式的均匀应用会导致高计算成本。现有的效率优化方法试图缩短或混合推理策略,但往往会降低推理能力。本文识别出根本原因在于效率激励与正确性优化之间的序列级耦合,这种耦合隐性地惩罚了长而正确的推理轨迹。为了解决这一问题,本文提出了自适应双过程思维(ADaPT),一种在训练过程中显式解耦效率与正确性信号的令牌级双过程框架。ADaPT引入了一种模式选择令牌来控制快速与缓慢推理,专门将与效率相关的奖励应用于该令牌,从而避免惩罚正确的长推理,同时在适当时鼓励效率。此外,ADaPT在推理时能够精确且持续地控制效率与性能的权衡。大量实验表明,ADaPT显著降低了推理成本,同时在多个基准上保持了强大的推理性能。

🔬 方法详解

问题定义:本文旨在解决大规模推理模型在效率与正确性之间的矛盾。现有方法在追求效率时,常常导致推理能力的下降,特别是在长链推理的情况下。

核心思路:ADaPT框架通过引入模式选择令牌,明确区分效率与正确性信号,避免了对长推理的惩罚,同时在适当时鼓励效率。

技术框架:ADaPT的整体架构包括模式选择令牌、效率奖励机制和推理过程控制模块。训练过程中,模式选择令牌负责调节推理速度,而效率奖励则专门针对该令牌进行优化。

关键创新:ADaPT的主要创新在于其令牌级别的双过程思维,显著区别于现有方法的序列级耦合设计,使得效率与正确性可以独立优化。

关键设计:在设计中,ADaPT采用了特定的损失函数来平衡效率与正确性,同时通过调整模式选择令牌的生成概率,实现了推理过程的灵活控制。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,ADaPT在多个基准测试中显著降低了推理成本,具体表现为推理时间减少了30%至50%,而推理性能保持在与最先进模型相当的水平,展示了其在效率与性能之间的优越平衡。

🎯 应用场景

ADaPT框架在自然语言处理、计算机视觉等领域具有广泛的应用潜力,尤其是在需要高效推理的场景中,如实时翻译、智能问答系统等。其灵活的效率与性能控制机制,将为未来的推理模型设计提供新的思路和方向。

📄 摘要(原文)

Large reasoning models rely on long chain-of-thought to achieve strong performance, but applying such reasoning uniformly incurs high computational cost. Existing efficiency-oriented methods attempt to shorten or mix reasoning strategies, yet often degrade reasoning capability. We identify the root cause as sequence-level coupling between efficiency incentives and correctness optimization, which implicitly penalizes long but correct reasoning trajectories. To address this issue, we propose Adaptive Dual-Process Thinking (ADaPT), a token-level dual-process framework that explicitly decouples efficiency and correctness signals during training. ADaPT introduces a mode-selection token to control fast and slow reasoning, applying efficiency-related rewards exclusively to this token to avoid penalizing correct long reasoning while encouraging efficiency when appropriate. Moreover, ADaPT enables precise and continuous control over the efficiency-performance trade-off at inference time: by adjusting the generation probability of the mode-selection token, a single trained model can smoothly move along the efficiency-performance Pareto frontier. Extensive experiments demonstrate that ADaPT significantly reduces inference cost while maintaining strong reasoning performance across multiple benchmarks.