Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
nkandpa2 commited on
Commit
35e9b4a
·
verified ·
1 Parent(s): 9c44572

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
11
+ The [Directory of Open Access Books](https://www.doabooks.org) (DOAB) is an online index of over 94,000 peer-reviewed books curated from trusted open-access publishers.
12
+ To collect the openly licensed content from DOAB, we retrieve metadata using their [official metadata feed](https://www.doabooks.org/en/doab/metadata-harvesting-and-content-dissemination).
13
+ We then filter the collection to include only English-language books released under CC BY and CC BY-SA licenses.
14
+ The filtered books are downloaded in PDF format and converted to plaintext using the [Marker](https://github.com/VikParuchuri/marker) PDF-to-text converter.
15
+ As an additional validation step, we manually create a whitelist of open license statements and retain only texts explicitly containing one of these statements in their front- or back-matter.
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
+ |-----------|----------|
22
+ | 474,445 | 12.5 |
23
+
24
+ ## License Issues
25
+ While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see [our paper](TODO link)). If you believe you have found an instance of incorrect licensing in this dataset, please [start a discussion](https://github.com/r-three/common-pile/discussions/new) on this repository.
26
+
27
+ ## Other Versions
28
+ This is the "raw" version of the DOAB dataset. If you are looking for the filtered version used to train [Comma v0.1](https://huggingface.co/common-pile/comma-v0.1), you can find it [here](https://huggingface.co/datasets/common-pile/doab_filtered).
29
+
30
+ ## Citation
31
+ If you use this dataset, please cite:
32
+ ```bibtex
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
+ ```