paper-with-me

홈 › Papers

ExPO: Unlocking Hard Reasoning with Self-Explanation-Guided Reinforcement Learning

2025-07-03 · Ruiyang Zhou, Shuozhe Li, Amy Zhang, Liu Leqi arxiv

Self-improvement via RL often fails on complex reasoning tasks because GRPO-style post-training methods rely on the model's initial ability to generate positive samples. Without guided exploration, these approaches merely reinforce what the model already knows (distribution-sharpening) rather than enabling the model to solve problems where it initially generates no correct solutions. To unlock reasoning ability in such settings, the model must explore new reasoning trajectories beyond its current output distribution. Such exploration requires access to sufficiently good positive samples to guide the learning. While expert demonstrations seem like a natural solution, we find that they are often ineffective in RL post-training. Instead, we identify two key properties of effective positive samples: they should (1) be likely under the current policy, and (2) increase the model's likelihood of predicting the correct answer. Based on these insights, we propose $\textbf{Self-Explanation Policy Optimization (ExPO)}$-a simple and modular framework that generates such samples by conditioning on the ground-truth answer. It can be integrated with popular RL training methods like GRPO and DPO. ExPO enables efficient exploration and guides the model to produce reasoning trajectories more aligned with its policy than expert-written CoTs, while ensuring higher quality than its own (incorrect) samples. Experiments show that ExPO improves both learning efficiency and final performance on reasoning benchmarks, surpassing expert-demonstration-based methods in challenging settings such as MATH level-5, where the model initially struggles the most. Code is available at https://github.com/HumainLab/ExPO_rl_reasoning_by_explanation .

📄 PDF Abstract BibTeX arXiv:2507.02834

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Efficient Reasoning via Thought Compression for Language Segmentation

2026-04-02 · Qing Zhou, Shiyu Zhang, Yuyu Jia, Junyu Gao 외 arxiv

Chain-of-thought (CoT) reasoning has significantly improved the performance of large multimodal models in language-guided segmentation, yet its prohibitive computational cost, stemming from generating verbose rationales,…

Grounded Chess Reasoning in Language Models via Master Distillation

2026-03-20 · Zhenwei Tang, Qianfeng Wen, Seth Grief-Albert, Yahya Elgabra 외 arxiv

Language models often lack grounded reasoning capabilities in specialized domains where training data is scarce but bespoke systems excel. We introduce a general framework for distilling expert system reasoning into natu…

Reinforcement Learning

A Positive Case for Faithfulness: LLM Self-Explanations Help Predict Model Behavior

2026-02-02 · Harry Mayne, Justin Singh Kang, Dewi Gould, Kannan Ramchandran 외 arxiv

LLM self-explanations are often presented as a promising tool for AI oversight, yet their faithfulness to the model's true reasoning process is poorly understood. Existing faithfulness metrics have critical limitations, …

ExPO-HM: Learning to Explain-then-Detect for Hateful Meme Detection

2025-10-08 · Jingbiao Mei, Mingsheng Sun, Jinghong Chen, Pengda Qin 외 arxiv

Hateful memes have emerged as a particularly challenging form of online abuse, motivating the development of automated detection systems. Most prior approaches rely on direct detection, producing only binary predictions.…

Reinforcement Learning Teachers of Test Time Scaling

2025-06-10 · Edoardo Cetin, Tianyu Zhao, Yujin Tang

Training reasoning language models (LMs) with reinforcement learning (RL) for one-hot correctness inherently relies on the LM being able to explore and solve its task with some chance at initialization. Furthermore, a ke…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)