Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,11 @@ language:
|
|
8 |
- fr
|
9 |
size_categories:
|
10 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
dataset_info:
|
13 |
splits:
|
@@ -66,7 +71,7 @@ ProgressGym-HistText is the central dataset in the ProgressGym framework. It con
|
|
66 |
|
67 |
To mitigate the problems of mislabeling, OCR errors, and other quality issues in raw historical texts, ProgressGym-HistText has undergone multiple rounds of filtering and refinement, through both rule-based and machine learning-based pipelines.
|
68 |
|
69 |
-
We collected historical texts from portions of
|
70 |
|
71 |
The texts are organized into `.json` files by year, with each year's file containing a list of passages. Each passage is represented as a dictionary, with the fields `creation_year`, `source_dataset`, and `content` being mandatory, and many other metadata fields being optional to include.
|
72 |
|
|
|
8 |
- fr
|
9 |
size_categories:
|
10 |
- 1M<n<10M
|
11 |
+
source_datasets:
|
12 |
+
- pile-of-law/pile-of-law
|
13 |
+
- EEBO
|
14 |
+
- Library of Congress
|
15 |
+
- Project Gutenberg (Standardized Project Gutenberg Corpus)
|
16 |
|
17 |
dataset_info:
|
18 |
splits:
|
|
|
71 |
|
72 |
To mitigate the problems of mislabeling, OCR errors, and other quality issues in raw historical texts, ProgressGym-HistText has undergone multiple rounds of filtering and refinement, through both rule-based and machine learning-based pipelines.
|
73 |
|
74 |
+
We collected historical texts from portions of Library of Congress (Internet Archive), Project Gutenberg (Standardized Project Gutenberg Corpus), Early English Books Online (EEBO), and [Pile of Law](https://huggingface.co/datasets/pile-of-law/pile-of-law), which are public-domain, freely available digital libraries of texts. The dataset encompasses different types of texts: fiction, nonfiction, legal, administrative, religious, and more.
|
75 |
|
76 |
The texts are organized into `.json` files by year, with each year's file containing a list of passages. Each passage is represented as a dictionary, with the fields `creation_year`, `source_dataset`, and `content` being mandatory, and many other metadata fields being optional to include.
|
77 |
|