paper-with-me

홈 › Papers

Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research

2024-01-31 · Luca Soldaini, Rodney Kinney, Akshita Bhagia, Dustin Schwenk, David Atkinson, Russell Authur, Ben Bogin, Khyathi Chandu, Jennifer Dumas, Yanai Elazar, Valentin Hofmann, Ananya Harsh Jha, Sachin Kumar, Li Lucy, Xinxi Lyu, Nathan Lambert, Ian Magnusson, Jacob Morrison, Niklas Muennighoff, Aakanksha Naik, Crystal Nam, Matthew E. Peters, Abhilasha Ravichander, Kyle Richardson, Zejiang Shen, Emma Strubell, Nishant Subramani, Oyvind Tafjord, Pete Walsh, Luke Zettlemoyer, Noah A. Smith, Hannaneh Hajishirzi, Iz Beltagy, Dirk Groeneveld, Jesse Dodge, Kyle Lo

Information about pretraining corpora used to train the current best-performing language models is seldom discussed: commercial models rarely detail their data, and even open models are often released without accompanying training data or recipes to reproduce them. As a result, it is challenging to conduct and advance scientific research on language modeling, such as understanding how training data impacts model capabilities and limitations. To facilitate scientific research on language model pretraining, we curate and release Dolma, a three-trillion-token English corpus, built from a diverse mixture of web content, scientific papers, code, public-domain books, social media, and encyclopedic materials. We extensively document Dolma, including its design principles, details about its construction, and a summary of its contents. We present analyses and experimental results on intermediate states of Dolma to share what we have learned about important data curation practices. Finally, we open-source our data curation toolkit to enable reproduction of our work as well as support further research in large-scale data curation.

📄 PDF Abstract BibTeX arXiv:2402.00159

Code (1)

allenai/dolma 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Zyda: A 1.3T Dataset for Open Language Modeling

2024-06-04 · Yury Tokpanov, Beren Millidge, Paolo Glorioso, Jonathan Pilault 외

The size of large language models (LLMs) has scaled dramatically in recent years and their computational and data requirements have surged correspondingly. State-of-the-art language models, even at relatively smaller siz…

Language ModelingLanguage Modelling

Characterizing Narrative Content in Web-scale LLM Pretraining Data

2026-06-17 · Teagan Johnson, Elliott Ash, Andrew Piper, Maria Antoniak arxiv

The narrative composition of web-scale LLM pretraining corpora remains largely unexplored even though narrative is a fundamental mode of human communication. We present the first fine-grained study of narrative features …

Pretraining Exposure Explains Popularity Judgments in Large Language Models

2026-05-12 · Jamshid Mozafari, Bhawna Piryani, Adam Jatowt arxiv

Large language models (LLMs) exhibit systematic preferences for well-known entities, a phenomenon often attributed to popularity bias. However, the extent to which these preferences reflect real-world popularity versus s…

MultiSynt/MT: Trillion-Token Multi-Parallel Pre-Training Data Translated Across 36 Languages

2026-07-01 · Maximilian Idahl, Jörg Tiedemann, Sampo Pyysalo, David Salinas 외 arxiv

Open web-scale pre-training corpora remain concentrated in English, limiting multilingual LLM development. We introduce MultiSynt/MT, an open synthetic parallel corpus with approximately 4.8 trillion target-language toke…

Improving language models by retrieving from trillions of tokens

2021-12-08 · Sebastian Borgeaud, Arthur Mensch, Jordan Hoffmann, Trevor Cai 외

We enhance auto-regressive language models by conditioning on document chunks retrieved from a large corpus, based on local similarity with preceding tokens. With a $2$ trillion token database, our Retrieval-Enhanced Tra…

Language ModellingQuestion AnsweringRetrieval