alea-institute commited on
Commit
00ac1cc
·
verified ·
1 Parent(s): c2c5836

Update README and config files - README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -23,3 +23,76 @@ configs:
23
  - split: train
24
  path: data/train-*
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  - split: train
24
  path: data/train-*
25
  ---
26
+
27
+ # KL3M Data Project
28
+
29
+ > **Note**: This page provides general information about the KL3M Data Project. Additional details specific to this dataset will be added in future updates. For complete information, please visit the [GitHub repository](https://github.com/alea-institute/kl3m-data) or refer to the [KL3M Data Project paper](https://arxiv.org/abs/2504.07854).
30
+
31
+ ## Description
32
+
33
+ This dataset is part of the [ALEA Institute's](https://aleainstitute.ai/) KL3M Data Project, which provides copyright-clean training resources for large language models.
34
+
35
+ ## Abstract
36
+
37
+ Practically all large language models have been pre-trained on data that is subject to global uncertainty related to copyright infringement and breach of contract. This creates potential risk for users and developers due to this uncertain legal status. The KL3M Data Project directly confronts this critical issue by introducing the largest comprehensive training data pipeline that minimizes risks related to copyright or breach of contract.
38
+
39
+ The foundation of this project is a corpus of over 132 million documents and trillions of tokens spanning 16 different sources that have been verified to meet the strict copyright and licensing protocol detailed in the project. We are releasing the entire pipeline, including:
40
+
41
+ 1. The source code to acquire and process these documents
42
+ 2. The original document formats with associated provenance and metadata
43
+ 3. Extracted content in a standardized format
44
+ 4. Pre-tokenized representations of the documents
45
+ 5. Various mid- and post-train resources such as question-answer, summarization, conversion, drafting, classification, prediction, and conversational data
46
+
47
+ All of these resources are freely available to the public on S3, Hugging Face, and GitHub under CC-BY terms. We are committed to continuing this project in furtherance of a more ethical, legal, and sustainable approach to the development and use of AI models.
48
+
49
+ ## Dataset Details
50
+
51
+ - **Format**: Parquet files containing document text and metadata
52
+ - **License**: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
53
+
54
+ ## Legal Basis
55
+
56
+ This dataset is fully compliant with copyright law and contractual terms. The content is included based on the following legal foundation:
57
+
58
+ - Public domain materials
59
+ - US government works
60
+ - Open access content under permissive licenses
61
+ - Content explicitly licensed for AI training
62
+
63
+ ## Papers
64
+
65
+ For more information about the KL3M Data Project, please refer to:
66
+
67
+ - [The KL3M Data Project: Copyright-Clean Training Resources for Large Language Models](https://arxiv.org/abs/2504.07854)
68
+ - [KL3M Tokenizers: A Family of Domain-Specific and Character-Level Tokenizers for Legal, Financial, and Preprocessing Applications](https://arxiv.org/abs/2503.17247)
69
+
70
+ ## Citation
71
+
72
+ If you use this dataset in your research, please cite:
73
+
74
+ ```bibtex
75
+ @misc{bommarito2025kl3mdata,
76
+ title={The KL3M Data Project: Copyright-Clean Training Resources for Large Language Models},
77
+ author={Bommarito II, Michael J. and Bommarito, Jillian and Katz, Daniel Martin},
78
+ year={2025},
79
+ eprint={2504.07854},
80
+ archivePrefix={arXiv},
81
+ primaryClass={cs.CL}
82
+ }
83
+ ```
84
+
85
+ ```bibtex
86
+ @misc{bommarito2025kl3m,
87
+ title={KL3M Tokenizers: A Family of Domain-Specific and Character-Level Tokenizers for Legal, Financial, and Preprocessing Applications},
88
+ author={Bommarito II, Michael J. and Katz, Daniel Martin and Bommarito, Jillian},
89
+ year={2025},
90
+ eprint={2503.17247},
91
+ archivePrefix={arXiv},
92
+ primaryClass={cs.CL}
93
+ }
94
+ ```
95
+
96
+ ## About ALEA
97
+
98
+ The ALEA Institute is a non-profit research organization focused on advancing AI for business, law, and governance. Learn more at [https://aleainstitute.ai/](https://aleainstitute.ai/).