The Common Crawl team attended the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026), held July 2–7 at the Manchester Grand Hyatt in San Diego. ACL is the flagship venue of natural language processing, and this year's edition was vast: more than 4,800 papers across the main conference, Findings, the Industry and Student Research tracks, and system demonstrations, plus 37 co-located workshops.
Common Crawl data and the growing family of corpora derived from it remains foundational infrastructure for this community. As in previous years, we went looking for the research papers that build on our crawl and, just as importantly, the work that scrutinizes how web data is identified, filtered, documented, and governed.

A contribution from the Common Crawl team: CommonLID
We were especially happy to present CommonLID: Re-evaluating State-of-the-Art Language Identification Performance on Web Data at the main conference (ACL Anthology). CommonLID is a community-driven, human-annotated language identification (LID) benchmark for the web domain, covering 109 language varieties, many previously under-served. It was built with dozens of contributors worldwide. Crucially, CommonLID is built from the crawl itself: its samples are drawn from the WET files of the CC-MAIN-2024-22 and CC-MAIN-2025-05 snapshots and MADLAD-400, yielding over 373,230 hand-annotated lines.
Language identification is the first step in curating any multilingual corpus, and CommonLID's central finding is that LID is far from being a solved task: existing evaluations overestimate LID accuracy for many languages on real web text. Tested against eight popular LID systems, the best model achieves only 60 F1 on CommonLID, which is far below scores on cleaner sets like FLORES+ and UDHR. The dataset and code are openly and permissively licensed, and results are browsable at commonlid.org and the Hugging Face leaderboard. (More in our companion blog post.)

Other research papers relevant to our work
Aside from our own contribution, there were several other research papers presented at the conference that are relevant to our work at Common Crawl Foundation:
Language identification and language coverage
LID and coverage of under-served languages ran through the workshops as well as the main track:
- At AmericasNLP, "The Power of Simplicity: N-Grams and Transformers in Nahuatl Language Identification" tackled exactly the hard case CommonLID surfaces, distinguishing 11 closely related Nahuatl varieties (reaching ~90.6% accuracy), and finding that simple n-gram models remain competitive with transformers for low-cost LID.
- Also at AmericasNLP, RAN: Resource Abundance Notation proposed a standard notation for quantifying how much data exists per language (referencing the Common Crawl-derived OSCAR corpus).
- "How Can Synthetic Data Improve Multilingual Pretraining?" (main conference) addressed coverage from the data-quality side: its SynRank classifier filters the noisy MADLAD-400 web corpus for six low-resource languages, using translated synthetic data as the positive signal.
- The African Languages Lab (main conference) assembled the largest validated African text-and-speech dataset to date (19 billion tokens across 40 languages, reusing Common Crawl-derived parallel corpora) and argued, in line with our own view, that data scarcity, not model scale, is the primary bottleneck for low-resource NLP.
- And StereACuLT's "Stereotyped by Silence" documented how LLMs erase Northeast Indian languages that are nearly absent from web-scale training data.
Quality, provenance, and contamination
The questions of what is in a corpus, and whether we can trust evaluations on models trained from the web, were well represented:
- "Is a Document Educational or Just Wikipedia-Style?" stress-tests the widely used FineWeb-Edu quality classifier, showing a simple Wikipedia-style reformatting flips its filtering decision on ~7% of documents.
- Gaperon, a fully open English–French suite built on the Common Crawl subset of TxT360 and RedPajama-V2, found that neural quality filters systematically rank benchmark samples in their top percentiles, quietly amplifying contamination.
- LLMSurgeon recovers the domain-level "digital DNA" of a model's pretraining mixture from its outputs alone, and Tracing the Roots reconstructs dataset lineage graphs to show how contamination propagates as datasets are copied and re-derived. A GEM workshop survey, "Are LLM Benchmarks Already Contaminated?", mapped the whole contamination-detection landscape.
- On the curation craft itself, SELECting over Tokens (SelecT) sampled raw HTML straight from early-2025 Common Crawl dumps and refined it via token classification while "How Good is Your Wikipedia?" applied the same noisy-web-text filtering to non-English Wikipedia.

