Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
nielsr HF Staff commited on
Commit
cafaf4d
·
verified ·
1 Parent(s): 89e7a35

Add common-pile tag and link to paper

Browse files

This PR adds the `common-pile` tag to the dataset, indicating that it is part of the Common Pile collection. Also links the dataset to the Common Pile paper and updates the citation to include the arXiv identifier.

Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- task_categories:
3
- - text-generation
4
  language:
5
  - en
 
 
6
  pretty_name: Directory of Open Access Books
 
 
7
  ---
 
8
  # Directory of Open Access Books
9
 
10
  ## Description
@@ -16,6 +19,8 @@ As an additional validation step, we manually create a whitelist of open license
16
  Per-document license information is available in the `license` entry of the `metadata` field of each example.
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 |
21
  |-----------|----------|
@@ -33,7 +38,7 @@ If you use this dataset, please cite:
33
  @article{kandpal2025common,
34
  title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
35
  author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
36
- journal={arXiv preprint},
37
  year={2025}
38
  }
39
- ```
 
1
  ---
 
 
2
  language:
3
  - en
4
+ task_categories:
5
+ - text-generation
6
  pretty_name: Directory of Open Access Books
7
+ tags:
8
+ - common-pile
9
  ---
10
+
11
  # Directory of Open Access Books
12
 
13
  ## Description
 
19
  Per-document license information is available in the `license` entry of the `metadata` field of each example.
20
  Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
21
 
22
+ 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).
23
+
24
  ## Dataset Statistics
25
  | Documents | UTF-8 GB |
26
  |-----------|----------|
 
38
  @article{kandpal2025common,
39
  title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
40
  author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
41
+ journal={arXiv preprint arXiv:2506.05209},
42
  year={2025}
43
  }
44
+ ```