Update dataset card to link to Common Pile paper and update pretty_name
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
task_categories:
|
| 3 |
-
- text-generation
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |
# ArXiv Papers
|
| 9 |
|
| 10 |
## Description
|
|
@@ -14,7 +15,7 @@ This dataset includes text from all papers uploaded under CC BY, CC BY-SA, and C
|
|
| 14 |
first, the latex source files for openly licensed papers were downloaded from [ArXiv’s bulk-access S3 bucket](https://info.arxiv.org/help/bulk_data_s3.html);
|
| 15 |
next, the [LATEXML](https://math.nist.gov/~BMiller/LaTeXML/manual/intro/) conversion tool was used to convert these source files into a single HTML document;
|
| 16 |
finally, the HTML was converted to plaintext using the [Trafilatura](https://github.com/adbar/trafilatura) HTML-processing library.
|
| 17 |
-
Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
| 18 |
|
| 19 |
## Dataset Statistics
|
| 20 |
| Documents | UTF-8 GB |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-generation
|
| 6 |
+
pretty_name: Common Pile - ArXiv Papers
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# ArXiv Papers
|
| 10 |
|
| 11 |
## Description
|
|
|
|
| 15 |
first, the latex source files for openly licensed papers were downloaded from [ArXiv’s bulk-access S3 bucket](https://info.arxiv.org/help/bulk_data_s3.html);
|
| 16 |
next, the [LATEXML](https://math.nist.gov/~BMiller/LaTeXML/manual/intro/) conversion tool was used to convert these source files into a single HTML document;
|
| 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). For more details on the Common Pile project, see [The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text](https://huggingface.co/papers/2506.05209).
|
| 19 |
|
| 20 |
## Dataset Statistics
|
| 21 |
| Documents | UTF-8 GB |
|