Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - en
6
+ pretty_name: LibreTexts
7
+ ---
8
+ # LibreTexts
9
+
10
+ ## Description
11
+ [LibreTexts](https://libretexts.org) is an online platform that provides a catalog of over 3,000 open-access textbooks.
12
+ To collect openly licensed content from LibreTexts we gather links to all textbooks in the catalog and check each each textbook section for a license statement indicating that it is in the public domain or under a CC BY, CC BY-SA, or the GNU Free Documentation License.
13
+ We extract plaintext from these textbook sections directly from the HTML pages hosted on the LibreTexts website.
14
+ Per-document license information is available in the `license` entry of the `metadata` field of each example.
15
+ Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
16
+
17
+ ## Dataset Statistics
18
+ | Documents | UTF-8 GB | Times seen during training| Tokens |
19
+ ------------|----------|---------------------------|--------|
20
+ | 62,269 | 3.6 | 6x | 5.4B |
21
+
22
+ ## License Issues
23
+ 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.
24
+
25
+ ## Other Versions
26
+ This is the "filtered" version of the LibreTexts dataset.
27
+ If you are looking for the raw version, you can find it [here](https://huggingface.co/datasets/common-pile/libretexts).
28
+
29
+ ## Citation
30
+ If you use this dataset, please cite:
31
+ ```bibtex
32
+ @article{kandpal2025common,
33
+ title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
34
+ 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},
35
+ journal={arXiv preprint},
36
+ year={2025}
37
+ }
38
+ ```