Vocabulary Dropout for Curriculum Diversity in LLM Co-Evolution
- lab Hugging Face
- lab arXivLabs
- location arXiv
- model Qwen3-4B
- model Qwen3-8B
- person Jacob Dineen
- product R-Zero
A new technique called vocabulary dropout can prevent language models from collapsing into repetitive patterns during autonomous self-play training, researchers report. The method applies a random mask to a model's output logits, sustaining diversity and yielding measurable solver improvements on mathematical reasoning tasks. The approach targets a known failure mode in co-evolutionary self-play, where one language model generates problems and a second model solves them. Without intervention, the proposer model quickly converges to a narrow distribution of problems that satisfy the reward function, a phenomenon the authors describe as diversity collapse [1][2]. This collapse renders the curriculum uninformative for the solver, stalling the co-evolutionary loop [2]. Jacob Dineen and collaborators introduce vocabulary dropout as a lightweight countermeasure. The method is a hard, non-stationary mask applied to the proposer's output logits during both policy training and curriculum generation, preventing the model from locking into fixed token sequences [1][2]. The researchers trained Qwen3-4B and Qwen3-8B models on mathematical reasoning using the R-Zero framework [1][2]. Across lexical, semantic, and functional metrics, vocabulary dropout sustained proposer diversity throughout training [1][2]. The diversity translated into solver performance gains averaging +4.4 points for the 8-billion-parameter model, with the largest improvements observed on competition-level benchmarks [1][2]. The paper was submitted on 3 April 2026 and revised most recently on 14 June 2026 [1]. The findings arrive amid broader efforts to make language model training more autonomous and cost-efficient. Large language models are typically trained with self-supervised learning on vast text corpora [7]. Recent industry milestones include DeepSeek's R1 model, which demonstrated comparable performance to leading models at a fraction of the training cost, reportedly using approximately one-tenth the computing power consumed by Meta's comparable Llama 3.1 model [6]. The vocabulary dropout paper is available on arXiv, which since 2022 has integrated with Hugging Face Spaces to allow researchers to attach interactive demos directly to paper abstract pages [3][4]. Authors can link demos by including a paper citation in a Space's README file or by associating a model on the Hugging Face Hub with the Space [5]. The integration covers papers in computer science, statistics, and electrical engineering and systems science categories [4]. The authors frame vocabulary dropout as one instantiation of a broader principle: explicit action-space constraints, analogous to the structural role that game rules play in classical self-play, can help sustain productive co-evolution in language [1][2].
research-paperregulationapplication
Background sources we checked (7)
- arxiv.org ↗ Co-evolutionary self-play, where one language model generates problems and another solves them, promises autonomous curriculum learning without human supervision. In practice, the proposer quickly converges to a narrow distribution of problems that satisfy the reward function. Th…
- huggingface.co ↗ Hugging Face Machine Learning Demos on arXiv Back to Articles ... # Hugging Face Machine Learning Demos on arXiv Published November 17, 2022 Update on GitHub Upvote 1 - - - - - Abubakar Abid abidlabs Follow …
- info.arxiv.org ↗ ## Hugging Face Spaces ... Hugging Face code repositories, About Hugging Face ... Collaborators: Abubakar Abid, Omar Sanseviero, Ahsen Khaliq, and the Hugging Face team ... Hugging Face Spaces includes links to demos created by the community or the authors themselves. By going to…
- huggingface.co ↗ Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to this integration, users can now find…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Douwe Kiela is a Dutch-American research scientist and entrepreneur working in the field of artificial intelligence with a focus on machine learning and natural language processing. He is a research scientist director at Google DeepMind. He previously co-founded and served as CEO…
Sources
- export.arxiv.org — Vocabulary Dropout for Curriculum Diversity in LLM Co-Evolution ↗