paper-with-me

홈 › Papers

Direct Value Optimization: Improving Chain-of-Thought Reasoning in LLMs with Refined Values

2025-02-19 · Hongbo Zhang, Han Cui, Guangsheng Bao, Linyi Yang, Jun Wang, Yue Zhang

We introduce Direct Value Optimization (DVO), an innovative reinforcement learning framework for enhancing large language models in complex reasoning tasks. Unlike traditional methods relying on preference labels, DVO utilizes value signals at individual reasoning steps, optimizing models via a mean squared error loss. The key benefit of DVO lies in its fine-grained supervision, circumventing the need for labor-intensive human annotations. Target values within the DVO are estimated using either Monte Carlo Tree Search or an outcome value model. Our empirical analysis on both mathematical and commonsense reasoning tasks shows that DVO consistently outperforms existing offline preference optimization techniques, even with fewer training steps. These findings underscore the importance of value signals in advancing reasoning capabilities and highlight DVO as a superior methodology under scenarios lacking explicit human preference information.

📄 PDF Abstract BibTeX arXiv:2502.13723

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OCEAN: Offline Chain-of-thought Evaluation and Alignment in Large Language Models

2024-10-31 · Junda Wu, Xintong Li, Ruoyu Wang, Yu Xia 외

Offline evaluation of LLMs is crucial in understanding their capacities, though current methods remain underexplored in existing research. In this work, we focus on the offline evaluation of the chain-of-thought capabili…

Entity LinkingKnowledge Graphs

Thoughts-as-Planning: Latent World Models for Chain-of-Thoughts Optimization via Reinforcement Planning

2026-04-27 · Dong Liu, Yanxuan Yu, Ying Nian Wu arxiv

The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in aligning model behavior with task objectives. Existing reasoning chai…

Reinforcement Learning

Less is More Tokens: Efficient Math Reasoning via Difficulty-Aware Chain-of-Thought Distillation

2025-09-05 · Abdul Waheed, Chancharik Mitra, Laurie Z. Wang, Deva Ramanan 외 arxiv

Chain-of-thought reasoning, while powerful, can produce unnecessarily verbose output for simpler problems. We present a framework for difficulty-aware reasoning that teaches models to dynamically adjust reasoning depth b…

CAP-CoT: Cycle Adversarial Prompt for Improving Chain of Thoughts in LLM Reasoning

2026-04-25 · Shuxu Chen, Yitian Zhou, Jiaquan Zhang, Haoyu Bian 외 arxiv

Chain-of-Thought (CoT) prompting has emerged as a simple and effective way to elicit step-by-step solutions from large language models (LLMs). However, CoT reasoning can be unstable across runs on long, multi-step proble…

Reducing Reasoning Costs: The Path of Optimization for Chain of Thought via Sparse Attention Mechanism

2024-11-14 · Libo Wang

In order to address the chain of thought in the large language model inference cost surge, this research proposes to use a sparse attention mechanism that only focuses on a few relevant tokens. The researcher constructed…

Language ModelingLanguage ModellingLarge Language Model