English

Rectifying LLM Thought from Lens of Optimization

Computation and Language 2026-04-09 v2 Artificial Intelligence

Abstract

Recent advancements in large language models (LLMs) have been driven by their emergent reasoning capabilities, particularly through long chain-of-thought (CoT) prompting, which enables thorough exploration and deliberation. Despite these advances, long-CoT LLMs often exhibit suboptimal reasoning behaviors, such as overthinking and excessively protracted reasoning chains, which can impair performance. In this paper, we analyze reasoning processes through an optimization lens, framing CoT as a gradient descent procedure where each reasoning step constitutes an update toward problem resolution. Building on this perspective, we introduce RePro (Rectifying Process-level Reward), a novel approach to refine LLM reasoning during post-training. RePro defines a surrogate objective function to assess the optimization process underlying CoT, utilizing a dual scoring mechanism to quantify its intensity and stability. These scores are aggregated into a composite process-level reward, seamlessly integrated into reinforcement learning with verifiable rewards (RLVR) pipelines to optimize LLMs. Extensive experiments across multiple reinforcement learning algorithms and diverse LLMs, evaluated on benchmarks spanning mathematics, science, and coding, demonstrate that RePro consistently enhances reasoning performance and mitigates suboptimal reasoning behaviors.

Keywords

Cite

@article{arxiv.2512.01925,
  title  = {Rectifying LLM Thought from Lens of Optimization},
  author = {Junnan Liu and Hongwei Liu and Songyang Zhang and Kai Chen},
  journal= {arXiv preprint arXiv:2512.01925},
  year   = {2026}
}

Comments

Accepted by ICLR 2026

R2 v1 2026-07-01T08:04:11.097Z