AICLMay 13, 2025

Grounding Synthetic Data Evaluations of Language Models in Unsupervised Document Corpora

arXiv:2505.08905v22 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of scaling benchmark creation for rapidly evolving language models, offering a practical solution for domain-specific evaluations without extensive human effort.

The paper tackles the problem of automating the construction of evaluation benchmarks for language models by proposing a method to generate fact-based synthetic data questions grounded in document corpora, achieving a Spearman correlation of 0.97 with human-curated questions and a Pearson accuracy correlation of 0.75.

Language Models (LMs) continue to advance, improving response quality and coherence. Given Internet-scale training datasets, LMs have likely encountered much of what users may ask them to generate in some form during their training. A plethora of evaluation benchmarks have been constructed to assess model quality, response appropriateness, and reasoning capabilities. However, the human effort required for benchmark construction is rapidly being outpaced by the size and scope of the models under evaluation. Having humans build a benchmark for every possible domain of interest is impractical. Therefore, we propose a methodology for automating the construction of fact-based synthetic data model evaluations grounded in document populations. This work leverages the same LMs to evaluate domain-specific knowledge automatically, using only grounding documents (e.g., a textbook) as input. This synthetic data benchmarking approach corresponds well with human curated questions producing a Spearman ranking correlation of 0.97 and a benchmark evaluation Pearson accuracy correlation of 0.75. This novel approach supports generating both multiple choice and open-ended synthetic data questions to gain diagnostic insight of LM capability. We apply this methodology to evaluate model performance on two recent arXiv preprints, discovering a surprisingly strong performance from Gemma-3 models on open-ended questions. Code is available at https://github.com/mmajurski/grounded-synth-lm-benchmark

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes