Suppressing Pink Elephants with Direct Principle Feedback
Louis Castricato, Nathan Lile, Suraj Anand, Hailey Schoelkopf,, Siddharth Verma, Stella Biderman

TL;DR
This paper introduces Direct Principle Feedback, a new method for controlling language models at inference time to avoid discussing specific entities, demonstrated by outperforming existing models on the Pink Elephant problem.
Contribution
It proposes a novel simplification of Constitutional AI called Direct Principle Feedback, enabling effective inference-time control without response ranking.
Findings
DPF fine-tuning outperforms Llama-2-13B-Chat and baseline models.
The 13B LLaMA 2 model matches GPT-4 on Pink Elephant tests.
Method effectively controls LLM behavior at inference time.
Abstract
Existing methods for controlling language models, such as RLHF and Constitutional AI, involve determining which LLM behaviors are desirable and training them into a language model. However, in many cases, it is desirable for LLMs to be controllable at inference time, so that they can be used in multiple contexts with diverse needs. We illustrate this with the Pink Elephant Problem: instructing an LLM to avoid discussing a certain entity (a ``Pink Elephant''), and instead discuss a preferred entity (``Grey Elephant''). We apply a novel simplification of Constitutional AI, Direct Principle Feedback, which skips the ranking of responses and uses DPO directly on critiques and revisions. Our results show that after DPF fine-tuning on our synthetic Pink Elephants dataset, our 13B fine-tuned LLaMA 2 model significantly outperforms Llama-2-13B-Chat and a prompted baseline, and performs as well…
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
TopicsPrimate Behavior and Ecology · Animal Vocal Communication and Behavior · Animal Behavior and Reproduction
MethodsDirect Preference Optimization · Sparse Evolutionary Training · Position-Wise Feed-Forward Layer · Dense Connections · Label Smoothing · Absolute Position Encodings · Softmax · Byte Pair Encoding · Linear Layer · Attention Is All You Need
