# Less is More For Alignment

This <mark style="color:blue;">May 2023</mark> paper made waves in the AI community by challenging the prevailing notion that extensive fine-tuning is necessary for refining large language models (LLMs) and proposes a more efficient approach that leverages smaller, high-quality datasets.

The paper introduces LIMA, a 65-billion parameter LLaMa language model, which diverges from conventional training approaches by being fine-tuned with a standard supervised loss on only 1,000 carefully curated prompts and responses.&#x20;

Remarkably, LIMA demonstrates strong performance, learning to follow specific response formats from a minimal number of examples and generalising well to unseen tasks, ranging from planning trip itineraries to speculating about alternate histories.

In a controlled human study, LIMA's responses were either equivalent to or strictly preferred over those from GPT-4 in 43% of cases, a statistic that rises to 58% when compared against Bard and 65% versus DaVinci 003, models trained with extensive reinforcement learning and human feedback.&#x20;

These findings suggest that *<mark style="color:yellow;">**the bulk of knowledge in large language models is acquired during the pre training phase,**</mark>* and that only a limited amount of instruction tuning data is necessary for models to produce high-quality output. This challenges the prevailing notion that significant compute and specialised data are essential for achieving high performance, opening new avenues for efficient and effective language model training.

#### <mark style="color:green;">The Superficial Alignment Hypothesis</mark>

At the core of the paper is the "Superficial Alignment Hypothesis," which suggests that the majority of a language model's capabilities are acquired during the pretraining phase.&#x20;

According to this hypothesis, the primary role of alignment is to *<mark style="color:yellow;">**teach the model the appropriate format for user interaction.**</mark>* This idea shifts the focus from extensive fine-tuning to a more targeted approach that emphasizes dataset quality over quantity.

{% embed url="<https://arxiv.org/abs/2305.11206>" %}
"Less is More For Alignment": Challenging Conventions in Language Model Fine-Tuning
{% endembed %}

### <mark style="color:purple;">Hyperparameters Used</mark>

The training of LIMA incorporated a mix of standard and innovative hyperparameters, with specific attention to preventing overfitting and ensuring the model's ability to distinguish between different speakers. <mark style="color:yellow;">The manual selection of checkpoints highlights a focus on qualitative evaluation</mark>, which is especially important for models aimed at generating high-quality, contextually appropriate responses.

<mark style="color:green;">**Use of Special Token**</mark>

A unique end-of-turn (EOT) token was introduced to differentiate between user and assistant utterances. This choice avoids confusion with the existing end-of-sentence (EOS) token, which the pretrained model might associate with different meanings.

<mark style="color:green;">**Standard Fine-tuning Parameters**</mark>

The model was fine-tuned for 15 epochs using the AdamW optimizer. This optimizer is known for its effectiveness in large model training due to its handling of weight decay. The specific values for the AdamW hyperparameters were β1 = 0.9 and β2 = 0.95, with a weight decay of 0.1.

<mark style="color:green;">**Learning Rate Strategy**</mark>

The initial learning rate was set at 1e-5, with a linear decay to 1e-6 by the end of training. This gradual reduction is a common approach to stabilize and refine the learning process over time.

<mark style="color:green;">**Batch Size and Token Limit**</mark>

The batch size was set to 32 examples (or 64 for smaller models). Texts longer than 2048 tokens were trimmed, ensuring manageable training sizes and focusing the model's attention on the most relevant parts of the data.

<mark style="color:green;">**Residual Dropout**</mark>

A notable deviation from standard practice was the use of residual dropout. The dropout rate started at 0% at the bottom layer and increased linearly to 30% at the last layer (20% for smaller models). This approach, inspired by Ouyang et al. \[2022], suggests a focus on preventing overfitting in deeper layers of the model.

<mark style="color:green;">**Manual Selection of Checkpoints**</mark>

Interestingly, the team did not rely on perplexity as an indicator of generation quality. Instead, they manually selected checkpoints between the 5th and the 10th epochs using a held-out 50-example development set. This indicates a more hands-on approach to model tuning, prioritizing qualitative assessments over traditional metrics.

## <mark style="color:purple;">**Training Data**</mark>

The study demonstrated that LIMA, despite being trained on a limited yet diverse and high-quality dataset, was capable of robust performance, even outperforming models trained on much larger datasets in some cases.&#x20;

This underscores the importance of pretraining and the potential efficiency gains from fine-tuning with carefully selected data.

<mark style="color:green;">**Source and Composition**</mark>

The training data comprised *1,000 examples that mimic real user prompts and high-quality responses.* This set includes 750 top questions and answers from community forums like Stack Exchange (in both STEM and other categories) and wikiHow. These were selected for their quality and diversity. The average input and output lengths varied across sources, indicating a mix of brief and detailed interactions.

<mark style="color:green;">**Manual Contributions**</mark>

Additionally, the paper authors manually wrote 250 examples to optimise for task diversity and uniform response style. This was done to align with the spirit of an AI assistant, ensuring that the model could adapt to a variety of tasks while maintaining a consistent approach in its responses.

<mark style="color:green;">**Diverse Data Sources**</mark>

The training data encompassed a wide range of sources, including technical forums (Stack Exchange), practical guides (wikiHow), creative writing prompts (Pushshift r/WritingPrompts), and instructional examples (Natural Instructions). This diversity was aimed at exposing the model to a broad spectrum of query types and response styles.

<mark style="color:green;">**Controlled Data Size**</mark>

The total amount of training data was about 750,000 tokens, split over exactly 1,000 sequences. This small dataset size, especially compared to the extensive datasets typically used for language model training, was a deliberate choice to test the efficacy of fine-tuning on a highly curated dataset.

<mark style="color:green;">**Emphasis on Quality and Style**</mark>

The focus was on the quality and style of the data rather than its quantity. The training set aimed to teach LIMA how to interact with users effectively by following a specific format, rather than inundating it with an extensive amount of varied data.

The training set used in the study for LIMA, a 65B-parameter LLaMa model, was curated to test the hypothesis that alignment can be simplified by teaching the model to interact with users in a specific style, leveraging the knowledge and capabilities acquired during pretraining. Here's a detailed explanation of the training set:

### <mark style="color:purple;">Findings</mark>

<mark style="color:green;">**Dataset Quality Over Quantity**</mark><mark style="color:green;">:</mark> The study prioritises the quality of the dataset for fine-tuning, utilizing only 1,000 high-quality examples to achieve significant performance improvements.

<mark style="color:green;">**Dataset Composition and Size**</mark><mark style="color:green;">:</mark> Emphasizes the creation of a small yet diverse training dataset, including sources like Stack Exchange and WikiHow, to promote task diversity and a uniform response style.

<mark style="color:green;">**Diversity and Labourious Dataset Creation**</mark><mark style="color:green;">:</mark> Highlights the intensive effort required to create a diverse and high-quality dataset, underlining the importance of manual curation.

<mark style="color:green;">**Dataset Creation Challenges**</mark><mark style="color:green;">:</mark> Explores the challenges in effectively creating and refining datasets for fine-tuning, focusing on the balance between size and quality.

<mark style="color:green;">**Comparative Analysis with Other Models**</mark><mark style="color:green;">:</mark> LIMA is benchmarked against state-of-the-art models, showing comparable or superior performance in some instances.

<mark style="color:green;">**Performance on Out-of-Distribution Samples**</mark><mark style="color:green;">:</mark> LIMA demonstrates strong generalisation on novel tasks but shows a tendency for unsafe responses, highlighting the importance of diverse input for quality output.

<mark style="color:green;">**Single vs. Multi-Turn Dialogue Testing**</mark><mark style="color:green;">:</mark> Showcases LIMA's adaptability in various conversational contexts, from single-turn responses to coherent multi-turn dialogues.

<mark style="color:green;">**Annotation and Labeling Considerations**</mark><mark style="color:green;">:</mark> Discusses the evolving role of annotation and labeling, particularly in ensuring data quality and consistency.

<mark style="color:green;">**Factors Influencing Input Diversity**</mark><mark style="color:green;">:</mark> Considers multiple factors that contribute to dataset diversity, such as formatting, concepts, and sentiment.

<mark style="color:green;">**Measuring Input Diversity and Output Quality**</mark><mark style="color:green;">:</mark> Raises the challenge of quantitatively assessing critical factors like input diversity and output quality in datasets.

<mark style="color:green;">**Application-Specific Fine-Tuning**</mark><mark style="color:green;">:</mark> Considers the benefits of fine-tuning models for specific applications, suggesting a tailored approach based on domain requirements.

<mark style="color:green;">**Alignment Data and Superficial Alignment Hypothesis**</mark><mark style="color:green;">:</mark> Tests the hypothesis that alignment mainly involves teaching the model user interaction styles, leveraging pretraining knowledge.

<mark style="color:green;">**Prompt Creation Process**</mark><mark style="color:green;">:</mark> Highlights the meticulous process of creating prompts and responses to ensure uniformity and relevance.

<mark style="color:green;">**Interactivity and Intelligence**</mark><mark style="color:green;">:</mark> Suggests that model intelligence appears to enhance with longer user interactions and self-referencing.

### <mark style="color:purple;">Conclusion</mark>

&#x20;"Less is More For Alignment" presents a compelling case for efficient fine-tuning of LLMs using smaller, high-quality datasets.&#x20;

The paper challenges conventional wisdom and opens up new avenues for exploration in the field. As the landscape of LLMs continues to evolve rapidly, this research contributes to the ongoing discourse on model refinement and alignment.

The paper highlights the importance of dataset quality, diversity, and the need for comprehensive evaluation metrics. It also underscores the potential for leveraging LLMs themselves in model assessment and the evolving role of annotation and labeling in dataset curation.

As the AI community continues to push the boundaries of what's possible with LLMs, papers like "Less is More For Alignment" inspire researchers and practitioners to rethink assumptions and explore innovative approaches. The insights gained from this research will undoubtedly shape the future of language model fine-tuning and contribute to the advancement of this transformative technology.
