菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-05
📄 Abstract - $\nabla$-Reasoner: LLM Reasoning via Test-Time Gradient Descent in Latent Space

Scaling inference-time compute for Large Language Models (LLMs) has unlocked unprecedented reasoning capabilities. However, existing inference-time scaling methods typically rely on inefficient and suboptimal discrete search algorithms or trial-and-error prompting to improve the online policy. In this paper, we propose $\nabla$-Reasoner, an iterative generation framework that integrates differentiable optimization over token logits into the decoding loop to refine the policy on the fly. Our core component, Differentiable Textual Optimization (DTO), leverages gradient signals from both the LLM's likelihood and a reward model to refine textual representations. $\nabla$-Reasoner further incorporates rejection sampling and acceleration design to robustify and speed up decoding. Theoretically, we show that performing inference-time gradient descent in the sample space to maximize reward is dual to aligning an LLM policy via KL-regularized reinforcement learning. Empirically, $\nabla$-Reasoner achieves over 20% accuracy improvement on a challenging mathematical reasoning benchmark, while reducing number of model calls by approximately 10-40% compared to strong baselines. Overall, our work introduces a paradigm shift from zeroth-order search to first-order optimization at test time, offering a cost-effective path to amplify LLM reasoning.

顶级标签: llm model training theory
详细标签: reasoning gradient descent test-time optimization differentiable optimization inference scaling 或 搜索:

∇-Reasoner:通过潜在空间中的测试时梯度下降实现大语言模型推理 / $\nabla$-Reasoner: LLM Reasoning via Test-Time Gradient Descent in Latent Space


1️⃣ 一句话总结

这篇论文提出了一种名为∇-Reasoner的新方法,它通过在大语言模型生成文本时实时引入梯度优化来调整策略,从而在显著提升复杂数学推理准确率的同时,减少了模型调用次数,为增强AI推理能力提供了一种更高效的新思路。

源自 arXiv: 2603.04948