paper-with-me

Papers

Enhancing LLM Reasoning via Non-Human-Like Reasoning Path Preference Optimization

2025-10-13 · Junjie Lu, Yuliang Liu, Chaofeng Qu, Wei Shen, Zhouhan Lin, Chuheng Zhang, Min Xu arxiv

Current approaches for strengthening LLM reasoning tend to introduce a training bias toward human-like reasoning trajectories. In step-wise preference optimization, in particular, dependence on human or higher-capacity model annotations for intermediate steps limits exploration of alternative, non-human-like reasoning paths and thus constrains achievable performance. Furthermore, through a small-scale pilot study, we observed that in approximately 75% of cases, the model's first erroneous step occurs after the lowest-confidence point. This suggests that guiding the model at its lowest-confidence point before an error provides more accurate supervision than locating the first explicit error. In this paper, we propose Confidence-Guided Reasoning Path Preference Optimization (CGPO), a method that leverages a confidence signal to identify points of maximal uncertainty in the model's reasoning process and applies self-generated, non-human-like reasoning-path guidance to mitigate trajectory drift. Our experiments span diverse models applied to both code and mathematical reasoning tasks. The results show that, with the same amount of training data, our method using data generated by a small model can achieve better performance in most cases compared with approaches using data generated by a strong model or human-annotated.

📄 PDF Abstract BibTeX arXiv:2510.11104

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Time-Scaling Is What Agents Need Now

2026-01-06 · Zhi Liu, Guangzhi Wang arxiv

Early artificial intelligence paradigms exhibited separated cognitive functions: Neural Networks focused on "perception-representation," Reinforcement Learning on "decision-making-behavior," and Symbolic AI on "knowledge…

Reinforcement Learning

Reasoning Paths Optimization: Learning to Reason and Explore From Diverse Paths

2024-10-07 · Yew Ken Chia, Guizhen Chen, Weiwen Xu, Luu Anh Tuan 외

Advanced models such as OpenAI o1 exhibit impressive problem-solving capabilities through step-by-step reasoning. However, they may still falter on more complex problems, making errors that disrupt their reasoning paths.…

AttributeGSM8KLanguage ModelingLanguage Modelling+2

Graph of Attacks: Improved Black-Box and Interpretable Jailbreaks for LLMs

2025-04-26 · Mohammad Akbar-Tajari, Mohammad Taher Pilehvar, Mohammad Mahmoody

The challenge of ensuring Large Language Models (LLMs) align with societal standards is of increasing interest, as these models are still prone to adversarial jailbreaks that bypass their safety mechanisms. Identifying t…

Think or Not? Selective Reasoning via Reinforcement Learning for Vision-Language Models

2025-05-22 · Jiaqi Wang, Kevin Qinghong Lin, James Cheng, Mike Zheng Shou

Reinforcement Learning (RL) has proven to be an effective post-training strategy for enhancing reasoning in vision-language models (VLMs). Group Relative Policy Optimization (GRPO) is a recent prominent method that encou…

Reinforcement Learning (RL)

CARE: Cognitive-reasoning Augmented Reinforcement for Emotional Support Conversation

2025-09-30 · Jie Zhu, Yuanchen Zhou, Shuo Jiang, Junhui Li 외 arxiv

Emotional Support Conversation (ESC) plays a vital role in alleviating psychological stress and providing emotional value through dialogue. While recent studies have largely focused on data augmentation and synthetic cor…

Reinforcement LearningData Augmentation