arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

大模型推理能力

大模型数学、逻辑、规划、多步推理和测试时计算能力。

至 收录 43857 信号源:cs.CL, cs.AI, cs.LG
2601.03682 2026-04-21 cs.CL cs.AI 93%

From Implicit to Explicit: Token-Efficient Logical Supervision for Mathematical Reasoning in LLMs

从隐式到显式:面向大语言模型数学推理的高效令牌逻辑监督

Shaojie Wang, Liang Zhang

机构 * Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州))

专题命中 数学推理 :reasoning(title,abstract);CoT(summary_cn,abstract);logical reasoning(abstract,abstract_cn);chain-of-thought(abstract)

AI总结 本文提出FSLR框架,通过显式监督提升大语言模型对逻辑关系的理解能力,实验显示其在推理准确率和训练效率上均优于CoT-SFT。

详情
AI中文摘要

近期研究表明,大语言模型在数学问题解决中表现出有限的逻辑推理能力,通常依赖模式匹配和记忆。我们系统分析了这一限制,聚焦于逻辑关系理解,发现与该能力相关的错误占错误预测的90%以上,而CoT-SFT未能显著减少这些错误。为解决这一瓶颈,我们提出First-Step Logical Reasoning (FSLR),一种轻量级训练框架,旨在提升逻辑关系理解。我们的关键发现是,第一步规划(确定使用哪些变量和操作)促使模型直接从问题陈述中推导出逻辑关系。通过在该步骤上训练模型,FSLR为逻辑关系理解提供显式监督,不同于CoT-SFT将此类关系隐式嵌入完整解决方案轨迹中。在多个模型和数据集上的广泛实验表明,FSLR在分布内和分布外设置下均优于CoT-SFT,平均提升分别为3.2%和4.6%。此外,FSLR的训练速度提高4-6倍,训练令牌消耗减少超过80%。

英文摘要

Recent studies reveal that large language models (LLMs) exhibit limited logical reasoning abilities in mathematical problem-solving, instead often relying on pattern-matching and memorization. We systematically analyze this limitation, focusing on logical relationship understanding, which is a core capability underlying genuine logical reasoning, and reveal that errors related to this capability account for over 90\% of incorrect predictions, with Chain-of-Thought Supervised Fine-Tuning (CoT-SFT) failing to substantially reduce these errors. To address this bottleneck, we propose First-Step Logical Reasoning (FSLR), a lightweight training framework targeting logical relationship understanding. Our key insight is that the first planning step-identifying which variables to use and which operation to apply-encourages the model to derive logical relationships directly from the problem statement. By training models on this isolated step, FSLR provides explicit supervision for logical relationship understanding, unlike CoT-SFT which implicitly embeds such relationships within complete solution trajectories. Extensive experiments across multiple models and datasets demonstrate that FSLR consistently outperforms CoT-SFT under both in-distribution and out-of-distribution settings, with average improvements of 3.2\% and 4.6\%, respectively. Moreover, FSLR achieves 4-6x faster training and reduces training token consumption by over 80\%.

URL PDF HTML 收藏
2604.22709 2026-04-28 cs.CL 92%

Thinking Without Words: Efficient Latent Reasoning with Abstract Chain-of-Thought

无需言语的思考:通过抽象链式推理实现高效潜在推理

Keshav Ramji, Tahira Naseem, Ramón Fernandez Astudillo

机构 * IBM Research AI(IBM人工智能研究院)

专题命中 数学推理 :chain-of-thought(title,summary_cn);reasoning(title,abstract);CoT(abstract,abstract_cn);分类 cs.CL

AI总结 本文提出Abstract Chain-of-Thought,通过离散潜在推理机制在训练后实现高效推理,减少推理token数量同时保持性能,发现抽象词汇的幂律分布。

详情
AI中文摘要

尽管长的显式链式推理(CoT)在复杂推理任务中表现良好,但在推理过程中生成成本高。非言语推理方法通过利用连续表示生成较短序列,但性能仍低于显式CoT。我们提出Abstract Chain-of-Thought,一种离散潜在推理后训练机制,语言模型在生成响应前从保留词汇生成短序列。为使先前未见的抽象token有用,我们引入一种类似策略迭代的预热循环,交替进行(i)通过掩码和监督微调从显式CoT瓶颈化,以及(ii)通过受约束解码训练模型仅凭提示生成抽象token。预热后,我们通过受约束解码的warm-started强化学习优化抽象序列生成。Abstract-CoT在数学推理、指令遵循和多跳推理中表现出可比性能,同时减少11.6倍的推理token,并在不同语言模型家族中泛化。我们还发现抽象词汇的幂律分布,类似于自然语言中观察到的分布,随着训练阶段演变。我们的发现突显了后训练潜在推理机制在通过学习的抽象推理语言实现高效推理的潜力。

英文摘要

While long, explicit chains-of-thought (CoT) have proven effective on complex reasoning tasks, they are costly to generate during inference. Non-verbal reasoning methods have emerged with shorter generation lengths by leveraging continuous representations, yet their performance lags behind verbalized CoT. We propose $\textbf{Abstract Chain-of-Thought}$, a discrete latent reasoning post-training mechanism in which the language model produces a short sequence of tokens from a reserved vocabulary in lieu of a natural language CoT, before generating a response. To make previously unseen ''abstract'' tokens useful, we introduce a policy iteration-style warm-up loop that alternates between (i.) bottlenecking from a verbal CoT via masking and performing supervised fine-tuning, and (ii.) self-distillation by training the model to generate abstract tokens from the prompt alone via constrained decoding with the codebook. After warm-up, we optimize the generation of abstract sequences with warm-started reinforcement learning under constrained decoding. Abstract-CoT achieves up to $11.6\times$ fewer reasoning tokens while demonstrating comparable performance across mathematical reasoning, instruction-following, and multi-hop reasoning, and generalizes across language model families. We also find an emergent power law distribution over the abstract vocabulary, akin to those seen in natural language, that evolves across the training phases. Our findings highlight the potential for post-training latent reasoning mechanisms that enable efficient inference through a learned abstract reasoning language.

URL PDF HTML 收藏
2606.22565 2026-06-23 cs.CL cs.AI cs.CV 新提交 92%

Look Light, Think Heavy: What Multimodal Chain-of-Thought Reasoning Can and Cannot Do

轻看,重思:多模态思维链推理能做什么和不能做什么

Zhuoran Jin, Kejian Zhu, Hongbang Yuan, Yupu Hao, Pengfei Cao, Yubo Chen, Kang Liu, Jun Zhao

机构 * The Laboratory of Cognition and Decision Intelligence for Complex Systems, Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所复杂系统认知与决策智能实验室) School of Artificial Intelligence, University of Chinese Academy of Sciences(中国科学院大学人工智能学院)

专题命中 数学推理 :CoT(summary_cn,abstract);reasoning(title,abstract);chain-of-thought(title,abstract);分类 cs.CL、cs.AI

AI总结 本文系统探究多模态思维链推理在12个感知与推理任务上的表现,发现CoT对感知任务有副作用,但对数学、科学等多图像推理有效,且现有开源多模态推理模型提升有限,视觉推理仍是瓶颈。

Comments ACL 2026

详情
AI中文摘要

思维链(CoT)已成为通过引发逐步思考来提高大型语言模型(LLMs)推理能力的标准方法,但其在多模态任务中的有效性仍不清楚。本文旨在系统探究关键问题:多模态思维链推理能做什么,它在哪些方面以及为什么表现不足?为此,我们使用14个非推理模型和8个推理模型,评估了跨感知和推理类别的12个多模态任务。我们的分析揭示了几个重要发现:(1)CoT并非免费的午餐,应根据每个任务的具体要求有选择地使用。对于感知任务,CoT可能导致不良副作用,如视觉定位和物体计数性能下降。相反,它对于涉及数学、科学和多图像推理的推理任务有效;(2)与原始模型相比,现有的开源多模态推理模型通常只带来微小的整体改进,可能是由于过度强调数学推理而牺牲了更广泛的能力;(3)视觉推理仍然是当前多模态CoT的关键瓶颈,因为模型表现出“轻看,重思”的模式,其中言语反思在推理过程中起伏,而视觉反思持续减弱。这些发现表明,虽然多模态CoT相对较好地处理了言语反思,但它缺乏在整个推理过程中保持深度视觉内省的能力。

英文摘要

Chain-of-Thought (CoT) has become a standard method for improving reasoning capabilities in large language models (LLMs) by eliciting step-by-step thinking, but its effectiveness in multimodal tasks remains unclear. In this paper, we aim to systematically investigate the key question: What can multimodal Chain-of-Thought reasoning do, and where and why does it fall short? To this end, we evaluate 12 multimodal tasks across perception and reasoning categories using both 14 non-reasoning models and 8 reasoning models. Our analysis reveals several important findings: (1) CoT is not a free lunch and should be used selectively depending on the specific requirements of each task. For perception tasks, CoT can lead to undesirable side effects, such as reduced performance in visual grounding and object counting. In contrast, it proves effective for reasoning tasks involving mathematical, scientific, and multi-image reasoning; (2) Compared to original models, existing open-source multimodal reasoning models often yield only marginal overall improvements, possibly due to an overemphasis on mathematical reasoning at the expense of broader capabilities; (3) Visual reasoning remains a key bottleneck for current multimodal CoT, as models exhibit a Look Light, Think Heavy pattern where verbal reflection rises and falls during reasoning, whereas visual reflection consistently diminishes. These findings suggest that while multimodal CoT handles verbal reflection relatively well, it lacks the ability to maintain deep visual introspection throughout the reasoning process.

URL PDF HTML 收藏
2607.27888 2026-07-31 cs.AI 新提交 92%

Not All Tokens Deserve Equal Credit: Counterfactual Sensitivity Credit Reallocation for Long-CoT Reasoning

并非所有 token 都应获得同等权重:面向长思维链(Long-CoT)推理的反事实敏感性权重重分配

Qiangqiang He, Zhongheng Wu, ZiJian Wang

机构 * State Key Laboratory for Novel Software Technology, Nanjing University(南京大学现代软件技术国家重点实验室) Institute of Wireless Communications Technology, Shanghai Jiao Tong University(上海交通大学无线通信技术研究所)

专题命中 数学推理 :CoT(title,title_cn);reasoning(title,abstract);verifier(abstract);分类 cs.AI

AI总结 针对长思维链推理中均匀分配 token 权重的缺陷,提出反事实敏感性权重重分配方法,在数学推理基准上优于 GRPO,验证了特权诱导方向不可靠的诊断。

Comments 20 pages, 6 figures, 11 tables

详情
AI中文摘要

带可验证奖励的强化学习(RLVR)是提升大语言模型长思维链(Long-CoT)推理能力的核心。GRPO 等无批评者方法将响应级奖励转换为优势值,并均匀分配给所有 token,忽略了它们对最终结果的贡献存在差异。在线自蒸馏(OPSD)则通过最小化非特权策略与特权自教师之间的前向 KL 散度,提供密集分布监督,隐含假设由此产生的似然变化编码了可靠的答案对齐信息。我们通过固定每个采样轨迹并在两种对立结果条件下重新评分来检验这一前提:一种断言正确,另一种断言错误。多数受影响 token 在两种条件下向同一方向变化,符号反转极少,且诱导的优化信号存在大量重叠;大的变化还集中在高度可替换的表层形式 token 上,而承载问题特定推理内容的 token 敏感性较低。这些发现表明,特权变化无法提供可靠的答案对齐方向,其幅度主要反映反事实敏感性而非 token 级学习价值。基于这些观察,我们提出反事实敏感性权重重分配(CSCR),这是 GRPO 的简单扩展,它降低高敏感 token 的权重并重新归一化 token 级优势值,以保留原始权重预算和验证器确定的方向。在长思维链数学推理基准上,CSCR 在相同策略更新次数下始终优于 GRPO 基线;针对性消融进一步证实了我们的诊断:特权诱导的方向不可靠,适度降权最有效,更强的调制会破坏优化稳定性。

英文摘要

Reinforcement learning with verifiable rewards (RLVR) is central to improving long-CoT reasoning in large language models. Critic-free methods such as GRPO convert response-level rewards into advantages and uniformly broadcast them across tokens, overlooking their unequal contributions to the final outcome. On-policy self-distillation (OPSD) instead provides dense distributional supervision by minimizing the forward KL divergence between an unprivileged policy and a privileged self-teacher, implicitly assuming that the resulting likelihood shifts encode reliable answer-aligned information. We test this premise by fixing each sampled trajectory and re-scoring it under two opposing outcome conditions, one asserting correctness and the other incorrectness. Most affected tokens shift in the same direction under both conditions, with few sign reversals and substantial overlap in the induced optimization signals. Large shifts also concentrate on highly substitutable surface-form tokens, whereas tokens carrying problem-specific reasoning content are less sensitive. These findings show that privileged shifts fail to provide reliable answer-aligned directions, while their magnitudes primarily reflect counterfactual sensitivity rather than token-level learning value. Based on these observations, we propose Counterfactual Sensitivity Credit Reallocation (CSCR), a simple extension of GRPO that reduces credit for highly sensitive tokens and renormalizes token-level advantages to preserve both the original credit budget and verifier-determined direction. On long-CoT mathematical reasoning benchmarks, CSCR consistently outperforms GRPO baseline with the same number of policy updates. Targeted ablations further corroborate our diagnosis: privilege-induced directions are unreliable, moderate downweighting is most effective, and stronger modulation destabilizes optimization.

URL PDF HTML 收藏
2602.08324 2026-06-15 cs.LG 版本更新 92%

Towards Efficient Large Language Reasoning Models via Extreme-Ratio Chain-of-Thought Compression

通过极端比例思维链压缩实现高效大型语言推理模型

Yuntian Tang, Bohan Jia, Wenxuan Huang, Lianyue Zhang, Jiao Xie, Wenxi Li, Wei Li, Jie Hu, Xinghao Chen Rongrong Ji, Shaohui Lin

机构 * University of Science and Technology of China(中国科学技术大学)

专题命中 数学推理 :CoT(summary_cn,abstract);reasoning(title,abstract);chain-of-thought(title,abstract);分类 cs.LG

AI总结 提出Extra-CoT框架,通过极端比例压缩思维链、混合比例监督微调和约束层次化比率策略优化,在显著减少推理令牌的同时保持甚至提升推理准确率。

Comments Accepted to ICML 2026. 15 pages, 7 figures

详情
AI中文摘要

思维链推理成功增强了大型语言模型的推理能力,但推理时会产生大量计算开销。现有的思维链压缩方法在高压缩比下常遭受关键逻辑保真度的损失,导致性能显著下降。为实现高保真、快速推理,我们提出了一种新颖的极端比例思维链压缩框架,称为Extra-CoT,该框架在保留答案准确性的同时,激进地减少令牌预算。为了生成可靠的高保真监督,我们首先在带有细粒度标注的数学思维链数据上训练一个专用的语义保留压缩器。然后,通过混合比例监督微调对大型语言模型进行微调,使其学习遵循一系列压缩预算,并为强化学习提供稳定的初始化。我们进一步提出约束和层次化比率策略优化,通过层次化奖励明确激励在较低预算下的问题解决能力。在三个数学推理基准上的实验显示了Extra-CoT的优越性。例如,在MATH-500上使用Qwen3-1.7B,Extra-CoT实现了超过73%的令牌减少,同时准确率提升0.6%,显著优于最先进方法。我们的源代码已在https://github.com/Mwie1024/Extra-CoT发布。

英文摘要

Chain-of-Thought (CoT) reasoning successfully enhances the reasoning capabilities of Large Language Models (LLMs), yet it incurs substantial computational overhead for inference. Existing CoT compression methods often suffer from a critical loss of logical fidelity at high compression ratios, resulting in significant performance degradation. To achieve high-fidelity, fast reasoning, we propose a novel EXTreme-RAtio Chain-of-Thought Compression framework, termed Extra-CoT, which aggressively reduces the token budget while preserving answer accuracy. To generate reliable, high-fidelity supervision, we first train a dedicated semantically-preserved compressor on mathematical CoT data with fine-grained annotations. An LLM is then fine-tuned on these compressed pairs via a mixed-ratio supervised fine-tuning (SFT), teaching it to follow a spectrum of compression budgets and providing a stable initialization for reinforcement learning (RL). We further propose Constrained and Hierarchical Ratio Policy Optimization (CHRPO) to explicitly incentivize question-solving ability under lower budgets by a hierarchical reward. Experiments on three mathematical reasoning benchmarks show the superiority of Extra-CoT. For example, on MATH-500 using Qwen3-1.7B, Extra-CoT achieves over 73\% token reduction with an accuracy improvement of 0.6\%, significantly outperforming state-of-the-art (SOTA) methods. Our source codes have been released at https://github.com/Mwie1024/Extra-CoT.

URL PDF HTML 收藏
2605.29247 2026-05-29 cs.AI cs.CL cs.LG 92%

DenseSteer: Steering Small Language Models towards Dense Math Reasoning

DenseSteer: 引导小型语言模型进行密集数学推理

Yang Ouyang, Shuhang Lin, Jung-Eun Kim

机构 * North Carolina State University(北卡罗来纳州立大学) Rutgers University(罗格斯大学)

专题命中 数学推理 :reasoning(title,abstract);math reasoning(title,abstract);CoT(abstract,abstract_cn);chain-of-thought(abstract)

AI总结 提出DenseSteer,一种无需训练的推理时引导框架,通过调节内部表征向密集推理模式靠拢,提升小型模型在多步数学推理中的准确性。

Comments ICML 2026

详情
AI中文摘要

大型语言模型(LLMs)展现出强大的链式推理(CoT)能力,而较小的模型(≤3B参数)在多步推理任务上表现显著不佳。基于对Qwen-2.5模型系列在数学推理基准上的实证分析,我们发现更熟练的推理与更少的推理步骤但每步更高的信息密度相关,我们将此属性称为密集推理。受此观察启发,我们提出了DenseSteer,一种无需训练的推理时引导框架,通过将内部表征调节至密集推理模式来增强小型模型的推理能力。实验表明,我们的方法在不增加词级负对数似然的情况下,持续提高了准确性,突显了密集推理作为数学问题求解的一种有效结构方法。

英文摘要

Large language models (LLMs) demonstrate strong chain-of-thought (CoT) reasoning abilities, while smaller models (<= 3B parameters) significantly underperform on multi-step reasoning tasks. Based on empirical analyses of the Qwen-2.5 model family on math reasoning benchmarks, we find that more proficient reasoning is associated with fewer reasoning steps but higher information density per step, a property we term Dense Reasoning. Motivated by this observation, we propose DenseSteer, a training-free inference-time steering framework that enhances small-model reasoning by modulating internal representations toward dense reasoning patterns. Experiments show that our method yields consistent accuracy improvements without increasing token-level Negative Log-Likelihood, highlighting dense reasoning as an effective structural approach to mathematical problem solving.

URL PDF HTML 收藏
2602.01982 2026-02-03 cs.CL 92%

S3-CoT: Self-Sampled Succinct Reasoning Enables Efficient Chain-of-Thought LLMs

S3-CoT:自采样简洁推理实现高效链式推理LLM

Yanrui Du, Sendong Zhao, Yibo Gao, Danyang Zhao, Qika Lin, Ming Ma, Jiayun Li, Yi Jiang, Kai He, Qianyi Xu, Bing Qin, Mengling Feng

机构 * Harbin Institute of Technology(哈尔滨工业大学) National University of Singapore(新加坡国立大学)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(title,abstract);分类 cs.CL

AI总结 S3-CoT通过自采样简洁推理实现高效链式推理LLM,解决冗余推理问题,提升模型性能与泛化能力。

详情
AI中文摘要

大型语言模型(LLM)配备链式推理(CoT)能够实现强大的性能,并提供了解LLM行为的窗口。然而,最近的证据表明,CoT能力的提升往往伴随着冗余的推理过程,这引发了关键问题:LLM能否获得类似人类系统1推理的快速思考模式?为探索此问题,我们的研究提出了一种基于激活引导的自采样框架,用于高效CoT学习。我们的方法可以从目标LLM自身诱导出风格一致且长度可变的推理轨迹,而无需任何教师指导,从而缓解了基于SFT方法的核心瓶颈——高质量监督数据的稀缺性。通过过滤数据并使用黄金答案,我们对高效CoT学习进行了SFT,实现了(i)类人双认知系统和(ii)渐进式压缩课程。此外,我们探索了一种自进化模式,在此模式中,SFT仅由长度可变变体的预测一致数据驱动,消除了对黄金答案的需求。在数学基准测试以及医学等跨领域泛化测试中,我们的方法在通用和R1型LLM上均实现了稳定的提升。我们的数据和模型检查点可在https://github.com/DYR1/S3-CoT上找到。

英文摘要

Large language models (LLMs) equipped with chain-of-thought (CoT) achieve strong performance and offer a window into LLM behavior. However, recent evidence suggests that improvements in CoT capabilities often come with redundant reasoning processes, motivating a key question: Can LLMs acquire a fast-thinking mode analogous to human System 1 reasoning? To explore this, our study presents a self-sampling framework based on activation steering for efficient CoT learning. Our method can induce style-aligned and variable-length reasoning traces from target LLMs themselves without any teacher guidance, thereby alleviating a central bottleneck of SFT-based methods-the scarcity of high-quality supervision data. Using filtered data by gold answers, we perform SFT for efficient CoT learning with (i) a human-like dual-cognitive system, and (ii) a progressive compression curriculum. Furthermore, we explore a self-evolution regime in which SFT is driven solely by prediction-consistent data of variable-length variants, eliminating the need for gold answers. Extensive experiments on math benchmarks, together with cross-domain generalization tests in medicine, show that our method yields stable improvements for both general and R1-style LLMs. Our data and model checkpoints can be found at https://github.com/DYR1/S3-CoT.

URL PDF HTML 收藏
2506.05331 2025-06-06 cs.CV 91%

MINT-CoT: Enabling Interleaved Visual Tokens in Mathematical Chain-of-Thought Reasoning

Xinyan Chen, Renrui Zhang, Dongzhi Jiang, Aojun Zhou, Shilin Yan, Weifeng Lin, Hongsheng Li

机构 * CUHK MMLab(香港大学MMLab)

专题命中 数学推理 :CoT(title,abstract);reasoning(title,abstract);chain-of-thought(title,abstract)

Comments Code is released at https://github.com/xinyan-cxy/MINT-CoT

详情
英文摘要

Chain-of-Thought (CoT) has widely enhanced mathematical reasoning in Large Language Models (LLMs), but it still remains challenging for extending it to multimodal domains. Existing works either adopt a similar textual reasoning for image input, or seek to interleave visual signals into mathematical CoT. However, they face three key limitations for math problem-solving: reliance on coarse-grained box-shaped image regions, limited perception of vision encoders on math content, and dependence on external capabilities for visual modification. In this paper, we propose MINT-CoT, introducing Mathematical INterleaved Tokens for Chain-of-Thought visual reasoning. MINT-CoT adaptively interleaves relevant visual tokens into textual reasoning steps via an Interleave Token, which dynamically selects visual regions of any shapes within math figures. To empower this capability, we construct the MINT-CoT dataset, containing 54K mathematical problems aligning each reasoning step with visual regions at the token level, accompanied by a rigorous data generation pipeline. We further present a three-stage MINT-CoT training strategy, progressively combining text-only CoT SFT, interleaved CoT SFT, and interleaved CoT RL, which derives our MINT-CoT-7B model. Extensive experiments demonstrate the effectiveness of our method for effective visual interleaved reasoning in mathematical domains, where MINT-CoT-7B outperforms the baseline model by +34.08% on MathVista, +28.78% on GeoQA, and +23.2% on MMStar, respectively. Our code and data are available at https://github.com/xinyan-cxy/MINT-CoT

URL PDF HTML 收藏
2605.24286 2026-05-26 cs.LG cs.CL 91%

Faithfulness as Information Flow: Evaluating and Training Faithful Chain-of-Thought Reasoning

忠实性作为信息流:评估与训练忠实的链式思维推理

Jinghan Jia, Joe Benton, Eric Easley

机构 * Dept. CSE, Michigan State University(密歇根州立大学计算机科学系) Anthropic

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract,abstract_cn);verifier(abstract)

AI总结 通过信息流视角提出基于充分性、完整性和必要性的框架,结合熵、掩码KL和梯度诊断评估链式思维忠实性,并引入更新时干预(如注意力掩码、反向梯度掩码等)训练更忠实的推理模型。

详情
AI中文摘要

链式思维(CoT)推理仅在推理轨迹忠实反映产生最终答案的计算过程时,才有助于监控语言模型。然而,模型可能依赖绕过CoT的提示-答案捷径,使得可见的推理轨迹即使看似合理也具有误导性。我们通过结构化的信息流视角研究CoT忠实性:忠实推理应将答案相关信息通过从提示到CoT再到答案的中介路径路由,而非通过直接的提示-答案捷径。该视角产生了一个基于三个互补属性(充分性、完整性和必要性)的任务无关框架,我们使用基于熵的、掩码KL和基于梯度的诊断来实例化。我们表明,这些指标恢复了提示推理中外部判断的忠实性差异,并识别了基于KL的诊断中低熵失败模式,其中基于梯度的度量保持更稳定。基于此分析,我们引入了基于验证器的在线强化学习的更新时干预,包括注意力掩码、仅反向梯度掩码、CoT梯度以及提示表示的对抗扰动。在提示算术、可奖励黑客的代码修复以及未经提示训练但在错误提示注入下评估的DAPO-Math模型中,我们的干预将行为和结构指标转向更强的CoT中介。特别是,它们使捷径和奖励黑客行为在CoT中更加透明,并改善了任务无关的忠实性指标,同时在某些设置中也降低了对错误提示的敏感性。我们的结果表明,在训练期间控制信息流是通向更忠实和可监控的CoT推理的实用途径。代码见 https://github.com/safety-research/faithful-cot。

英文摘要

Chain-of-thought (CoT) reasoning is useful for monitoring language models only when the reasoning trace faithfully reflects the computation that produces the final answer. However, models can rely on prompt-to-answer shortcuts that bypass the CoT, making the visible reasoning trace misleading even when it appears plausible. We study CoT faithfulness through a structural information-flow perspective: faithful reasoning should route answer-relevant information through the mediated path from prompt to CoT to answer, rather than through a direct prompt-to-answer shortcut. This perspective yields a task-agnostic framework based on three complementary properties, sufficiency, completeness, and necessity, which we instantiate with entropy-based, masked-KL, and gradient-based diagnostics. We show that these metrics recover externally judged faithfulness differences in hinted reasoning, and identify a low-entropy failure mode of KL-based diagnostics where gradient-based measures remain more stable. Building on this analysis, we introduce update-time interventions for verifier-based on-policy RL, including attention masking, backward-only gradient masking, CoT gradients, and adversarial perturbations of prompt representations. Across hinted arithmetic, reward-hackable code repair, and DAPO-Math models trained without hints but evaluated under wrong-hint injection, our interventions shift behavioral and structural indicators toward stronger CoT mediation. In particular, they make shortcut and reward-hacking behavior more transparent in the CoT and improve task-agnostic faithfulness metrics, while in some settings also reducing wrong-hint susceptibility. Our results suggest that controlling information flow during training is a practical route toward more faithful and monitorable CoT reasoning. Code is available at https://github.com/safety-research/faithful-cot.

URL PDF HTML 收藏
2603.12529 2026-05-15 cs.LG cs.AI cs.CL 91%

TERMINATOR: Learning Optimal Exit Points for Early Stopping in Chain-of-Thought Reasoning

TERMINATOR: 在链式推理中学习最优退出点以实现早期停止

Alliot Nagle, Jakhongir Saydaliev, Dhia Garbaya, Michael Gastpar, Ashok Vardhan Makkuva, Hyeji Kim

机构 * UT Austin(得克萨斯大学) EPFL(苏黎世联邦理工学院) ENS Paris-Saclay(巴黎-萨克雷大学) Télécom Paris (IP Paris)(巴黎理工学院)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract,abstract_cn);分类 cs.CL、cs.AI、cs.LG

AI总结 本文提出TERMINATOR方法,通过预测模型最终答案的首次出现位置,学习最优推理长度,从而减少链式推理的计算量,提升推理效率。

Comments Updated and reorganized results. Added new results

详情
AI中文摘要

大型推理模型(LRMs)通过链式推理(CoT)在复杂推理任务中表现出色,但常因过度思考导致计算时间过长。本文提出TERMINATOR,一种在推理过程中提前退出的策略,通过预测模型首次生成最终答案的位置,构建最优推理长度数据集来训练模型。TERMINATOR在四个实际数据集上平均减少14%-55%的CoT长度,优于现有方法,并将推理延迟降低超过2倍。

英文摘要

Large Reasoning Models (LRMs) achieve impressive performance on complex reasoning tasks via Chain-of-Thought (CoT) reasoning, which enables them to generate intermediate thinking tokens before arriving at the final answer. However, LRMs often suffer from significant overthinking, spending excessive compute time even after the answer is generated early on. Prior work has identified the existence of an optimal reasoning length such that truncating reasoning at this point significantly shortens CoT outputs with virtually no change in performance. However, determining optimal CoT lengths for practical datasets is highly non-trivial as they are fully task and model-dependent. In this paper, we precisely address this and design Terminator, an early-exit strategy for LRMs at inference to mitigate overthinking. The central idea underpinning Terminator is that the first arrival of an LRM's final answer is often predictable, and we leverage these first answer positions to create a novel dataset of optimal reasoning lengths to train Terminator. Powered by this approach, Terminator achieves significant reductions in CoT lengths of 14%-55% on average across four challenging practical datasets: MATH-500, AIME 2025, HumanEval, and GPQA, while outperforming current state-of-the-art methods and reducing inference latency by more than 2x compared to the original LRM.

URL PDF HTML 收藏
2605.24867 2026-05-26 cs.AI cs.CL cs.NI 91%

Clustering as Reasoning: A $k$-Means Interpretation of Chain-of-Thought Graph Learning

聚类即推理:思维链图学习的 $k$-均值解释

Xuanting Xie, Zhaochen Guo, Bingheng Li, Xingtong Yu, Zhifei Liao, Zhao Kang, Yuan Fang

机构 * University of Electronic Science and Technology of China(电子科技大学) Singapore Management University(新加坡国立大学) Michigan State University(密歇根州立大学) The Chinese University of Hong Kong(香港中文大学)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract,abstract_cn);分类 cs.CL、cs.AI

AI总结 提出KCoT框架,通过将Transformer块与$k$-均值算法建立数学对应,将思维链推理与图表示学习统一,实现迭代语义-拓扑交互,在标准基准上超越现有方法。

Comments Accepted by ICML 2026

详情
AI中文摘要

思维链(CoT)提示在增强大型语言模型(LLMs)对文本属性图(TAGs)的推理能力方面显示出潜力。本文通过聚类即推理的原则重新审视基于CoT的图学习,提供了关于迭代推理如何在图结构数据上运行的$k$-均值解释。我们观察到现有的图CoT方法依赖于分离的架构和固定的图表示,限制了逐步的语义-拓扑交互和可解释性。为克服这一限制,我们提出了一个名为KCoT的统一框架,将CoT推理与图表示学习相结合。我们的关键理论结果揭示了Transformer块与$k$-均值算法之间的形式数学对应,使得推理可以被解释为迭代的分配和更新步骤。基于这一见解,我们引入了一个语义判别提示,明确将这些步骤形式化为结构化的CoT推理,并采用结构对齐策略将拓扑先验与演化的思维条件表示融合。在标准基准上的实验表明,与最先进的方法相比,该方法持续改进,验证了聚类作为基于CoT的图学习的原则性机制。

英文摘要

Chain-of-Thought (CoT) prompting has shown promise in enhancing the reasoning capabilities of large language models (LLMs) on text-attributed graphs (TAGs). This work reframes CoT-based graph learning through the principle of clustering as reasoning, offering a $k$-means interpretation of how iterative reasoning operates over graph-structured data. We observe that existing graph CoT methods rely on disjoint architectures and fixed graph representations, limiting step-by-step semantic-topological interaction and interpretability. To overcome this limitation, we propose a unified framework named KCoT that integrates CoT reasoning with graph representation learning. Our key theoretical result reveals a formal mathematical correspondence between a Transformer block and the $k$-means algorithm, allowing reasoning to be interpreted as iterative assignment and update steps. Based on this insight, we introduce a Semantic Discriminating Prompt that explicitly formulates these steps as structured CoT reasoning, together with a structure-grounded alignment strategy to fuse topological priors with evolving thought-conditioned representations. Experiments on standard benchmarks demonstrate consistent improvements over state-of-the-art methods, validating clustering as a principled mechanism for CoT-based graph learning.

URL PDF HTML 收藏
2509.16561 2025-09-23 cs.AI cs.CL 91%

SalaMAnder: Shapley-based Mathematical Expression Attribution and Metric for Chain-of-Thought Reasoning

Yue Xin, Chen Shen, Shaotian Yan, Xiaosong Yuan, Yaoming Wang, Xiaofeng Zhang, Chenxi Huang, Jieping Ye

机构 * Shanghai Jiao Tong University(上海交通大学) Alibaba Cloud Computing(阿里云计算)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract);math reasoning(abstract)

Comments accpeted by EMNLP 2025

详情
英文摘要

Chain-of-Thought (CoT) prompting enhances the math reasoning capability of large language models (LLMs) to a large margin. However, the mechanism underlying such improvements remains unexplored. In this paper, we present \textbf{SalaMAnder} (\textbf{S}h\textbf{a}p\textbf{l}ey-b\textbf{a}sed \textbf{M}athematical Expression \textbf{A}ttribution a\textbf{nd} M\textbf{e}t\textbf{r}ic), a theoretically grounded methodology as well as a mathematically rigorous evaluation metric for quantifying component-level contributions in few-shot CoT reasoning. Concretely, we leverage the Shapley value for mathematical expression attribution and develop an efficient stratified sampling algorithm that significantly reduces the computational complexity. Besides, we develop the \textbf{CoSP} (\textbf{C}ardinality \textbf{o}f \textbf{S}hapley \textbf{P}ositives) metric through covariance analysis. Comprehensive validation across popular LLM models and diverse mathematical benchmarks demonstrates that the CoSP metric within our SalaMAnder framework exhibits a robust monotonic correlation with model performance, not only providing theoretical explanations for the empirical success of existing few-shot CoT but also establishing mathematically rigorous principles for prompt construction optimization. Furthermore, we verify the reliability of the explanation, based on which we unify the insights of previous work.

URL PDF HTML 收藏
2406.09136 2024-11-01 cs.CL cs.LG 91%

Chain of Preference Optimization: Improving Chain-of-Thought Reasoning in LLMs

Xuan Zhang, Chao Du, Tianyu Pang, Qian Liu, Wei Gao, Min Lin

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract);logical reasoning(abstract)

Comments NeurIPS 2024

详情
英文摘要

The recent development of chain-of-thought (CoT) decoding has enabled large language models (LLMs) to generate explicit logical reasoning paths for complex problem-solving. However, research indicates that these paths are not always deliberate and optimal. The tree-of-thought (ToT) method employs tree-searching to extensively explore the reasoning space and find better reasoning paths that CoT decoding might overlook. This deliberation, however, comes at the cost of significantly increased inference complexity. In this work, we demonstrate that fine-tuning LLMs leveraging the search tree constructed by ToT allows CoT to achieve similar or better performance, thereby avoiding the substantial inference burden. This is achieved through Chain of Preference Optimization (CPO), where LLMs are fine-tuned to align each step of the CoT reasoning paths with those of ToT using the inherent preference information in the tree-search process. Extensive experimental results show that CPO significantly improves LLM performance in solving a variety of complex problems, including question answering, fact verification, and arithmetic reasoning, demonstrating its effectiveness. Our code is available at https://github.com/sail-sg/CPO.

URL PDF HTML 收藏
2606.13862 2026-06-15 cs.LG cs.AI cs.CL 新提交 90%

SuperThoughts: Reasoning Tokens in Superposition

SuperThoughts: 叠加中的推理令牌

Zheyang Xiong, Shivam Garg, Max Yu, Vaishnavi Shrivastava, Haoyu Zhao, Anastasios Kyrillidis, Dimitris Papailiopoulos

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) Microsoft Research(微软研究院) Independent(独立机构) Princeton University(普林斯顿大学) Rice University(莱斯大学)

专题命中 数学推理 :CoT(summary_cn,abstract);reasoning(title,abstract);chain-of-thought(abstract);分类 cs.CL、cs.AI、cs.LG

AI总结 提出SuperThoughts方法,通过将连续CoT令牌对压缩为单一潜在表示并利用多令牌预测模块解码,在保持训练监督的同时将推理吞吐量翻倍,实现约20-30%的CoT长度缩减且精度损失极小。

详情
AI中文摘要

长链思维(CoT)推理提升了LLM的问题解决能力,但由于顺序生成令牌导致计算成本高昂。尽管近期工作探索在连续潜在空间中进行推理以绕过离散令牌生成,但这些方法常面临训练稳定性问题,且因缺乏监督信号而难以扩展到复杂的长程任务。我们提出SuperThoughts,将连续的CoT令牌对压缩为单一潜在表示,并通过轻量级多令牌预测(MTP)模块每步解码两个令牌。这既在训练时保留了离散令牌监督,又在推理时使吞吐量翻倍。我们在Qwen2.5-Math-1.5B-Instruct、Qwen2.5-Math-7B-Instruct、Qwen2.5-Math-14B-Instruct上进行微调,并在MATH500、AMC、OlympiadBench和GPQA-Diamond上评估。通过基于置信度的自适应机制(在不确定时回退到标准解码),SuperThoughts实现了约20-30%的CoT长度缩减,同时保持精度,在大多数任务上仅下降1-2个准确率点。

英文摘要

Long Chain-of-Thought (CoT) reasoning improves LLM problem-solving but is computationally expensive due to sequential token generation. While recent works explore reasoning in continuous latent spaces to bypass discrete token generation, they often struggle with training stability and fail to scale to complex, long-horizon tasks due to lack of supervision signal. We propose SuperThoughts, which compresses pairs of consecutive CoT tokens into single latent representations and decodes two tokens per step via a lightweight Multi-Token Prediction (MTP) module. This preserves discrete token supervision at training time while doubling throughput at inference time. We finetune Qwen2.5-Math-1.5B-Instruct, Qwen2.5-Math-7B-Instruct, Qwen2.5-Math-14B-Instruct, and evaluate on MATH500, AMC, OlympiadBench, and GPQA-Diamond. With a confidence-based adaptive mechanism that falls back to standard decoding when uncertain, SuperThoughts achieves $\sim$20--30\% CoT length reduction while maintaining accuracy with minimal degradation (1-2 points accuracy drop on most tasks).

URL PDF HTML 收藏
2510.04573 2026-04-24 cs.LG cs.AI cs.CL 90%

LaDiR: Latent Diffusion Enhances LLMs for Text Reasoning

LaDiR:潜在扩散增强大语言模型进行文本推理

Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Nicklas Majamaki, Navdeep Jaitly, Yi-An Ma, Lianhui Qin

机构 * University of California, San Diego(加州大学圣迭戈分校) Apple(苹果公司)

专题命中 数学推理 :reasoning(title,abstract);CoT(abstract,abstract_cn);chain-of-thought(abstract);planning(abstract)

AI总结 LaDiR通过结合连续潜在表示的表达力与潜在扩散模型的迭代精炼能力,提升大语言模型在文本推理中的准确性、多样性和可解释性。

详情
AI中文摘要

大型语言模型(LLMs)通过链式思维(CoT)生成展现其推理能力。然而,LLM的自回归解码可能限制其全面回顾和精炼早期标记的能力,导致探索多样化解决方案的效率低下。本文提出LaDiR(潜在扩散推理器),一种新的推理框架,将连续潜在表示的表达力与潜在扩散模型的迭代精炼能力结合到现有LLM中。我们首先使用变分自编码器(VAE)构建结构化的潜在推理空间,将文本推理步骤编码为思想标记块,保留语义信息和可解释性,同时提供紧凑但具有表现力的表示。随后,我们利用潜在扩散模型,学习通过块级双向注意力掩码去噪块状潜在思想标记,实现更长的视野和适应性测试时间计算的迭代精炼。这种设计结合扩散推理期间的显式多样性指导,使生成多个多样化的推理轨迹,探索潜在空间的不同区域,而非产生重复的解决方案。我们在数学推理、代码生成和谜题规划基准上进行了评估。实验结果表明,LaDiR在准确性、多样性和可解释性上均优于现有的自回归、扩散基和潜在推理方法,揭示了通过潜在扩散进行文本推理的新范式。

英文摘要

Large Language Models (LLMs) demonstrate their reasoning ability through chain-of-thought (CoT) generation. However, LLM's autoregressive decoding may limit the ability to revisit and refine earlier tokens in a holistic manner, which can also lead to inefficient exploration for diverse solutions. In this paper, we propose LaDiR} (Latent Diffusion Reasoner), a novel reasoning framework that unifies the expressiveness of continuous latent representation with the iterative refinement capabilities of latent diffusion models for an existing LLM. We first construct a structured latent reasoning space using a Variational Autoencoder (VAE) that encodes text reasoning steps into blocks of thought tokens, preserving semantic information and interpretability while offering compact but expressive representations. Subsequently, we utilize a latent diffusion model that learns to denoise a block of latent thought tokens with a blockwise bidirectional attention mask, enabling longer horizon and iterative refinement with adaptive test-time compute. This design, combined with explicit diversity guidance during diffusion inference, enables the generation of multiple diverse reasoning trajectories that explore distinct regions of the latent space, rather than producing repetitive solutions as often occurs in standard autoregressive sampling. We conduct evaluations on a suite of mathematical reasoning, code generation and puzzle planning benchmarks. Empirical results show that LaDiR consistently improves accuracy, diversity, and interpretability over existing autoregressive, diffusion-based, and latent reasoning methods, revealing a new paradigm for text reasoning with latent diffusion.

URL PDF HTML 收藏
2607.28707 2026-08-03 cs.CL 新提交 90%

Demystifying Entropy-based Selection for Chain-of-Thought Compression in Large Reasoning Models

揭秘大型推理模型中基于熵的思维链压缩选择方法

Sara Candussio, Daniel Scalena, Luca Bortolussi, Elisabetta Fersini, Malvina Nissim, Gabriele Sarti

机构 * University of Trieste(的里雅斯特大学) University of Milano-Bicocca(米兰-比科卡大学) University of Groningen(格罗宁根大学) Khoury College of Computer Sciences, Northeastern University(东北大学科里计算机学院)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract,abstract_cn);分类 cs.CL

AI总结 该研究测试了大型推理模型中基于熵的思维链压缩方法的鲁棒性,发现其效果不优于随机剪枝,且任务信息分布在整个推理链上而非小部分令牌中。

详情
AI中文摘要

基于熵的剪枝被提出作为一种有效压缩思维链(CoT)推理的方法,其精度损失可忽略不计。我们在多种模型和推理任务中测试了低熵与高熵CoT步骤选择方法的鲁棒性,结果显示在所有评估设置中,熵方法相比随机剪枝无任何优势。随后我们从句子层面转向令牌层面,发现保留低熵令牌仅在数学基准上有效,原因是数学问题中的数字令牌本身具有低熵特性,且还承载语义内容。最后我们证明,用原始激活值修补少量CoT令牌的子集可恢复近乎完美的全轨迹性能,这提供了因果证据:任务信息并非集中在启发式可识别的小部分CoT令牌中,而是分布在整个推理链上。

英文摘要

Entropy-based pruning has been proposed as an effective method for compressing Chain-of-Thought (CoT) reasoning with negligible accuracy loss. We test the robustness of low- and high-entropy CoT step selection methods across various models and reasoning tasks, showing that entropy offers no advantage over random pruning in any evaluated setting. Moving from sentences to tokens, we then show that retaining low-entropy tokens seems effective only on mathematical benchmarks. We find this is due to the inherently low-entropy nature of numeric tokens, which also convey semantic content in such problems. Finally, we demonstrate that patching a subset of a few CoT tokens with their original activations recovers near-perfect full-trace performance, providing causal evidence that task information is not concentrated in a small set of CoT tokens identifiable by heuristics, but rather distributed across the full reasoning chain.

URL PDF HTML 收藏
2602.11201 2026-06-08 cs.CL 版本更新 90%

Mechanistic Evidence for Faithfulness Decay in Chain-of-Thought Reasoning

链式思维推理中忠实度衰减的机制证据

Donald Ye, Max Loffgren, Om Kotadia, Linus Wong, Jonas Rohweder

机构 * Fordham University(福特汉姆大学) Algoverse AI Research(Algoverse AI研究) Rice University(稻子大学) UC San Diego(圣地亚哥大学) Santa Clara University(圣克拉拉大学) LMU Munich(慕尼黑路德维希-马克西米利安大学)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract,abstract_cn);分类 cs.CL

AI总结 提出归一化对数几率差衰减(NLDD)指标,通过破坏推理步骤并测量模型置信度下降,发现链式思维中超过70-85%长度的令牌对最终答案贡献微弱或负面,揭示了忠实度衰减现象。

Comments 16 pages, 16 figures. Accepted to ICLR LIT workshop. Code: https://github.com/donald-ye/NLDD

详情
AI中文摘要

链式思维(CoT)解释被广泛用于解释语言模型如何解决复杂问题,但目前尚不清楚这些逐步解释是否反映了模型实际得出答案的方式,还是仅仅是事后证明。我们提出了归一化对数几率差衰减(NLDD),一种衡量单个推理步骤是否忠实于模型决策过程的指标。我们的方法从解释中破坏单个推理步骤,并测量模型对其答案的置信度下降程度,以确定该步骤是否真正重要。通过标准化这些测量,NLDD能够实现跨不同架构的严格跨模型比较。在三种模型家族上测试句法、逻辑和算术任务,我们发现了一个一致的推理视界(k*),位于链长的70-85%处,超过该点的推理令牌对最终答案几乎没有或只有负面影响。我们还发现,模型可以在完全失败任务的同时编码正确的内部表示。这些结果表明,仅凭准确性并不能揭示模型是否真正通过其链进行推理。NLDD提供了一种衡量CoT何时重要的方法。

英文摘要

Chain-of-Thought (CoT) explanations are widely used to interpret how language models solve complex problems, yet it remains unclear whether these step-by-step explanations reflect how the model actually reaches its answer, or merely post-hoc justifications. We propose Normalized Logit Difference Decay (NLDD), a metric that measures whether individual reasoning steps are faithful to the model's decision-making process. Our approach corrupts individual reasoning steps from the explanation and measures how much the model's confidence in its answer drops, to determine if a step is truly important. By standardizing these measurements, NLDD enables rigorous cross-model comparison across different architectures. Testing three model families across syntactic, logical, and arithmetic tasks, we discover a consistent Reasoning Horizon (k*) at 70--85% of chain length, beyond which reasoning tokens have little or negative effect on the final answer. We also find that models can encode correct internal representations while completely failing the task. These results show that accuracy alone does not reveal whether a model actually reasons through its chain. NLDD offers a way to measure when CoT matters.

URL PDF HTML 收藏
2311.09797 2024-08-09 cs.CL 90%

FinanceMath: Knowledge-Intensive Math Reasoning in Finance Domains

Yilun Zhao, Hongjun Liu, Yitao Long, Rui Zhang, Chen Zhao, Arman Cohan

专题命中 数学推理 :reasoning(title,abstract);math reasoning(title,abstract);chain-of-thought(abstract);CoT(abstract)

Comments ACL 2024 Oral

详情
英文摘要

We introduce FinanceMath, a novel benchmark designed to evaluate LLMs' capabilities in solving knowledge-intensive math reasoning problems. Compared to prior works, this study features three core advancements. First, FinanceMath includes 1,200 problems with a hybrid of textual and tabular content. These problems require college-level knowledge in the finance domain for effective resolution. Second, we provide expert-annotated, detailed solution references in Python program format, ensuring a high-quality benchmark for LLM assessment. We also construct a finance-domain knowledge bank and investigate various knowledge integration strategies. Finally, we evaluate a wide spectrum of 44 LLMs with both Chain-of-Thought and Program-of-Thought prompting methods. Our experimental results reveal that the current best-performing system (i.e., GPT-4o) achieves only 60.9% accuracy using CoT prompting, leaving substantial room for improvement. Moreover, while augmenting LLMs with external knowledge can improve model performance (e.g., from 47.5% to 54.5% for Gemini-1.5-Pro), their accuracy remains significantly lower than the estimated human expert performance of 92%. We believe that FinanceMath can advance future research in the area of domain-specific knowledge retrieval and integration, particularly within the context of solving reasoning-intensive tasks.

URL PDF HTML 收藏
2301.13379 2023-09-22 cs.CL 90%

Faithful Chain-of-Thought Reasoning

Qing Lyu, Shreya Havaldar, Adam Stein, Li Zhang, Delip Rao, Eric Wong, Marianna Apidianaki, Chris Callison-Burch

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract);planning(abstract)

Comments IJCNLP-AACL 2023 camera-ready version

详情
英文摘要

While Chain-of-Thought (CoT) prompting boosts Language Models' (LM) performance on a gamut of complex reasoning tasks, the generated reasoning chain does not necessarily reflect how the model arrives at the answer (aka. faithfulness). We propose Faithful CoT, a reasoning framework involving two stages: Translation (Natural Language query $\rightarrow$ symbolic reasoning chain) and Problem Solving (reasoning chain $\rightarrow$ answer), using an LM and a deterministic solver respectively. This guarantees that the reasoning chain provides a faithful explanation of the final answer. Aside from interpretability, Faithful CoT also improves empirical performance: it outperforms standard CoT on 9 of 10 benchmarks from 4 diverse domains, with a relative accuracy gain of 6.3% on Math Word Problems (MWP), 3.4% on Planning, 5.5% on Multi-hop Question Answering (QA), and 21.4% on Relational Inference. Furthermore, with GPT-4 and Codex, it sets the new state-of-the-art few-shot performance on 7 datasets (with 95.0+ accuracy on 6 of them), showing a strong synergy between faithfulness and accuracy.

URL PDF HTML 收藏
2306.02408 2023-06-06 cs.CL 90%

Evaluating and Improving Tool-Augmented Computation-Intensive Math Reasoning

Beichen Zhang, Kun Zhou, Xilin Wei, Wayne Xin Zhao, Jing Sha, Shijin Wang, Ji-Rong Wen

专题命中 数学推理 :reasoning(title,abstract);math reasoning(title,abstract);chain-of-thought(abstract);CoT(abstract)

Comments 17 pages, working in progress

详情
英文摘要

Chain-of-thought prompting~(CoT) and tool augmentation have been validated in recent work as effective practices for improving large language models~(LLMs) to perform step-by-step reasoning on complex math-related tasks. However, most existing math reasoning datasets may be not able to fully evaluate and analyze the ability of LLMs in manipulating tools and performing reasoning, as they may only require very few invocations of tools or miss annotations for evaluating intermediate reasoning steps. To address the issue, we construct \textbf{CARP}, a new Chinese dataset consisting of 4,886 computation-intensive algebra problems with formulated annotations on intermediate steps. In CARP, we test four LLMs with CoT prompting, and find that they are all prone to make mistakes at the early steps of the solution, leading to wrong answers. Based on this finding, we propose a new approach that can deliberate the reasoning steps with tool interfaces, namely \textbf{DELI}. In DELI, we first initialize a step-by-step solution based on retrieved exemplars, then iterate two deliberation procedures that check and refine the intermediate steps of the generated solution, from the perspectives of tool manipulation and natural language reasoning, until obtaining converged solutions or reaching the maximum turn. Experimental results on CARP and six other datasets show that the proposed DELI mostly outperforms competitive baselines, and can further boost the performance of existing CoT methods. Our data and code are available in \url{https://github.com/RUCAIBox/CARP}.

URL PDF HTML 收藏
2305.04091 2023-05-29 cs.CL 90%

Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models

Lei Wang, Wanyu Xu, Yihuai Lan, Zhiqiang Hu, Yunshi Lan, Roy Ka-Wei Lee, Ee-Peng Lim

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract);math reasoning(abstract)

Comments ACL 2023

详情
英文摘要

Large language models (LLMs) have recently been shown to deliver impressive performance in various NLP tasks. To tackle multi-step reasoning tasks, few-shot chain-of-thought (CoT) prompting includes a few manually crafted step-by-step reasoning demonstrations which enable LLMs to explicitly generate reasoning steps and improve their reasoning task accuracy. To eliminate the manual effort, Zero-shot-CoT concatenates the target problem statement with "Let's think step by step" as an input prompt to LLMs. Despite the success of Zero-shot-CoT, it still suffers from three pitfalls: calculation errors, missing-step errors, and semantic misunderstanding errors. To address the missing-step errors, we propose Plan-and-Solve (PS) Prompting. It consists of two components: first, devising a plan to divide the entire task into smaller subtasks, and then carrying out the subtasks according to the plan. To address the calculation errors and improve the quality of generated reasoning steps, we extend PS prompting with more detailed instructions and derive PS+ prompting. We evaluate our proposed prompting strategy on ten datasets across three reasoning problems. The experimental results over GPT-3 show that our proposed zero-shot prompting consistently outperforms Zero-shot-CoT across all datasets by a large margin, is comparable to or exceeds Zero-shot-Program-of-Thought Prompting, and has comparable performance with 8-shot CoT prompting on the math reasoning problem. The code can be found at https://github.com/AGI-Edgerunners/Plan-and-Solve-Prompting.

URL PDF HTML 收藏
2606.31779 2026-07-14 cs.LG cs.CL 版本更新 90%

Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers

弥合潜在推理与显式推理之间的差距:循环Transformer

Ying Fan, Anej Svete, Kangwook Lee

机构 * UW-Madison(威斯康星大学麦迪逊分校) Microsoft Research(微软研究院) ETH Zürich(苏黎世联邦理工学院) KRAFTON(魁匠团) Ludo Robotics

专题命中 数学推理 :CoT(summary_cn,abstract);reasoning(title,abstract);chain-of-thought(abstract);分类 cs.CL、cs.LG

AI总结 提出LOTUS方法,利用循环Transformer在潜在空间进行多步推理,通过并行监督潜在块上的CoT令牌,首次在3B规模弥合与显式CoT的差距,并将推理延迟降低2.5-6.9倍。

详情
AI中文摘要

语言模型通常通过显式思维链(CoT)进行推理,逐令牌生成中间步骤。潜在CoT提供了一种替代方案:它在模型的隐藏状态中执行多步推理,用连续表示替换解码令牌,以提高效率。然而,现有的潜在CoT方法在超过1B参数时表现不如显式CoT,且差距随规模扩大而增大。循环或递归深度Transformer通过重用权重增加计算深度而不增加参数,自然适合潜在推理。因此,我们询问循环Transformer是否能弥合这一差距。我们用一个简单的配方给出了肯定答案:一个循环填充Transformer,对K个潜在块并行处理R次迭代,在每个潜在位置使用黄金CoT步骤令牌的交叉熵损失,类似于显式CoT监督。我们将其实例化为LOTUS(在潜在上进行并行监督的循环Transformer)。据我们所知,LOTUS是第一个在3B规模弥合与显式CoT差距的潜在CoT方法,同时将推理阶段延迟从紧凑数学表达式到自然语言减少了2.5-6.9倍。通过基础LM头投影LOTUS循环后的潜在表示,可以恢复黄金推理步骤,甚至浮现出替代的有效中间步骤,证明其潜在空间是可解释且与CoT对齐的。消融实验证实,循环主干和对黄金CoT令牌的并行监督都是必不可少的。

英文摘要

Language models typically reason via explicit chain-of-thought (CoT), generating intermediate steps token-by-token. Latent CoT offers an alternative: it performs multi-step reasoning in the model's hidden states, replacing decoded tokens with continuous representations for greater efficiency. However, existing latent CoT methods underperform explicit CoT beyond 1B parameters, and the gap widens with scale. Looped, or recurrent-depth, Transformers, which reuse their weights to increase computation depth without adding parameters, are a natural fit for latent reasoning. We therefore ask whether looped Transformers can bridge this gap. We answer affirmatively with a simple recipe: a looped padded Transformer that processes K latent blocks in parallel for R iterations, with a cross-entropy loss on each latent position's gold CoT-step token, similar to explicit CoT supervision. We instantiate it as LOTUS (Looped Transformers with parallel supervision on latents). LOTUS is, to our knowledge, the first latent-CoT method to bridge the gap to explicit CoT at the 3B scale, while cutting thought-phase latency by 2.5x-6.9x from compact math expressions to natural language. Projecting LOTUS's post-loop latents through the base LM head recovers the gold reasoning steps and even surfaces alternative valid intermediate steps, evidence that its latent space is interpretable and CoT-aligned. Ablations confirm that both the looped backbone and the parallel supervision on gold CoT tokens are essential. Code is available at https://github.com/yingfan-bot/lotus.

URL PDF HTML 收藏
2605.13511 2026-06-02 cs.CL cs.AI 90%

Many-Shot CoT-ICL: Making In-Context Learning Truly Learn

Many-Shot CoT-ICL: 使上下文学习真正学习

Tsz Ting Chung, Lemao Liu, Mo Yu, Dit-Yan Yeung

机构 * The University of Hong Kong(香港大学)

专题命中 数学推理 :CoT(title,title_cn);reasoning(abstract);chain-of-thought(abstract);分类 cs.CL、cs.AI

AI总结 研究多示例思维链上下文学习在推理任务中的特性,提出曲线演示选择方法,在数学任务上提升5.42个百分点。

Comments Accepted by ICML 2026

详情
AI中文摘要

虽然多示例ICL取得了显著性能,但先前对其缩放行为的研究主要关注非推理任务。在这项工作中,我们研究了推理任务上的多示例ICL,特别关注多示例思维链上下文学习(CoT-ICL)。通过分析非推理和推理任务以及非推理和推理导向的LLM,我们识别出多示例CoT-ICL的几个独特性质。我们进一步将这些发现解释为多示例CoT-ICL是上下文测试时学习而非缩放模式匹配,并提出两个原则:(i)演示应易于目标模型理解,(ii)它们应按顺序排列以支持平滑的概念进展。受该原则指导,我们提出了曲线演示选择(CDS),一种简单的排序方法,在具有64个演示的数学任务上获得了高达5.42个百分点的提升。总体而言,我们的结果将长上下文窗口从检索缓冲区重新定义为上下文测试时学习的结构化课程。

英文摘要

While many-shot ICL achieves remarkable performance, prior studies of its scaling behavior have mainly focused on non-reasoning tasks. In this work, we study many-shot ICL on reasoning tasks, with a particular focus on many-shot chain-of-thought in-context learning (CoT-ICL). Analyzing across non-reasoning and reasoning tasks and across non-reasoning and reasoning-oriented LLMs, we identify several distinctive properties of many-shot CoT-ICL. We further interpret these findings by viewing many-shot CoT-ICL as in-context test-time learning rather than scaled pattern matching, and suggest two principles: (i) demonstrations should be easy for the target model to understand, and (ii) they should be ordered to support a smooth conceptual progression. Guided by the principle, we propose Curvilinear Demonstration Selection (CDS), a simple ordering method that yields up to a 5.42 percentage-point gain on a math task with 64 demonstrations. Overall, our results reframe the long context window from a retrieval buffer into a structured curriculum for in-context test-time learning.

URL PDF HTML 收藏
2601.14440 2026-03-18 cs.AI cs.CL cs.LG 90%

VisTIRA: Closing the Image-Text Modality Gap in Visual Math Reasoning via Structured Tool Integration

VisTIRA: 通过结构化工具集成缩小图像-文本模态差距以提升视觉数学推理

Saeed Khaki, Ashudeep Singh, Nima Safaei, Kamal Ginotra

机构 * Microsoft AI(微软人工智能)

专题命中 数学推理 :reasoning(title,abstract);math reasoning(title,abstract);chain-of-thought(abstract);分类 cs.CL、cs.AI、cs.LG

AI总结 VisTIRA通过结构化工具集成框架,解决图像形式数学问题的推理难题,改进视觉数学推理能力,实验表明工具监督和OCR定位能有效缩小模态差距。

详情
AI中文摘要

视觉语言模型(VLMs)在数学推理任务中,当问题以图像形式呈现时,其表现劣于纯文本语言模型。我们实证地将这种差距称为模态差距:文本形式的问题产生明显更高的准确性,这是由于在阅读密集公式、布局和混合符号-图示上下文时的多重失败。首先,我们引入VisTIRA(视觉和工具集成推理代理),一种通过迭代分解给定的数学问题(作为图像)为自然语言理由和可执行的Python步骤以确定最终答案的工具集成推理框架。其次,我们构建了一个测量和改进视觉数学推理的框架:一个基于LaTeX的流水线,将链式思维数学语料库(如NuminaMath)转换为具有挑战性的图像对应物,并从现实世界作业式图像数据集(称为SnapAsk)中派生出大量合成工具使用轨迹,用于微调VLMs。我们的实验表明,工具集成监督能提高基于图像的推理能力,OCR定位能进一步缩小模态差距,尽管其益处在大规模时减弱。这些发现强调模态差距的严重性与模型大小成反比,并且结构化推理和OCR定位是推进视觉数学推理的互补策略。

英文摘要

Vision-language models (VLMs) lag behind text-only language models on mathematical reasoning when the same problems are presented as images rather than text. We empirically characterize this as a modality gap: the same question in text form yields markedly higher accuracy than its visually typeset counterpart, due to compounded failures in reading dense formulas, layout, and mixed symbolic-diagrammatic context. First, we introduce VisTIRA (Vision and Tool-Integrated Reasoning Agent), a tool-integrated reasoning framework that enables structured problem solving by iteratively decomposing a given math problem (as an image) into natural language rationales and executable Python steps to determine the final answer. Second, we build a framework to measure and improve visual math reasoning: a LaTeX-based pipeline that converts chain-of-thought math corpora (e.g., NuminaMath) into challenging image counterparts, and a large set of synthetic tool-use trajectories derived from a real-world, homework-style image dataset (called SnapAsk) for fine-tuning VLMs. Our experiments show that tool-integrated supervision improves image-based reasoning, and OCR grounding can further narrow the gap for smaller models, although its benefit diminishes at scale. These findings highlight that modality gap severity inversely correlates with model size, and that structured reasoning and OCR-based grounding are complementary strategies for advancing visual mathematical reasoning.

URL PDF HTML 收藏
2402.07754 2024-12-06 cs.CL cs.AI cs.LG 90%

Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models

Jiacheng Ye, Shansan Gong, Liheng Chen, Lin Zheng, Jiahui Gao, Han Shi, Chuan Wu, Xin Jiang, Zhenguo Li, Wei Bi, Lingpeng Kong

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);self-correction(abstract);分类 cs.CL、cs.AI、cs.LG

Comments NeurIPS 2024

详情
英文摘要

Recently, diffusion models have garnered significant interest in the field of text processing due to their many potential advantages compared to conventional autoregressive models. In this work, we propose Diffusion-of-Thought (DoT), a novel approach that integrates diffusion models with Chain-of-Thought, a well-established technique for improving the reasoning ability of autoregressive language models. In contrast to autoregressive language models that make decisions in a left-to-right, token-by-token manner, DoT allows reasoning steps to diffuse over time through a diffusion language model and offers greater flexibility in trading-off computation for reasoning performance. Our experimental results demonstrate the effectiveness of DoT in multi-digit multiplication, boolean logic, and grade school math problems, with a small diffusion model outperforming a much larger autoregressive model in both efficiency and accuracy. In addition to that, DoT showcases promising self-correction abilities and benefits from existing reasoning-enhancing techniques like self-consistency decoding. Our findings contribute to the understanding and development of reasoning with diffusion language models.

URL PDF HTML 收藏
2605.28292 2026-05-28 cs.CL 90%

CIRF: Tokenizing Chain-of-Thoughts into Reusable Functional Units for Efficient Latent Reasoning in Large Language Models

CIRF:将思维链分词化为可重用的功能单元,用于大型语言模型的高效潜在推理

Yukyung Lee, Yumeng Shen, Jinhyeong Park, Hyein Yang, Jun-Hyung Park

机构 * Boston University(波士顿大学) Hankuk University of Foreign Studies(韩国民法大学)

专题命中 数学推理 :CoT(summary_cn,abstract);reasoning(title,abstract);chain-of-thought(abstract);分类 cs.CL

AI总结 提出CIRF框架,通过将显式思维链中的语义连贯推理单元映射为离散功能令牌,实现动态序列推理,在数学、符号和常识推理基准上取得优于现有隐式CoT方法的准确率-延迟权衡。

Comments 17 pages, 7 figures

详情
AI中文摘要

隐式思维链通过内化显式理由来降低大型语言模型的推理成本。然而,现有方法通常缺乏与显式理由的对齐以及对示例复杂性的适应性。在这项工作中,我们提出了CIRF(思维链转化为可重用功能单元),一个隐式CoT框架,将推理作为离散功能令牌的动态序列进行。CIRF为显式CoT轨迹中的每个语义连贯推理单元分配一个功能令牌。然后对模型进行微调,以自回归方式生成功能令牌及其可选结果,随后生成最终答案。这种设计将潜在推理与功能单元序列对齐,促进了并行训练、显式理由对齐和自适应推理。在数学、符号和常识推理基准上的大量实验表明,与最先进的隐式CoT方法相比,CIRF提供了有利的准确率-延迟权衡。进一步的分析表明,CIRF构建了独特、可解释的功能令牌,从而带来一致的性能提升。

英文摘要

Implicit Chain-of-Thought (CoT) reduces the inference cost of large language models by internalizing the explicit rationales. However, existing approaches typically lack alignment with explicit rationales and adaptivity to example complexity. In this work, we propose CIRF (\textit{\underline{C}hain-of-thoughts \underline{I}nto \underline{R}eusable \underline{F}unctional units}), an implicit CoT framework that performs reasoning as a dynamic sequence of discrete functional tokens. CIRF assigns a functional token to each semantically coherent reasoning unit in explicit CoT traces. The model is then fine-tuned to autoregressively generate functional tokens and their optional results, followed by the final answer. This design aligns latent reasoning with a sequence of functional units, facilitating parallel training, explicit rationale alignment, and adaptive reasoning. Extensive experiments on mathematical, symbolic, and commonsense reasoning benchmarks show that CIRF provides a favorable accuracy-latency trade-off compared with state-of-the-art implicit CoT methods. Further analyses demonstrate that CIRF constructs distinct, interpretable functional tokens, leading to consistent performance improvements.

URL PDF HTML 收藏
2410.00151 2025-02-26 cs.CL 90%

Scheherazade: Evaluating Chain-of-Thought Math Reasoning in LLMs with Chain-of-Problems

Stephen Miner, Yoshiki Takashima, Simeng Han, Sam Kouteili, Ferhat Erata, Ruzica Piskac, Scott J Shapiro

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title);math reasoning(title);分类 cs.CL

详情
英文摘要

Benchmarks are critical for measuring Large Language Model (LLM) reasoning capabilities. Some benchmarks have even become the de facto indicator of such capabilities. However, as LLM reasoning capabilities improve, existing widely-used benchmarks such as GSM8K marginally encapsulate model reasoning differentials - most state-of-the-art models for example achieve over 94% accuracy on the GSM8K dataset (paperwithcode, 2024). While constructing harder benchmarks is possible, their creation is often manual, expensive, and unscalable. As such, we present Scheherazade, an automated approach to produce large quantities of challenging mathematical reasoning benchmarks by logically chaining a small starting set of problems. We propose two different chaining methods, forward chaining and backward chaining, which include randomized branching techniques to generate complex reasoning problems. We apply Scheherazade on GSM8K to create GSM8K-Scheherazade and evaluate 3 frontier LLMs and OpenAI's o1-preview on it. We show that while other frontier models' performance declines precipitously at only a few questions chained, our evaluation suggests o1-preview's performance persists, with the flagship OpenAI model the only one to perform better at backward reasoning. Our data and code are available at https://github.com/YoshikiTakashima/scheherazade-code-data.

URL PDF HTML 收藏
2509.14093 2026-03-11 cs.SE cs.AI cs.CL 90%

Reasoning Efficiently Through Adaptive Chain-of-Thought Compression: A Self-Optimizing Framework

通过自适应链式推理压缩实现高效推理:一个自优化框架

Kerui Huang, Shuhan Liu, Xing Hu, Tongtong Xu, Lingfeng Bao, Xin Xia

机构 * The State Key Laboratory of Blockchain and Data Security, Zhejiang University(区块链与数据安全国家重点实验室,浙江大学) State Key Laboratory for Novel Software Technology, Nanjing University(新型软件技术国家重点实验室,南京大学)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract);分类 cs.CL、cs.AI

AI总结 SEER通过自适应压缩链式推理,提升LLM在软件工程和数学任务中的效率与鲁棒性。

详情
AI中文摘要

链式推理(CoT)通过提示中间步骤来增强大型语言模型(LLMs),在算术、逻辑和常识任务中提高了准确性和鲁棒性。然而,这种益处伴随着高昂的计算成本:更长的输出会增加延迟、内存使用和KV缓存需求。这些问题在软件工程任务中尤为关键,因为需要简洁且确定性的输出。为了研究这些权衡,我们基于代码生成基准进行了实证研究。结果揭示,更长的CoT并不总是有帮助。过度推理常导致截断、准确性下降,延迟高达五倍,失败的输出始终比成功的输出更长。这些发现挑战了更长推理本质上更好的假设,并突显了需要自适应CoT控制的必要性。受此启发,我们提出了SEER(自增强高效推理),一个自适应框架,通过压缩CoT同时保持准确性。SEER结合了Best-of-N采样与任务感知的自适应过滤,根据预推理输出动态调整阈值以减少冗余和计算开销。然后我们在三个软件工程任务和一个数学任务上评估SEER。平均而言,SEER将CoT缩短了42.1%,通过减少截断提高了准确性,并消除了大多数无限循环。这些结果表明SEER是一种使增强LLM的CoT更高效和稳健的实用方法,即使在资源受限的情况下。

英文摘要

Chain-of-Thought (CoT) reasoning enhances Large Language Models (LLMs) by prompting intermediate steps, improving accuracy and robustness in arithmetic, logic, and commonsense tasks. However, this benefit comes with high computational costs: longer outputs increase latency, memory usage, and KV-cache demands. These issues are especially critical in software engineering tasks where concise and deterministic outputs are required. To investigate these trade-offs, we conduct an empirical study based on code generation benchmarks. The results reveal that longer CoT does not always help. Excessive reasoning often causes truncation, accuracy drops, and latency up to five times higher, with failed outputs consistently longer than successful ones. These findings challenge the assumption that longer reasoning is inherently better and highlight the need for adaptive CoT control. Motivated by this, we propose SEER (Self-Enhancing Efficient Reasoning), an adaptive framework that compresses CoT while preserving accuracy. SEER combines Best-of-N sampling with task-aware adaptive filtering, dynamically adjusting thresholds based on pre-inference outputs to reduce verbosity and computational overhead. We then evaluate SEER on three software engineering tasks and one math task. On average, SEER shortens CoT by 42.1%, improves accuracy by reducing truncation, and eliminates most infinite loops. These results demonstrate SEER as a practical method to make CoT-enhanced LLMs more efficient and robust, even under resource constraints.

URL PDF HTML 收藏
2505.18116 2026-03-03 cs.LG cs.CL 90%

NFT: Bridging Supervised Learning and Reinforcement Learning in Math Reasoning

NFT:在数学推理中连接监督学习与强化学习

Huayu Chen, Kaiwen Zheng, Qinsheng Zhang, Ganqu Cui, Lifan Yuan, Yin Cui, Haotian Ye, Tsung-Yi Lin, Ming-Yu Liu, Jun Zhu, Haoxiang Wang

机构 * Tsinghua(清华大学) NVIDIA UIUC(伊利诺伊大学香槟分校) Stanford(斯坦福大学)

专题命中 数学推理 :reasoning(title,abstract);math reasoning(title,abstract);verifier(abstract);分类 cs.CL、cs.LG

AI总结 NFT通过监督学习方法实现LLM自主改进,无需外部教师,在数学推理任务中超越传统RL算法。

详情
AI中文摘要

强化学习(RL)在最近大语言模型(LLM)数学能力的激增中发挥了核心作用,通过二元验证信号实现自我改进。相比之下,监督学习(SL)很少用于此类验证驱动的训练,主要是因为其严重依赖参考答案且无法反思错误。在本工作中,我们挑战了自我改进仅属于RL的普遍观念,提出了负意识微调(NFT)——一种监督方法,使LLM能够反思其失败并自主改进,无需外部教师。在在线训练中,代替丢弃自动生成的负面答案,NFT构建了一个隐含的负面策略来建模它们。这个隐含策略用相同的正LLM进行参数化以优化正数据,使可以直接在所有LLM生成上进行策略优化。我们在数学推理任务上对7B和32B模型进行了实验。结果一致表明,通过额外利用负面反馈,NFT显著优于SL基线如拒绝采样微调,匹配或甚至超越领先的RL算法如GRPO和DAPO。此外,我们证明NFT和GRPO在严格-基于策略训练中实际上是等价的,尽管它们源自完全不同的理论基础。我们的实验和理论发现弥合了SL和RL方法在二元反馈学习系统中的差距。

英文摘要

Reinforcement Learning (RL) has played a central role in the recent surge of LLMs' math abilities by enabling self-improvement through binary verifier signals. In contrast, Supervised Learning (SL) is rarely considered for such verification-driven training, largely due to its heavy reliance on reference answers and inability to reflect on mistakes. In this work, we challenge the prevailing notion that self-improvement is exclusive to RL and propose Negative-aware Fine-Tuning (NFT) -- a supervised approach that enables LLMs to reflect on their failures and improve autonomously with no external teachers. In online training, instead of throwing away self-generated negative answers, NFT constructs an implicit negative policy to model them. This implicit policy is parameterized with the same positive LLM we target to optimize on positive data, enabling direct policy optimization on all LLMs' generations. We conduct experiments on 7B and 32B models in math reasoning tasks. Results consistently show that through the additional leverage of negative feedback, NFT significantly improves over SL baselines like Rejection sampling Fine-Tuning, matching or even surpassing leading RL algorithms like GRPO and DAPO. Furthermore, we demonstrate that NFT and GRPO are actually equivalent in strict-on-policy training, even though they originate from entirely different theoretical foundations. Our experiments and theoretical findings bridge the gap between SL and RL methods in binary-feedback learning systems.

URL PDF HTML 收藏
2601.20467 2026-01-29 cs.AI cs.CL 90%

CtrlCoT: Dual-Granularity Chain-of-Thought Compression for Controllable Reasoning

CtrlCoT:用于可控推理的双粒度推理链压缩

Zhenxuan Fan, Jie Cao, Yang Dai, Zheqi Lv, Wenqiao Zhang, Zhongle Xie, Peng LU, Beng Chin Ooi

机构 * Zhejiang University(浙江大学)

专题命中 数学推理 :reasoning(title,abstract);chain-of-thought(title,abstract);CoT(abstract);分类 cs.CL、cs.AI

AI总结 CtrlCoT通过双粒度方法实现高效可控推理,结合语义抽象与标记级删除,提升推理效率和可靠性。

Comments 16 pages, 9 figures, 11 tables

详情
AI中文摘要

推理链(CoT)提示增强了大语言模型(LLM)的推理能力,但因推理轨迹冗长导致高延迟和内存成本,促使了CoT压缩的研究。现有方法要么在语义层面缩短CoT,通常保守;要么激进地删除标记,可能遗漏任务关键线索并降低准确性。此外,结合两者非 trivial,因为存在序列依赖、任务无关删除和分布不匹配。我们提出了CtrlCoT,一种双粒度CoT压缩框架,通过三个组件和谐地结合语义抽象和标记级删除:分层推理抽象生成多粒度的CoT;逻辑保留蒸馏训练一个逻辑感知的删除器,保留必要的推理线索(如数字和运算符);分布对齐生成将压缩轨迹与流畅推理时的推理风格对齐,以避免碎片化。在MATH-500上使用Qwen2.5-7B-Instruct,CtrlCoT使用30.7%更少的标记,同时比最强基线高7.6个百分点,证明了更高效和可靠的推理。我们的代码将在https://github.com/fanzhenxuan/Ctrl-CoT公开。

英文摘要

Chain-of-thought (CoT) prompting improves LLM reasoning but incurs high latency and memory cost due to verbose traces, motivating CoT compression with preserved correctness. Existing methods either shorten CoTs at the semantic level, which is often conservative, or prune tokens aggressively, which can miss task-critical cues and degrade accuracy. Moreover, combining the two is non-trivial due to sequential dependency, task-agnostic pruning, and distribution mismatch. We propose \textbf{CtrlCoT}, a dual-granularity CoT compression framework that harmonizes semantic abstraction and token-level pruning through three components: Hierarchical Reasoning Abstraction produces CoTs at multiple semantic granularities; Logic-Preserving Distillation trains a logic-aware pruner to retain indispensable reasoning cues (e.g., numbers and operators) across pruning ratios; and Distribution-Alignment Generation aligns compressed traces with fluent inference-time reasoning styles to avoid fragmentation. On MATH-500 with Qwen2.5-7B-Instruct, CtrlCoT uses 30.7\% fewer tokens while achieving 7.6 percentage points higher than the strongest baseline, demonstrating more efficient and reliable reasoning. Our code will be publicly available at https://github.com/fanzhenxuan/Ctrl-CoT.

URL PDF HTML 收藏