IC-811Alpaca's 52k instruction-tuning data is predominantly low-quality (only 17.75% score ≥ 4.5 on accuracy), yet the full 52k data still yields higher MMLU scores than the filtered 9k subset for both 7b and 13b variants

Lichang Chen, Shiyang Li, Jun Yan, Hai Wang, Kalpa Gunaratna, Vikas Yadav, Zheng Tang, Vijay Srinivasan, Tianyi Zhou, Heng Huang, Hongxia Jin

SourceAlpaGasus: Training a Better Alpaca with Fewer Data

The paper rates all 52,002 Alpaca training samples using ChatGPT as an auto-grader on the accuracy dimension. Only 9,229 samples (17.75%) score at or above the 4.5 threshold, meaning the vast majority of Alpaca's training data contains incorrect or irrelevant responses. Despite this, Alpaca-7b trained on the full 52k data scores 40.86 on MMLU versus 38.78 for the model trained on the filtered 9k, and Alpaca-13b(52k) scores 47.89 versus 46.12 for 13b(9k). This shows that while the data quality is poor, the additional quantity of even low-quality data still provides a marginal benefit on knowledge-intensive benchmarks, even as it degrades instruction-following performance on the four human-instruction test sets.

Evidence
correlational
Key metric
9,229/52,002 samples (17.75%) score ≥ 4.5; MMLU: 7b(52k)=40.86 vs 7b(9k)=38.78, 13b(52k)=47.89 vs 13b(9k)=46.12; BBH: 7b(52k)=33.01 vs 7b(9k)=33.76, 13b(52k)=38.67 vs 13b(9k)=38.92
Caveat
The quality rating is performed by a single LLM (ChatGPT) on a single dimension (accuracy); the paper acknowledges in appendix A.5 that using 'helpfulness' as the dimension yields different filtering results. The MMLU advantage of 52k over 9k is small (1.88 and 1.77 points) and the 9k model actually outperforms 52k on BBH.
Model
Alpaca
Datasets
Alpaca 52k [source], MMLU / MMLU-Math [eval], DROP [eval], HumanEval [eval], Vicuna Test Set [eval], Koala Test Set [eval], WizardLM Test Set [eval], Self-Instruct Test Set [eval]
Methods
LLM-as-a-Judge / GPT-4 as judge / GPT-4o as LLM judge [eval]
Related work
Alpaca [builds-on], LLaMA [builds-on]
Extraction
automatic-extraction