paper-with-me

Papers

Experience Augmented Policy Optimization for LLM Reasoning

2026-06-29 · Jinda Lu, Kexin Huang, Junkang Wu, Shuo Yang, Jinghan Li, Chiyu Ma, Shaohang Wei, Xiang Wang, Guoyin Wang, Jingren Zhou arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for improving the reasoning capabilities of large language models (LLMs). However, existing RLVR methods typically rely on on-policy optimization from scratch, resulting in high sampling costs and inefficient utilization of accumulated experience. As model capabilities and policy behaviors evolve during training, recent attempts to reuse experience via fixed reasoning trajectories further suffer from policy mismatch. Motivated by these limitations, we argue that experience in RLVR should not be reused as fixed reasoning trajectories, but instead expressed in a policy-adaptive manner. In this work, we propose Experience-Augmented Policy Optimization (EAPO), which leverages a prior RL-optimized policy as an action-level experience prior and selectively injects experience at critical decision points during rollout. To ensure stable and unbiased learning from experience-augmented rollouts, EAPO further incorporates an adapted importance sampling scheme. Experiments on using Qwen-2.5-math 7b and Qwen-3-8B on five different benchmarks demonstrate that EAPO consistently improves reasoning performance over state-of-the-art RLVR methods.

📄 PDF Abstract BibTeX arXiv:2606.30420

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ExGRPO: Learning to Reason from Experience

2025-10-02 · Runzhe Zhan, Yafu Li, Zhi Wang, Xiaoye Qu 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) is an emerging paradigm for improving the reasoning ability of large language models. However, standard on-policy training discards rollout experiences after a single…

Reinforcement Learning

Model-augmented Prioritized Experience Replay

2021-09-29 · ICLR 2022 4 · Youngmin Oh, Jinwoo Shin, Eunho Yang, Sung Ju Hwang

Experience replay is an essential component in off-policy model-free reinforcement learning (MfRL). Due to its effectiveness, various methods for calculating priority scores on experiences have been proposed for sampling…

model

Linguistic Relative Policy Optimization for Video Anomaly Reasoning

2026-07-01 · Jiaxu Leng, Jiankang Zheng, Mengjingcheng Mo, Zhanjie Wu 외 arxiv

Video anomaly detection (VAD) with multimodal large language models has shown strong potential, yet most existing methods still depend on large-scale annotations or expert-designed priors, limiting their ability to acqui…

Video Anomaly Detection

SLEA-RL: Step-Level Experience Augmented Reinforcement Learning for Multi-Turn Agentic Training

2026-03-18 · Prince Zizhuang Wang, Shuli Jiang arxiv

Large Language Model (LLM) agents have shown strong results on multi-turn tool-use tasks, yet they operate in isolation during training, failing to leverage experiences accumulated across episodes. Existing experience-au…

Reinforcement Learning

PrAg-PO: Prompt Augmented Policy Optimization for Robust and Diverse Mathematical Reasoning

2026-02-03 · Wenquan Lu, Hai Huang, Enqi Liu, Randall Balestriero arxiv

Reinforcement learning algorithms such as group-relative policy optimization (GRPO) have shown strong potential for improving the mathematical reasoning capabilities of large language models. While a growing body of work…

Reinforcement LearningMathematical Reasoning