Look Before you Leap: Estimating LLM Benchmark Scores from Descriptions
Jungsoo Park, Ethan Mendes, Gabriel Stanovsky, Alan Ritter
TL;DR
This work reframes LLM evaluation as a forecasting problem and introduces Precog, a leakage-mitigated corpus of redacted task descriptions paired with performance scores to predict benchmark outcomes from text alone. It demonstrates that large language models, notably GPT-5, can reasonably forecast absolute performance and calibrate their uncertainty under zero-shot and streaming conditions, enabling smarter experiment design and pilot planning. The study also analyzes the role of retrieval, model reasoning, and human baselines, highlighting both the practical utility and current limitations of description-based forecasting. By providing open resources and a streaming evaluation protocol, the paper lays groundwork for open-ended anticipatory evaluation and resource-efficient benchmark development.
Abstract
Progress in large language models is constrained by an evaluation bottleneck: build a benchmark, run models, then iterate. We ask a question: can we forecast outcomes before running any experiments to inform earlier study design? For example, a team building an AI assistant for a certain task can estimate whether expected performance is around 50 or closer to 80, evidence that supports whether to proceed to a pilot study, how to scope it, and how to allocate resources. We study text-only performance forecasting, where a model predicts a score from a redacted task description and intended configuration, with no access to dataset instances. To support systematic study, we curate PRECOG, a corpus of redacted description-performance pairs spanning diverse tasks, domains, and metrics. We scrape task and configuration descriptions from arXiv, yielding 2,290 instances covering 1,519 papers, and construct a leakage free test split using papers published after the knowledge cutoff of the evaluated models. Experiments show the task is challenging but feasible: reasoning models achieve moderate prediction performance with well calibrated uncertainty, reaching mean absolute error as low as 9.9 at high confidence thresholds. We further test a zero-leakage setting, forecasting on newly released datasets or experiments before their papers are indexed, where GPT5 with built in web search still attains nontrivial prediction accuracy. Overall, our corpus and analyses offer an initial step toward open ended anticipatory evaluation, supporting difficulty estimation and smarter experiment prioritization.
