CLJun 25, 2024

VarBench: Robust Language Model Benchmarking Through Dynamic Variable Perturbation

arXiv:2406.17681v236 citations
Originality Incremental advance
AI Analysis

This addresses the issue of fair evaluation for language model researchers by mitigating data contamination, though it is an incremental improvement over existing closed-test methods.

The paper tackled the problem of data contamination in language model benchmarks by proposing dynamic variable perturbation to create unique test cases, showing that this approach provides a more accurate assessment of model capabilities across four datasets.

As large language models achieve impressive scores on traditional benchmarks, an increasing number of researchers are becoming concerned about benchmark data leakage during pre-training, commonly known as the data contamination problem. To ensure fair evaluation, recent benchmarks release only the training and validation sets, keeping the test set labels closed-source. They require anyone wishing to evaluate his language model to submit the model's predictions for centralized processing and then publish the model's result on their leaderboard. However, this submission process is inefficient and prevents effective error analysis. To address this issue, we propose to variabilize benchmarks and evaluate language models dynamically. Specifically, we extract variables from each test case and define a value range for each variable. For each evaluation, we sample new values from these value ranges to create unique test cases, thus ensuring a fresh evaluation each time. We applied this variable perturbation method to four datasets: GSM8K, ARC, CommonsenseQA, and TruthfulQA, which cover mathematical generation and multiple-choice tasks. Our experimental results demonstrate that this approach provides a more accurate assessment of the true capabilities of language models, effectively mitigating the contamination problem.

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