--- license: odc-by language: - en task_categories: - text-generation size_categories: - 1B_.jsonl.gz`). ## Data Schema Each line is a JSON object. Refer to the paper's Appendix A (Datasheet) for the full field-level specification. Key fields: - `text`: main document text after the full curation pipeline. - `metadata`: original WARC fields (URI, content-type, crawl date, etc.). - `websci_meta.language`: detected language and confidence. - `websci_meta.discipline`: fine-grained discipline distribution from the two-tier discipline router (top-4 disciplines with confidence). - `websci_meta.model_quality_score`: content-driven fastText quality score. - `websci_meta.sci_quality_score`: 0–5 scientific value score from the rubric-based quality classifier. ## Curation Summary Documents are sourced from Common Crawl snapshots (2013–March 2026) and DCLM-Pool, then processed by the data-centric curation pipeline described in Section 3 of the paper: 1. Heuristic filtering with discipline-aware differential rules. 2. Two-tier content-driven discipline routing. 3. Rubric-based quality scoring with asymmetric penalties. 4. Intra-dump fuzzy + intra-disciplinary exact deduplication. ## PII Handling Personally identifiable information has been masked using the standard Datatrove PII formatter: email addresses are replaced with placeholders (`user@domain.org`); public IPs are replaced with the RFC 5737 TEST-NET address (`198.51.100.1`). ## License This sample is released under the **Open Data Commons Attribution License (ODC-By) v1.0**. Use of the data is also subject to the original [Common Crawl terms of use](https://commoncrawl.org/terms-of-use). ## Intended Use This anonymous sample is provided **solely for reviewer evaluation** of the NeurIPS 2026 submission. Redistribution prior to camera-ready is not permitted. The full corpus, code, classifier checkpoints, and Datasheet will be released at the non-anonymous repository at camera-ready. ## Limitations - English-only; humanities and social sciences are out of scope. - Code and multimodal content are not included. - Sample size is intentionally limited for reviewer inspection; quality metrics reported in the paper are computed on the full corpus, not this sample. ## Reporting Issues Anonymous review channel — please contact the authors via the OpenReview submission discussion thread.