paper-with-me

홈 › Papers

PAG: Multi-Turn Reinforced LLM Self-Correction with Policy as Generative Verifier

2025-06-12 · Yuhua Jiang, Yuwen Xiong, Yufeng Yuan, Chao Xin, Wenyuan Xu, Yu Yue, Qianchuan Zhao, Lin Yan

Large Language Models (LLMs) have demonstrated impressive capabilities in complex reasoning tasks, yet they still struggle to reliably verify the correctness of their own outputs. Existing solutions to this verification challenge often depend on separate verifier models or require multi-stage self-correction training pipelines, which limit scalability. In this paper, we propose Policy as Generative Verifier (PAG), a simple and effective framework that empowers LLMs to self-correct by alternating between policy and verifier roles within a unified multi-turn reinforcement learning (RL) paradigm. Distinct from prior approaches that always generate a second attempt regardless of model confidence, PAG introduces a selective revision mechanism: the model revises its answer only when its own generative verification step detects an error. This verify-then-revise workflow not only alleviates model collapse but also jointly enhances both reasoning and verification abilities. Extensive experiments across diverse reasoning benchmarks highlight PAG's dual advancements: as a policy, it enhances direct generation and self-correction accuracy; as a verifier, its self-verification outperforms self-consistency.

📄 PDF Abstract BibTeX arXiv:2506.10406

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

PAG 설명 없음

Similar Papers 제목 키워드 기반

Contrastive Reinforced Policy Optimization via Privileged Self-Distillation

2026-07-30 · Xingjian Wu, Junlin Liu, Xingchen Liu, Xuhang Zhu 외 arxiv

Recent advances in post-training Large Language Models (LLMs) increasingly rely on Reinforcement Learning with Verifiable Rewards (RLVR) or On-Policy Self-Distillation (OPSD). While OPSD provides dense, logit-level super…

Reinforcement LearningContrastive Learning

Training Language Models to Self-Correct via Reinforcement Learning

2024-09-19 · Aviral Kumar, Vincent Zhuang, Rishabh Agarwal, Yi Su 외

Self-correction is a highly desirable capability of large language models (LLMs), yet it has consistently been found to be largely ineffective in modern LLMs. Current methods for training self-correction typically depend…

HumanEvalMathreinforcement-learningReinforcement Learning+1

MM-ReCoder: Advancing Chart-to-Code Generation with Reinforcement Learning and Self-Correction

2026-04-02 · Zitian Tang, Xu Zhang, Jianbo Yuan, Yang Zou 외 arxiv

Multimodal Large Language Models (MLLMs) have recently demonstrated promising capabilities in multimodal coding tasks such as chart-to-code generation. However, existing methods primarily rely on supervised fine-tuning (…

Reinforcement LearningCode Generation

ROSD: Reflective On-Policy Self-Distillation for Language Model Reasoning across Domains

2026-05-27 · Ziqi Zhao, Xinyu Ma, Liu Yang, Yujie Feng 외 arxiv

On-policy self-distillation (OPSD) improves the reasoning performance of large language models (LLMs) by providing dense token-level supervision for on-policy rollouts. However, existing OPSD methods often yield limited …

Domain Generalization

How to Provably Improve Return Conditioned Supervised Learning?

2025-06-10 · Zhishuai Liu, Yu Yang, Ruhan Wang, Pan Xu 외

In sequential decision-making problems, Return-Conditioned Supervised Learning (RCSL) has gained increasing recognition for its simplicity and stability in modern decision-making tasks. Unlike traditional offline reinfor…

Decision MakingOffline RLReinforcement Learning (RL)Sequential Decision Making