paper-with-me

홈 › Papers

Self-Boosting Large Language Models with Synthetic Preference Data

2024-10-09 · Qingxiu Dong, Li Dong, Xingxing Zhang, Zhifang Sui, Furu Wei

Through alignment with human preferences, Large Language Models (LLMs) have advanced significantly in generating honest, harmless, and helpful responses. However, collecting high-quality preference data is a resource-intensive and creativity-demanding process, especially for the continual improvement of LLMs. We introduce SynPO, a self-boosting paradigm that leverages synthetic preference data for model alignment. SynPO employs an iterative mechanism wherein a self-prompt generator creates diverse prompts, and a response improver refines model responses progressively. This approach trains LLMs to autonomously learn the generative rewards for their own outputs and eliminates the need for large-scale annotation of prompts and human preferences. After four SynPO iterations, Llama3-8B and Mistral-7B show significant enhancements in instruction-following abilities, achieving over 22.1% win rate improvements on AlpacaEval 2.0 and ArenaHard. Simultaneously, SynPO improves the general performance of LLMs on various tasks, validated by a 3.2 to 5.0 average score increase on the well-recognized Open LLM leaderboard.

📄 PDF Abstract BibTeX arXiv:2410.06961

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Boosting Reward Model with Preference-Conditional Multi-Aspect Synthetic Data Generation

2024-07-22 · Jiaming Shen, ran Xu, Yennie Jun, Zhen Qin 외

Reward models (RMs) are crucial for aligning large language models (LLMs) with human preferences. They are trained using preference datasets where each example consists of one input prompt, two responses, and a preferenc…

Synthetic Data Generation

Synthetic Eggs in Many Baskets: The Impact of Synthetic Data Diversity on LLM Fine-Tuning

2025-11-03 · Max Schaffelder, Albert Gatt arxiv

As synthetic data becomes widely used in language model development, understanding its impact on model behavior is crucial. This paper investigates the impact of the diversity of sources of synthetic data on fine-tuned l…

Adversarial Robustness

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

West-of-N: Synthetic Preferences for Self-Improving Reward Models

2024-01-22 · Alizée Pace, Jonathan Mallinson, Eric Malmi, Sebastian Krause 외

The success of reinforcement learning from human feedback (RLHF) in language model alignment is strongly dependent on the quality of the underlying reward model. In this paper, we present a novel approach to improve rewa…

Language ModelingLanguage Modelling

ReflectRM: Boosting Generative Reward Models via Self-Reflection within a Unified Judgment Framework

2026-04-08 · Kai Qin, Liangxin Liu, Yu Liang, Longzheng Wang 외 arxiv

Reward Models (RMs) are critical components in the Reinforcement Learning from Human Feedback (RLHF) pipeline, directly determining the alignment quality of Large Language Models (LLMs). Recently, Generative Reward Model…

Reinforcement Learning