English

Self-Alignment with Instruction Backtranslation

Computation and Language 2024-03-13 v3

Abstract

We present a scalable method to build a high quality instruction following language model by automatically labelling human-written text with corresponding instructions. Our approach, named instruction backtranslation, starts with a language model finetuned on a small amount of seed data, and a given web corpus. The seed model is used to construct training examples by generating instruction prompts for web documents (self-augmentation), and then selecting high quality examples from among these candidates (self-curation). This data is then used to finetune a stronger model. Finetuning LLaMa on two iterations of our approach yields a model that outperforms all other LLaMa-based models on the Alpaca leaderboard not relying on distillation data, demonstrating highly effective self-alignment.

Keywords

Cite

@article{arxiv.2308.06259,
  title  = {Self-Alignment with Instruction Backtranslation},
  author = {Xian Li and Ping Yu and Chunting Zhou and Timo Schick and Omer Levy and Luke Zettlemoyer and Jason Weston and Mike Lewis},
  journal= {arXiv preprint arXiv:2308.06259},
  year   = {2024}
}

Comments

ICLR2024 camera ready

R2 v1 2026-06-28T11:53:52.169Z