CLAIApr 18, 2021

Documenting Large Webtext Corpora: A Case Study on the Colossal Clean Crawled Corpus

arXiv:2104.08758v2779 citations
AI Analysis

This work addresses the lack of documentation in large webtext corpora, which is crucial for researchers and practitioners using such datasets, though it is incremental as it focuses on a specific case study.

The study documented the Colossal Clean Crawled Corpus (C4), revealing unexpected sources like patents and military websites, machine-generated text, and that blocklist filtering disproportionately removed text about minority individuals.

Large language models have led to remarkable progress on many NLP tasks, and researchers are turning to ever-larger text corpora to train them. Some of the largest corpora available are made by scraping significant portions of the internet, and are frequently introduced with only minimal documentation. In this work we provide some of the first documentation for the Colossal Clean Crawled Corpus (C4; Raffel et al., 2020), a dataset created by applying a set of filters to a single snapshot of Common Crawl. We begin by investigating where the data came from, and find a significant amount of text from unexpected sources like patents and US military websites. Then we explore the content of the text itself, and find machine-generated text (e.g., from machine translation systems) and evaluation examples from other benchmark NLP datasets. To understand the impact of the filters applied to create this dataset, we evaluate the text that was removed, and show that blocklist filtering disproportionately removes text from and about minority individuals. Finally, we conclude with some recommendations for how to created and document web-scale datasets from a scrape of the internet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes