100 instances is all you need: predicting the success of a new LLM on unseen data by testing on a few instances
Lorenzo Pacchiardi, Lucy G. Cheke, Jos\'e Hern\'andez-Orallo

TL;DR
This paper introduces a method to predict the performance of new large language models on unseen data using only a few reference instances, reducing the need for extensive evaluations.
Contribution
It proposes a generic assessor trained on previous models' evaluations to predict new LLM performance with minimal reference data, improving efficiency.
Findings
Performance comparable to LLM-specific assessors when predicting in-distribution data.
Random selection of reference instances performs as well as advanced methods.
Predictability of LLM performance drops significantly out-of-distribution.
Abstract
Predicting the performance of LLMs on individual task instances is essential to ensure their reliability in high-stakes applications. To do so, a possibility is to evaluate the considered LLM on a set of task instances and train an assessor to predict its performance based on features of the instances. However, this approach requires evaluating each new LLM on a sufficiently large set of task instances to train an assessor specific to it. In this work, we leverage the evaluation results of previously tested LLMs to reduce the number of evaluations required to predict the performance of a new LLM. In practice, we propose to test the new LLM on a small set of reference instances and train a generic assessor which predicts the performance of the LLM on an instance based on the performance of the former on the reference set and features of the instance of interest. We conduct empirical…
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
TopicsMachine Learning and Data Classification · Natural Language Processing Techniques · Imbalanced Data Classification Techniques
MethodsSparse Evolutionary Training
