PulseAugur
EN
LIVE 08:25:52

New method estimates LLM training data composition from vocabularies

Researchers have developed a new method called Quantile-Guided Density Estimation (QGDE) to estimate the composition of hidden training corpora for large language models (LLMs). This technique leverages released tokenizer vocabularies, showing that token ID-to-ratio distributions are stable across different corpora. QGDE approximates these distributions using quantile trends and local density weighting, achieving low estimation errors in controlled and real-world scenarios, including with the SmolLM tokenizer. The findings suggest that tokenizer vocabularies can offer valuable insights into fine-grained corpus estimation, going beyond broad mixture inferences. AI

IMPACT Provides a novel method for analyzing LLM training data composition, potentially impacting model interpretability and bias detection.

RANK_REASON Academic paper detailing a new method for analyzing LLM training data. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New method estimates LLM training data composition from vocabularies

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Qingjie Zhang, Xingzhang Ren, Zixuan Chen, Jinfeng Li, YueFeng Chen, Yitong Yang, Hui Xue, Dayiheng Liu, Han Qiu ·

    Can Released LLM Vocabularies Support Token-Level Estimation of Hidden Corpora?

    arXiv:2608.10690v1 Announce Type: new Abstract: Pretraining corpus composition shapes LLM capabilities, but it often remains hidden even when model weights are released. Prior work has inferred corpus mixtures or traced specific token groups from released tokenizer vocabularies; …