Add metadata: task category, language, license and paper link
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ArXiv Papers
|
| 2 |
|
| 3 |
## Description
|
|
@@ -9,6 +17,8 @@ next, the [LATEXML](https://math.nist.gov/~BMiller/LaTeXML/manual/intro/) conver
|
|
| 9 |
finally, the HTML was converted to plaintext using the [Trafilatura](https://github.com/adbar/trafilatura) HTML-processing library.
|
| 10 |
Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
| 11 |
|
|
|
|
|
|
|
| 12 |
## Dataset Statistics
|
| 13 |
| Documents | UTF-8 GB |
|
| 14 |
|-----------|-----------|
|
|
@@ -30,4 +40,4 @@ If you use this dataset, please cite:
|
|
| 30 |
journal={arXiv preprint},
|
| 31 |
year={2025}
|
| 32 |
}
|
| 33 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
license: cc-by-sa-4.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# ArXiv Papers
|
| 10 |
|
| 11 |
## Description
|
|
|
|
| 17 |
finally, the HTML was converted to plaintext using the [Trafilatura](https://github.com/adbar/trafilatura) HTML-processing library.
|
| 18 |
Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
| 19 |
|
| 20 |
+
This dataset is part of [The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text](https://huggingface.co/papers/2506.05209).
|
| 21 |
+
|
| 22 |
## Dataset Statistics
|
| 23 |
| Documents | UTF-8 GB |
|
| 24 |
|-----------|-----------|
|
|
|
|
| 40 |
journal={arXiv preprint},
|
| 41 |
year={2025}
|
| 42 |
}
|
| 43 |
+
```
|