paper-with-me

홈 › Papers

Benchmarks Are Not That Out of Distribution: Word Overlap Predicts Performance

2026-02-11 · Woojin Chung, Jeonghoon Kim arxiv

Understanding what constitutes high-quality pre-training data remains a central question in language model training. In this work, we investigate whether benchmark performance is primarily driven by the degree of statistical pattern overlap between pre-training corpora and evaluation datasets. We measure this overlap using word-level unigram cross-entropy and word frequency statistics, and perform controlled experiments across $10$ zero-shot benchmarks, $4$ pre-training datasets spanning $8.5\mathrm{B}$ to $60\mathrm{B}$ tokens, and model sizes ranging from $400\mathrm{M}$ to $3\mathrm{B}$ parameters. Our results demonstrate a robust inverse relationship between word-level unigram cross-entropy and benchmark performance, suggesting that widely used benchmarks are strongly influenced by word overlap between training and evaluation data. Thus, larger pre-training subsets with similar word-level unigram cross-entropy yield improved downstream results, indicating that word frequency statistics play an additional role in shaping benchmark scores. Taken together, these results suggest that many standard benchmarks are only weakly out-of-distribution relative to pre-training corpora, so that simple word-overlap statistics predict benchmark performance.

📄 PDF Abstract BibTeX arXiv:2602.10657

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Generative Model for Joint Alignment and Word Representation

2018-02-16 · NAACL 2018 6 · Miguel Rios, Wilker Aziz, Khalil Sima'an

This work exploits translation data as a source of semantically relevant learning signal for models of word representation. In particular, we exploit equivalence through translation as a form of distributed context and j…

Natural Language Inferencetext similarityTranslation

Understanding Out-of-distribution: A Perspective of Data Dynamics

2021-11-29 · NeurIPS Workshop ICBINB 2021 12 · Dyah Adila, Dongyeop Kang

Despite machine learning models' success in Natural Language Processing (NLP) tasks, predictions from these models frequently fail on out-of-distribution (OOD) samples. Prior works have focused on developing state-of-the…

BIG-bench Machine Learning

Mapping Overlaps in Benchmarks through Perplexity in the Wild

2025-09-27 · Siyang Wu, Honglin Bao, Sida Li, Ari Holtzman 외 arxiv

We introduce benchmark signatures to characterize the capacity demands of LLM benchmarks and their overlaps. Signatures are sets of salient tokens from in-the-wild corpora whose model token perplexity, reflecting trainin…

Instruction FollowingSemantic Similarity

Constructing Taxonomies from Pretrained Language Models

2020-10-24 · NAACL 2021 4 · Catherine Chen, Kevin Lin, Dan Klein

We present a method for constructing taxonomic trees (e.g., WordNet) using pretrained language models. Our approach is composed of two modules, one that predicts parenthood relations and another that reconciles those pre…

PagPassGPT: Pattern Guided Password Guessing via Generative Pretrained Transformer

2024-04-07 · Xingyu Su, Xiaojie Zhu, Yang Li, Yong Li 외

Amidst the surge in deep learning-based password guessing models, challenges of generating high-quality passwords and reducing duplicate passwords persist. To address these challenges, we present PagPassGPT, a password g…