Update README
Browse files
README.md
CHANGED
|
@@ -1,5 +1,96 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
| 5 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: odc-by
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1B<n<10B
|
| 9 |
+
tags:
|
| 10 |
+
- scientific
|
| 11 |
+
- pretraining
|
| 12 |
+
- web-corpus
|
| 13 |
+
- stem
|
| 14 |
+
- common-crawl
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# HW-Sci Sample (Anonymous Submission)
|
| 18 |
+
|
| 19 |
+
This repository hosts a **representative sample** of the HW-Sci scientific
|
| 20 |
+
web corpus, released anonymously for double-blind peer review at NeurIPS 2026.
|
| 21 |
+
|
| 22 |
+
The full 1.09T-token corpus, finalised license, classifier checkpoints, and
|
| 23 |
+
long-term maintenance repository will be released at the non-anonymous
|
| 24 |
+
location at camera-ready time, pending internal release review.
|
| 25 |
+
|
| 26 |
+
## Sample Composition
|
| 27 |
+
|
| 28 |
+
The sample (~3.46 GB compressed) is uniformly distributed across all
|
| 29 |
+
**14 STEM disciplines** covered by HW-Sci:
|
| 30 |
+
|
| 31 |
+
AerospaceEngineering, Agriculture, Astronomy, Biology, Chemistry,
|
| 32 |
+
CivilEngineering, ComputerScience, EarthScience,
|
| 33 |
+
ElectricalElectronicEngineering, MaterialsScience, Mathematics,
|
| 34 |
+
MechanicalEngineering, Medicine, Physics.
|
| 35 |
+
|
| 36 |
+
Each discipline lives under its own top-level folder; documents are stored
|
| 37 |
+
as gzip-compressed JSONL shards (`HainaWeb-Sci_<discipline>_<id>.jsonl.gz`).
|
| 38 |
+
|
| 39 |
+
## Data Schema
|
| 40 |
+
|
| 41 |
+
Each line is a JSON object. Refer to the paper's Appendix A (Datasheet) for
|
| 42 |
+
the full field-level specification. Key fields:
|
| 43 |
+
|
| 44 |
+
- `text`: main document text after the full curation pipeline.
|
| 45 |
+
- `metadata`: original WARC fields (URI, content-type, crawl date, etc.).
|
| 46 |
+
- `websci_meta.language`: detected language and confidence.
|
| 47 |
+
- `websci_meta.discipline`: fine-grained discipline distribution from
|
| 48 |
+
the two-tier discipline router (top-4 disciplines with confidence).
|
| 49 |
+
- `websci_meta.model_quality_score`: content-driven fastText quality score.
|
| 50 |
+
- `websci_meta.sci_quality_score`: 0–5 scientific value score from the
|
| 51 |
+
rubric-based quality classifier.
|
| 52 |
+
|
| 53 |
+
## Curation Summary
|
| 54 |
+
|
| 55 |
+
Documents are sourced from Common Crawl snapshots (2013–March 2026) and
|
| 56 |
+
DCLM-Pool, then processed by the data-centric curation pipeline described
|
| 57 |
+
in Section 3 of the paper:
|
| 58 |
+
|
| 59 |
+
1. Heuristic filtering with discipline-aware differential rules.
|
| 60 |
+
2. Two-tier content-driven discipline routing.
|
| 61 |
+
3. Rubric-based quality scoring with asymmetric penalties.
|
| 62 |
+
4. Intra-dump fuzzy + intra-disciplinary exact deduplication.
|
| 63 |
+
|
| 64 |
+
## PII Handling
|
| 65 |
+
|
| 66 |
+
Personally identifiable information has been masked using the standard
|
| 67 |
+
Datatrove PII formatter: email addresses are replaced with placeholders
|
| 68 |
+
(`user@domain.org`); public IPs are replaced with the RFC 5737 TEST-NET
|
| 69 |
+
address (`198.51.100.1`).
|
| 70 |
+
|
| 71 |
+
## License
|
| 72 |
+
|
| 73 |
+
This sample is released under the
|
| 74 |
+
**Open Data Commons Attribution License (ODC-By) v1.0**.
|
| 75 |
+
Use of the data is also subject to the original
|
| 76 |
+
[Common Crawl terms of use](https://commoncrawl.org/terms-of-use).
|
| 77 |
+
|
| 78 |
+
## Intended Use
|
| 79 |
+
|
| 80 |
+
This anonymous sample is provided **solely for reviewer evaluation** of the
|
| 81 |
+
NeurIPS 2026 submission. Redistribution prior to camera-ready is not
|
| 82 |
+
permitted. The full corpus, code, classifier checkpoints, and Datasheet
|
| 83 |
+
will be released at the non-anonymous repository at camera-ready.
|
| 84 |
+
|
| 85 |
+
## Limitations
|
| 86 |
+
|
| 87 |
+
- English-only; humanities and social sciences are out of scope.
|
| 88 |
+
- Code and multimodal content are not included.
|
| 89 |
+
- Sample size is intentionally limited for reviewer inspection; quality
|
| 90 |
+
metrics reported in the paper are computed on the full corpus, not
|
| 91 |
+
this sample.
|
| 92 |
+
|
| 93 |
+
## Reporting Issues
|
| 94 |
+
|
| 95 |
+
Anonymous review channel — please contact the authors via the
|
| 96 |
+
OpenReview submission discussion thread.
|