Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/3 17:55:24

GradCuit: Credit-Assigned Gradient Flow Enables Robust and Interpretable Test-Time Latent Reasoning

AI 中文解读
GradCuit这项新研究给AI装上了"内部思考调节器"。以前AI测试时只能靠重新生成答案或抽样来改进,现在它能在推理过程中直接优化自己的隐藏状态,相当于边想边修正思路。实验显示,它的平均准确率达64.5%,比传统提示方法高出6.6个百分点,而且在不同参数设置下表现更稳定,波动幅度大幅降低。更妙的是,研究者还能看清AI到底在关注哪些关键词语,发现它的注意力集中在连接推理的"桥梁词"上,且中间层最适合作调整。对普通人来说,这意味着未来AI回答问题会更靠谱、更少翻车,尤其在数学推理或复杂任务上,用户不必反复提问也能得到更准确的答案。同时,这种可解释性让开发者能更清楚AI的思考路径,从而设计出更透明的智能助手,减少"黑箱"带来的不信任感。总之,它让AI从"碰运气式回答"转向"主动推理适应",为测试阶段提升大模型能力开辟了新方向。
Optimization-based latent reasoning improves large language model outputs by optimizing instance-specific continuous states at test time while keeping model parameters frozen. Existing methods, however, typically connect these states to the reasoning trajectory through decoded tokens, making sequence-level credit assignment indirect and obscuring how latent updates shape subsequent reasoning. We introduce GradCuit (gradient through circuit), which inserts optimizable latent states at a selected Transformer layer between the hidden representations of the prompt and the generated continuation. Causal self-attention provides every continuation-token log-probability with a differentiable path to every preceding latent state through the remaining Transformer blocks, enabling reward-weighted gradients from the entire continuation to be assigned directly to the latents. Across five instruction-tuned backbones, three reasoning benchmarks, and two answer formats, GradCuit achieves an average accuracy of 64.5%, outperforming chain-of-thought prompting by 6.6 percentage points and the strongest competing method by 2.4 points. GradCuit also demonstrates greater robustness: across seven learning-rate settings, it consistently outperforms LatentSeek while reducing the standard deviation of accuracy from 1.53 to 0.82, and even its random-walk variant remains competitive with LatentSeek. For interpretability, token-level gradient attribution reveals that latent influence concentrates on reasoning-connector tokens, while layer analysis identifies early-to-middle Transformer layers as the most effective optimization space. By directly optimizing internal reasoning from outcome feedback, GradCuit opens a new axis of robust and interpretable test-time scaling, where LLMs adapt how they reason rather than merely regenerate, sample, or rerank outputs.
分享
阅读原文