paper-with-me

Papers

Revisiting Self-Play Preference Optimization: On the Role of Prompt Difficulty

2025-10-07 · Yao Xiao, Jung-jae Kim, Roy Ka-wei Lee, Lidong Bing arxiv

Self-play preference optimization has emerged as a prominent paradigm for aligning large language models (LLMs). It typically involves a language model to generate on-policy responses for prompts and a reward model (RM) to guide the selection of chosen and rejected responses, which can be further trained with direct preference optimization (DPO). However, the role of prompts remains underexplored, despite being a core component in this pipeline. In this work, we investigate how prompts of varying difficulty influence self-play preference optimization. We use the mean reward of sampled responses of a prompt as a proxy for its difficulty. We first find that difficult prompts exhibit substantially inferior self-play optimization performance compared to easy prompts for language models. Moreover, incorporating difficult prompts into training fails to enhance overall performance and, in fact, leads to slight degradation compared to training on easy prompts alone. Third, there is a clear upward trend in optimization performance as prompt difficulty decreases. We also observe that the performance gap between difficult and easy prompts tends to close as the model capacity increases, suggesting that prompt difficulty interacts with the model capacity. Building on these findings, we explore strategies to mitigate the adversary effect of difficult prompts on final performance. We demonstrate that only training on a small portion (30%) of the easiest prompts improves overall self-play performance on AlpacaEval~2 and Arena-Hard. We also report failed attempts and lessons learned.

📄 PDF Abstract BibTeX arXiv:2510.05534

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ChARM: Character-based Act-adaptive Reward Modeling for Advanced Role-Playing Language Agents

2025-05-29 · Feiteng Fang, Ting-En Lin, Yuchuan Wu, Xiong Liu 외

Role-Playing Language Agents (RPLAs) aim to simulate characters for realistic and engaging human-computer interactions. However, traditional reward models often struggle with scalability and adapting to subjective conver…

Learning Diverse Risk Preferences in Population-based Self-play

2023-05-19 · Yuhua Jiang, Qihan Liu, Xiaoteng Ma, Chenghao Li 외

Among the great successes of Reinforcement Learning (RL), self-play algorithms play an essential role in solving competitive games. Current self-play algorithms optimize the agent to maximize expected win-rates against i…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Aligning Large Language Models via Fully Self-Synthetic Data

2025-10-08 · Shangjian Yin, Zhepei Wei, Xinyu Zhu, Wei-Lin Chen 외 arxiv

Traditional reinforcement learning from human feedback (RLHF) for large language models (LLMs) relies on expensive human-annotated datasets, while Reinforcement Learning from AI Feedback (RLAIF) also incurs significant c…

Reinforcement Learning

Self-Augmented Preference Optimization: Off-Policy Paradigms for Language Model Alignment

2024-05-31 · Yueqin Yin, Zhendong Wang, Yujia Xie, Weizhu Chen 외

Traditional language model alignment methods, such as Direct Preference Optimization (DPO), are limited by their dependence on static, pre-collected paired preference data, which hampers their adaptability and practical …

Language ModelingLanguage Modelling

STaR-GATE: Teaching Language Models to Ask Clarifying Questions

2024-03-28 · Chinmaya Andukuri, Jan-Philipp Fränken, Tobias Gerstenberg, Noah D. Goodman

When prompting language models to complete a task, users often leave important aspects unsaid. While asking questions could resolve this ambiguity (GATE; Li et al., 2023), models often struggle to ask good questions. We …

Language ModelingLanguage Modelling