paper-with-me

Papers

GAPO: Learning Preferential Prompt through Generative Adversarial Policy Optimization

2025-03-26 · Zhouhong Gu, Xingzhou Chen, Xiaoran Shi, Tao Wang, SuHang Zheng, Tianyu Li, Hongwei Feng, Yanghua Xiao

Recent advances in large language models have highlighted the critical need for precise control over model outputs through predefined constraints. While existing methods attempt to achieve this through either direct instruction-response synthesis or preferential response optimization, they often struggle with constraint understanding and adaptation. This limitation becomes particularly evident when handling fine-grained constraints, leading to either hallucination or brittle performance. We introduce Generative Adversarial Policy Optimization (GAPO), a novel framework that combines GAN-based training dynamics with an encoder-only reward model to progressively learn and adapt to increasingly complex constraints. GAPO leverages adversarial training to automatically generate training samples of varying difficulty while utilizing the encoder-only architecture to better capture prompt-response relationships. Extensive experiments demonstrate GAPO's superior performance across multiple benchmarks, particularly in scenarios requiring fine-grained constraint handling, where it significantly outperforms existing methods like PPO, DPO, and KTO. Our results suggest that GAPO's unique approach to preferential prompt learning offers a more robust and effective solution for controlling LLM outputs. Code is avaliable in https://github.com/MikeGu721/GAPO.

📄 PDF Abstract BibTeX arXiv:2503.20194

Code (1)

mikegu721/gapo 공식 구현 pytorch

Tasks

HallucinationPrompt Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
DPO 설명 없음

Similar Papers 제목 키워드 기반

Quantifying the Preferential Direction of the Model Gradient in Adversarial Training With Projected Gradient Descent

2020-09-10 · Ricardo Bigolin Lanfredi, Joyce D. Schroeder, Tolga Tasdizen

Adversarial training, especially projected gradient descent (PGD), has proven to be a successful approach for improving robustness against adversarial attacks. After adversarial training, gradients of models with respect…

GAPO: Robust Advantage Estimation for Real-World Code LLMs

2025-10-22 · Jianqing Zhang, Zhezheng Hao, Wei Xia, Hande Dong 외 arxiv

Reinforcement learning (RL) is widely used for post-training large language models (LLMs) in code editing, where group-relative methods, such as GRPO, are popular due to their critic-free and normalized advantage estimat…

Reinforcement Learning

How to Speak to a Real Person at Singapore Airlines®: 15 Easy Methods Explained

2025-06-17 · 2025 2025 6 · sadshtt

Navigating travel plans 1--888→(364)→7561 can sometimes require a little extra assistance. Whether you’re adjusting a flight, clarifying booking details, or seeking a refund, speaking with a live person at Singapore ™️ A…

NavigateTAG

Group-Aware Reinforcement Learning for Output Diversity in Large Language Models

2025-11-16 · Oron Anschel, Alon Shoshan, Adam Botach, Shunit Haviv Hakimi 외 arxiv

Large Language Models (LLMs) often suffer from mode collapse, repeatedly generating the same few completions even when many valid answers exist, limiting their diversity across a wide range of tasks. We introduce Group-A…

Reinforcement Learning

Personalized Image Generation via Human-in-the-loop Bayesian Optimization

2026-02-02 · Rajalaxmi Rajagopalan, Debottam Dutta, Yu-Lin Wei, Romit Roy Choudhury arxiv

Imagine Alice has a specific image $x^\ast$ in her mind, say, the view of the street in which she grew up during her childhood. To generate that exact image, she guides a generative model with multiple rounds of promptin…

Personalized Image Generation