How Predictable Are Large Language Model Capabilities? A Case Study on BIG-bench
Qinyuan Ye, Harvey Yiyun Fu, Xiang Ren, Robin Jia

TL;DR
This paper explores the predictability of large language model capabilities using experiment records from BIG-bench, demonstrating high predictability with machine learning models and identifying smaller task subsets that retain evaluation effectiveness.
Contribution
It introduces a method to accurately predict LLM performance from experiment data and proposes a way to select smaller, informative task subsets for efficient evaluation.
Findings
MLP predictor achieves >95% R^2 in performance prediction.
A small, informative subset of tasks can replace larger benchmarks.
Task diversity is crucial for constructing effective smaller benchmarks.
Abstract
We investigate the predictability of large language model (LLM) capabilities: given records of past experiments using different model families, numbers of parameters, tasks, and numbers of in-context examples, can we accurately predict LLM performance on new experiment configurations? Answering this question has practical implications for LLM users (e.g., deciding which models to try), developers (e.g., prioritizing evaluation on representative tasks), and the research community (e.g., identifying hard-to-predict capabilities that warrant further investigation). We study the performance prediction problem on experiment records from BIG-bench. On a random train-test split, an MLP-based predictor achieves an score greater than 95%, indicating the presence of learnable patterns within the experiment records. We then formulate the problem of searching for "small-bench," an…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
