paper-with-me

Papers

Pretraining Language Models with Human Preferences

2023-02-16 · Tomasz Korbak, Kejian Shi, Angelica Chen, Rasika Bhalerao, Christopher L. Buckley, Jason Phang, Samuel R. Bowman, Ethan Perez

Language models (LMs) are pretrained to imitate internet text, including content that would violate human preferences if generated by an LM: falsehoods, offensive comments, personally identifiable information, low-quality or buggy code, and more. Here, we explore alternative objectives for pretraining LMs in a way that also guides them to generate text aligned with human preferences. We benchmark five objectives for pretraining with human feedback across three tasks and study how they affect the trade-off between alignment and capabilities of pretrained LMs. We find a Pareto-optimal and simple approach among those we explored: conditional training, or learning distribution over tokens conditional on their human preference scores given by a reward model. Conditional training reduces the rate of undesirable content by up to an order of magnitude, both when generating without a prompt and with an adversarially-chosen prompt. Moreover, conditional training maintains the downstream task performance of standard LM pretraining, both before and after task-specific finetuning. Pretraining with human feedback results in much better preference satisfaction than standard LM pretraining followed by finetuning with feedback, i.e., learning and then unlearning undesirable behavior. Our results suggest that we should move beyond imitation learning when pretraining LMs and incorporate human preferences from the start of training.

📄 PDF Abstract BibTeX arXiv:2302.08582

Code (1)

tomekkorbak/pretraining-with-human-feedback 공식 구현 pytorch

Tasks

Imitation LearningLanguage Modelling

Similar Papers 제목 키워드 기반

Formality is Favored: Unraveling the Learning Preferences of Large Language Models on Data with Conflicting Knowledge

2024-10-07 · Jiahuan Li, Yiqing Cao, ShuJian Huang, Jiajun Chen

Having been trained on massive pretraining data, large language models have shown excellent performance on many knowledge-intensive tasks. However, pretraining data tends to contain misleading and even conflicting inform…

Aligning language models with human preferences

2024-04-18 · Tomasz Korbak

Language models (LMs) trained on vast quantities of text data can acquire sophisticated skills such as generating summaries, answering questions or generating code. However, they also manifest behaviors that violate huma…

Bayesian Inference

Aligning Audio Captions with Human Preferences

2025-09-18 · Kartik Hegde, Rehana Mahfuz, Yinyi Guo, Erik Visser arxiv

Current audio captioning relies on supervised learning with paired audio-caption data, which is costly to curate and may not reflect human preferences in real-world scenarios. To address this, we propose a preference-ali…

Reinforcement LearningAudio captioning

TeleChat Technical Report

2024-01-08 · Zhongjiang He, Zihan Wang, Xinzhang Liu, Shixuan Liu 외

In this technical report, we present TeleChat, a collection of large language models (LLMs) with parameters of 3 billion, 7 billion and 12 billion. It includes pretrained language models as well as fine-tuned chat models…

Code GenerationQuestion Answering

VL-DPO: Vision-Language-Guided Finetuning for Preference-Aligned Autonomous Driving

2026-05-19 · Zhefan Xu, Ghassen Jerfel, Marina Haliem, Qi Zhao 외 arxiv

The rapid growth of autonomous driving datasets has enabled the scaling of powerful motion forecasting models. While large-scale pretraining provides strong performance, the standard imitation objective may not fully cap…

Autonomous DrivingMotion Forecasting