TL;DR
This paper introduces ALT, a method for aligning language models with user preferences expressed through rich textual feedback, improving efficiency and effectiveness over previous approaches across various NLP tasks.
Contribution
ALT is a novel approach that uses only language modeling techniques to align models with textual feedback, requiring minimal tuning and outperforming RL-based methods in certain tasks.
Findings
ALT outperforms PPO in toxicity reduction.
ALT matches summarization performance with fewer samples.
ALT effectively utilizes textual feedback from existing LLMs.
Abstract
We present ALT (ALignment with Textual feedback), an approach that aligns language models with user preferences expressed in text. We argue that text offers greater expressiveness, enabling users to provide richer feedback than simple comparative preferences and this richer feedback can lead to more efficient and effective alignment. ALT aligns the model by conditioning its generation on the textual feedback. Our method relies solely on language modeling techniques and requires minimal hyper-parameter tuning, though it still presents the main benefits of RL-based alignment algorithms and can effectively learn from textual feedback. We explore the efficacy and efficiency of textual feedback across different tasks such as toxicity reduction, summarization, and dialog response generation. We find that ALT outperforms PPO for the task of toxicity reduction while being able to match its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsEntropy Regularization · ALIGN · Proximal Policy Optimization
