paper-with-me

홈 › Papers

Toward Evaluative Thinking: Meta Policy Optimization with Evolving Reward Models

2025-04-28 · Zae Myung Kim, Chanwoo Park, Vipul Raheja, Suin Kim, Dongyeop Kang

Reward-based alignment methods for large language models (LLMs) face two key limitations: vulnerability to reward hacking, where models exploit flaws in the reward signal; and reliance on brittle, labor-intensive prompt engineering when LLMs are used as reward models. We introduce Meta Policy Optimization (MPO), a framework that addresses these challenges by integrating a meta-reward model that dynamically refines the reward model's prompt throughout training. In MPO, the meta-reward model monitors the evolving training context and continuously adjusts the reward model's prompt to maintain high alignment, providing an adaptive reward signal that resists exploitation by the policy. This meta-learning approach promotes a more stable policy optimization, and greatly reduces the need for manual reward prompt design. It yields performance on par with or better than models guided by extensively hand-crafted reward prompts. Furthermore, we show that MPO maintains its effectiveness across diverse tasks, from essay writing to mathematical reasoning, without requiring specialized reward designs. Beyond standard RLAIF, MPO's meta-learning formulation is readily extensible to higher-level alignment frameworks. Overall, this method addresses theoretical and practical challenges in reward-based RL alignment for LLMs, paving the way for more robust and adaptable alignment strategies. The code and data can be accessed at: https://github.com/minnesotanlp/mpo

📄 PDF Abstract BibTeX arXiv:2504.20157

Code (1)

minnesotanlp/mpo 공식 구현 pytorch

Tasks

Mathematical ReasoningMeta-LearningPrompt EngineeringQuestion Answering

Methods 이 논문이 사용한 방법론

RLAIF 설명 없음

Similar Papers 제목 키워드 기반

EvoLM: Self-Evolving Language Models through Co-Evolved Discriminative Rubrics

2026-05-05 · Shuyue Stella Li, Rui Xin, Teng Xiao, Yike Wang 외 arxiv

Language models encode substantial evaluative knowledge from pretraining, yet current post-training methods rely on external supervision (human annotations, proprietary models, or scalar reward models) to produce reward …

ReMA: Learning to Meta-think for LLMs with Multi-Agent Reinforcement Learning

2025-03-12 · Ziyu Wan, Yunxiang Li, Xiaoyu Wen, Yan Song 외

Recent research on Reasoning of Large Language Models (LLMs) has sought to further enhance their performance by integrating meta-thinking -- enabling models to monitor, evaluate, and control their reasoning processes for…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Alignment through Meta-Weighted Online Sampling: Bridging the Gap between Data Generation and Preference Optimization

2025-09-27 · Junming Yang, Ning Xu, Biao Liu, Shiqi Qiao 외 arxiv

Preference optimization is crucial for aligning large language models (LLMs) with human values and intentions. A significant challenge in this process is the distribution mismatch between pre-collected offline preference…

The Shifting Sands of Creative Thinking: Connections to Dual Process Theory

2019-07-15

Dual process models of cognition suggest there are two kinds of thought: rapid, automatic Type 1 processes, and effortful, controlled Type 2 processes. Models of creative thinking also distinguish between two sets of pro…

A Global Dataset Mapping the AI Innovation from Academic Research to Industrial Patents

2025-03-12 · Haixing Gong, Hui Zou, Xingzhou Liang, Shiyuan Meng 외

In the rapidly evolving field of artificial intelligence (AI), mapping innovation patterns and understanding effective technology transfer from research to applications are essential for economic growth. However, existin…