CLAILGMay 18, 2023

LIMA: Less Is More for Alignment

arXiv:2305.11206v11303 citations
Originality Incremental advance
AI Analysis

This suggests that limited instruction tuning is sufficient for high-quality output, potentially reducing alignment costs, though it is incremental in optimizing existing methods.

The paper tackled the problem of aligning large language models to user tasks by showing that fine-tuning a 65B parameter model on only 1,000 curated examples, without reinforcement learning, achieves strong performance, with responses preferred over GPT-4 in 43% of cases.

Large language models are trained in two stages: (1) unsupervised pretraining from raw text, to learn general-purpose representations, and (2) large scale instruction tuning and reinforcement learning, to better align to end tasks and user preferences. We measure the relative importance of these two stages by training LIMA, a 65B parameter LLaMa language model fine-tuned with the standard supervised loss on only 1,000 carefully curated prompts and responses, without any reinforcement learning or human preference modeling. LIMA demonstrates remarkably strong performance, learning to follow specific response formats from only a handful of examples in the training data, including complex queries that range from planning trip itineraries to speculating about alternate history. Moreover, the model tends to generalize well to unseen tasks that did not appear in the training data. In a controlled human study, responses from LIMA are either equivalent or strictly preferred to GPT-4 in 43% of cases; this statistic is as high as 58% when compared to Bard and 65% versus DaVinci003, which was trained with human feedback. Taken together, these results strongly suggest that almost all knowledge in large language models is learned during pretraining, and only limited instruction tuning data is necessary to teach models to produce high quality output.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes