paper-with-me

홈 › Papers

Hint-Guided Diversified Policy Optimization for LLM Reasoning

2026-06-02 · Zhiyu Cao, Kaixin Wu, Mingjie Zhong, Peifeng Li, Xiaobo Li, Can Ye, Qiaoming Zhu arxiv

Recent developments in Large Language Models (LLMs) have showcased impressive reasoning capabilities, with Reinforcement Learning with Verifiable Rewards (RLVR) being a promising enhancement strategy. However, existing reward mechanisms are constrained to the outcome-level correctness and lack explicit signals to guide the model to consider diverse solutions. In contrast, human problem solving typically involves evaluating multiple potential approaches and selecting the most reliable solution, a cognitive process that current RLVR frameworks do not explicitly incentivize. Inspired by this, we propose Hint-Guided Diversified Policy Optimization (HDPO), allowing the model to first list all potential candidate solution outlines as hints and then select the most reliable one for further reasoning. HDPO comprises two stages of Cold Start for Structured Reasoning and Hint-Guided Diversified Reinforcement Learning to incentivize the model to generate diverse and reliable solutions following the ``propose-select-think'' trajectory. Experimental results show that HDPO effectively boosts LLM reasoning and enhances the diversity of candidate solutions as well as the LLM's ability to identify reliable solutions.

📄 PDF Abstract BibTeX arXiv:2606.03021

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Scaling by Diversified Experience for Vision-Language-Action Models

2026-06-08 · Leiyu Wang, Zhaofengnian Wang, Xueqi Li, Luoyi Fan 외 arxiv

Vision-Language-Action models face significant challenges in real-world deployment due to the entanglement of high-level reasoning with low-level control, and the instability of policy optimization. In this paper, we int…

C2F-Thinker: Coarse-to-Fine Reasoning with Hint-Guided Reinforcement Learning for Multimodal Sentiment Analysis

2026-03-10 · Miaosen Luo, Zhenhao Yang, Jieshen Long, Jinghu Sun 외 arxiv

Multimodal sentiment analysis aims to integrate textual, acoustic, and visual information for deep emotional understanding. Despite the progress of multimodal large language models (MLLMs) via supervised fine-tuning, the…

Multimodal Sentiment AnalysisReinforcement LearningDomain Generalization

Teaching the Way, Not the Answer: Privileged Tutoring Distillation for Multimodal Policy Optimization

2026-06-05 · Shizhe Xiang, Ke An, Wenlong Yu, Yue Liu 외 arxiv

Recent post-training methods, particularly Reinforcement Learning with Verifiable Rewards (RLVR), have significantly enhanced the reasoning ability of Large Vision-Language Models (LVLMs). However, the sparse nature of v…

Reinforcement LearningMultimodal Reasoning

Reflective Preference Optimization (RPO): Enhancing On-Policy Alignment via Hint-Guided Reflection

2025-12-15 · Zihui Zhao, Zechang Li arxiv

Direct Preference Optimization (DPO) has emerged as a lightweight and effective alternative to Reinforcement Learning from Human Feedback (RLHF) and Reinforcement Learning with AI Feedback (RLAIF) for aligning large lang…

Reinforcement Learning

Don't Tell the Answer, Truly Guide the Reasoning During RL Rollouts

2025-10-10 · Xinyi Wang, Jinyi Han, Zishang Jiang, Tingyun Li 외 arxiv

Reinforcement Learning (RL) has become a key driver for enhancing the long chain-of-thought (CoT) reasoning capabilities of Large Language Models (LLMs). However, prevalent methods like GRPO often fail when task difficul…

Reinforcement Learning