kacperwikiel commited on
Commit
3c0bb29
·
1 Parent(s): 0ea96e2

Add v0.3 source license review and quality mix workflow

Browse files
Files changed (27) hide show
  1. README.md +31 -0
  2. artifacts/hf_readmes/PleIAs__Polish-PD__README.md +46 -0
  3. artifacts/hf_readmes/PleIAs__common_corpus__README.md +134 -0
  4. artifacts/hf_readmes/WiktorS__polish-news__README.md +32 -0
  5. artifacts/hf_readmes/allegro__polish-question-passage-pairs__README.md +3 -0
  6. artifacts/hf_readmes/allegro__summarization-polish-summaries-corpus__README.md +3 -0
  7. artifacts/hf_readmes/clarin-knext__wsd_polish_datasets__README.md +378 -0
  8. artifacts/hf_readmes/clarin-pl__ComplexQA__README.md +29 -0
  9. artifacts/hf_readmes/clarin-pl__PUGG__README.md +173 -0
  10. artifacts/hf_readmes/clarin-pl__poquad__README.md +24 -0
  11. artifacts/hf_readmes/ipipan__polqa__README.md +236 -0
  12. artifacts/hf_readmes/michaljunczyk__pl-asr-bigos__README.md +210 -0
  13. artifacts/hf_readmes/openlanguagedata__flores_plus__README.md +2016 -0
  14. artifacts/hf_readmes/oscar-corpus__OSCAR-2301__README.md +531 -0
  15. artifacts/hf_readmes/oscar-corpus__mOSCAR__README.md +697 -0
  16. artifacts/hf_readmes/pelcra__PLLuMIC__README.md +174 -0
  17. artifacts/hf_readmes/ptaszynski__PolishCyberbullyingDataset__README.md +51 -0
  18. artifacts/source_candidate_audit_v0_3.json +952 -0
  19. artifacts/source_candidate_audit_v0_3.md +296 -0
  20. artifacts/source_license_review_v0_3.md +56 -0
  21. artifacts/source_scouting_v0_3.md +62 -0
  22. artifacts/training_mix_v0_3.json +103 -0
  23. artifacts/training_mix_v0_3.md +39 -0
  24. configs/source_candidates_v0_3.json +143 -0
  25. configs/training_mix_v0_3.json +45 -0
  26. src/make_training_mix.py +248 -0
  27. src/review_source_candidates.py +161 -0
README.md CHANGED
@@ -73,6 +73,37 @@ OCR garble); heavy quality filtering and mix-weighting are left to downstream tr
73
  Evaluation-set decontamination is applied/marked separately. Schema:
74
  `id, text, source, added, created, token_count`.
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ## Excluded sources (transparency)
77
  Sources we reviewed and **deliberately left out** — part of the curation:
78
 
 
73
  Evaluation-set decontamination is applied/marked separately. Schema:
74
  `id, text, source, added, created, token_count`.
75
 
76
+ ## v0.3 quality roadmap
77
+
78
+ The v0.2 raw corpus is intentionally provenance-first, but its token mix is too
79
+ heavy in legal/parliamentary language for natural general pretraining. The v0.3
80
+ workflow therefore separates **source inclusion** from **training mix**:
81
+
82
+ - cap `eurlex + parliamentary + dziennik_ustaw` to roughly **10-20%** of training
83
+ tokens combined;
84
+ - use source-level temperature sampling (`sqrt`, alpha `0.5`) instead of raw
85
+ token-proportional sampling;
86
+ - add traceably licensed contemporary/natural Polish: open web, guides,
87
+ technical documentation/blogs, Q&A, and dialogue/instruction data;
88
+ - run aggressive exact, normalized, and near-duplicate removal;
89
+ - reserve the final **5-15%** of training for higher-quality sources rather than
90
+ the largest sources;
91
+ - evaluate per-source perplexity and style contamination, not only global loss;
92
+ - treat GPT-2 124M as a cheap dataset probe, not proof of final model quality.
93
+
94
+ Current review artifacts:
95
+
96
+ - `configs/source_candidates_v0_3.json` — candidate decisions and license policy.
97
+ - `artifacts/source_license_review_v0_3.md` — source-by-source license review.
98
+ - `artifacts/source_candidate_audit_v0_3.md` — generated Hugging Face metadata audit.
99
+ - `artifacts/training_mix_v0_3.md` — example 1B-token training mix with legal sources capped at 15%.
100
+
101
+ TVP Info-derived news data is currently **blocked**: the HF upload
102
+ `WiktorS/polish-news` has an `apache-2.0` tag, but its README says the articles
103
+ were obtained from `tvp.info.pl`, and no upstream TVP Info open license has been
104
+ verified. It should only be included with explicit permission or authoritative
105
+ upstream open-license evidence.
106
+
107
  ## Excluded sources (transparency)
108
  Sources we reviewed and **deliberately left out** — part of the curation:
109
 
artifacts/hf_readmes/PleIAs__Polish-PD__README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🇵🇱 Polish Public Domain 🇵🇱
2
+
3
+ **Polish-Public Domain** or **Polish-PD** is a large collection aiming to aggregate all Polish monographies and periodicals in the public domain. As of March 2024, it is the biggest Polish open corpus.
4
+
5
+ ## Dataset summary
6
+ The collection contains 247,491 individual texts making up 2,697,414,811 words recovered from multiple sources, including Internet Archive and various European national libraries and cultural heritage institutions. Each parquet file has the full text of 2,000 books selected at random.
7
+
8
+ ## Curation method
9
+ The composition of the dataset adheres to the criteria for public domain works in the EU and, consequently, all Berne-countries for EU authors: any publication whose author is dead for more than 70 years. Additionally, the initial consolidation of public domain status for cultural heritage operates in the EU under the 2019 Copyright Directive (art. 14).
10
+
11
+ As of March 2024, to limit rights verification, we have retained exclusively titles published prior to 1884.
12
+
13
+ The corpus will be expanded at a later stage to encompass late 19th century and early 20th century publications, after checking for public domain validity.
14
+
15
+ ## Uses
16
+ The collection aims to expand the availability of open works for the training of Large Language Models. The text can be used for model training and republished without restriction for reproducibility purposes.
17
+
18
+ The rationales for creation of this collection are multifold:
19
+
20
+ * **Scientific**: We observe that the closure of training corpora represents a major barrier to AI research. Large language models face a real crisis of reproducibility.
21
+ * **Legal**: With the adoption of the AI Act with its obligations in terms of copyright law compliance for the pretraining corpora, the European AI ecosystem will have to change its provenance practices.
22
+ * **Cultural**: The linguistic diversity of the European Union is currently underrepresented. Unlike web archives, open, heritage, administrative, or scientific texts are often of high quality: they are long, multilingual, and editorialized publications.
23
+ * **Economical**: Today, value capture is concentrated on players whose financial resources are already considerable, allowing them to collect or purchase data at a high price. Making a royalty-free corpus available to as many people as possible frees innovation in uses and minimizes economic dependencies on dominant actors.
24
+
25
+ ## License
26
+ The entire collection is in the public domain in all regions. This means that the patrimonial rights of each individual or collective right holders have expired.
27
+
28
+ There has been a debate for years in Europe over the definition of public domain and the possibility to restrict its use. Since 2019, the EU Copyright Directive states that "Member States shall provide that, when the term of protection of a work of visual art has expired, any material resulting from an act of reproduction of that work is not subject to copyright or related rights, unless the material resulting from that act of reproduction is original in the sense that it is the author's own intellectual creation." (art. 14)
29
+
30
+ ## Future work
31
+ This dataset is not a one-time work but will continue to evolve significantly in three directions:
32
+
33
+ * Expansion of the dataset to the late 19th and early 20th century works and its further enhancement with currently unexploited collections coming from European patrimonial data repositories.
34
+ * Correction of computer generated errors in the text. All the texts have been transcribed automatically through the use of Optical Character Recognition (OCR) software. The original files have been digitized over a long time period (since the mid-2000s) and some documents should be. Future versions will strive either to re-OCRize the original text or use experimental LLM models for partial OCR correction.
35
+ * Enhancement of the structure/editorial presentation of the original text. Some parts of the original documents are likely unwanted for large scale analysis or model training (header, page count…). Additionally, some advanced document structures like tables or multi-column layout are unlikely to be well-formatted.
36
+
37
+ ## Acknowledgements
38
+ The corpus was stored and processed with the generous support of Scaleway. It was built up with the support and concerted efforts of the state start-up LANGU:IA (start-up d’Etat), supported by the French Ministry of Culture and DINUM, as part of the prefiguration of the service offering of the Alliance for Language technologies EDIC (ALT-EDIC).
39
+
40
+ Corpus collection has been largely facilitated thanks to the open science LLM community insights, cooperation and support (Occiglot, Eleuther AI, OpenLLM France, Allen AI).
41
+
42
+ <div style="text-align: center;">
43
+ <img src="https://github.com/mch-dd/datasetlogo/blob/main/scaleway.jpeg?raw=true" style="width: 33%; margin: 0 auto; display: inline-block;"/>
44
+ <img src="https://github.com/mch-dd/datasetlogo/blob/main/ministere.png?raw=true" style="width: 33%; margin: 0 auto; display: inline-block;"/>
45
+ <img src="https://github.com/mch-dd/datasetlogo/blob/main/occiglot.jpg?raw=true" style="width: 33%; margin: 0 auto; display: inline-block;"/>
46
+ </div>
artifacts/hf_readmes/PleIAs__common_corpus__README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - de
6
+ - zh
7
+ - it
8
+ - es
9
+ - ja
10
+ - pl
11
+ - la
12
+ - nl
13
+ - ru
14
+ - ar
15
+ - ko
16
+
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: "common_corpus_1/subset_100_1.parquet"
22
+ ---
23
+
24
+
25
+ # Common Corpus
26
+
27
+ <p align="center">
28
+ <a href="https://iclr.cc/virtual/2026/poster/10011885"><b>Full paper - ICLR 2026 oral</b></a>
29
+ </p>
30
+
31
+ Common Corpus is the largest open licensed text dataset, comprising 2.27 trillion tokens (2,267,302,720,836 tokens). It is a diverse dataset, consisting of books, newspapers, scientific articles, government and legal documents, code, and more. Common Corpus has been created by Pleias in association with several partners.
32
+
33
+ Common Corpus differs from existing open datasets in that it is:
34
+ * **Truly Open**: contains only data that is either uncopyrighted or freely licensed
35
+ * **Traceable**: each individual document is associated with documented contextual information, including licensed use or lack of copyright.
36
+ * **Multilingual**: mostly representing English and French data, but contains data for 8 languages with more than 10 billion tokens (German, Spanish, Italian, Polish, Greek, Latin) and 33 languages with more than 1 billion tokens.
37
+ * **Diverse**: consisting of scientific articles, government and legal documents, code, and cultural heritage data, including books and newspapers
38
+ * **Extensively Curated**: spelling and formatting has been corrected from digitized texts, harmful and toxic content has been removed, and content with low educational content has also been removed.
39
+
40
+ The dataset in its entirety meets the requirements of the Code of Conduct of the AI Act and goes further than the current requirements for data transparency. It aims to set a new standard of openness in AI, showing that detailed provenance at a granular document level is a realistic objective, even at the scale of 2.3 trillion tokens.
41
+
42
+ Common Corpus makes it possible to train model compatible with [the Open Source Initiative’s definition](https://opensource.org/ai/open-source-ai-definition#:~:text=An%20Open%20Source%20AI%20is,including%20to%20change%20its%20output.) of open-source AI, which includes openness of use, meaning use is permitted for “any purpose and without having to ask for permission". Based on the available licensing information Common Corpus can be filtered to only include public domain works or a subset of free licenses (like attribution only).
43
+
44
+
45
+ # About Common Corpus
46
+
47
+ Common Corpus is made of six carefully curated collections:
48
+ * **OpenCulture**: our largest collection at 967,018,390,906 tokens, featuring public domain books, newspapers from cultural heritage repositories and open projets like Wikisource ad Gutenberg. We're developing innovative tools of OCR correction based on Pleias Models to correct historical digitization errors, while implementing advanced toxicity filtering to ensure content meets modern ethical standards.
49
+ * **OpenGovernment**: 579,150,518,908 tokens of financial and legal documents, including Finance Commons (from sources like SEC and WTO) and Legal Commons (including Europarl, Caselaw Access Project, Chinese Case Law), providing enterprise-grade training data from regulatory bodies and administrative sources.
50
+ * **OpenSource**: 283,227,402,898 tokens of high-quality code in open source from GitHub, filtered using ArmoRM to ensure only the top 80% of submissions by quality rating are included.
51
+ * **OpenScience**: 281,193,563,789 tokens of academic content from Open Alex and other open science reposiories, processed using vision-language models to preserve crucial document structure and formatting.
52
+ * **OpenWeb**: 88,517,032,065 tokens from Wikipedia (official releases from the [Wikimedia Foundation](https://huggingface.co/datasets/wikimedia/wikipedia) on Huggingface), YouTube Commons and Stack-Exchange.
53
+ * **Open Semantic**: 67,958,671,827 tokens from Wikidata (official releases from the [Wikimedia Foundation](https://huggingface.co/datasets/wikimedia/wikipedia) on Huggingface). The data has been reprocessed thanks to support and help of Wikidata and Wikimedia Germany. It includes the transcriptions of all the semantic triplets into natural language statements in over 300 languages.
54
+
55
+ | Collection | Domain | Sources |
56
+ |----------------|--------------------------|-------------------------------------------------------------------------------------------|
57
+ | OpenGovernment | legal and administrative | [Finance Commons](https://huggingface.co/collections/PleIAs/finance-commons-66925e1095c7fa6e6828e26c) (e.g. SEC, WTO) and Legal Commons (e.g. Europarl, Caselaw Access Project, Chinese CaseLaw) |
58
+ | OpenCulture | cultural heritage | public domain books and newspapers, Wikisource |
59
+ | OpenScience | academic | OpenAlex |
60
+ | OpenWeb | web text | [YouTube Commons](https://huggingface.co/datasets/PleIAs/YouTube-Commons), MOSEL, Stack Exchange, CCCC |
61
+ | OpenSource | code | GitHub |
62
+ | OpenSemantic | Semantic data | Wikidata |
63
+
64
+ The first version of [Common Corpus](https://huggingface.co/datasets/PleIAs/common_corpus) was released in November of 2024. The second version added Wikidata and detailed document-level information, including licensing and other core metadata whenever available. The third ongoing version dramatically expand the language coverage of Common Corpus beyond the US and Europe with the integration of large collection of documents in Chinese, Japanese, Arabic, Korean and Hindi.
65
+
66
+ The dataset release is accompanied by a comprehensive technical report (ICRL 2026 - oral) detailing our methodologies and data sources will accompany the release, ensuring full transparency and reproducibility.
67
+
68
+ ## Dataset Structure
69
+
70
+ <details >
71
+ <summary>Data Fields</summary>
72
+
73
+ * `identifier`: unique text identifier. In many cases, this is also the link to the original resources.
74
+ * `collection`: name of one of the XX sub-collections curated for Common corpus.
75
+ * `open type`: one of the six leading collection groupings:
76
+ * `license`: sharing rights for the content either uncopyrighted (public domain, US federal public domain, CC0 on Wikidata) or various free licenses (Creative Commons, MIT, French Licence ouverte, etc.)
77
+ * `date`: date of creation of the resource where known. Due to the significance of public domain and other cultural heritage content, more than half of Common Corpus predates the 21st century.
78
+ * `title`: title of the resource when known or alternatively the filename.
79
+ * `creator`: institution publishing/collecting/curating the resource.
80
+ * `language`: automatically identified language.
81
+ * `word_count`: number of space delimited words.
82
+ * `token_count`: number of tokens as calculated by Pleias official tokenizer and Gemma-3 tokenizer for Chinese, Japanese, Arabic, Korean and few additional non-Western languages.
83
+ * `text`: full text, without formatting.
84
+
85
+ </details >
86
+ <br />
87
+
88
+
89
+ ## Provenance
90
+
91
+ The provenance of the datasets that make up Refined Common Corpus is detailed in the technical report [link]. Additionally, the original source URL is available in the metadata for each document for most of the dataset.
92
+
93
+
94
+ ## How to Use
95
+
96
+ ### Considerations for Using the Data
97
+
98
+ All data in Common Corpus are either uncopyrighted or freely licensed and may be used for both commercial and non-commercial purposes.
99
+
100
+ The dataset is multilingual. The language text is included in the metadata, so data can be filtered by language. Additionally, some of the text data are historical. The year each text is written is included in the metadata, therefore it is possible to construct a dataset with a custom date cutoff if desired.
101
+
102
+ ### Discussion of Bias
103
+
104
+ Some of the dataset sources contain biased and toxic content, such as stereotypes about certain minoritized groups. We have removed texts which had high toxicity scores according to our toxicity classifier, [Celadon](https://huggingface.co/PleIAs/celadon), or which contain offensive terms and slurs. See our [preprint](https://arxiv.org/pdf/2410.22587) for more details.
105
+
106
+ ### Personal and Sensitive Information
107
+
108
+ We have attempted to remove personally identifiable information (PII). We primarily use [Microsoft Presidio](https://microsoft.github.io/presidio/), but make additional modifications to account for language- and country-specific considerations, such as European phone number formats.
109
+
110
+ Some small parts of the French administrative common crawl have been entirely dropped using our unreleased small reasoning model for GDPR-filtering, due to the heightened risk of transmitting identifiable indirect personal information.
111
+
112
+ ## Using Common Corpus
113
+ from datasets import load_dataset
114
+ data = load_dataset('PleIAs/common_corpus')
115
+
116
+
117
+ # Acknowledgements
118
+
119
+ The Corpus was built up with the support and concerted efforts of the AI Alliance, the French Ministry of Culture as part of the prefiguration of the service offering of the Alliance for Language technologies EDIC (ALT-EDIC).
120
+
121
+ This dataset was also made in partnership with Wikimedia Enterprise and Wikidata/Wikimedia Germany. We're also thankful to our partner Libraries Without Borders for continuous assistance on extending low resource language support.
122
+
123
+ The corpus was stored and processed with the generous support of the AI Alliance, Jean Zay (Eviden, Idris), Tracto AI, Mozilla. Generation of OCR correction at scale were performed using HPC resources from two GENCI–IDRIS grants: 2023-AD011014736 and GC011015451.
124
+
125
+ Some parts of the corpus have been built on top of other similar open science LLM community initiatives such as German-Commons, MOSEL, kl3m, AI4Bharat, Creative Commons Common Crawl. We included a new curator field to properly acknowledge this data work.
126
+
127
+ <div style="text-align: center;">
128
+ <img src="https://huggingface.co/datasets/PleIAs/common_corpus/resolve/main/logo/ai_alliance.png" style="width: 33%; margin: 0 auto; display: inline-block;"/>
129
+ <img src="https://huggingface.co/datasets/PleIAs/common_corpus/resolve/main/logo/logo-genci-header.svg" style="width: 33%; margin: 0 auto; display: inline-block;"/>
130
+ <img src="https://huggingface.co/datasets/PleIAs/common_corpus/resolve/main/logo/Nvidia_(logo).svg.png" style="width: 33%; margin: 0 auto; display: inline-block;"/>
131
+ <img src="https://huggingface.co/datasets/PleIAs/common_corpus/resolve/main/logo/tractoAI.png" style="width: 33%; margin: 0 auto; display: inline-block;"/>
132
+ <img src="https://huggingface.co/datasets/PleIAs/common_corpus/resolve/main/logo/mozilla.png" style="width: 33%; margin: 0 auto; display: inline-block;"/>
133
+ <img src="https://huggingface.co/datasets/PleIAs/common_corpus/resolve/main/logo/wikimedia_logo.png" style="width: 33%; margin: 0 auto; display: inline-block;"/>
134
+ </div>
artifacts/hf_readmes/WiktorS__polish-news__README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ - summarization
6
+ - text-generation
7
+ language:
8
+ - pl
9
+ size_categories:
10
+ - 100K<n<1M
11
+ ---
12
+
13
+ This dataset contains more than 250k articles obtained from polish news site `tvp.info.pl`.
14
+ Main purpouse of collecting the data was to create a transformer-based model for text summarization.
15
+
16
+ Columns:
17
+ * `link` - link to article
18
+ * `title` - original title of the article
19
+ * `headline` - lead/headline of the article - first paragraph of the article visible directly from the page
20
+ * `content` - full textual contents of the article
21
+
22
+
23
+
24
+ Link to original repo: https://github.com/WiktorSob/scraper-tvp
25
+
26
+ Download the data:
27
+
28
+ ```python
29
+ from datasets import load_dataset
30
+
31
+ dataset = load_dataset("WiktorS/polish-news")
32
+ ```
artifacts/hf_readmes/allegro__polish-question-passage-pairs__README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ README_DOWNLOAD_ERROR: RemoteEntryNotFoundError: 404 Client Error. (Request ID: Root=1-6a30c2e8-69709ad67822f4c61c22b757;e5d36c2d-c02b-4c78-ac85-86048ae92297)
2
+
3
+ Entry Not Found for url: https://huggingface.co/datasets/allegro/polish-question-passage-pairs/resolve/main/README.md.
artifacts/hf_readmes/allegro__summarization-polish-summaries-corpus__README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ README_DOWNLOAD_ERROR: RemoteEntryNotFoundError: 404 Client Error. (Request ID: Root=1-6a30c2e8-2fb9443220aedb731cc645fc;f438cb69-dba3-430b-84e7-7f81180b703c)
2
+
3
+ Entry Not Found for url: https://huggingface.co/datasets/allegro/summarization-polish-summaries-corpus/resolve/main/README.md.
artifacts/hf_readmes/clarin-knext__wsd_polish_datasets__README.md ADDED
@@ -0,0 +1,378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - pl
6
+ language_creators:
7
+ - expert-generated
8
+ - found
9
+ license:
10
+ - cc-by-4.0
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: wsd-polish-datasets
14
+ size_categories:
15
+ - 1M<n<10M
16
+ source_datasets:
17
+ - original
18
+ tags: []
19
+ task_categories:
20
+ - token-classification
21
+ task_ids:
22
+ - word-sense-disambiguation
23
+ ---
24
+ # Word Sense Disambiguation Corpora for Polish
25
+
26
+ ## Table of Contents
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Instances](#data-instances)
33
+ - [Data Fields](#data-fields)
34
+ - [Data Splits](#data-splits)
35
+ - [Dataset Creation](#dataset-creation)
36
+ - [Curation Rationale](#curation-rationale)
37
+ - [Source Data](#source-data)
38
+ - [Annotations](#annotations)
39
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
41
+ - [Social Impact of Dataset](#social-impact-of-dataset)
42
+ - [Discussion of Biases](#discussion-of-biases)
43
+ - [Other Known Limitations](#other-known-limitations)
44
+ - [Additional Information](#additional-information)
45
+ - [Dataset Curators](#dataset-curators)
46
+ - [Licensing Information](#licensing-information)
47
+ - [Citation Information](#citation-information)
48
+ - [Contributions](#contributions)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:**
53
+ - **Repository:**
54
+ - **Paper:** https://link.springer.com/chapter/10.1007/978-3-031-08754-7_70
55
+ - **Point of Contact:** arkadiusz.janz@pwr.edu.pl
56
+
57
+ ### Dataset Summary
58
+
59
+ `WSD Polish Datasets` is a comprehensive benchmark for word sense disambiguation (WSD) classification task in Polish language.
60
+ It consists of 7 distinct datasets, manually annotated with senses from plWordNet-4.5 sense inventory. The following datasets
61
+ were annotated and included into our benchmark:
62
+ - KPWr
63
+ - KPWr-100
64
+ - Sherlock (SPEC)
65
+ - Skladnica
66
+ - WikiGlex (a subset of GLEX corpus)
67
+ - EmoGlex (a subset of GLEX corpus)
68
+ - Walenty
69
+
70
+ For more details, please check the following publication:
71
+
72
+ ```
73
+ @InProceedings{10.1007/978-3-031-08754-7_70,
74
+ author="Janz, Arkadiusz
75
+ and Dziob, Agnieszka
76
+ and Oleksy, Marcin
77
+ and Baran, Joanna",
78
+ editor="Groen, Derek
79
+ and de Mulatier, Cl{\'e}llia
80
+ and Paszynski, Maciej
81
+ and Krzhizhanovskaya, Valeria V.
82
+ and Dongarra, Jack J.
83
+ and Sloot, Peter M. A.",
84
+ title="A Unified Sense Inventory for Word Sense Disambiguation in Polish",
85
+ booktitle="Computational Science -- ICCS 2022",
86
+ year="2022",
87
+ publisher="Springer International Publishing",
88
+ address="Cham",
89
+ pages="682--689",
90
+ isbn="978-3-031-08754-7"
91
+ }
92
+ ```
93
+
94
+ **A new publication on Polish WSD corpora will be available soon**
95
+
96
+ ### Supported Tasks and Leaderboards
97
+
98
+ Word sense disambiguation task. We do not provide a leaderboard. However, we provide an example evaluation script for evaluating WSD models.
99
+
100
+ ### Languages
101
+
102
+ Polish language, PL
103
+
104
+ ## Dataset Structure
105
+
106
+ ### Data Instances
107
+
108
+ Data are structured in JSONL format, each single text sample is divided by sentence.
109
+
110
+ ```
111
+ {
112
+ "text": "Wpierw pani Hudson została zerwana z łóżka, po czym odegrała się na mnie, a ja - na tobie.",
113
+ "tokens": [
114
+ {
115
+ "index": 0,
116
+ "position": [ 0, 6 ],
117
+ "orth": "Wpierw",
118
+ "lemma": "wpierw",
119
+ "pos": "adv",
120
+ "ctag": "adv"
121
+ },
122
+ {
123
+ "index": 1,
124
+ "position": [ 7, 11 ],
125
+ "orth": "pani",
126
+ "lemma": "pani",
127
+ "pos": "noun",
128
+ "ctag": "subst:nom:f:sg"
129
+ },
130
+ {
131
+ "index": 2,
132
+ "position": [ 12, 18 ],
133
+ "orth": "Hudson",
134
+ "lemma": "Hudson",
135
+ "pos": "noun",
136
+ "ctag": "subst:nom:f:sg"
137
+ },
138
+ {
139
+ "index": 3,
140
+ "position": [ 19, 26 ],
141
+ "orth": "została",
142
+ "lemma": "zostać",
143
+ "pos": "verb",
144
+ "ctag": "praet:perf:f:sg"
145
+ },
146
+ {
147
+ "index": 4,
148
+ "position": [ 27, 34 ],
149
+ "orth": "zerwana",
150
+ "lemma": "zerwać",
151
+ "pos": "verb",
152
+ "ctag": "ppas:perf:nom:f:aff:sg"
153
+ },
154
+ <...>
155
+ ],
156
+ "phrases": [
157
+ {
158
+ "indices": [ 10, 11 ],
159
+ "head": 10,
160
+ "lemma": "odegrać się"
161
+ }
162
+ ],
163
+ "wsd": [
164
+ {
165
+ "index": 0,
166
+ "pl_sense": "wpierw.1.r",
167
+ "plWN_syn_id": "01a4a067-aac5-11ed-aae5-0242ac130002",
168
+ "plWN_lex_id": "f2757c30-aac4-11ed-aae5-0242ac130002",
169
+ "plWN_syn_legacy_id": "477654",
170
+ "plWN_lex_legacy_id": "718454",
171
+ "PWN_syn_id": "00102736-r",
172
+ "bn_syn_id": "bn:00115376r",
173
+ "mapping_relation": "synonymy"
174
+ },
175
+ {
176
+ "index": 1,
177
+ "pl_sense": "pani.2.n",
178
+ "plWN_syn_id": "f35fb1ed-aac4-11ed-aae5-0242ac130002",
179
+ "plWN_lex_id": "d5145565-aac4-11ed-aae5-0242ac130002",
180
+ "plWN_syn_legacy_id": "129",
181
+ "plWN_lex_legacy_id": "20695",
182
+ "PWN_syn_id": "10787470-n",
183
+ "bn_syn_id": "bn:00001530n",
184
+ "mapping_relation": "synonymy"
185
+ },
186
+ <...>
187
+ ]
188
+ }
189
+ ```
190
+
191
+ ### Data Fields
192
+
193
+ Description of json keys:
194
+ - `text`: text of the sentence
195
+ - `tokens`: list of tokens made by tokenization process
196
+ - `index`: token order index in sentence
197
+ - `position`: token chars span indices <included, excluded>
198
+ - `orth`: word
199
+ - `lemma`: lemmatised word
200
+ - `pos`: part of speech
201
+ - `ctag`: morphosyntactic tag
202
+ - `phrases`: list of multi-word
203
+ - `wsd`: annotation labels for the WSD task
204
+
205
+ ### Data Splits
206
+
207
+ We do not specify an exact data split for training and evaluation. However, we suggest to use GLEX and Składnica for training and other datasets for testing.
208
+
209
+ ## Dataset Creation
210
+
211
+ ### Curation Rationale
212
+
213
+ [More Information Needed]
214
+
215
+ ### Source Data
216
+
217
+ #### Initial Data Collection, Normalization and Post-processing
218
+
219
+ Source corpora were initially pre-processed using morphosyntactic tagging and multi-word expression recognition tools.
220
+ To tokenize and tag the datasets we used [MorphoDiTa](https://clarin-pl.eu/dspace/handle/11321/425) adapted to Polish language. To recognize multi-word expressions
221
+ we applied pattern-based matching tool [Corpus2-MWE](https://clarin-pl.eu/dspace/handle/11321/533) - only MWEs from plWordNet were included. After manual annotation,
222
+ sense indices of plWordNet 4.5 were mapped automatically to Princeton WordNet 3.0 and BabelNet 4.0 indices using plWordNet's interlingual mapping.
223
+
224
+ ### Annotations
225
+
226
+ #### Annotation process
227
+
228
+ * 2+1 annotation process with inter-annotator agreement score over 0.6 PSA
229
+ * annotated with [plWordNet 4.5](http://plwordnet.pwr.wroc.pl/wordnet/)
230
+ * software: [WordNet-Loom](https://clarin-pl.eu/dspace/handle/11321/275) and [Inforex](https://clarin-pl.eu/dspace/handle/11321/13)
231
+ * both single-word and multi-word expressions annotated
232
+ * full-text sense annotation (excluding KPWr)
233
+
234
+ #### Who are the annotators?
235
+
236
+ - professional linguists from CLARIN-PL project
237
+
238
+ ### Personal and Sensitive Information
239
+
240
+ The datasets do not contain any personal or sensitive information.
241
+
242
+ ## Considerations for Using the Data
243
+
244
+ ### Discussion of Biases
245
+
246
+ Some datasets are biased towards most frequent senses. No information about other biases - needs further analysis.
247
+
248
+ ### Other Known Limitations
249
+
250
+ * sense inventories are usually incomplete therefore some word senses might be missing in plWordNet
251
+ * single-word and multi-word terms expressing novel senses (missing in plWordNet) were not marked
252
+
253
+ ## Additional Information
254
+
255
+ ### Dataset Curators
256
+
257
+ Arkadiusz Janz (arkadiusz.janz@pwr.edu.pl)
258
+
259
+ ### Licensing Information
260
+
261
+ KPWR-100 [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
262
+ KPWR [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
263
+ Walenty [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
264
+ Sherlock [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
265
+ Skladnica [GNU GPL 3](http://www.gnu.org/licenses/gpl-3.0.en.html)
266
+ GLEX [plWordNet License](http://plwordnet.pwr.wroc.pl/wordnet/licence)
267
+
268
+
269
+ ### Citation Information
270
+
271
+ Main source (all corpora as a unified benchmark) and published here on HuggingFace:
272
+
273
+ ````
274
+ @InProceedings{10.1007/978-3-031-08754-7_70,
275
+ author="Janz, Arkadiusz
276
+ and Dziob, Agnieszka
277
+ and Oleksy, Marcin
278
+ and Baran, Joanna",
279
+ editor="Groen, Derek
280
+ and de Mulatier, Cl{\'e}llia
281
+ and Paszynski, Maciej
282
+ and Krzhizhanovskaya, Valeria V.
283
+ and Dongarra, Jack J.
284
+ and Sloot, Peter M. A.",
285
+ title="A Unified Sense Inventory for Word Sense Disambiguation in Polish",
286
+ booktitle="Computational Science -- ICCS 2022",
287
+ year="2022",
288
+ publisher="Springer International Publishing",
289
+ address="Cham",
290
+ pages="682--689",
291
+ isbn="978-3-031-08754-7"
292
+ }
293
+
294
+ ````
295
+
296
+ Related work
297
+ ------------
298
+
299
+ KPWr-100, Składnica, SPEC
300
+ ````
301
+ @article{janzresults,
302
+ title={Results of the PolEval 2020 Shared Task 3: Word Sense Disambiguation},
303
+ author={Janz, Arkadiusz and Chlebus, Joanna and Dziob, Agnieszka and Piasecki, Maciej},
304
+ journal={Proceedings of the PolEval 2020 Workshop},
305
+ pages={65--77},
306
+ year={2020}
307
+ }
308
+ ````
309
+
310
+ GLEX (EmoGLEX)
311
+
312
+ ````
313
+ @article{janz2017plwordnet,
314
+ title={{plWordNet} as a basis for large emotive lexicons of Polish},
315
+ author={Janz, Arkadiusz and Kocon, Jan and Piasecki, Maciej and Zasko-Zielinska, Monika},
316
+ journal={Proceedings of Human Language Technologies as a Challenge for Computer Science and Linguistics Poznan: Fundacja Uniwersytetu im. Adama Mickiewicza w Poznaniu},
317
+ pages={189--193},
318
+ year={2017}
319
+ }
320
+ ````
321
+
322
+ KPWr
323
+ ````
324
+ @conference{broda2012,
325
+ address = {Istanbul, Turkey},
326
+ author = {Bartosz Broda and Micha{\l} Marci{\'n}czuk and Marek Maziarz and Adam Radziszewski and Adam Wardy{\'n}ski},
327
+ booktitle = {Proceedings of LREC'12},
328
+ owner = {Marlena},
329
+ publisher = {ELRA},
330
+ timestamp = {2014.06.20},
331
+ title = {KPWr: Towards a Free Corpus of Polish},
332
+ year = {2012}
333
+ }
334
+ ````
335
+
336
+ Składnica
337
+ ````
338
+ @inproceedings{hajnicz-2014-lexico,
339
+ title = "Lexico-Semantic Annotation of Sk{\l}adnica Treebank by means of {PLWN} Lexical Units",
340
+ author = "Hajnicz, El{\.z}bieta",
341
+ booktitle = "Proceedings of the Seventh Global {W}ordnet Conference",
342
+ month = jan,
343
+ year = "2014",
344
+ address = "Tartu, Estonia",
345
+ publisher = "University of Tartu Press",
346
+ url = "https://aclanthology.org/W14-0104",
347
+ pages = "23--31",
348
+ }
349
+ ````
350
+
351
+ Walenty
352
+ ````
353
+ @inproceedings{haj:and:bar:lrec16,
354
+ author = {Hajnicz, El{\.z}bieta and Andrzejczuk, Anna and Bartosiak, Tomasz},
355
+ crossref = {lrec:16},
356
+ pages = {2625--2632},
357
+ pdf = {http://www.lrec-conf.org/proceedings/lrec2016/pdf/382_Paper.pdf},
358
+ title = {Semantic Layer of the Valence Dictionary of {P}olish \emph{{W}alenty}}
359
+ }
360
+ ````
361
+
362
+ Mapping plWordNet onto Princeton WordNet
363
+ ````
364
+ @inproceedings{rudnicka-etal-2021-non,
365
+ title = "A (Non)-Perfect Match: Mapping pl{W}ord{N}et onto {P}rinceton{W}ord{N}et",
366
+ author = "Rudnicka, Ewa and
367
+ Witkowski, Wojciech and
368
+ Piasecki, Maciej",
369
+ booktitle = "Proceedings of the 11th Global Wordnet Conference",
370
+ month = jan,
371
+ year = "2021",
372
+ address = "University of South Africa (UNISA)",
373
+ publisher = "Global Wordnet Association",
374
+ url = "https://aclanthology.org/2021.gwc-1.16",
375
+ pages = "137--146"
376
+ }
377
+ ````
378
+
artifacts/hf_readmes/clarin-pl__ComplexQA__README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - pl
7
+ pretty_name: 'ComplexQA: Complex Question Answering on Long Documents in Polish Language'
8
+ ---
9
+
10
+ # Complex Question Answering dataset
11
+
12
+ Part of publication: Towards Complex Question Answering on Long Documents in Polish Language
13
+
14
+
15
+ ```
16
+ @InProceedings{10.1007/978-3-032-09318-9_18,
17
+ author="Wojtasik, Konrad
18
+ and Domaga{\l}a, Aleksandra
19
+ and Oleksy, Marcin
20
+ and Piasecki, Maciej",
21
+ title="Towards Complex Question Answering in Polish Language",
22
+ booktitle="Computational Collective Intelligence",
23
+ year="2026",
24
+ publisher="Springer Nature Switzerland",
25
+ address="Cham",
26
+ pages="256--268",
27
+ isbn="978-3-032-09318-9"
28
+ }
29
+ ```
artifacts/hf_readmes/clarin-pl__PUGG__README.md ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators: []
5
+ language:
6
+ - pl
7
+ license:
8
+ - cc-by-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - 1K<n<10K
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - question-answering
18
+ - text-retrieval
19
+ task_ids:
20
+ - extractive-qa
21
+ - document-retrieval
22
+ pretty_name: 'PUGG: KBQA, MRC, IR dataset for Polish'
23
+ tags:
24
+ - knowledge graph
25
+ - KBQA
26
+ - wikipedia
27
+ - wikidata
28
+ configs:
29
+ - config_name: kbqa_all
30
+ data_files:
31
+ - split: train
32
+ path: kbqa/*/train.jsonl
33
+ - split: test
34
+ path: kbqa/*/test.jsonl
35
+ - config_name: kbqa_natural
36
+ data_files:
37
+ - split: train
38
+ path: kbqa/natural/train.jsonl
39
+ - split: test
40
+ path: kbqa/natural/test.jsonl
41
+ - config_name: kbqa_template-based
42
+ data_files:
43
+ - split: train
44
+ path: kbqa/template-based/train.jsonl
45
+ - split: test
46
+ path: kbqa/template-based/test.jsonl
47
+ - config_name: mrc
48
+ data_files:
49
+ - split: train
50
+ path: mrc/train.jsonl
51
+ - split: test
52
+ path: mrc/test.jsonl
53
+ - config_name: ir_corpus
54
+ data_files:
55
+ - split: test
56
+ path: ir/corpus.jsonl
57
+ - config_name: ir_queries
58
+ data_files:
59
+ - split: test
60
+ path: ir/queries.jsonl
61
+ - config_name: ir_qrels
62
+ data_files:
63
+ - split: test
64
+ path: ir/qrels/test.jsonl
65
+ ---
66
+ # PUGG: KBQA, MRC, IR Dataset for Polish
67
+
68
+ ## Description
69
+
70
+ This repository contains the PUGG dataset designed for three NLP tasks in the Polish language:
71
+
72
+ - KBQA (Knowledge Base Question Answering)
73
+ - MRC (Machine Reading Comprehension)
74
+ - IR (Information Retrieval)
75
+
76
+ ## Paper
77
+
78
+ For more detailed information, please refer to our research paper titled:
79
+
80
+ **"Developing PUGG for Polish: A Modern Approach to KBQA, MRC, and IR Dataset Construction"**
81
+
82
+ Authored by:
83
+ * Albert Sawczyn
84
+ * Katsiaryna Viarenich
85
+ * Konrad Wojtasik
86
+ * Aleksandra Domogała
87
+ * Marcin Oleksy
88
+ * Maciej Piasecki
89
+ * Tomasz Kajdanowicz
90
+
91
+ **The paper was accepted for ACL 2024 (findings).**
92
+
93
+ ## Repositories
94
+
95
+ The dataset is available in the following repositories:
96
+
97
+ * [General](https://huggingface.co/datasets/clarin-pl/PUGG) **(this repository)** - contains all tasks (KBQA, MRC, IR*)
98
+
99
+ For more straightforward usage, the tasks are also available in separate repositories:
100
+
101
+ * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
102
+ * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC)
103
+ * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR)
104
+
105
+ The knowledge graph for KBQA task is available in the following repository:
106
+
107
+ * [Knowledge Graph](https://huggingface.co/datasets/clarin-pl/PUGG_KG)
108
+
109
+ Note: If you want to utilize the IR task in the BEIR format (`qrels` in `.tsv` format), please
110
+ download the [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) repository.
111
+
112
+ ## Links
113
+
114
+ * Code:
115
+ * [Github](https://github.com/CLARIN-PL/PUGG)
116
+ * Paper:
117
+ * ACL - TBA
118
+ * [Arxiv](https://arxiv.org/abs/2408.02337)
119
+
120
+ ## Citation
121
+
122
+ ```bibtex
123
+ @misc{sawczyn2024developingpuggpolishmodern,
124
+ title={Developing PUGG for Polish: A Modern Approach to KBQA, MRC, and IR Dataset Construction},
125
+ author={Albert Sawczyn and Katsiaryna Viarenich and Konrad Wojtasik and Aleksandra Domogała and Marcin Oleksy and Maciej Piasecki and Tomasz Kajdanowicz},
126
+ year={2024},
127
+ eprint={2408.02337},
128
+ archivePrefix={arXiv},
129
+ primaryClass={cs.AI},
130
+ url={https://arxiv.org/abs/2408.02337},
131
+ }
132
+ ```
133
+
134
+ ## Contact
135
+
136
+ albert.sawczyn@pwr.edu.pl
137
+
138
+ ## Usage
139
+
140
+ ```python
141
+ from datasets import load_dataset
142
+
143
+ # loading KBQA (all)
144
+ dataset = load_dataset("clarin-pl/PUGG", "kbqa_all")
145
+ print(dataset)
146
+
147
+ # loading KBQA (natural)
148
+ dataset = load_dataset("clarin-pl/PUGG", "kbqa_natural")
149
+ print(dataset)
150
+
151
+ # loading KBQA (template-based)
152
+ dataset = load_dataset("clarin-pl/PUGG", "kbqa_template-based")
153
+ print(dataset)
154
+
155
+ # loading MRC
156
+
157
+ dataset = load_dataset("clarin-pl/PUGG", "mrc")
158
+ print(dataset)
159
+
160
+ # loading IR
161
+
162
+ ## corpus
163
+ dataset = load_dataset("clarin-pl/PUGG", "ir_corpus")
164
+ print(dataset)
165
+
166
+ ## queries
167
+ dataset = load_dataset("clarin-pl/PUGG", "ir_queries")
168
+ print(dataset)
169
+
170
+ ## qrels
171
+ dataset = load_dataset("clarin-pl/PUGG", "ir_qrels")
172
+ print(dataset)
173
+ ```
artifacts/hf_readmes/clarin-pl__poquad__README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - pl
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: PoQuaD
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - question-answering
19
+ task_ids:
20
+ - extractive-qa
21
+ - open-domain-qa
22
+ ---
23
+
24
+ PoQuaD dataset
artifacts/hf_readmes/ipipan__polqa__README.md ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ - text-retrieval
5
+ - text2text-generation
6
+ task_ids:
7
+ - open-domain-qa
8
+ - document-retrieval
9
+ - abstractive-qa
10
+ language:
11
+ - pl
12
+ pretty_name: PolQA
13
+ size_categories:
14
+ - 10K<n<100K
15
+ annotations_creators:
16
+ - expert-generated
17
+ license: cc-by-sa-4.0
18
+ ---
19
+
20
+ # Dataset Card for PolQA Dataset
21
+
22
+ ## Dataset Description
23
+
24
+ - **Paper:** [Improving Question Answering Performance through Manual Annotation: Costs, Benefits and Strategies](https://arxiv.org/abs/2212.08897)
25
+ - **Point of Contact:** [Piotr Rybak](mailto:piotr.cezary.rybak@gmail.com)
26
+
27
+
28
+ ### Dataset Summary
29
+
30
+ PolQA is the first Polish dataset for open-domain question answering. It consists of 7,000 questions, 87,525 manually labeled evidence passages, and a corpus of over 7 million candidate passages. The dataset can be used to train both a passage retriever and an abstractive reader.
31
+
32
+ ### Supported Tasks and Leaderboards
33
+
34
+ - `open-domain-qa`: The dataset can be used to train a model for open-domain question answering. Success on this task is typically measured using [metric defined during PolEval 2021](https://2021.poleval.pl/tasks/task4).
35
+ - `document-retrieval`: The dataset can be used to train a model for document retrieval. Success on this task is typically measured by [top-k retrieval accuracy](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html) or [NDCG](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html).
36
+ - `abstractive-qa`: The dataset can be used to train a model for abstractive question answering. Success on this task is typically measured using [metric defined during PolEval 2021](https://2021.poleval.pl/tasks/task4).
37
+
38
+ ### Languages
39
+
40
+ The text is in Polish, as spoken by the host of the [Jeden z Dziesięciu](https://pl.wikipedia.org/wiki/Jeden_z_dziesi%C4%99ciu) TV show (questions) and [Polish Wikipedia](https://pl.wikipedia.org/) editors (passages). The BCP-47 code for Polish is pl-PL.
41
+
42
+ ## Dataset Structure
43
+
44
+ ### Data Instances
45
+
46
+ The main part of the dataset consists of manually annotated question-passage pairs. For each instance, there is a `question`, a passage (`passage_id`, `passage_title`, `passage_text`), and a boolean indicator if the passage is `relevant` for the given question (i.e. does it contain the answers).
47
+
48
+ For each `question` there is a list of possible `answers` formulated in a natural language, in a way a Polish
49
+ speaker would answer the questions. It means that the answers might
50
+ contain prepositions, be inflected, and contain punctuation. In some
51
+ cases, the answer might have multiple correct variants, e.g. numbers
52
+ are written as numerals and words, synonyms, abbreviations and their
53
+ expansions.
54
+
55
+ Additionally, we provide a classification of each question-answer pair based on the `question_formulation`, the `question_type`, and the `entity_type/entity_subtype`, according to the taxonomy proposed by
56
+ [Maciej Ogrodniczuk and Piotr Przybyła (2021)](http://nlp.ipipan.waw.pl/Bib/ogr:prz:21:poleval.pdf).
57
+
58
+ ```
59
+ {
60
+ 'question_id': 6,
61
+ 'passage_title': 'Mumbaj',
62
+ 'passage_text': 'Mumbaj lub Bombaj (marathi मुंबई, trb.: Mumbaj; ang. Mumbai; do 1995 Bombay) – stolica indyjskiego stanu Maharasztra, położona na wyspie Salsette, na Morzu Arabskim.',
63
+ 'passage_wiki': 'Mumbaj lub Bombaj (mr. मुंबई, trb.: "Mumbaj"; ang. Mumbai; do 1995 Bombay) – stolica indyjskiego stanu Maharasztra, położona na wyspie Salsette, na Morzu Arabskim. Wraz z miastami satelitarnymi tworzy najludniejszą po Delhi aglomerację liczącą 23 miliony mieszkańców. Dzięki naturalnemu położeniu jest to największy port morski kraju. Znajdują się tutaj także najsilniejsze giełdy Azji Południowej: National Stock Exchange of India i Bombay Stock Exchange.',
64
+ 'passage_id': '42609-0',
65
+ 'duplicate': False,
66
+ 'question': 'W którym państwie leży Bombaj?',
67
+ 'relevant': True,
68
+ 'annotated_by': 'Igor',
69
+ 'answers': "['w Indiach', 'Indie']",
70
+ 'question_formulation': 'QUESTION',
71
+ 'question_type': 'SINGLE ENTITY',
72
+ 'entity_type': 'NAMED',
73
+ 'entity_subtype': 'COUNTRY',
74
+ 'split': 'train',
75
+ 'passage_source': 'human'
76
+ }
77
+ ```
78
+
79
+ The second part of the dataset is a corpus of Polish Wikipedia (March 2022 snapshot) passages. The raw Wikipedia snapshot was parsed using [WikiExtractor](https://github.com/attardi/wikiextractor) and split into passages at the ends of the paragraphs or if the passage was longer than 500 characters.
80
+
81
+ ```
82
+ {
83
+ 'id': '42609-0',
84
+ 'title': 'Mumbaj',
85
+ 'text': 'Mumbaj lub Bombaj (mr. मुंबई, trb.: "Mumbaj"; ang. Mumbai; do 1995 Bombay) – stolica indyjskiego stanu Maharasztra, położona na wyspie Salsette, na Morzu Arabskim. Wraz z miastami satelitarnymi tworzy najludniejszą po Delhi aglomerację liczącą 23 miliony mieszkańców. Dzięki naturalnemu położeniu jest to największy port morski kraju. Znajdują się tutaj także najsilniejsze giełdy Azji Południowej: National Stock Exchange of India i Bombay Stock Exchange.'
86
+ }
87
+ ```
88
+
89
+ ### Data Fields
90
+
91
+ Question-passage pairs:
92
+
93
+ - `question_id`: an integer id of the question
94
+ - `passage_title`: a string containing the title of the Wikipedia article
95
+ - `passage_text`: a string containing the passage text as extracted by the human annotator
96
+ - `passage_wiki`: a string containing the passage text as it can be found in the provided Wikipedia corpus. Empty if the passage doesn't exist in the corpus.
97
+ - `passage_id`: a string containing the id of the passage from the provided Wikipedia corpus. Empty if the passage doesn't exist in the corpus.
98
+ - `duplicate`: a boolean flag representing whether a question-passage pair is duplicated in the dataset. This occurs when the same passage was found in multiple passage sources.
99
+ - `question`: a string containing the question
100
+ - `relevant`: a boolean flag representing whether a passage is relevant to the question (i.e. does it contain the answers)
101
+ - `annotated_by`: a string containing the name of the annotator who verified the relevance of the pair
102
+ - `answers`: a string containing a list of possible short answers to the question
103
+ - `question_formulation`: a string containing a kind of expression used to request information. One of the following:
104
+ - `QUESTION`, e.g. *What is the name of the first letter of the Greek alphabet?*
105
+ - `COMMAND`, e.g. *Expand the abbreviation ’CIA’.*
106
+ - `COMPOUND`, e.g. *This French writer, born in the 19th century, is
107
+ considered a pioneer of sci-fi literature. What is his name?*
108
+ - `question_type`: a string indicating what type of information is sought by the question. One of the following:
109
+ - `SINGLE ENTITY`, e.g. *Who is the hero in the Tomb Rider video game series?*
110
+ - `MULTIPLE ENTITIES`, e.g. *Which two seas are linked by the Corinth Canal?*
111
+ - `ENTITY CHOICE`, e.g. *Is "Sombrero" a type of dance, a hat, or a dish?*
112
+ - `YES/NO`, e.g. *When the term of office of the Polish Sejm is terminated, does it apply to the Senate as well?*
113
+ - `OTHER NAME`, e.g. *What was the nickname of Louis I, the King of the Franks?*
114
+ - `GAP FILLING`, e.g. *Finish the proverb: "If you fly with the crows... ".*
115
+ - `entity_type`: a string containing a type of the sought entity. One of the following: `NAMED`, `UNNAMED`, or `YES/NO`.
116
+ - `entity_subtype`: a string containing a subtype of the sought entity. Can take one of the 34 different values.
117
+ - `split`: a string containing the split of the dataset. One of the following: `train`, `valid`, or `test`.
118
+ - `passage_source`: a string containing the source of the passage. One of the following:
119
+ - `human`: the passage was proposed by a human annotator using any
120
+ internal (i.e. Wikipedia search) or external (e.g. Google) search engines and any keywords or queries they considered useful
121
+ - `hard-negatives`: the passage was proposed using a neural retriever trained on the passages found by the human annotators
122
+ - `zero-shot`: the passage was proposed by the BM25 retriever and re-ranked using [multilingual cross-encoder](https://huggingface.co/unicamp-dl/mMiniLM-L6-v2-mmarco-v2)
123
+
124
+ Corpus of passages:
125
+
126
+ - `id`: a string representing the Wikipedia article id and the index of extracted passage. Matches the `passage_id` from the main part of the dataset.
127
+ - `title`: a string containing the title of the Wikipedia article. Matches the `passage_title` from the main part of the dataset.
128
+ - `text`: a string containing the passage text. Matches the `passage_wiki` from the main part of the dataset.
129
+
130
+ ### Data Splits
131
+
132
+ The questions are assigned into one of three splits: `train`, `validation`, and `test`. The `validation` and `test` questions are randomly sampled from the `test-B` dataset from the [PolEval 2021](https://2021.poleval.pl/tasks/task4) competition.
133
+
134
+ | | # questions | # positive passages | # negative passages |
135
+ |------------|------------:|--------------------:|--------------------:|
136
+ | train | 5,000 | 27,131 | 34,904 |
137
+ | validation | 1,000 | 5,839 | 6,927 |
138
+ | test | 1,000 | 5,938 | 6,786 |
139
+
140
+
141
+ ## Dataset Creation
142
+
143
+ ### Curation Rationale
144
+
145
+ The PolQA dataset was created to support and promote the research in the open-domain question answering for Polish. It also serves as a benchmark to evaluate OpenQA systems.
146
+
147
+ ### Source Data
148
+
149
+ #### Initial Data Collection and Normalization
150
+
151
+ The majority of questions come from two existing resources, the
152
+ 6,000 questions from the [PolEval 2021 shared task on QA](https://2021.poleval.pl/tasks/task4) and additional 1,000 questions gathered by one of the shared
153
+ task [participants](http://poleval.pl/files/poleval2021.pdf#page=151). Originally, the questions come from collections associated with TV shows, both officially published and gathered online by their fans, as well as questions used in actual quiz competitions, on TV or online.
154
+
155
+ The evidence passages come from the Polish Wikipedia (March 2022 snapshot). The raw Wikipedia snapshot was parsed using [WikiExtractor](https://github.com/attardi/wikiextractor) and split into passages at the ends of the paragraphs or if the passage was longer than 500 characters.
156
+
157
+ #### Who are the source language producers?
158
+
159
+ The questions come from various sources and their authors are unknown but are mostly analogous (or even identical) to questions asked during the [Jeden z Dziesięciu](https://pl.wikipedia.org/wiki/Jeden_z_dziesi%C4%99ciu) TV show.
160
+
161
+ The passages were written by the editors of the Polish Wikipedia.
162
+
163
+ ### Annotations
164
+
165
+ #### Annotation process
166
+
167
+ Two approaches were used to annotate the question-passage pairs. Each of them consists of two phases: the retrieval of candidate passages and the manual verification of their relevance.
168
+
169
+ In the first approach, we asked annotators to use internal (i.e. Wikipedia search) or external (e.g. Google) search engines to find up to five relevant passages using any keywords or queries they consider useful (`passage_source="human"`). Based on those passages, we trained the neural retriever to extend the number of relevant passages, as well as to retrieve the hard negatives (`passage_source="hard-negatives"`).
170
+
171
+ In the second approach, the passage candidates were proposed by the BM25 retriever and re-ranked using [multilingual cross-encoder](https://huggingface.co/unicamp-dl/mMiniLM-L6-v2-mmarco-v2) (`passage_source="zero-shot"`).
172
+
173
+ In both cases, all proposed question-passage pairs were manually verified by the annotators.
174
+
175
+ We release the annotation guidelines [here](https://docs.google.com/document/d/1LDW7EJFH0bm-FRlxM_uHb0mqJzKHiewOFBHe5qZnTW8/edit?usp=sharing).
176
+
177
+ #### Who are the annotators?
178
+
179
+ The annotation team consisted of 16 annotators, all native Polish
180
+ speakers, most of them having linguistic backgrounds and previous
181
+ experience as an annotator.
182
+
183
+ ### Personal and Sensitive Information
184
+
185
+ The dataset does not contain any personal or sensitive information.
186
+
187
+ ## Considerations for Using the Data
188
+
189
+ ### Social Impact of Dataset
190
+
191
+ This dataset was created to promote the research in the open-domain question answering for Polish and allow developing question answering systems.
192
+
193
+ ### Discussion of Biases
194
+
195
+ The passages proposed by the `hard-negative` and `zero-shot` methods are bound to be easier to retrieve by retrievers since they were proposed by such. To mitigate this bias, we include the passages found by the human annotators in an unconstrained way (`passage_source="human"`). We hypothesize that it will result in more unbiased and diverse examples. Moreover, we asked the annotators to find not one but up to five passages, preferably from different articles to even further increase passage diversity.
196
+
197
+ ### Other Known Limitations
198
+
199
+ The PolQA dataset focuses on trivia questions which might limit its usefulness in real-world applications since neural retrievers generalize poorly to other domains.
200
+
201
+ ## Additional Information
202
+
203
+ ### Dataset Curators
204
+
205
+ The PolQA dataset was developed by Piotr Rybak, Piotr Przybyła, and Maciej Ogrodniczuk from the [Institute of Computer Science, Polish Academy of Sciences](http://zil.ipipan.waw.pl/).
206
+
207
+ This work was supported by the European Regional Development Fund as a part of 2014–2020 Smart Growth Operational Programme, CLARIN — Common Language Resources and Technology Infrastructure, project no. POIR.04.02.00-00C002/19.
208
+
209
+ ### Licensing Information
210
+
211
+ CC BY-SA 4.0
212
+
213
+ ### Citation Information
214
+
215
+ ```
216
+ @inproceedings{rybak-etal-2024-polqa-polish,
217
+ title = "{P}ol{QA}: {P}olish Question Answering Dataset",
218
+ author = "Rybak, Piotr and
219
+ Przyby{\l}a, Piotr and
220
+ Ogrodniczuk, Maciej",
221
+ editor = "Calzolari, Nicoletta and
222
+ Kan, Min-Yen and
223
+ Hoste, Veronique and
224
+ Lenci, Alessandro and
225
+ Sakti, Sakriani and
226
+ Xue, Nianwen",
227
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
228
+ month = may,
229
+ year = "2024",
230
+ address = "Torino, Italia",
231
+ publisher = "ELRA and ICCL",
232
+ url = "https://aclanthology.org/2024.lrec-main.1125",
233
+ pages = "12846--12855",
234
+ abstract = "Recently proposed systems for open-domain question answering (OpenQA) require large amounts of training data to achieve state-of-the-art performance. However, data annotation is known to be time-consuming and therefore expensive to acquire. As a result, the appropriate datasets are available only for a handful of languages (mainly English and Chinese). In this work, we introduce and publicly release PolQA, the first Polish dataset for OpenQA. It consists of 7,000 questions, 87,525 manually labeled evidence passages, and a corpus of over 7,097,322 candidate passages. Each question is classified according to its formulation, type, as well as entity type of the answer. This resource allows us to evaluate the impact of different annotation choices on the performance of the QA system and propose an efficient annotation strategy that increases the passage retrieval accuracy@10 by 10.55 p.p. while reducing the annotation cost by 82{\%}.",
235
+ }
236
+ ```
artifacts/hf_readmes/michaljunczyk__pl-asr-bigos__README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ - expert-generated
5
+ - other
6
+ - machine-generated
7
+ language:
8
+ - pl
9
+ language_creators:
10
+ - crowdsourced
11
+ - expert-generated
12
+ - other
13
+ license:
14
+ - cc-by-sa-4.0
15
+ multilinguality:
16
+ - monolingual
17
+ pretty_name: pl-asr-bigos
18
+ size_categories:
19
+ - 1K<n<10K
20
+ source_datasets:
21
+ - original
22
+ - extended|librispeech_asr
23
+ - extended|common_voice
24
+ tags:
25
+ - benchmark
26
+ - polish
27
+ - asr
28
+ - speech
29
+ task_categories:
30
+ - automatic-speech-recognition
31
+ task_ids: []
32
+ extra_gated_prompt: |-
33
+ Original datasets used for curation of BIGOS have specific terms of usage that must be understood and agreed to before use. Below are the links to the license terms and datasets the specific license type applies to:
34
+ * [Creative Commons 0](https://creativecommons.org/share-your-work/public-domain/cc0) which applies to [Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0)
35
+ * [Creative Commons By Attribution Share Alike 4.0](https://creativecommons.org/licenses/by-sa/4.0/), which applies to [Clarin Cyfry](https://clarin-pl.eu/dspace/handle/11321/317), [Azon acoustic speech resources corpus](https://zasobynauki.pl/zasoby/korpus-nagran-probek-mowy-do-celow-budowy-modeli-akustycznych-dla-automatycznego-rozpoznawania-mowy,53293/).
36
+ * [Creative Commons By Attribution 3.0](https://creativecommons.org/licenses/by/3.0/), which applies to [CLARIN Mobile database](https://clarin-pl.eu/dspace/handle/11321/237), [CLARIN Studio database](https://clarin-pl.eu/dspace/handle/11321/236), [PELCRA Spelling and Numbers Voice Database](http://pelcra.pl/new/snuv) and [FLEURS dataset](https://huggingface.co/datasets/google/fleurs)
37
+ * [Creative Commons By Attribution 4.0](https://creativecommons.org/licenses/by/4.0/), which applies to [Multilingual Librispeech](https://huggingface.co/datasets/facebook/multilingual_librispeech) and [Poly AI Minds 14](https://huggingface.co/datasets/PolyAI/minds14)
38
+ * [Proprietiary License of Munich AI Labs dataset](https://www.caito.de/2019/01/03/the-m-ailabs-speech-dataset)
39
+ * Public domain mark, which applies to [PWR datasets](https://www.ii.pwr.edu.pl/~sas/ASR/)
40
+ To use selected dataset, you also need to fill in the access forms on the specific datasets pages:
41
+ * Common Voice: https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0
42
+
43
+ extra_gated_fields:
44
+ I hereby confirm that I have read and accepted the license terms of datasets comprising BIGOS corpora: checkbox
45
+ I hereby confirm that I have registered on the original Common Voice page and agree to not attempt to determine the identity of speakers in the Common Voice dataset: checkbox
46
+ ---
47
+
48
+ # Dataset Card for Polish ASR BIGOS corpora
49
+
50
+ ## Table of Contents
51
+ - [Table of Contents](#table-of-contents)
52
+ - [Dataset Description](#dataset-description)
53
+ - [Dataset Summary](#dataset-summary)
54
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
55
+ - [Languages](#languages)
56
+ - [Dataset Structure](#dataset-structure)
57
+ - [Data Instances](#data-instances)
58
+ - [Data Fields](#data-fields)
59
+ - [Data Splits](#data-splits)
60
+ - [Dataset Creation](#dataset-creation)
61
+ - [Curation Rationale](#curation-rationale)
62
+ - [Source Data](#source-data)
63
+ - [Annotations](#annotations)
64
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
65
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
66
+ - [Social Impact of Dataset](#social-impact-of-dataset)
67
+ - [Discussion of Biases](#discussion-of-biases)
68
+ - [Other Known Limitations](#other-known-limitations)
69
+ - [Additional Information](#additional-information)
70
+ - [Dataset Curators](#dataset-curators)
71
+ - [Licensing Information](#licensing-information)
72
+ - [Citation Information](#citation-information)
73
+ - [Contributions](#contributions)
74
+
75
+ ## Dataset Description
76
+
77
+ - **Homepage:** https://huggingface.co/datasets/michaljunczyk/pl-asr-bigos
78
+ - **Repository:** https://github.com/goodmike31/pl-asr-bigos-tools
79
+ - **Paper:** https://annals-csis.org/proceedings/2023/drp/1609.html
80
+ - **Leaderboard:** https://huggingface.co/spaces/michaljunczyk/pl-asr-bigos-benchmark
81
+ - **Point of Contact:** michal.junczyk@amu.edu.pl
82
+
83
+ ### Dataset Summary
84
+
85
+ The BIGOS (Benchmark Intended Grouping of Open Speech) corpora aims at simplifying the access and use of publicly available ASR speech datasets for Polish.<br>
86
+ The initial release consist of test split with 1900 recordings and original transcriptions extracted from 10 publicly available datasets.
87
+
88
+ ### Supported Tasks and Leaderboards
89
+ The leaderboard with benchmark of publicly available ASR systems supporting Polish is [under construction](https://huggingface.co/spaces/michaljunczyk/pl-asr-bigos-benchmark/).<br>
90
+ Evaluation results of 3 commercial and 5 freely available can be found in the [paper](https://annals-csis.org/proceedings/2023/drp/1609.html).
91
+
92
+ ### Languages
93
+ Polish
94
+
95
+ ## Dataset Structure
96
+ Dataset consists audio recordings in WAV format and corresponding metadata.<br>
97
+ Audio and metadata can be used in raw format (TSV) or via hugging face datasets library.
98
+
99
+
100
+ ### Data Instances
101
+ 1900 audio files with original transcriptions are available in "test" split.<br>
102
+ This consitutes 1.6% of the total available transcribed speech in 10 source datasets considered in the initial release.
103
+
104
+ ### Data Fields
105
+ Available fields:
106
+ * file_id - file identifier
107
+ * dataset_id - source dataset identifier
108
+ * audio - binary representation of audio file
109
+ * ref_original - original transcription of audio file
110
+ * hyp_whisper_cloud - ASR hypothesis (output) from Whisper Cloud system
111
+ * hyp_google_default - ASR hypothesis (output) from Google ASR system, default model
112
+ * hyp_azure_default - ASR hypothesis (output) from Azure ASR system, default model
113
+ * hyp_whisper_tiny - ASR hypothesis (output) from Whisper tiny model
114
+ * hyp_whisper_base - ASR hypothesis (output) from Whisper base model
115
+ * hyp_whisper_small - ASR hypothesis (output) from Whisper small model
116
+ * hyp_whisper_medium - ASR hypothesis (output) from Whisper medium model
117
+ * hyp_whisper_large - ASR hypothesis (output) from Whisper large (V2) model
118
+ <br><br>
119
+
120
+ Fields to be added in the next release:
121
+ * ref_spoken - manual transcription in a spoken format (without normalization)
122
+ * ref_written - manual transcription in a written format (with normalization)
123
+
124
+
125
+ ### Data Splits
126
+ Initial release contains only "test" split.<br>
127
+ "Dev" and "train" splits will be added in the next release.
128
+
129
+ ## Dataset Creation
130
+
131
+ ### Curation Rationale
132
+ [Polish ASR Speech Data Catalog](https://github.com/goodmike31/pl-asr-speech-data-survey) was used to identify suitable datasets which can be repurposed and included in the BIGOS corpora.<br>
133
+ The following mandatory criteria were considered:
134
+ * Dataset must be downloadable.
135
+ * The license must allow for free, noncommercial use.
136
+ * Transcriptions must be available and align with the recordings.
137
+ * The sampling rate of audio recordings must be at least 8 kHz.
138
+ * Audio encoding using a minimum of 16 bits per sample.
139
+
140
+ ### Source Data
141
+ 10 datasets that meet the criteria were chosen as sources for the BIGOS dataset.
142
+ * The Common Voice dataset (mozilla-common-voice-19)
143
+ * The Multilingual LibriSpeech (MLS) dataset (fair-mls-20)
144
+ * The Clarin Studio Corpus (clarin-pjatk-studio-15)
145
+ * The Clarin Mobile Corpus (clarin-pjatk-mobile-15)
146
+ * The Jerzy Sas PWR datasets from Politechnika Wrocławska (pwr-viu-unk, pwr-shortwords-unk, pwr-maleset-unk). More info [here](https://www.ii.pwr.edu.pl/)
147
+ * The Munich-AI Labs Speech corpus (mailabs-19)
148
+ * The AZON Read and Spontaneous Speech Corpora (pwr-azon-spont-20, pwr-azon-read-20) More info [here](https://zasobynauki.pl/zasoby/korpus-nagran-probek-mowy-do-celow-budowy-modeli-akustycznych-dla-automatycznego-rozpoznawania-mowy)
149
+
150
+ #### Initial Data Collection and Normalization
151
+ Source text and audio files were extracted and encoded in a unified format.<br>
152
+ Dataset-specific transcription norms are preserved, including punctuation and casing. <br>
153
+ To strike a balance in the evaluation dataset and to facilitate the comparison of Word Error Rate (WER) scores across multiple datasets, 200 samples are randomly selected from each corpus. <br>
154
+ The only exception is ’pwr-azon-spont-20’, which contains significantly longer recordings and utterances, therefore only 100 samples are selected. <br>
155
+ #### Who are the source language producers?
156
+ 1. Clarin corpora - Polish Japanese Academy of Technology
157
+ 2. Common Voice - Mozilla foundation
158
+ 3. Multlingual librispeech - Facebook AI research lab
159
+ 4. Jerzy Sas and AZON datasets - Politechnika Wrocławska
160
+
161
+ Please refer to the [paper](https://www.researchgate.net/publication/374713542_BIGOS_-_Benchmark_Intended_Grouping_of_Open_Speech_Corpora_for_Polish_Automatic_Speech_Recognition) for more details.
162
+
163
+ ### Annotations
164
+
165
+ #### Annotation process
166
+
167
+ Current release contains original transcriptions.
168
+ Manual transcriptions are planned for subsequent releases.
169
+
170
+ #### Who are the annotators?
171
+ Depends on the source dataset.
172
+
173
+ ### Personal and Sensitive Information
174
+ This corpus does not contain PII or Sensitive Information.
175
+ All IDs pf speakers are anonymized.
176
+
177
+ ## Considerations for Using the Data
178
+
179
+ ### Social Impact of Dataset
180
+ To be updated.
181
+ ### Discussion of Biases
182
+ To be updated.
183
+
184
+ ### Other Known Limitations
185
+ The dataset in the initial release contains only a subset of recordings from original datasets.
186
+
187
+ ## Additional Information
188
+
189
+ ### Dataset Curators
190
+ Original authors of the source datasets - please refer to [source-data](#source-data) for details.
191
+
192
+ Michał Junczyk (michal.junczyk@amu.edu.pl) - curator of BIGOS corpora.
193
+
194
+ ### Licensing Information
195
+ The BIGOS corpora is available under [Creative Commons By Attribution Share Alike 4.0 license.](https://creativecommons.org/licenses/by-sa/4.0/)
196
+
197
+ Original datasets used for curation of BIGOS have specific terms of usage that must be understood and agreed to before use. Below are the links to the license terms and datasets the specific license type applies to:
198
+ * [Creative Commons 0](https://creativecommons.org/share-your-work/public-domain/cc0) which applies to [Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0)
199
+ * [Creative Commons By Attribution Share Alike 4.0](https://creativecommons.org/licenses/by-sa/4.0/), which applies to [Clarin Cyfry](https://clarin-pl.eu/dspace/handle/11321/317), [Azon acoustic speech resources corpus](https://zasobynauki.pl/zasoby/korpus-nagran-probek-mowy-do-celow-budowy-modeli-akustycznych-dla-automatycznego-rozpoznawania-mowy,53293/).
200
+ * [Creative Commons By Attribution 3.0](https://creativecommons.org/licenses/by/3.0/), which applies to [CLARIN Mobile database](https://clarin-pl.eu/dspace/handle/11321/237), [CLARIN Studio database](https://clarin-pl.eu/dspace/handle/11321/236), [PELCRA Spelling and Numbers Voice Database](http://pelcra.pl/new/snuv) and [FLEURS dataset](https://huggingface.co/datasets/google/fleurs)
201
+ * [Creative Commons By Attribution 4.0](https://creativecommons.org/licenses/by/4.0/), which applies to [Multilingual Librispeech](https://huggingface.co/datasets/facebook/multilingual_librispeech) and [Poly AI Minds 14](https://huggingface.co/datasets/PolyAI/minds14)
202
+ * [Proprietiary License of Munich AI Labs dataset](https://www.caito.de/2019/01/03/the-m-ailabs-speech-dataset)
203
+ * Public domain mark, which applies to [PWR datasets](https://www.ii.pwr.edu.pl/~sas/ASR/)
204
+
205
+ ### Citation Information
206
+ Please cite [BIGOS V1 paper](https://annals-csis.org/proceedings/2023/drp/1609.html).
207
+
208
+ ### Contributions
209
+
210
+ Thanks to [@goodmike31](https://github.com/goodmike31) for adding this dataset.
artifacts/hf_readmes/openlanguagedata__flores_plus__README.md ADDED
@@ -0,0 +1,2016 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - ace
8
+ - acm
9
+ - acq
10
+ - aeb
11
+ - af
12
+ - ajp
13
+ - ak
14
+ - als
15
+ - am
16
+ - apc
17
+ - ar
18
+ - ars
19
+ - ary
20
+ - arz
21
+ - as
22
+ - ast
23
+ - awa
24
+ - ayr
25
+ - azb
26
+ - azj
27
+ - ba
28
+ - bm
29
+ - ban
30
+ - be
31
+ - bem
32
+ - bn
33
+ - bho
34
+ - bjn
35
+ - bo
36
+ - bs
37
+ - bug
38
+ - bg
39
+ - ca
40
+ - ceb
41
+ - cs
42
+ - cjk
43
+ - ckb
44
+ - crh
45
+ - cy
46
+ - da
47
+ - de
48
+ - dar
49
+ - dik
50
+ - dyu
51
+ - dz
52
+ - el
53
+ - en
54
+ - eo
55
+ - et
56
+ - eu
57
+ - ee
58
+ - fo
59
+ - fj
60
+ - fi
61
+ - fon
62
+ - fr
63
+ - fur
64
+ - fuv
65
+ - gaz
66
+ - gd
67
+ - ga
68
+ - gl
69
+ - gn
70
+ - gu
71
+ - ht
72
+ - ha
73
+ - he
74
+ - hi
75
+ - hne
76
+ - hr
77
+ - hu
78
+ - hy
79
+ - ig
80
+ - ilo
81
+ - id
82
+ - is
83
+ - it
84
+ - jv
85
+ - ja
86
+ - kab
87
+ - kac
88
+ - kam
89
+ - kn
90
+ - ks
91
+ - ka
92
+ - kk
93
+ - kbp
94
+ - kea
95
+ - khk
96
+ - km
97
+ - ki
98
+ - rw
99
+ - kjh
100
+ - ky
101
+ - kmb
102
+ - kmr
103
+ - knc
104
+ - kg
105
+ - ko
106
+ - lo
107
+ - lij
108
+ - li
109
+ - lld
110
+ - ln
111
+ - lt
112
+ - lmo
113
+ - ltg
114
+ - lb
115
+ - lua
116
+ - lg
117
+ - luo
118
+ - lus
119
+ - lvs
120
+ - mag
121
+ - mai
122
+ - ml
123
+ - mar
124
+ - mfe
125
+ - mhr
126
+ - min
127
+ - mk
128
+ - mt
129
+ - mni
130
+ - mos
131
+ - mi
132
+ - my
133
+ - nl
134
+ - nn
135
+ - nb
136
+ - npi
137
+ - nso
138
+ - nus
139
+ - ny
140
+ - oc
141
+ - ory
142
+ - pag
143
+ - pa
144
+ - pap
145
+ - pbt
146
+ - pes
147
+ - plt
148
+ - pl
149
+ - pt
150
+ - prs
151
+ - quy
152
+ - ro
153
+ - rn
154
+ - ru
155
+ - sg
156
+ - sa
157
+ - sat
158
+ - scn
159
+ - shn
160
+ - si
161
+ - sk
162
+ - sl
163
+ - sm
164
+ - sn
165
+ - sd
166
+ - so
167
+ - st
168
+ - es
169
+ - sc
170
+ - sr
171
+ - ss
172
+ - su
173
+ - sv
174
+ - swh
175
+ - szl
176
+ - ta
177
+ - taq
178
+ - tt
179
+ - te
180
+ - tg
181
+ - tl
182
+ - th
183
+ - ti
184
+ - tpi
185
+ - tn
186
+ - ts
187
+ - tk
188
+ - tum
189
+ - tr
190
+ - tw
191
+ - tzm
192
+ - udm
193
+ - ug
194
+ - uk
195
+ - umb
196
+ - ur
197
+ - uzn
198
+ - uzs
199
+ - vec
200
+ - vi
201
+ - war
202
+ - wo
203
+ - xh
204
+ - ydd
205
+ - yo
206
+ - yue
207
+ - zgh
208
+ - zh
209
+ - zsm
210
+ - zu
211
+ license:
212
+ - cc-by-sa-4.0
213
+ multilinguality:
214
+ - multilingual
215
+ - translation
216
+ size_categories:
217
+ - unknown
218
+ source_datasets:
219
+ - extended|flores
220
+ task_categories:
221
+ - text-generation
222
+ - translation
223
+ task_ids: []
224
+ pretty_name: flores+
225
+ language_details: ace_Arab, ace_Latn, acm_Arab, acq_Arab, aeb_Arab, afr_Latn, ajp_Arab,
226
+ aka_Latn, amh_Ethi, apc_Arab, arb_Arab, ars_Arab, ary_Arab, arz_Arab, asm_Beng,
227
+ ast_Latn, awa_Deva, ayr_Latn, azb_Arab, azj_Latn, bak_Cyrl, bam_Latn, ban_Latn, bel_Cyrl,
228
+ bem_Latn, ben_Beng, bho_Deva, bjn_Arab, bjn_Latn, bod_Tibt, bos_Latn, bug_Latn,
229
+ bul_Cyrl, cat_Latn, ceb_Latn, ces_Latn, cjk_Latn, ckb_Arab, crh_Latn, cym_Latn,
230
+ dan_Latn, deu_Latn, dar_Cyrl, dik_Latn, dyu_Latn, dzo_Tibt, ell_Grek, eng_Latn, epo_Latn,
231
+ est_Latn, eus_Latn, ewe_Latn, fao_Latn, pes_Arab, fij_Latn, fin_Latn, fon_Latn,
232
+ fra_Latn, fur_Latn, fuv_Latn, gla_Latn, gle_Latn, glg_Latn, grn_Latn, guj_Gujr,
233
+ hat_Latn, hau_Latn, heb_Hebr, hin_Deva, hne_Deva, hrv_Latn, hun_Latn, hye_Armn,
234
+ ibo_Latn, ilo_Latn, ind_Latn, isl_Latn, ita_Latn, jav_Latn, jpn_Jpan, kab_Latn,
235
+ kac_Latn, kam_Latn, kan_Knda, kas_Arab, kas_Deva, kat_Geor, knc_Arab, knc_Latn,
236
+ kaz_Cyrl, kbp_Latn, kea_Latn, khm_Khmr, kik_Latn, kin_Latn, kir_Cyrl, kjh_Cyrl, kmb_Latn,
237
+ kon_Latn, kor_Hang, kmr_Latn, lao_Laoo, lvs_Latn, lij_Latn, lim_Latn, lin_Latn,
238
+ lit_Latn, lld_Latn, lmo_Latn, ltg_Latn, ltz_Latn, lua_Latn, lug_Latn, luo_Latn, lus_Latn,
239
+ mag_Deva, mai_Deva, mal_Mlym, mar_Deva, mfe_Latn, mhr_Cyrl, min_Latn, mkd_Cyrl, plt_Latn, mlt_Latn,
240
+ mni_Beng, khk_Cyrl, khk_Mong, mos_Latn, mri_Latn, zsm_Latn, mya_Mymr, nld_Latn, nno_Latn,
241
+ nob_Latn, npi_Deva, nso_Latn, nus_Latn, nya_Latn, oci_Latn, gaz_Latn, ory_Orya,
242
+ pag_Latn, pan_Guru, pap_Latn, pol_Latn, por_Latn, prs_Arab, pbt_Arab, quy_Latn,
243
+ ron_Latn, run_Latn, rus_Cyrl, sag_Latn, san_Deva, sat_Beng, scn_Latn, shn_Mymr,
244
+ sin_Sinh, slk_Latn, slv_Latn, smo_Latn, sna_Latn, snd_Arab, som_Latn, sot_Latn,
245
+ spa_Latn, als_Latn, srd_Latn, srp_Cyrl, ssw_Latn, sun_Latn, swe_Latn, swh_Latn,
246
+ szl_Latn, tam_Taml, tat_Cyrl, tel_Telu, tgk_Cyrl, tgl_Latn, tha_Thai, tir_Ethi,
247
+ taq_Latn, taq_Tfng, tpi_Latn, tsn_Latn, tso_Latn, tuk_Latn, tum_Latn, tur_Latn,
248
+ twi_Latn, tzm_Tfng, udm_Cyrl, uig_Arab, ukr_Cyrl, umb_Latn, urd_Arab, uzn_Latn, uzs_Arab, vec_Latn,
249
+ vie_Latn, war_Latn, wol_Latn, xho_Latn, ydd_Hebr, yor_Latn, yue_Hant, zgh_Tfng, zho_Hans,
250
+ zho_Hant, zul_Latn
251
+ tags:
252
+ - text
253
+ configs:
254
+ - config_name: default
255
+ data_files:
256
+ - split: dev
257
+ path: "dev/*.jsonl"
258
+ - split: devtest
259
+ path: "devtest/*.jsonl"
260
+ # all configs below were generated automatically based on the filenames of the dataset contents
261
+ - config_name: ace_Arab
262
+ data_files:
263
+ - path: dev/ace_Arab.jsonl
264
+ split: dev
265
+ - path: devtest/ace_Arab.jsonl
266
+ split: devtest
267
+ - config_name: ace_Latn
268
+ data_files:
269
+ - path: dev/ace_Latn.jsonl
270
+ split: dev
271
+ - path: devtest/ace_Latn.jsonl
272
+ split: devtest
273
+ - config_name: acm_Arab
274
+ data_files:
275
+ - path: dev/acm_Arab.jsonl
276
+ split: dev
277
+ - path: devtest/acm_Arab.jsonl
278
+ split: devtest
279
+ - config_name: acq_Arab
280
+ data_files:
281
+ - path: dev/acq_Arab.jsonl
282
+ split: dev
283
+ - path: devtest/acq_Arab.jsonl
284
+ split: devtest
285
+ - config_name: aeb_Arab
286
+ data_files:
287
+ - path: dev/aeb_Arab.jsonl
288
+ split: dev
289
+ - path: devtest/aeb_Arab.jsonl
290
+ split: devtest
291
+ - config_name: afr_Latn
292
+ data_files:
293
+ - path: dev/afr_Latn.jsonl
294
+ split: dev
295
+ - path: devtest/afr_Latn.jsonl
296
+ split: devtest
297
+ - config_name: als_Latn
298
+ data_files:
299
+ - path: dev/als_Latn.jsonl
300
+ split: dev
301
+ - path: devtest/als_Latn.jsonl
302
+ split: devtest
303
+ - config_name: amh_Ethi
304
+ data_files:
305
+ - path: dev/amh_Ethi.jsonl
306
+ split: dev
307
+ - path: devtest/amh_Ethi.jsonl
308
+ split: devtest
309
+ - config_name: apc_Arab_nort3139
310
+ data_files:
311
+ - path: dev/apc_Arab_nort3139.jsonl
312
+ split: dev
313
+ - path: devtest/apc_Arab_nort3139.jsonl
314
+ split: devtest
315
+ - config_name: apc_Arab_sout3123
316
+ data_files:
317
+ - path: dev/apc_Arab_sout3123.jsonl
318
+ split: dev
319
+ - path: devtest/apc_Arab_sout3123.jsonl
320
+ split: devtest
321
+ - config_name: arb_Arab
322
+ data_files:
323
+ - path: dev/arb_Arab.jsonl
324
+ split: dev
325
+ - path: devtest/arb_Arab.jsonl
326
+ split: devtest
327
+ - config_name: arb_Latn
328
+ data_files:
329
+ - path: dev/arb_Latn.jsonl
330
+ split: dev
331
+ - path: devtest/arb_Latn.jsonl
332
+ split: devtest
333
+ - config_name: arg_Latn
334
+ data_files:
335
+ - path: dev/arg_Latn.jsonl
336
+ split: dev
337
+ - path: devtest/arg_Latn.jsonl
338
+ split: devtest
339
+ - config_name: ars_Arab
340
+ data_files:
341
+ - path: dev/ars_Arab.jsonl
342
+ split: dev
343
+ - path: devtest/ars_Arab.jsonl
344
+ split: devtest
345
+ - config_name: ary_Arab
346
+ data_files:
347
+ - path: dev/ary_Arab.jsonl
348
+ split: dev
349
+ - path: devtest/ary_Arab.jsonl
350
+ split: devtest
351
+ - config_name: arz_Arab
352
+ data_files:
353
+ - path: dev/arz_Arab.jsonl
354
+ split: dev
355
+ - path: devtest/arz_Arab.jsonl
356
+ split: devtest
357
+ - config_name: asm_Beng
358
+ data_files:
359
+ - path: dev/asm_Beng.jsonl
360
+ split: dev
361
+ - path: devtest/asm_Beng.jsonl
362
+ split: devtest
363
+ - config_name: ast_Latn
364
+ data_files:
365
+ - path: dev/ast_Latn.jsonl
366
+ split: dev
367
+ - path: devtest/ast_Latn.jsonl
368
+ split: devtest
369
+ - config_name: awa_Deva
370
+ data_files:
371
+ - path: dev/awa_Deva.jsonl
372
+ split: dev
373
+ - path: devtest/awa_Deva.jsonl
374
+ split: devtest
375
+ - config_name: ayr_Latn
376
+ data_files:
377
+ - path: dev/ayr_Latn.jsonl
378
+ split: dev
379
+ - path: devtest/ayr_Latn.jsonl
380
+ split: devtest
381
+ - config_name: azb_Arab
382
+ data_files:
383
+ - path: dev/azb_Arab.jsonl
384
+ split: dev
385
+ - path: devtest/azb_Arab.jsonl
386
+ split: devtest
387
+ - config_name: azj_Latn
388
+ data_files:
389
+ - path: dev/azj_Latn.jsonl
390
+ split: dev
391
+ - path: devtest/azj_Latn.jsonl
392
+ split: devtest
393
+ - config_name: bak_Cyrl
394
+ data_files:
395
+ - path: dev/bak_Cyrl.jsonl
396
+ split: dev
397
+ - path: devtest/bak_Cyrl.jsonl
398
+ split: devtest
399
+ - config_name: bam_Latn
400
+ data_files:
401
+ - path: dev/bam_Latn.jsonl
402
+ split: dev
403
+ - path: devtest/bam_Latn.jsonl
404
+ split: devtest
405
+ - config_name: ban_Latn
406
+ data_files:
407
+ - path: dev/ban_Latn.jsonl
408
+ split: dev
409
+ - path: devtest/ban_Latn.jsonl
410
+ split: devtest
411
+ - config_name: bel_Cyrl
412
+ data_files:
413
+ - path: dev/bel_Cyrl.jsonl
414
+ split: dev
415
+ - path: devtest/bel_Cyrl.jsonl
416
+ split: devtest
417
+ - config_name: bem_Latn
418
+ data_files:
419
+ - path: dev/bem_Latn.jsonl
420
+ split: dev
421
+ - path: devtest/bem_Latn.jsonl
422
+ split: devtest
423
+ - config_name: ben_Beng
424
+ data_files:
425
+ - path: dev/ben_Beng.jsonl
426
+ split: dev
427
+ - path: devtest/ben_Beng.jsonl
428
+ split: devtest
429
+ - config_name: bho_Deva
430
+ data_files:
431
+ - path: dev/bho_Deva.jsonl
432
+ split: dev
433
+ - path: devtest/bho_Deva.jsonl
434
+ split: devtest
435
+ - config_name: bjn_Arab
436
+ data_files:
437
+ - path: dev/bjn_Arab.jsonl
438
+ split: dev
439
+ - path: devtest/bjn_Arab.jsonl
440
+ split: devtest
441
+ - config_name: bjn_Latn
442
+ data_files:
443
+ - path: dev/bjn_Latn.jsonl
444
+ split: dev
445
+ - path: devtest/bjn_Latn.jsonl
446
+ split: devtest
447
+ - config_name: bod_Tibt
448
+ data_files:
449
+ - path: dev/bod_Tibt.jsonl
450
+ split: dev
451
+ - path: devtest/bod_Tibt.jsonl
452
+ split: devtest
453
+ - config_name: bos_Latn
454
+ data_files:
455
+ - path: dev/bos_Latn.jsonl
456
+ split: dev
457
+ - path: devtest/bos_Latn.jsonl
458
+ split: devtest
459
+ - config_name: brx_Deva
460
+ data_files:
461
+ - path: dev/brx_Deva.jsonl
462
+ split: dev
463
+ - config_name: bug_Latn
464
+ data_files:
465
+ - path: dev/bug_Latn.jsonl
466
+ split: dev
467
+ - path: devtest/bug_Latn.jsonl
468
+ split: devtest
469
+ - config_name: bul_Cyrl
470
+ data_files:
471
+ - path: dev/bul_Cyrl.jsonl
472
+ split: dev
473
+ - path: devtest/bul_Cyrl.jsonl
474
+ split: devtest
475
+ - config_name: cat_Latn
476
+ data_files:
477
+ - path: dev/cat_Latn.jsonl
478
+ split: dev
479
+ - path: devtest/cat_Latn.jsonl
480
+ split: devtest
481
+ - config_name: cat_Latn_vale1252
482
+ data_files:
483
+ - path: devtest/cat_Latn_vale1252.jsonl
484
+ split: devtest
485
+ - config_name: ceb_Latn
486
+ data_files:
487
+ - path: dev/ceb_Latn.jsonl
488
+ split: dev
489
+ - path: devtest/ceb_Latn.jsonl
490
+ split: devtest
491
+ - config_name: ces_Latn
492
+ data_files:
493
+ - path: dev/ces_Latn.jsonl
494
+ split: dev
495
+ - path: devtest/ces_Latn.jsonl
496
+ split: devtest
497
+ - config_name: chv_Cyrl
498
+ data_files:
499
+ - path: dev/chv_Cyrl.jsonl
500
+ split: dev
501
+ - path: devtest/chv_Cyrl.jsonl
502
+ split: devtest
503
+ - config_name: cjk_Latn
504
+ data_files:
505
+ - path: dev/cjk_Latn.jsonl
506
+ split: dev
507
+ - path: devtest/cjk_Latn.jsonl
508
+ split: devtest
509
+ - config_name: ckb_Arab
510
+ data_files:
511
+ - path: dev/ckb_Arab.jsonl
512
+ split: dev
513
+ - path: devtest/ckb_Arab.jsonl
514
+ split: devtest
515
+ - config_name: cmn_Hans
516
+ data_files:
517
+ - path: dev/cmn_Hans.jsonl
518
+ split: dev
519
+ - path: devtest/cmn_Hans.jsonl
520
+ split: devtest
521
+ - config_name: cmn_Hant
522
+ data_files:
523
+ - path: dev/cmn_Hant.jsonl
524
+ split: dev
525
+ - path: devtest/cmn_Hant.jsonl
526
+ split: devtest
527
+ - config_name: crh_Latn
528
+ data_files:
529
+ - path: dev/crh_Latn.jsonl
530
+ split: dev
531
+ - path: devtest/crh_Latn.jsonl
532
+ split: devtest
533
+ - config_name: cym_Latn
534
+ data_files:
535
+ - path: dev/cym_Latn.jsonl
536
+ split: dev
537
+ - path: devtest/cym_Latn.jsonl
538
+ split: devtest
539
+ - config_name: dan_Latn
540
+ data_files:
541
+ - path: dev/dan_Latn.jsonl
542
+ split: dev
543
+ - path: devtest/dan_Latn.jsonl
544
+ split: devtest
545
+ - config_name: dar_Cyrl
546
+ data_files:
547
+ - path: dev/dar_Cyrl.jsonl
548
+ split: dev
549
+ - config_name: deu_Latn
550
+ data_files:
551
+ - path: dev/deu_Latn.jsonl
552
+ split: dev
553
+ - path: devtest/deu_Latn.jsonl
554
+ split: devtest
555
+ - config_name: dgo_Deva
556
+ data_files:
557
+ - path: dev/dgo_Deva.jsonl
558
+ split: dev
559
+ - config_name: dik_Latn
560
+ data_files:
561
+ - path: dev/dik_Latn.jsonl
562
+ split: dev
563
+ - path: devtest/dik_Latn.jsonl
564
+ split: devtest
565
+ - config_name: dyu_Latn
566
+ data_files:
567
+ - path: dev/dyu_Latn.jsonl
568
+ split: dev
569
+ - path: devtest/dyu_Latn.jsonl
570
+ split: devtest
571
+ - config_name: dzo_Tibt
572
+ data_files:
573
+ - path: dev/dzo_Tibt.jsonl
574
+ split: dev
575
+ - path: devtest/dzo_Tibt.jsonl
576
+ split: devtest
577
+ - config_name: ekk_Latn
578
+ data_files:
579
+ - path: dev/ekk_Latn.jsonl
580
+ split: dev
581
+ - path: devtest/ekk_Latn.jsonl
582
+ split: devtest
583
+ - config_name: ell_Grek
584
+ data_files:
585
+ - path: dev/ell_Grek.jsonl
586
+ split: dev
587
+ - path: devtest/ell_Grek.jsonl
588
+ split: devtest
589
+ - config_name: eng_Latn
590
+ data_files:
591
+ - path: dev/eng_Latn.jsonl
592
+ split: dev
593
+ - path: devtest/eng_Latn.jsonl
594
+ split: devtest
595
+ - config_name: epo_Latn
596
+ data_files:
597
+ - path: dev/epo_Latn.jsonl
598
+ split: dev
599
+ - path: devtest/epo_Latn.jsonl
600
+ split: devtest
601
+ - config_name: eus_Latn
602
+ data_files:
603
+ - path: dev/eus_Latn.jsonl
604
+ split: dev
605
+ - path: devtest/eus_Latn.jsonl
606
+ split: devtest
607
+ - config_name: ewe_Latn
608
+ data_files:
609
+ - path: dev/ewe_Latn.jsonl
610
+ split: dev
611
+ - path: devtest/ewe_Latn.jsonl
612
+ split: devtest
613
+ - config_name: fao_Latn
614
+ data_files:
615
+ - path: dev/fao_Latn.jsonl
616
+ split: dev
617
+ - path: devtest/fao_Latn.jsonl
618
+ split: devtest
619
+ - config_name: fij_Latn
620
+ data_files:
621
+ - path: dev/fij_Latn.jsonl
622
+ split: dev
623
+ - path: devtest/fij_Latn.jsonl
624
+ split: devtest
625
+ - config_name: fil_Latn
626
+ data_files:
627
+ - path: dev/fil_Latn.jsonl
628
+ split: dev
629
+ - path: devtest/fil_Latn.jsonl
630
+ split: devtest
631
+ - config_name: fin_Latn
632
+ data_files:
633
+ - path: dev/fin_Latn.jsonl
634
+ split: dev
635
+ - path: devtest/fin_Latn.jsonl
636
+ split: devtest
637
+ - config_name: fon_Latn
638
+ data_files:
639
+ - path: dev/fon_Latn.jsonl
640
+ split: dev
641
+ - path: devtest/fon_Latn.jsonl
642
+ split: devtest
643
+ - config_name: fra_Latn
644
+ data_files:
645
+ - path: dev/fra_Latn.jsonl
646
+ split: dev
647
+ - path: devtest/fra_Latn.jsonl
648
+ split: devtest
649
+ - config_name: fur_Latn
650
+ data_files:
651
+ - path: dev/fur_Latn.jsonl
652
+ split: dev
653
+ - path: devtest/fur_Latn.jsonl
654
+ split: devtest
655
+ - config_name: fuv_Latn
656
+ data_files:
657
+ - path: dev/fuv_Latn.jsonl
658
+ split: dev
659
+ - path: devtest/fuv_Latn.jsonl
660
+ split: devtest
661
+ - config_name: gaz_Latn
662
+ data_files:
663
+ - path: dev/gaz_Latn.jsonl
664
+ split: dev
665
+ - path: devtest/gaz_Latn.jsonl
666
+ split: devtest
667
+ - config_name: gla_Latn
668
+ data_files:
669
+ - path: dev/gla_Latn.jsonl
670
+ split: dev
671
+ - path: devtest/gla_Latn.jsonl
672
+ split: devtest
673
+ - config_name: gle_Latn
674
+ data_files:
675
+ - path: dev/gle_Latn.jsonl
676
+ split: dev
677
+ - path: devtest/gle_Latn.jsonl
678
+ split: devtest
679
+ - config_name: glg_Latn
680
+ data_files:
681
+ - path: dev/glg_Latn.jsonl
682
+ split: dev
683
+ - path: devtest/glg_Latn.jsonl
684
+ split: devtest
685
+ - config_name: gom_Deva
686
+ data_files:
687
+ - path: dev/gom_Deva.jsonl
688
+ split: dev
689
+ - config_name: gug_Latn
690
+ data_files:
691
+ - path: dev/gug_Latn.jsonl
692
+ split: dev
693
+ - path: devtest/gug_Latn.jsonl
694
+ split: devtest
695
+ - config_name: guj_Gujr
696
+ data_files:
697
+ - path: dev/guj_Gujr.jsonl
698
+ split: dev
699
+ - path: devtest/guj_Gujr.jsonl
700
+ split: devtest
701
+ - config_name: hat_Latn
702
+ data_files:
703
+ - path: dev/hat_Latn.jsonl
704
+ split: dev
705
+ - path: devtest/hat_Latn.jsonl
706
+ split: devtest
707
+ - config_name: hau_Latn
708
+ data_files:
709
+ - path: dev/hau_Latn.jsonl
710
+ split: dev
711
+ - path: devtest/hau_Latn.jsonl
712
+ split: devtest
713
+ - config_name: heb_Hebr
714
+ data_files:
715
+ - path: dev/heb_Hebr.jsonl
716
+ split: dev
717
+ - path: devtest/heb_Hebr.jsonl
718
+ split: devtest
719
+ - config_name: hin_Deva
720
+ data_files:
721
+ - path: dev/hin_Deva.jsonl
722
+ split: dev
723
+ - path: devtest/hin_Deva.jsonl
724
+ split: devtest
725
+ - config_name: hne_Deva
726
+ data_files:
727
+ - path: dev/hne_Deva.jsonl
728
+ split: dev
729
+ - path: devtest/hne_Deva.jsonl
730
+ split: devtest
731
+ - config_name: hrv_Latn
732
+ data_files:
733
+ - path: dev/hrv_Latn.jsonl
734
+ split: dev
735
+ - path: devtest/hrv_Latn.jsonl
736
+ split: devtest
737
+ - config_name: hun_Latn
738
+ data_files:
739
+ - path: dev/hun_Latn.jsonl
740
+ split: dev
741
+ - path: devtest/hun_Latn.jsonl
742
+ split: devtest
743
+ - config_name: hye_Armn
744
+ data_files:
745
+ - path: dev/hye_Armn.jsonl
746
+ split: dev
747
+ - path: devtest/hye_Armn.jsonl
748
+ split: devtest
749
+ - config_name: ibo_Latn
750
+ data_files:
751
+ - path: dev/ibo_Latn.jsonl
752
+ split: dev
753
+ - path: devtest/ibo_Latn.jsonl
754
+ split: devtest
755
+ - config_name: ilo_Latn
756
+ data_files:
757
+ - path: dev/ilo_Latn.jsonl
758
+ split: dev
759
+ - path: devtest/ilo_Latn.jsonl
760
+ split: devtest
761
+ - config_name: ind_Latn
762
+ data_files:
763
+ - path: dev/ind_Latn.jsonl
764
+ split: dev
765
+ - path: devtest/ind_Latn.jsonl
766
+ split: devtest
767
+ - config_name: isl_Latn
768
+ data_files:
769
+ - path: dev/isl_Latn.jsonl
770
+ split: dev
771
+ - path: devtest/isl_Latn.jsonl
772
+ split: devtest
773
+ - config_name: ita_Latn
774
+ data_files:
775
+ - path: dev/ita_Latn.jsonl
776
+ split: dev
777
+ - path: devtest/ita_Latn.jsonl
778
+ split: devtest
779
+ - config_name: jav_Latn
780
+ data_files:
781
+ - path: dev/jav_Latn.jsonl
782
+ split: dev
783
+ - path: devtest/jav_Latn.jsonl
784
+ split: devtest
785
+ - config_name: jpn_Jpan
786
+ data_files:
787
+ - path: dev/jpn_Jpan.jsonl
788
+ split: dev
789
+ - path: devtest/jpn_Jpan.jsonl
790
+ split: devtest
791
+ - config_name: kaa_Latn
792
+ data_files:
793
+ - path: devtest/kaa_Latn.jsonl
794
+ split: devtest
795
+ - config_name: kab_Latn
796
+ data_files:
797
+ - path: dev/kab_Latn.jsonl
798
+ split: dev
799
+ - path: devtest/kab_Latn.jsonl
800
+ split: devtest
801
+ - config_name: kac_Latn
802
+ data_files:
803
+ - path: dev/kac_Latn.jsonl
804
+ split: dev
805
+ - path: devtest/kac_Latn.jsonl
806
+ split: devtest
807
+ - config_name: kam_Latn
808
+ data_files:
809
+ - path: dev/kam_Latn.jsonl
810
+ split: dev
811
+ - path: devtest/kam_Latn.jsonl
812
+ split: devtest
813
+ - config_name: kan_Knda
814
+ data_files:
815
+ - path: dev/kan_Knda.jsonl
816
+ split: dev
817
+ - path: devtest/kan_Knda.jsonl
818
+ split: devtest
819
+ - config_name: kas_Arab
820
+ data_files:
821
+ - path: dev/kas_Arab.jsonl
822
+ split: dev
823
+ - path: devtest/kas_Arab.jsonl
824
+ split: devtest
825
+ - config_name: kas_Deva
826
+ data_files:
827
+ - path: dev/kas_Deva.jsonl
828
+ split: dev
829
+ - path: devtest/kas_Deva.jsonl
830
+ split: devtest
831
+ - config_name: kat_Geor
832
+ data_files:
833
+ - path: dev/kat_Geor.jsonl
834
+ split: dev
835
+ - path: devtest/kat_Geor.jsonl
836
+ split: devtest
837
+ - config_name: kaz_Cyrl
838
+ data_files:
839
+ - path: dev/kaz_Cyrl.jsonl
840
+ split: dev
841
+ - path: devtest/kaz_Cyrl.jsonl
842
+ split: devtest
843
+ - config_name: kbp_Latn
844
+ data_files:
845
+ - path: dev/kbp_Latn.jsonl
846
+ split: dev
847
+ - path: devtest/kbp_Latn.jsonl
848
+ split: devtest
849
+ - config_name: kea_Latn
850
+ data_files:
851
+ - path: dev/kea_Latn.jsonl
852
+ split: dev
853
+ - path: devtest/kea_Latn.jsonl
854
+ split: devtest
855
+ - config_name: khk_Cyrl
856
+ data_files:
857
+ - path: dev/khk_Cyrl.jsonl
858
+ split: dev
859
+ - path: devtest/khk_Cyrl.jsonl
860
+ split: devtest
861
+ - config_name: khk_Mong
862
+ data_files:
863
+ - path: devtest/khk_Mong.jsonl
864
+ split: devtest
865
+ - config_name: khm_Khmr
866
+ data_files:
867
+ - path: dev/khm_Khmr.jsonl
868
+ split: dev
869
+ - path: devtest/khm_Khmr.jsonl
870
+ split: devtest
871
+ - config_name: kik_Latn
872
+ data_files:
873
+ - path: dev/kik_Latn.jsonl
874
+ split: dev
875
+ - path: devtest/kik_Latn.jsonl
876
+ split: devtest
877
+ - config_name: kin_Latn
878
+ data_files:
879
+ - path: dev/kin_Latn.jsonl
880
+ split: dev
881
+ - path: devtest/kin_Latn.jsonl
882
+ split: devtest
883
+ - config_name: kir_Cyrl
884
+ data_files:
885
+ - path: dev/kir_Cyrl.jsonl
886
+ split: dev
887
+ - path: devtest/kir_Cyrl.jsonl
888
+ split: devtest
889
+ - config_name: kjh_Cyrl
890
+ data_files:
891
+ - path: dev/kjh_Cyrl.jsonl
892
+ split: dev
893
+ - path: devtest/kjh_Cyrl.jsonl
894
+ split: devtest
895
+ - config_name: kmb_Latn
896
+ data_files:
897
+ - path: dev/kmb_Latn.jsonl
898
+ split: dev
899
+ - path: devtest/kmb_Latn.jsonl
900
+ split: devtest
901
+ - config_name: kmr_Latn
902
+ data_files:
903
+ - path: dev/kmr_Latn.jsonl
904
+ split: dev
905
+ - path: devtest/kmr_Latn.jsonl
906
+ split: devtest
907
+ - config_name: knc_Arab
908
+ data_files:
909
+ - path: dev/knc_Arab.jsonl
910
+ split: dev
911
+ - path: devtest/knc_Arab.jsonl
912
+ split: devtest
913
+ - config_name: knc_Latn
914
+ data_files:
915
+ - path: dev/knc_Latn.jsonl
916
+ split: dev
917
+ - path: devtest/knc_Latn.jsonl
918
+ split: devtest
919
+ - config_name: kor_Hang
920
+ data_files:
921
+ - path: dev/kor_Hang.jsonl
922
+ split: dev
923
+ - path: devtest/kor_Hang.jsonl
924
+ split: devtest
925
+ - config_name: ktu_Latn
926
+ data_files:
927
+ - path: dev/ktu_Latn.jsonl
928
+ split: dev
929
+ - path: devtest/ktu_Latn.jsonl
930
+ split: devtest
931
+ - config_name: lao_Laoo
932
+ data_files:
933
+ - path: dev/lao_Laoo.jsonl
934
+ split: dev
935
+ - path: devtest/lao_Laoo.jsonl
936
+ split: devtest
937
+ - config_name: lij_Latn
938
+ data_files:
939
+ - path: dev/lij_Latn.jsonl
940
+ split: dev
941
+ - path: devtest/lij_Latn.jsonl
942
+ split: devtest
943
+ - config_name: lim_Latn
944
+ data_files:
945
+ - path: dev/lim_Latn.jsonl
946
+ split: dev
947
+ - path: devtest/lim_Latn.jsonl
948
+ split: devtest
949
+ - config_name: lin_Latn
950
+ data_files:
951
+ - path: dev/lin_Latn.jsonl
952
+ split: dev
953
+ - path: devtest/lin_Latn.jsonl
954
+ split: devtest
955
+ - config_name: lit_Latn
956
+ data_files:
957
+ - path: dev/lit_Latn.jsonl
958
+ split: dev
959
+ - path: devtest/lit_Latn.jsonl
960
+ split: devtest
961
+ - config_name: lld_Latn
962
+ data_files:
963
+ - path: dev/lld_Latn.jsonl
964
+ split: dev
965
+ - path: devtest/lld_Latn.jsonl
966
+ split: devtest
967
+ - config_name: lld_Latn_gard1241
968
+ data_files:
969
+ - path: dev/lld_Latn_gard1241.jsonl
970
+ split: dev
971
+ - config_name: lmo_Latn
972
+ data_files:
973
+ - path: dev/lmo_Latn.jsonl
974
+ split: dev
975
+ - path: devtest/lmo_Latn.jsonl
976
+ split: devtest
977
+ - config_name: ltg_Latn
978
+ data_files:
979
+ - path: dev/ltg_Latn.jsonl
980
+ split: dev
981
+ - path: devtest/ltg_Latn.jsonl
982
+ split: devtest
983
+ - config_name: ltz_Latn
984
+ data_files:
985
+ - path: dev/ltz_Latn.jsonl
986
+ split: dev
987
+ - path: devtest/ltz_Latn.jsonl
988
+ split: devtest
989
+ - config_name: lua_Latn
990
+ data_files:
991
+ - path: dev/lua_Latn.jsonl
992
+ split: dev
993
+ - path: devtest/lua_Latn.jsonl
994
+ split: devtest
995
+ - config_name: lug_Latn
996
+ data_files:
997
+ - path: dev/lug_Latn.jsonl
998
+ split: dev
999
+ - path: devtest/lug_Latn.jsonl
1000
+ split: devtest
1001
+ - config_name: luo_Latn
1002
+ data_files:
1003
+ - path: dev/luo_Latn.jsonl
1004
+ split: dev
1005
+ - path: devtest/luo_Latn.jsonl
1006
+ split: devtest
1007
+ - config_name: lus_Latn
1008
+ data_files:
1009
+ - path: dev/lus_Latn.jsonl
1010
+ split: dev
1011
+ - path: devtest/lus_Latn.jsonl
1012
+ split: devtest
1013
+ - config_name: lvs_Latn
1014
+ data_files:
1015
+ - path: dev/lvs_Latn.jsonl
1016
+ split: dev
1017
+ - path: devtest/lvs_Latn.jsonl
1018
+ split: devtest
1019
+ - config_name: mag_Deva
1020
+ data_files:
1021
+ - path: dev/mag_Deva.jsonl
1022
+ split: dev
1023
+ - path: devtest/mag_Deva.jsonl
1024
+ split: devtest
1025
+ - config_name: mai_Deva
1026
+ data_files:
1027
+ - path: dev/mai_Deva.jsonl
1028
+ split: dev
1029
+ - path: devtest/mai_Deva.jsonl
1030
+ split: devtest
1031
+ - config_name: mal_Mlym
1032
+ data_files:
1033
+ - path: dev/mal_Mlym.jsonl
1034
+ split: dev
1035
+ - path: devtest/mal_Mlym.jsonl
1036
+ split: devtest
1037
+ - config_name: mar_Deva
1038
+ data_files:
1039
+ - path: dev/mar_Deva.jsonl
1040
+ split: dev
1041
+ - path: devtest/mar_Deva.jsonl
1042
+ split: devtest
1043
+ - config_name: mfe_Latn
1044
+ data_files:
1045
+ - path: dev/mfe_Latn.jsonl
1046
+ split: dev
1047
+ - path: devtest/mfe_Latn.jsonl
1048
+ split: devtest
1049
+ - config_name: mhr_Cyrl
1050
+ data_files:
1051
+ - path: dev/mhr_Cyrl.jsonl
1052
+ split: dev
1053
+ - path: devtest/mhr_Cyrl.jsonl
1054
+ split: devtest
1055
+ - config_name: min_Arab
1056
+ data_files:
1057
+ - path: dev/min_Arab.jsonl
1058
+ split: dev
1059
+ - path: devtest/min_Arab.jsonl
1060
+ split: devtest
1061
+ - config_name: min_Latn
1062
+ data_files:
1063
+ - path: dev/min_Latn.jsonl
1064
+ split: dev
1065
+ - path: devtest/min_Latn.jsonl
1066
+ split: devtest
1067
+ - config_name: mkd_Cyrl
1068
+ data_files:
1069
+ - path: dev/mkd_Cyrl.jsonl
1070
+ split: dev
1071
+ - path: devtest/mkd_Cyrl.jsonl
1072
+ split: devtest
1073
+ - config_name: mlt_Latn
1074
+ data_files:
1075
+ - path: dev/mlt_Latn.jsonl
1076
+ split: dev
1077
+ - path: devtest/mlt_Latn.jsonl
1078
+ split: devtest
1079
+ - config_name: mni_Beng
1080
+ data_files:
1081
+ - path: dev/mni_Beng.jsonl
1082
+ split: dev
1083
+ - path: devtest/mni_Beng.jsonl
1084
+ split: devtest
1085
+ - config_name: mni_Mtei
1086
+ data_files:
1087
+ - path: dev/mni_Mtei.jsonl
1088
+ split: dev
1089
+ - config_name: mos_Latn
1090
+ data_files:
1091
+ - path: dev/mos_Latn.jsonl
1092
+ split: dev
1093
+ - path: devtest/mos_Latn.jsonl
1094
+ split: devtest
1095
+ - config_name: mri_Latn
1096
+ data_files:
1097
+ - path: dev/mri_Latn.jsonl
1098
+ split: dev
1099
+ - path: devtest/mri_Latn.jsonl
1100
+ split: devtest
1101
+ - config_name: mya_Mymr
1102
+ data_files:
1103
+ - path: dev/mya_Mymr.jsonl
1104
+ split: dev
1105
+ - path: devtest/mya_Mymr.jsonl
1106
+ split: devtest
1107
+ - config_name: myv_Cyrl
1108
+ data_files:
1109
+ - path: dev/myv_Cyrl.jsonl
1110
+ split: dev
1111
+ - path: devtest/myv_Cyrl.jsonl
1112
+ split: devtest
1113
+ - config_name: nld_Latn
1114
+ data_files:
1115
+ - path: dev/nld_Latn.jsonl
1116
+ split: dev
1117
+ - path: devtest/nld_Latn.jsonl
1118
+ split: devtest
1119
+ - config_name: nno_Latn
1120
+ data_files:
1121
+ - path: dev/nno_Latn.jsonl
1122
+ split: dev
1123
+ - path: devtest/nno_Latn.jsonl
1124
+ split: devtest
1125
+ - config_name: nob_Latn
1126
+ data_files:
1127
+ - path: dev/nob_Latn.jsonl
1128
+ split: dev
1129
+ - path: devtest/nob_Latn.jsonl
1130
+ split: devtest
1131
+ - config_name: nob_Latn_radical
1132
+ data_files:
1133
+ - path: dev/nob_Latn_radical.jsonl
1134
+ split: dev
1135
+ - path: devtest/nob_Latn_radical.jsonl
1136
+ split: devtest
1137
+ - config_name: npi_Deva
1138
+ data_files:
1139
+ - path: dev/npi_Deva.jsonl
1140
+ split: dev
1141
+ - path: devtest/npi_Deva.jsonl
1142
+ split: devtest
1143
+ - config_name: nqo_Nkoo
1144
+ data_files:
1145
+ - path: dev/nqo_Nkoo.jsonl
1146
+ split: dev
1147
+ - path: devtest/nqo_Nkoo.jsonl
1148
+ split: devtest
1149
+ - config_name: nso_Latn
1150
+ data_files:
1151
+ - path: dev/nso_Latn.jsonl
1152
+ split: dev
1153
+ - path: devtest/nso_Latn.jsonl
1154
+ split: devtest
1155
+ - config_name: nus_Latn
1156
+ data_files:
1157
+ - path: dev/nus_Latn.jsonl
1158
+ split: dev
1159
+ - path: devtest/nus_Latn.jsonl
1160
+ split: devtest
1161
+ - config_name: nya_Latn
1162
+ data_files:
1163
+ - path: dev/nya_Latn.jsonl
1164
+ split: dev
1165
+ - path: devtest/nya_Latn.jsonl
1166
+ split: devtest
1167
+ - config_name: oci_Latn
1168
+ data_files:
1169
+ - path: dev/oci_Latn.jsonl
1170
+ split: dev
1171
+ - path: devtest/oci_Latn.jsonl
1172
+ split: devtest
1173
+ - config_name: oci_Latn_aran1260
1174
+ data_files:
1175
+ - path: dev/oci_Latn_aran1260.jsonl
1176
+ split: dev
1177
+ - path: devtest/oci_Latn_aran1260.jsonl
1178
+ split: devtest
1179
+ - config_name: ory_Orya
1180
+ data_files:
1181
+ - path: dev/ory_Orya.jsonl
1182
+ split: dev
1183
+ - path: devtest/ory_Orya.jsonl
1184
+ split: devtest
1185
+ - config_name: pag_Latn
1186
+ data_files:
1187
+ - path: dev/pag_Latn.jsonl
1188
+ split: dev
1189
+ - path: devtest/pag_Latn.jsonl
1190
+ split: devtest
1191
+ - config_name: pan_Guru
1192
+ data_files:
1193
+ - path: dev/pan_Guru.jsonl
1194
+ split: dev
1195
+ - path: devtest/pan_Guru.jsonl
1196
+ split: devtest
1197
+ - config_name: pap_Latn
1198
+ data_files:
1199
+ - path: dev/pap_Latn.jsonl
1200
+ split: dev
1201
+ - path: devtest/pap_Latn.jsonl
1202
+ split: devtest
1203
+ - config_name: pbt_Arab
1204
+ data_files:
1205
+ - path: dev/pbt_Arab.jsonl
1206
+ split: dev
1207
+ - path: devtest/pbt_Arab.jsonl
1208
+ split: devtest
1209
+ - config_name: pes_Arab
1210
+ data_files:
1211
+ - path: dev/pes_Arab.jsonl
1212
+ split: dev
1213
+ - path: devtest/pes_Arab.jsonl
1214
+ split: devtest
1215
+ - config_name: plt_Latn
1216
+ data_files:
1217
+ - path: dev/plt_Latn.jsonl
1218
+ split: dev
1219
+ - path: devtest/plt_Latn.jsonl
1220
+ split: devtest
1221
+ - config_name: pol_Latn
1222
+ data_files:
1223
+ - path: dev/pol_Latn.jsonl
1224
+ split: dev
1225
+ - path: devtest/pol_Latn.jsonl
1226
+ split: devtest
1227
+ - config_name: por_Latn
1228
+ data_files:
1229
+ - path: dev/por_Latn.jsonl
1230
+ split: dev
1231
+ - path: devtest/por_Latn.jsonl
1232
+ split: devtest
1233
+ - config_name: prs_Arab
1234
+ data_files:
1235
+ - path: dev/prs_Arab.jsonl
1236
+ split: dev
1237
+ - path: devtest/prs_Arab.jsonl
1238
+ split: devtest
1239
+ - config_name: quy_Latn
1240
+ data_files:
1241
+ - path: dev/quy_Latn.jsonl
1242
+ split: dev
1243
+ - path: devtest/quy_Latn.jsonl
1244
+ split: devtest
1245
+ - config_name: ron_Latn
1246
+ data_files:
1247
+ - path: dev/ron_Latn.jsonl
1248
+ split: dev
1249
+ - path: devtest/ron_Latn.jsonl
1250
+ split: devtest
1251
+ - config_name: run_Latn
1252
+ data_files:
1253
+ - path: dev/run_Latn.jsonl
1254
+ split: dev
1255
+ - path: devtest/run_Latn.jsonl
1256
+ split: devtest
1257
+ - config_name: rus_Cyrl
1258
+ data_files:
1259
+ - path: dev/rus_Cyrl.jsonl
1260
+ split: dev
1261
+ - path: devtest/rus_Cyrl.jsonl
1262
+ split: devtest
1263
+ - config_name: sag_Latn
1264
+ data_files:
1265
+ - path: dev/sag_Latn.jsonl
1266
+ split: dev
1267
+ - path: devtest/sag_Latn.jsonl
1268
+ split: devtest
1269
+ - config_name: san_Deva
1270
+ data_files:
1271
+ - path: dev/san_Deva.jsonl
1272
+ split: dev
1273
+ - path: devtest/san_Deva.jsonl
1274
+ split: devtest
1275
+ - config_name: sat_Olck
1276
+ data_files:
1277
+ - path: dev/sat_Olck.jsonl
1278
+ split: dev
1279
+ - path: devtest/sat_Olck.jsonl
1280
+ split: devtest
1281
+ - config_name: scn_Latn
1282
+ data_files:
1283
+ - path: dev/scn_Latn.jsonl
1284
+ split: dev
1285
+ - path: devtest/scn_Latn.jsonl
1286
+ split: devtest
1287
+ - config_name: shn_Mymr
1288
+ data_files:
1289
+ - path: dev/shn_Mymr.jsonl
1290
+ split: dev
1291
+ - path: devtest/shn_Mymr.jsonl
1292
+ split: devtest
1293
+ - config_name: sin_Sinh
1294
+ data_files:
1295
+ - path: dev/sin_Sinh.jsonl
1296
+ split: dev
1297
+ - path: devtest/sin_Sinh.jsonl
1298
+ split: devtest
1299
+ - config_name: slk_Latn
1300
+ data_files:
1301
+ - path: dev/slk_Latn.jsonl
1302
+ split: dev
1303
+ - path: devtest/slk_Latn.jsonl
1304
+ split: devtest
1305
+ - config_name: slv_Latn
1306
+ data_files:
1307
+ - path: dev/slv_Latn.jsonl
1308
+ split: dev
1309
+ - path: devtest/slv_Latn.jsonl
1310
+ split: devtest
1311
+ - config_name: smo_Latn
1312
+ data_files:
1313
+ - path: dev/smo_Latn.jsonl
1314
+ split: dev
1315
+ - path: devtest/smo_Latn.jsonl
1316
+ split: devtest
1317
+ - config_name: sna_Latn
1318
+ data_files:
1319
+ - path: dev/sna_Latn.jsonl
1320
+ split: dev
1321
+ - path: devtest/sna_Latn.jsonl
1322
+ split: devtest
1323
+ - config_name: snd_Arab
1324
+ data_files:
1325
+ - path: dev/snd_Arab.jsonl
1326
+ split: dev
1327
+ - path: devtest/snd_Arab.jsonl
1328
+ split: devtest
1329
+ - config_name: snd_Deva
1330
+ data_files:
1331
+ - path: dev/snd_Deva.jsonl
1332
+ split: dev
1333
+ - config_name: som_Latn
1334
+ data_files:
1335
+ - path: dev/som_Latn.jsonl
1336
+ split: dev
1337
+ - path: devtest/som_Latn.jsonl
1338
+ split: devtest
1339
+ - config_name: sot_Latn
1340
+ data_files:
1341
+ - path: dev/sot_Latn.jsonl
1342
+ split: dev
1343
+ - path: devtest/sot_Latn.jsonl
1344
+ split: devtest
1345
+ - config_name: spa_Latn
1346
+ data_files:
1347
+ - path: dev/spa_Latn.jsonl
1348
+ split: dev
1349
+ - path: devtest/spa_Latn.jsonl
1350
+ split: devtest
1351
+ - config_name: srd_Latn
1352
+ data_files:
1353
+ - path: dev/srd_Latn.jsonl
1354
+ split: dev
1355
+ - path: devtest/srd_Latn.jsonl
1356
+ split: devtest
1357
+ - config_name: srp_Cyrl
1358
+ data_files:
1359
+ - path: dev/srp_Cyrl.jsonl
1360
+ split: dev
1361
+ - path: devtest/srp_Cyrl.jsonl
1362
+ split: devtest
1363
+ - config_name: ssw_Latn
1364
+ data_files:
1365
+ - path: dev/ssw_Latn.jsonl
1366
+ split: dev
1367
+ - path: devtest/ssw_Latn.jsonl
1368
+ split: devtest
1369
+ - config_name: sun_Latn
1370
+ data_files:
1371
+ - path: dev/sun_Latn.jsonl
1372
+ split: dev
1373
+ - path: devtest/sun_Latn.jsonl
1374
+ split: devtest
1375
+ - config_name: swe_Latn
1376
+ data_files:
1377
+ - path: dev/swe_Latn.jsonl
1378
+ split: dev
1379
+ - path: devtest/swe_Latn.jsonl
1380
+ split: devtest
1381
+ - config_name: swh_Latn
1382
+ data_files:
1383
+ - path: dev/swh_Latn.jsonl
1384
+ split: dev
1385
+ - path: devtest/swh_Latn.jsonl
1386
+ split: devtest
1387
+ - config_name: szl_Latn
1388
+ data_files:
1389
+ - path: dev/szl_Latn.jsonl
1390
+ split: dev
1391
+ - path: devtest/szl_Latn.jsonl
1392
+ split: devtest
1393
+ - config_name: tam_Taml
1394
+ data_files:
1395
+ - path: dev/tam_Taml.jsonl
1396
+ split: dev
1397
+ - path: devtest/tam_Taml.jsonl
1398
+ split: devtest
1399
+ - config_name: taq_Latn
1400
+ data_files:
1401
+ - path: dev/taq_Latn.jsonl
1402
+ split: dev
1403
+ - path: devtest/taq_Latn.jsonl
1404
+ split: devtest
1405
+ - config_name: taq_Tfng
1406
+ data_files:
1407
+ - path: dev/taq_Tfng.jsonl
1408
+ split: dev
1409
+ - path: devtest/taq_Tfng.jsonl
1410
+ split: devtest
1411
+ - config_name: tat_Cyrl
1412
+ data_files:
1413
+ - path: dev/tat_Cyrl.jsonl
1414
+ split: dev
1415
+ - path: devtest/tat_Cyrl.jsonl
1416
+ split: devtest
1417
+ - config_name: tel_Telu
1418
+ data_files:
1419
+ - path: dev/tel_Telu.jsonl
1420
+ split: dev
1421
+ - path: devtest/tel_Telu.jsonl
1422
+ split: devtest
1423
+ - config_name: tgk_Cyrl
1424
+ data_files:
1425
+ - path: dev/tgk_Cyrl.jsonl
1426
+ split: dev
1427
+ - path: devtest/tgk_Cyrl.jsonl
1428
+ split: devtest
1429
+ - config_name: tha_Thai
1430
+ data_files:
1431
+ - path: dev/tha_Thai.jsonl
1432
+ split: dev
1433
+ - path: devtest/tha_Thai.jsonl
1434
+ split: devtest
1435
+ - config_name: tir_Ethi
1436
+ data_files:
1437
+ - path: dev/tir_Ethi.jsonl
1438
+ split: dev
1439
+ - path: devtest/tir_Ethi.jsonl
1440
+ split: devtest
1441
+ - config_name: tpi_Latn
1442
+ data_files:
1443
+ - path: dev/tpi_Latn.jsonl
1444
+ split: dev
1445
+ - path: devtest/tpi_Latn.jsonl
1446
+ split: devtest
1447
+ - config_name: tsn_Latn
1448
+ data_files:
1449
+ - path: dev/tsn_Latn.jsonl
1450
+ split: dev
1451
+ - path: devtest/tsn_Latn.jsonl
1452
+ split: devtest
1453
+ - config_name: tso_Latn
1454
+ data_files:
1455
+ - path: dev/tso_Latn.jsonl
1456
+ split: dev
1457
+ - path: devtest/tso_Latn.jsonl
1458
+ split: devtest
1459
+ - config_name: tuk_Latn
1460
+ data_files:
1461
+ - path: dev/tuk_Latn.jsonl
1462
+ split: dev
1463
+ - path: devtest/tuk_Latn.jsonl
1464
+ split: devtest
1465
+ - config_name: tum_Latn
1466
+ data_files:
1467
+ - path: dev/tum_Latn.jsonl
1468
+ split: dev
1469
+ - path: devtest/tum_Latn.jsonl
1470
+ split: devtest
1471
+ - config_name: tur_Latn
1472
+ data_files:
1473
+ - path: dev/tur_Latn.jsonl
1474
+ split: dev
1475
+ - path: devtest/tur_Latn.jsonl
1476
+ split: devtest
1477
+ - config_name: twi_Latn_akua1239
1478
+ data_files:
1479
+ - path: dev/twi_Latn_akua1239.jsonl
1480
+ split: dev
1481
+ - path: devtest/twi_Latn_akua1239.jsonl
1482
+ split: devtest
1483
+ - config_name: twi_Latn_asan1239
1484
+ data_files:
1485
+ - path: dev/twi_Latn_asan1239.jsonl
1486
+ split: dev
1487
+ - path: devtest/twi_Latn_asan1239.jsonl
1488
+ split: devtest
1489
+ - config_name: tyv_Cyrl
1490
+ data_files:
1491
+ - path: dev/tyv_Cyrl.jsonl
1492
+ split: dev
1493
+ - path: devtest/tyv_Cyrl.jsonl
1494
+ split: devtest
1495
+ - config_name: udm_Cyrl
1496
+ data_files:
1497
+ - path: dev/udm_Cyrl.jsonl
1498
+ split: dev
1499
+ - config_name: uig_Arab
1500
+ data_files:
1501
+ - path: dev/uig_Arab.jsonl
1502
+ split: dev
1503
+ - path: devtest/uig_Arab.jsonl
1504
+ split: devtest
1505
+ - config_name: ukr_Cyrl
1506
+ data_files:
1507
+ - path: dev/ukr_Cyrl.jsonl
1508
+ split: dev
1509
+ - path: devtest/ukr_Cyrl.jsonl
1510
+ split: devtest
1511
+ - config_name: umb_Latn
1512
+ data_files:
1513
+ - path: dev/umb_Latn.jsonl
1514
+ split: dev
1515
+ - path: devtest/umb_Latn.jsonl
1516
+ split: devtest
1517
+ - config_name: urd_Arab
1518
+ data_files:
1519
+ - path: dev/urd_Arab.jsonl
1520
+ split: dev
1521
+ - path: devtest/urd_Arab.jsonl
1522
+ split: devtest
1523
+ - config_name: uzn_Latn
1524
+ data_files:
1525
+ - path: dev/uzn_Latn.jsonl
1526
+ split: dev
1527
+ - path: devtest/uzn_Latn.jsonl
1528
+ split: devtest
1529
+ - config_name: uzs_Arab
1530
+ data_files:
1531
+ - path: dev/uzs_Arab.jsonl
1532
+ split: dev
1533
+ - config_name: vec_Latn
1534
+ data_files:
1535
+ - path: dev/vec_Latn.jsonl
1536
+ split: dev
1537
+ - path: devtest/vec_Latn.jsonl
1538
+ split: devtest
1539
+ - config_name: vie_Latn
1540
+ data_files:
1541
+ - path: dev/vie_Latn.jsonl
1542
+ split: dev
1543
+ - path: devtest/vie_Latn.jsonl
1544
+ split: devtest
1545
+ - config_name: vmw_Latn
1546
+ data_files:
1547
+ - path: dev/vmw_Latn.jsonl
1548
+ split: dev
1549
+ - path: devtest/vmw_Latn.jsonl
1550
+ split: devtest
1551
+ - config_name: war_Latn
1552
+ data_files:
1553
+ - path: dev/war_Latn.jsonl
1554
+ split: dev
1555
+ - path: devtest/war_Latn.jsonl
1556
+ split: devtest
1557
+ - config_name: wol_Latn
1558
+ data_files:
1559
+ - path: dev/wol_Latn.jsonl
1560
+ split: dev
1561
+ - path: devtest/wol_Latn.jsonl
1562
+ split: devtest
1563
+ - config_name: wuu_Hans
1564
+ data_files:
1565
+ - path: dev/wuu_Hans.jsonl
1566
+ split: dev
1567
+ - config_name: xho_Latn
1568
+ data_files:
1569
+ - path: dev/xho_Latn.jsonl
1570
+ split: dev
1571
+ - path: devtest/xho_Latn.jsonl
1572
+ split: devtest
1573
+ - config_name: ydd_Hebr
1574
+ data_files:
1575
+ - path: dev/ydd_Hebr.jsonl
1576
+ split: dev
1577
+ - path: devtest/ydd_Hebr.jsonl
1578
+ split: devtest
1579
+ - config_name: yor_Latn
1580
+ data_files:
1581
+ - path: dev/yor_Latn.jsonl
1582
+ split: dev
1583
+ - path: devtest/yor_Latn.jsonl
1584
+ split: devtest
1585
+ - config_name: yue_Hant
1586
+ data_files:
1587
+ - path: dev/yue_Hant.jsonl
1588
+ split: dev
1589
+ - path: devtest/yue_Hant.jsonl
1590
+ split: devtest
1591
+ - config_name: zgh_Tfng
1592
+ data_files:
1593
+ - path: dev/zgh_Tfng.jsonl
1594
+ split: dev
1595
+ - path: devtest/zgh_Tfng.jsonl
1596
+ split: devtest
1597
+ - config_name: zsm_Latn
1598
+ data_files:
1599
+ - path: dev/zsm_Latn.jsonl
1600
+ split: dev
1601
+ - path: devtest/zsm_Latn.jsonl
1602
+ split: devtest
1603
+ - config_name: zul_Latn
1604
+ data_files:
1605
+ - path: dev/zul_Latn.jsonl
1606
+ split: dev
1607
+ - path: devtest/zul_Latn.jsonl
1608
+ split: devtest
1609
+ extra_gated_heading: "Protecting the integrity of FLORES+ for evaluation"
1610
+ extra_gated_fields:
1611
+ I agree not to re-host FLORES+ in places where it could be picked up by web crawlers: checkbox
1612
+ If I evaluate using FLORES+, I will ensure that its contents are not in the training data: checkbox
1613
+ ---
1614
+ # Dataset Card for FLORES+
1615
+
1616
+ FLORES+ is an evaluation benchmark dataset for multilingual machine translation.
1617
+
1618
+ ## Dataset Details
1619
+
1620
+ ### Dataset Description
1621
+
1622
+ FLORES+ is a multilingual machine translation benchmark released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). This dataset was originally released by FAIR researchers at Meta under the name FLORES. Further information about these initial releases can be found in [Dataset Sources](#dataset-sources) below. The data is now being managed by OLDI, [the Open Language Data Initiative](https://oldi.org/). The + has been added to the name to disambiguate between the original datasets and this new actively developed version.
1623
+
1624
+ The data consists of translations primarily from English into over 200 language varieties. The original English sentences were sampled in equal amounts from [Wikinews](https://en.wikinews.org/) (an international news source), [Wikijunior](https://en.wikibooks.org/wiki/Wikijunior) (a collection of age-appropriate non-fiction books), and [Wikivoyage](https://en.wikivoyage.org/) (a travel guide).
1625
+
1626
+ For each language, the dataset has 997 sentences for the dev split and 1012 sentences for the devtest split. The separate blind test set, originally developed by Meta, is not managed by OLDI and not part of this repository.
1627
+
1628
+ - **Curated by:** [The Open Language Data Initiative](https://oldi.org/)
1629
+ - **Languages:** Currently 229 language varieties, see the full list in the table [below](#language-coverage).
1630
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
1631
+
1632
+ The current version of the dataset is `4.5`. For the full list of versions, see [CHANGELOG.md](CHANGELOG.md).
1633
+
1634
+ ### Dataset Sources
1635
+
1636
+ FLORES+ is based on FLORES-200, described in the following paper:
1637
+
1638
+ ```bibtex
1639
+ @article{nllb-24,
1640
+ author="{NLLB Team} and Costa-juss{\`a}, Marta R. and Cross, James and {\c{C}}elebi, Onur and Elbayad, Maha and Heafield, Kenneth and Heffernan, Kevin and Kalbassi, Elahe and Lam, Janice and Licht, Daniel and Maillard, Jean and Sun, Anna and Wang, Skyler and Wenzek, Guillaume and Youngblood, Al and Akula, Bapi and Barrault, Loic and Gonzalez, Gabriel Mejia and Hansanti, Prangthip and Hoffman, John and Jarrett, Semarley and Sadagopan, Kaushik Ram and Rowe, Dirk and Spruit, Shannon and Tran, Chau and Andrews, Pierre and Ayan, Necip Fazil and Bhosale, Shruti and Edunov, Sergey and Fan, Angela and Gao, Cynthia and Goswami, Vedanuj and Guzm{\'a}n, Francisco and Koehn, Philipp and Mourachko, Alexandre and Ropers, Christophe and Saleem, Safiyyah and Schwenk, Holger and Wang, Jeff",
1641
+ title="Scaling neural machine translation to 200 languages",
1642
+ journal="Nature",
1643
+ year="2024",
1644
+ volume="630",
1645
+ number="8018",
1646
+ pages="841--846",
1647
+ issn="1476-4687",
1648
+ doi="10.1038/s41586-024-07335-x",
1649
+ url="https://doi.org/10.1038/s41586-024-07335-x"
1650
+ }
1651
+ ```
1652
+
1653
+ Other authors have since contributed to the dataset. If you use this dataset in your work, please cite the relevant papers listed in [bibliography.bib](bibliography.bib).
1654
+
1655
+ ## Uses
1656
+
1657
+ FLORES+ is intended to be used to evaluate multilingual NLP applications like machine translation. It should not be used as training data.
1658
+
1659
+ To load the dataset using Python code, please follow the steps below:
1660
+ 1. Install the [datasets](https://huggingface.co/docs/datasets) package: `pip install datasets`.
1661
+ 2. Log in on the current website (Huggingface.co).
1662
+ 3. Accept the terms of use of the FLORES+ dataset on this page.
1663
+ 4. Get your Huggingface access token by clicking on your user icon in the top left corner, choosing "Access Tokens", and creating a token or copying an existing one.
1664
+ 5. Make sure you are logged into Hugginface hub in your system by running in Python:
1665
+ ```Python
1666
+ import huggingface_hub
1667
+ huggingface_hub.login() # now you will be prompted to enter your token; enter it.
1668
+ ```
1669
+ 6. After having logged in, you can access the full FLORES+ dataset or a part of it as follows:
1670
+ ```Python
1671
+ from datasets import load_dataset
1672
+ # load dev and devtests splits for all languages
1673
+ ds_full = load_dataset("openlanguagedata/flores_plus")
1674
+ # load only the dev split for all languages
1675
+ ds_dev = load_dataset("openlanguagedata/flores_plus", split="dev")
1676
+ # load dev and devtests splits for French only
1677
+ ds_fra = load_dataset("openlanguagedata/flores_plus", "fra_Latn")
1678
+ # load dev split for French only
1679
+ ds_fra_dev = load_dataset("openlanguagedata/flores_plus", "fra_Latn", split="dev")
1680
+ ```
1681
+ 7. You can convert the dataset to a [Pandas](https://pandas.pydata.org) DataFrame, if this formar is familiar to you (e.g. `df = ds_fra_dev.to_pandas()`).
1682
+ 8. If you want, you can save the file to disk, e.g. to the csv format (`df.to_csv("flores_plus_fra_dev.csv")`) or [other formats](https://pandas.pydata.org/docs/user_guide/io.html) supported by Pandas.
1683
+ But please do not redistribute this file publicly, unless you protect it from automatic scrapping!
1684
+
1685
+
1686
+ ## Dataset Structure
1687
+
1688
+ Each instance in the dataset has the structure as the following example:
1689
+
1690
+ ```json
1691
+ {
1692
+ "id": "26",
1693
+ "iso_639_3": "gla",
1694
+ "iso_15924": "Latn",
1695
+ "glottocode": "scot1245",
1696
+ "variant": "",
1697
+ "text": "Thuirt an aithris cuideachd gum biodh aig an Tuirc cuideachd faire luchd-sabaid ISIS a chaidh an glacadh a ghabhail os làimh is nàiseanan na Roinn-Eòrpa air an diùltadh o ath-dhùthachadh.",
1698
+ "url": "https://en.wikinews.org/wiki/US_President_Trump_announces_troop_withdrawal_from_Syria",
1699
+ "domain": "wikinews",
1700
+ "topic": "politics",
1701
+ "has_image": "yes",
1702
+ "has_hyperlink": "yes",
1703
+ "last_updated": "1.0",
1704
+ "split": "devtest"
1705
+ }
1706
+ ```
1707
+
1708
+ Each languoid is uniquely identified by a combination of 4 values: `iso_639_3`, `iso_15924`, `glottocode`, and `variant` — roughly speaking, a combination of language, dialect, and orthography.
1709
+
1710
+ Within each languoid, the values of `id` and `split` uniquely identify a sentence and are aligned across all languoids (i.e. joining any pair of langioids by `id` and `split` would result in a parallel dataset).
1711
+
1712
+ ### Data Fields
1713
+
1714
+ - `id`: ID number for each line of data. Lines with the same ID in the same split are translations of each other.
1715
+ - `text`: A line of text in the indicated language.
1716
+ - `iso_639_3`: The ISO 639-3 code indicating the language variety.
1717
+ - `iso_15924`: The ISO 15924 indicating the writing script.
1718
+ - `glottocode`: The [Glottocode](https://glottolog.org/glottolog/language) corresponding to the language variety.
1719
+ - `variant`: An additional tag for the language variety (usually an empty string; currently used only for Radical Bokmål)
1720
+ - `url`: The URL for the English article from which the text was extracted.
1721
+ - `domain`: The domain of the text.
1722
+ - `topic`: The topic of the text.
1723
+ - `has_image`: Whether the original article contains an image.
1724
+ - `has_hyperlink`: Whether the text contains a hyperlink.
1725
+ - `last_updated`: The FLORES+ version where the given row was last updated.
1726
+
1727
+ ## Dataset Creation
1728
+
1729
+ See the [NLLB Nature paper](https://doi.org/10.1038/s41586-024-07335-x) and the longer [NLLB technical paper](https://arxiv.org/pdf/2207.04672#page=18.71) for more details.
1730
+
1731
+ ### Additional Dataset Cards
1732
+
1733
+ The datasets for some language varieties have individual datacards describing their creation. These can be found in the [dataset_cards](dataset_cards/) directory.
1734
+
1735
+ ## Contact
1736
+
1737
+ For more information about the FLORES+ dataset, please see [oldi.org](https://oldi.org/).
1738
+
1739
+ ## Contributing
1740
+
1741
+ Fixes and new language contributions are most welcome.
1742
+
1743
+ By contributing to this project you agree to the [Developer Certificate of
1744
+ Origin (DCO)](DCO). This document was created by the Linux Kernel community and is a
1745
+ simple statement that you, as a contributor, have the legal right to make the
1746
+ contribution.
1747
+
1748
+ In order to show your agreement with the DCO you should include at the end of commit message,
1749
+ the following line: `Signed-off-by: John Doe <john.doe@example.com>`, using your real name.
1750
+
1751
+ This can be done easily using the `-s` flag on the `git commit`.
1752
+
1753
+ Please see the [Contribution guidelines](https://oldi.org/guidelines) for further information.
1754
+
1755
+ ### How to add a pull request
1756
+
1757
+ 1. Go to https://huggingface.co/datasets/openlanguagedata/flores_plus/discussions, press "New pull request".
1758
+ 2. In the popup window, enter a branch name and press "Create branch".
1759
+ 3. On your computer, do `git clone https://huggingface.co/datasets/openlanguagedata/flores_plus`.
1760
+ 4. Checkout to your newly created branch (e.g. `cd flores_plus && git fetch origin refs/pr/4:pr/4 && git checkout pr/4`).
1761
+ 5. Check that you are logged in to the HF CLI tool (`hf auth whoami`). If not, please log into it (`hf auth login` and enter your token).
1762
+ 6. Modify a file (for adding new languages, see the instructions below) and add the changes to git (e.g. `git add dev/rus_Cyrl.jsonl`).
1763
+ 7. Commit with an -s flag (e.g. `git commit -s -m "fix a few typos in the Russian dev set"`).
1764
+ 8. Push (e.g. `git push origin pr/4:refs/pr/4`) — important to make sure to push to the same "refs" branch!
1765
+ 9. Go to the pull request page and see if it reflects your changes.
1766
+ 10. When your pull request is ready, press the "Publish" button in its web interface.
1767
+
1768
+ If you find this difficult, please contact us by email `info@oldi.org` or in our [Discord group](https://discord.gg/jJmrw3E77u)!
1769
+
1770
+ ### Testing your changes
1771
+
1772
+ After contributing new translations or modifying existing ones, you can check that the data format is OK.
1773
+ Assuming that you have the Python packages `pytest` and `dataset` installed, you can type
1774
+ ```
1775
+ pytest
1776
+ ```
1777
+ in your console (in the `flores_plus` directory), and the tests will run.
1778
+ If any of them fails, please inspect the translations, following the hints in the test output.
1779
+
1780
+ ## Changelog
1781
+
1782
+ See [CHANGELOG.md](CHANGELOG.md) for information about the latest changes.
1783
+
1784
+ ## Language Coverage
1785
+
1786
+ | Code | Script | Glottocode | Name | Notes |
1787
+ |-------|--------|------------|-------------------------------------|------------------------------------------------------------|
1788
+ | `ace` | `Arab` | `achi1257` | Acehnese (Jawi script) | |
1789
+ | `ace` | `Latn` | `achi1257` | Acehnese (Latin script) | |
1790
+ | `acm` | `Arab` | `meso1252` | Mesopotamian Arabic | |
1791
+ | `acq` | `Arab` | `taiz1242` | Taʽizzi-Adeni Arabic | |
1792
+ | `aeb` | `Arab` | `tuni1259` | Tunisian Arabic | |
1793
+ | `afr` | `Latn` | `afri1274` | Afrikaans | |
1794
+ | `als` | `Latn` | `tosk1239` | Albanian (Tosk) | |
1795
+ | `amh` | `Ethi` | `amha1245` | Amharic | |
1796
+ | `apc` | `Arab` | `nort3139` | Levantine Arabic (North) | |
1797
+ | `apc` | `Arab` | `sout3123` | Levantine Arabic (South) | |
1798
+ | `arb` | `Arab` | `stan1318` | Modern Standard Arabic | |
1799
+ | `arb` | `Latn` | `stan1318` | Modern Standard Arabic (Romanized) | |
1800
+ | `arg` | `Latn` | `arag1245` | [Aragonese](dataset_cards/arg_Latn.md) | |
1801
+ | `ars` | `Arab` | `najd1235` | Najdi Arabic | |
1802
+ | `ary` | `Arab` | `moro1292` | Moroccan Arabic | |
1803
+ | `arz` | `Arab` | `egyp1253` | Egyptian Arabic | |
1804
+ | `asm` | `Beng` | `assa1263` | Assamese | |
1805
+ | `ast` | `Latn` | `astu1245` | [Asturian](dataset_cards/ast_Latn.md) | |
1806
+ | `awa` | `Deva` | `awad1243` | Awadhi | |
1807
+ | `ayr` | `Latn` | `cent2142` | Central Aymara | |
1808
+ | `azb` | `Arab` | `sout2697` | South Azerbaijani | |
1809
+ | `azj` | `Latn` | `nort2697` | North Azerbaijani | |
1810
+ | `bak` | `Cyrl` | `bash1264` | Bashkir | |
1811
+ | `bam` | `Latn` | `bamb1269` | Bambara | |
1812
+ | `ban` | `Latn` | `bali1278` | Balinese | |
1813
+ | `bel` | `Cyrl` | `bela1254` | Belarusian | |
1814
+ | `bem` | `Latn` | `bemb1257` | Bemba | |
1815
+ | `ben` | `Beng` | `beng1280` | Bengali | |
1816
+ | `bho` | `Deva` | `bhoj1244` | Bhojpuri | |
1817
+ | `bjn` | `Arab` | `banj1239` | Banjar (Jawi script) | |
1818
+ | `bjn` | `Latn` | `banj1239` | Banjar (Latin script) | |
1819
+ | `bod` | `Tibt` | `utsa1239` | Lhasa Tibetan | |
1820
+ | `bos` | `Latn` | `bosn1245` | Bosnian | |
1821
+ | `brx` | `Deva` | `bodo1269` | Bodo | `dev` only |
1822
+ | `bug` | `Latn` | `bugi1244` | Buginese | |
1823
+ | `bul` | `Cyrl` | `bulg1262` | Bulgarian | |
1824
+ | `cat` | `Latn` | `stan1289` | Catalan | |
1825
+ | `cat` | `Latn` | `vale1252` | [Valencian](dataset_cards/cat_Latn_vale1252.md) | `devtest` only |
1826
+ | `ceb` | `Latn` | `cebu1242` | Cebuano | |
1827
+ | `ces` | `Latn` | `czec1258` | Czech | |
1828
+ | `chv` | `Cyrl` | `chuv1255` | [Chuvash](dataset_cards/chv_Cyrl.md)| |
1829
+ | `cjk` | `Latn` | `chok1245` | Chokwe | |
1830
+ | `ckb` | `Arab` | `cent1972` | Central Kurdish | |
1831
+ | `cmn` | `Hans` | `beij1234` | [Mandarin Chinese (Standard Beijing)](dataset_cards/cmn_Hans.md) | |
1832
+ | `cmn` | `Hant` | `taib1240` | [Mandarin Chinese (Taiwanese)](dataset_cards/cmn_Hant.md) | |
1833
+ | `crh` | `Latn` | `crim1257` | Crimean Tatar | |
1834
+ | `cym` | `Latn` | `wels1247` | Welsh | |
1835
+ | `dan` | `Latn` | `dani1285` | Danish | |
1836
+ | `dar` | `Cyrl` | `darg1241` | [Dargwa](dataset_cards/dar_Cyrl.md) | `dev` only |
1837
+ | `deu` | `Latn` | `stan1295` | German | |
1838
+ | `dgo` | `Deva` | `dogr1250` | Dogri | `dev` only |
1839
+ | `dik` | `Latn` | `sout2832` | Southwestern Dinka | |
1840
+ | `dyu` | `Latn` | `dyul1238` | Dyula | |
1841
+ | `dzo` | `Tibt` | `dzon1239` | Dzongkha | |
1842
+ | `ekk` | `Latn` | `esto1258` | Estonian | |
1843
+ | `ell` | `Grek` | `mode1248` | Greek | |
1844
+ | `eng` | `Latn` | `stan1293` | English | |
1845
+ | `epo` | `Latn` | `espe1235` | Esperanto | |
1846
+ | `eus` | `Latn` | `basq1248` | Basque | |
1847
+ | `ewe` | `Latn` | `ewee1241` | Ewe | |
1848
+ | `fao` | `Latn` | `faro1244` | Faroese | |
1849
+ | `fij` | `Latn` | `fiji1243` | Fijian | |
1850
+ | `fil` | `Latn` | `fili1244` | [Filipino](dataset_cards/fil_Latn.md) | |
1851
+ | `fin` | `Latn` | `finn1318` | Finnish | |
1852
+ | `fon` | `Latn` | `fonn1241` | Fon | |
1853
+ | `fra` | `Latn` | `stan1290` | French | |
1854
+ | `fur` | `Latn` | `east2271` | Friulian | |
1855
+ | `fuv` | `Latn` | `nige1253` | Nigerian Fulfulde | |
1856
+ | `gaz` | `Latn` | `west2721` | West Central Oromo | |
1857
+ | `gla` | `Latn` | `scot1245` | Scottish Gaelic | |
1858
+ | `gle` | `Latn` | `iris1253` | Irish | |
1859
+ | `glg` | `Latn` | `gali1258` | Galician | |
1860
+ | `gom` | `Deva` | `goan1235` | Goan Konkani | `dev` only |
1861
+ | `gug` | `Latn` | `para1311` | Paraguayan Guaraní | |
1862
+ | `guj` | `Gujr` | `guja1252` | Gujarati | |
1863
+ | `hat` | `Latn` | `hait1244` | Haitian Creole | |
1864
+ | `hau` | `Latn` | `haus1257` | Hausa | |
1865
+ | `heb` | `Hebr` | `hebr1245` | Hebrew | |
1866
+ | `hin` | `Deva` | `hind1269` | Hindi | |
1867
+ | `hne` | `Deva` | `chha1249` | Chhattisgarhi | |
1868
+ | `hrv` | `Latn` | `croa1245` | Croatian | |
1869
+ | `hun` | `Latn` | `hung1274` | Hungarian | |
1870
+ | `hye` | `Armn` | `nucl1235` | Armenian | |
1871
+ | `ibo` | `Latn` | `nucl1417` | Igbo | |
1872
+ | `ilo` | `Latn` | `ilok1237` | Ilocano | |
1873
+ | `ind` | `Latn` | `indo1316` | Indonesian | |
1874
+ | `isl` | `Latn` | `icel1247` | Icelandic | |
1875
+ | `ita` | `Latn` | `ital1282` | Italian | |
1876
+ | `jav` | `Latn` | `java1254` | Javanese | |
1877
+ | `jpn` | `Jpan` | `nucl1643` | Japanese | |
1878
+ | `kaa` | `Latn` | `kara1467` | [Karakalpak](dataset_cards/kaa_Latn.md) | `devtest` only |
1879
+ | `kab` | `Latn` | `kaby1243` | Kabyle | |
1880
+ | `kac` | `Latn` | `kach1280` | Jingpho | |
1881
+ | `kam` | `Latn` | `kamb1297` | Kamba | |
1882
+ | `kan` | `Knda` | `nucl1305` | Kannada | |
1883
+ | `kas` | `Arab` | `kash1277` | Kashmiri (Arabic script) | |
1884
+ | `kas` | `Deva` | `kash1277` | Kashmiri (Devanagari script) | |
1885
+ | `kat` | `Geor` | `nucl1302` | Georgian | |
1886
+ | `kaz` | `Cyrl` | `kaza1248` | Kazakh | |
1887
+ | `kbp` | `Latn` | `kabi1261` | Kabiyè | |
1888
+ | `kea` | `Latn` | `kabu1256` | Kabuverdianu | |
1889
+ | `khk` | `Cyrl` | `halh1238` | Halh Mongolian (Cyrillic script) | |
1890
+ | `khk` | `Mong` | `halh1238` | [Halh Mongolian (traditional Mongolian script)](dataset_cards/khk_Mong.md)| `devtest` only |
1891
+ | `khm` | `Khmr` | `cent1989` | Khmer (Central) | |
1892
+ | `kik` | `Latn` | `kiku1240` | Kikuyu | |
1893
+ | `kin` | `Latn` | `kiny1244` | Kinyarwanda | |
1894
+ | `kir` | `Cyrl` | `kirg1245` | Kyrgyz | |
1895
+ | `kjh` | `Cyrl` | `khak1248` | [Khakas](dataset_cards/kjh_Cyrl.md) | |
1896
+ | `kmb` | `Latn` | `kimb1241` | Kimbundu | |
1897
+ | `kmr` | `Latn` | `nort2641` | Northern Kurdish | |
1898
+ | `knc` | `Arab` | `cent2050` | Central Kanuri (Arabic script) | |
1899
+ | `knc` | `Latn` | `cent2050` | Central Kanuri (Latin script) | |
1900
+ | `kor` | `Hang` | `kore1280` | Korean | |
1901
+ | `ktu` | `Latn` | `kitu1246` | Kituba (DRC) | |
1902
+ | `lao` | `Laoo` | `laoo1244` | Lao | |
1903
+ | `lij` | `Latn` | `geno1240` | Ligurian (Genoese) | |
1904
+ | `lim` | `Latn` | `limb1263` | Limburgish | |
1905
+ | `lin` | `Latn` | `ling1263` | Lingala | |
1906
+ | `lit` | `Latn` | `lith1251` | Lithuanian | |
1907
+ | `lld` | `Latn` | `ladi1250` | [Ladin (Val Badia)](dataset_cards/lld_Latn.md) | |
1908
+ | `lld` | `Latn` | `gard1241` | [Ladin (Gherdëina)](dataset_cards/lld_Latn_gard1241.md) | |
1909
+ | `lmo` | `Latn` | `lomb1257` | Lombard | [[1]](https://github.com/openlanguagedata/flores/issues/5) |
1910
+ | `ltg` | `Latn` | `east2282` | Latgalian | |
1911
+ | `ltz` | `Latn` | `luxe1241` | Luxembourgish | |
1912
+ | `lua` | `Latn` | `luba1249` | Luba-Kasai | |
1913
+ | `lug` | `Latn` | `gand1255` | Ganda | |
1914
+ | `luo` | `Latn` | `luok1236` | Luo | |
1915
+ | `lus` | `Latn` | `lush1249` | Mizo | |
1916
+ | `lvs` | `Latn` | `stan1325` | Standard Latvian | |
1917
+ | `mag` | `Deva` | `maga1260` | Magahi | |
1918
+ | `mai` | `Deva` | `mait1250` | Maithili | |
1919
+ | `mal` | `Mlym` | `mala1464` | Malayalam | |
1920
+ | `mar` | `Deva` | `mara1378` | Marathi | |
1921
+ | `mfe` | `Latn` | `mori1278` | [Mauritian Creole](dataset_cards/mfe_Latn.md) | |
1922
+ | `mhr` | `Cyrl` | `gras1239` | [Meadow Mari](dataset_cards/mhr_Cyrl.md) | |
1923
+ | `min` | `Arab` | `mina1268` | Minangkabau (Jawi script) | |
1924
+ | `min` | `Latn` | `mina1268` | Minangkabau (Latin script) | |
1925
+ | `mkd` | `Cyrl` | `mace1250` | Macedonian | |
1926
+ | `mlt` | `Latn` | `malt1254` | Maltese | |
1927
+ | `mni` | `Beng` | `mani1292` | Meitei (Manipuri, Bengali script) | |
1928
+ | `mni` | `Mtei` | `mani1292` | Meitei (Manipuri, Meitei script) | `dev` only |
1929
+ | `mos` | `Latn` | `moss1236` | Mossi | |
1930
+ | `mri` | `Latn` | `maor1246` | Maori | |
1931
+ | `mya` | `Mymr` | `nucl1310` | Burmese | |
1932
+ | `myv` | `Cyrl` | `erzy1239` | [Erzya](dataset_cards/myv_Cyrl.md) | |
1933
+ | `nld` | `Latn` | `dutc1256` | Dutch | |
1934
+ | `nno` | `Latn` | `norw1262` | Norwegian Nynorsk | |
1935
+ | `nob` | `Latn` | `norw1259` | [Norwegian Bokmål, moderate variety](dataset_cards/nob_Latn.md) | |
1936
+ | `nob` | `Latn` | `norw1259` (with `variant=radical`) | [Norwegian Bokmål, radical variety](dataset_cards/nob_Latn_radical.md) | |
1937
+ | `npi` | `Deva` | `nepa1254` | Nepali | |
1938
+ | `nqo` | `Nkoo` | `nkoa1234` | Nko | |
1939
+ | `nso` | `Latn` | `pedi1238` | Northern Sotho | |
1940
+ | `nus` | `Latn` | `nuer1246` | Nuer | |
1941
+ | `nya` | `Latn` | `nyan1308` | Nyanja | |
1942
+ | `oci` | `Latn` | `occi1239` | Occitan | |
1943
+ | `oci` | `Latn` | `aran1260` | [Aranese](dataset_cards/oci_Latn_aran1260.md) | |
1944
+ | `ory` | `Orya` | `oriy1255` | Odia | |
1945
+ | `pag` | `Latn` | `pang1290` | Pangasinan | |
1946
+ | `pan` | `Guru` | `panj1256` | Eastern Panjabi | |
1947
+ | `pap` | `Latn` | `papi1253` | Papiamento | |
1948
+ | `pbt` | `Arab` | `sout2649` | Southern Pashto | |
1949
+ | `pes` | `Arab` | `west2369` | Western Persian | |
1950
+ | `plt` | `Latn` | `plat1254` | Plateau Malagasy | |
1951
+ | `pol` | `Latn` | `poli1260` | Polish | |
1952
+ | `por` | `Latn` | `braz1246` | Portuguese (Brazilian) | |
1953
+ | `prs` | `Arab` | `dari1249` | Dari | |
1954
+ | `quy` | `Latn` | `ayac1239` | Ayacucho Quechua | |
1955
+ | `ron` | `Latn` | `roma1327` | Romanian | |
1956
+ | `run` | `Latn` | `rund1242` | Rundi | |
1957
+ | `rus` | `Cyrl` | `russ1263` | Russian | |
1958
+ | `sag` | `Latn` | `sang1328` | Sango | |
1959
+ | `san` | `Deva` | `sans1269` | Sanskrit | |
1960
+ | `sat` | `Olck` | `sant1410` | Santali | |
1961
+ | `scn` | `Latn` | `sici1248` | Sicilian | |
1962
+ | `shn` | `Mymr` | `shan1277` | Shan | |
1963
+ | `sin` | `Sinh` | `sinh1246` | Sinhala | |
1964
+ | `slk` | `Latn` | `slov1269` | Slovak | |
1965
+ | `slv` | `Latn` | `slov1268` | Slovenian | |
1966
+ | `smo` | `Latn` | `samo1305` | Samoan | |
1967
+ | `sna` | `Latn` | `shon1251` | Shona | |
1968
+ | `snd` | `Arab` | `sind1272` | Sindhi (Arabic script) | |
1969
+ | `snd` | `Deva` | `sind1272` | Sindhi (Devanagari script) | `dev` only |
1970
+ | `som` | `Latn` | `soma1255` | Somali | |
1971
+ | `sot` | `Latn` | `sout2807` | Southern Sotho | |
1972
+ | `spa` | `Latn` | `amer1254` | Spanish (Latin American) | |
1973
+ | `srd` | `Latn` | `sard1257` | Sardinian | [[1]](https://github.com/openlanguagedata/flores/issues/6) |
1974
+ | `srp` | `Cyrl` | `serb1264` | Serbian | |
1975
+ | `ssw` | `Latn` | `swat1243` | Swati | |
1976
+ | `sun` | `Latn` | `sund1252` | Sundanese | |
1977
+ | `swe` | `Latn` | `swed1254` | Swedish | |
1978
+ | `swh` | `Latn` | `swah1253` | Swahili | |
1979
+ | `szl` | `Latn` | `sile1253` | Silesian | |
1980
+ | `tam` | `Taml` | `tami1289` | Tamil | |
1981
+ | `taq` | `Latn` | `tama1365` | Tamasheq (Latin script) | |
1982
+ | `taq` | `Tfng` | `tama1365` | Tamasheq (Tifinagh script) | |
1983
+ | `tat` | `Cyrl` | `tata1255` | Tatar | |
1984
+ | `tel` | `Telu` | `telu1262` | Telugu | |
1985
+ | `tgk` | `Cyrl` | `taji1245` | Tajik | |
1986
+ | `tha` | `Thai` | `thai1261` | Thai | |
1987
+ | `tir` | `Ethi` | `tigr1271` | Tigrinya | |
1988
+ | `tpi` | `Latn` | `tokp1240` | Tok Pisin | |
1989
+ | `tsn` | `Latn` | `tswa1253` | Tswana | |
1990
+ | `tso` | `Latn` | `tson1249` | Tsonga | |
1991
+ | `tuk` | `Latn` | `turk1304` | Turkmen | |
1992
+ | `tum` | `Latn` | `tumb1250` | Tumbuka | |
1993
+ | `tur` | `Latn` | `nucl1301` | Turkish | |
1994
+ | `twi` | `Latn` | `akua1239` | Akuapem Twi | |
1995
+ | `twi` | `Latn` | `asan1239` | Asante Twi | |
1996
+ | `tyv` | `Cyrl` | `tuvi1240` | [Tuvan](dataset_cards/tyv_Cyrl.md) | |
1997
+ | `udm` | `Cyrl` | `udmu1245` | [Udmurt](dataset_cards/udm_Cyrl.md) | `dev` only |
1998
+ | `uig` | `Arab` | `uigh1240` | Uyghur | |
1999
+ | `ukr` | `Cyrl` | `ukra1253` | Ukrainian | |
2000
+ | `umb` | `Latn` | `umbu1257` | Umbundu | |
2001
+ | `urd` | `Arab` | `urdu1245` | Urdu | |
2002
+ | `uzn` | `Latn` | `nort2690` | Northern Uzbek | |
2003
+ | `uzs` | `Arab` | `sout2699` | [Southern Uzbek](dataset_cards/uzs_Arab.md) | `dev` only |
2004
+ | `vec` | `Latn` | `vene1259` | Venetian | |
2005
+ | `vie` | `Latn` | `viet1252` | Vietnamese | |
2006
+ | `vmw` | `Latn` | `cent2033` | [Emakhuwa (Central)](dataset_cards/vmw_Latn.md) | |
2007
+ | `war` | `Latn` | `wara1300` | Waray | |
2008
+ | `wol` | `Latn` | `nucl1347` | Wolof | |
2009
+ | `wuu` | `Hans` | `suhu1238` | [Wu Chinese](dataset_cards/wuu_Hans.md) | `dev` only |
2010
+ | `xho` | `Latn` | `xhos1239` | Xhosa | |
2011
+ | `ydd` | `Hebr` | `east2295` | Eastern Yiddish | |
2012
+ | `yor` | `Latn` | `yoru1245` | Yoruba | |
2013
+ | `yue` | `Hant` | `xian1255` | [Yue Chinese (Hong Kong Cantonese)](dataset_cards/yue_Hant.md) | |
2014
+ | `zgh` | `Tfng` | `stan1324` | [Standard Moroccan Tamazight](dataset_cards/zgh_Tfng.md) | |
2015
+ | `zsm` | `Latn` | `stan1306` | Standard Malay | |
2016
+ | `zul` | `Latn` | `zulu1248` | Zulu | |
artifacts/hf_readmes/oscar-corpus__OSCAR-2301__README.md ADDED
@@ -0,0 +1,531 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ size_categories:
4
+ - n>1T
5
+ multilinguality:
6
+ - multilingual
7
+ source_datasets:
8
+ - original
9
+ task_categories:
10
+ - fill-mask
11
+ - text-generation
12
+ task_ids:
13
+ - language-modeling
14
+ paperswithcode_id: oscar
15
+ extra_gated_prompt: "**[IMPORTANT: We are forced to temporarily suspend access to OSCAR. The temporary nature of this suspension has led us to choose to implement it as gated access with manual control, and we will not grant any access until the situation has been clarified. We sincerely apologize for this situation and hope to be able to restore access as soon as possible. In the meantime, we remind you that we have always prohibited access to or use of OSCAR that violates the legislation in force where you are located. In France, for example, any use of OSCAR that does not fall within the framework of the so-called 'TDM' or the so-called 'research' exceptions to copyright has always been prohibited.]** By filling the form below, you understand that only the metadata and the annotations of OSCAR 23.01 have a cc0-1.0 license, and that the rest of the content is crawled data derived from the November/December 2022 snapshot of Common Crawl, for which the authors of OSCAR **do not** hold any copyright whatsoever."
16
+ extra_gated_fields:
17
+ Name: text
18
+ Email: text
19
+ Affiliation: text
20
+ Country: text
21
+ Usecase: text
22
+ I have explicitly check with my jurisdiction and I confirm that downloading OSCAR 2301 is legal in the country/region where I am located right now, and for the use case that I have described above: checkbox
23
+ ---
24
+
25
+ # Dataset Card for "OSCAR 23.01"
26
+
27
+ ## IMPORTANT NOTE: THIS DATASET CARD IS STILL BEING WRITTEN, PLEASE BE PATIENT WHILE WE COMPLETE ALL THE INFORMATION ABOUT THE CORPUS
28
+
29
+ ## Table of Contents
30
+ - [Dataset Description](#dataset-description)
31
+ - [Dataset Summary](#dataset-summary)
32
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
33
+ - [Languages](#languages)
34
+ - [Dataset Structure](#dataset-structure)
35
+ - [Data Instances](#data-instances)
36
+ - [Data Fields](#data-fields)
37
+ - [Data Splits](#data-splits)
38
+ - [Dataset Creation](#dataset-creation)
39
+ - [Curation Rationale](#curation-rationale)
40
+ - [Source Data](#source-data)
41
+ - [Annotations](#annotations)
42
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
43
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
44
+ - [Social Impact of Dataset](#social-impact-of-dataset)
45
+ - [Discussion of Biases](#discussion-of-biases)
46
+ - [Other Known Limitations](#other-known-limitations)
47
+ - [Additional Information](#additional-information)
48
+ - [Dataset Curators](#dataset-curators)
49
+ - [Licensing Information](#licensing-information)
50
+ - [Citation Information](#citation-information)
51
+ - [Contributions](#contributions)
52
+
53
+ ## Dataset Description
54
+
55
+ - **Homepage:** [https://oscar-project.org](https://oscar-project.org)
56
+ - **Repository:** [https://github.com/oscar-project](https://github.com/oscar-project)
57
+ - **Papers:** [Towards a Cleaner Document-Oriented Multilingual Crawled Corpus](https://aclanthology.org/2022.lrec-1.463/), [Perplexed by Quality: A Perplexity-based Method for Adult and Harmful Content Detection in Multilingual Heterogeneous Web Data](https://arxiv.org/abs/2212.10440)
58
+ - **Point of Contact:** [Contact](https://oscar-project.org/#contact)
59
+
60
+ ### Dataset Summary
61
+
62
+ The OSCAR project (**O**pen **S**uper-large **C**rawled **A**ggregated co**R**pus) is an Open Source project aiming to provide web-based multilingual resources and datasets for Machine Learning (ML) and Artificial Intelligence (AI) applications. The project focuses specifically in providing large quantities of unannotated raw data that is commonly used in the pre-training of large deep learning models. The OSCAR project has developed [high-performance data pipelines](https://github.com/oscar-corpus/ungoliant) specifically conceived to classify and filter large amounts of [web data](https://commoncrawl.org/). The project has also put special attention in improving the data quality of web-based corpora as well as providing data for low-resource languages, so that these new ML/AI technologies are accessible to as many communities as possible.
63
+
64
+ OSCAR 23.01 is the January 2023 version of the OSCAR Corpus based on the [November/December 2022 dump of Common Crawl](https://commoncrawl.org/2022/12/nov-dec-2022-crawl-archive-now-available/). While being quite similar to OSCAR 22.01, it contains several new features, including [KenLM](https://kheafield.com/code/kenlm/)-based adult content detection, precomputed [Locality-Sensitive Hashes](https://fr.wikipedia.org/wiki/Locality_sensitive_hashing) for near deduplication, and [blocklist](https://dsi.ut-capitole.fr/blacklists/index_en.php)-based categories. OSCAR 23.01 has also moved from gzip to [Zstandard compression](https://facebook.github.io/zstd/). You might already have `zstd` installed on your system, but if not, please check the [Zstandard website](https://facebook.github.io/zstd/) for installation instructions.
65
+
66
+ ### Supported Tasks and Leaderboards
67
+
68
+ OSCAR is mainly intended to pretrain language models and word representations.
69
+
70
+ ### Languages
71
+
72
+ All the data is distributed by language, both the original and the deduplicated versions of the data are available. 151 different languages are available. The table in subsection [Data Splits Sample Size](#data-splits-sample-size) provides the language code for each subcorpus as well as the number of words (space separated tokens), lines and sizes for both the original and the deduplicated versions of OSCAR.
73
+
74
+ ### Issues
75
+
76
+ OSCAR 23.01 may have quality issues on low size subcorpora, as it has been the case before.
77
+
78
+ Note that since the documents are identified as a whole, it is expected to have lines in other languages in a given language subcorpus.
79
+ As an example, it is known and expected that the German subcorpus contains documents holding lines identified as Swiss German / Alemannic.
80
+
81
+ **If you encounter something that is unexpected, please file an issue here: https://github.com/oscar-corpus/corpus/issues.**
82
+
83
+ |Language code|Language|Issues|
84
+ |-------------|--------|------|
85
+ | | | |
86
+ ## Dataset Structure
87
+
88
+ We show detailed information for all the configurations of the dataset.
89
+
90
+ ### Data Instances
91
+
92
+ TODO
93
+
94
+ ### Layout
95
+
96
+ ```js
97
+ {
98
+ "content":"English sentence\nphrase en français\n????????????", // (1)
99
+ "warc_headers":{ // (2)
100
+ "warc-identified-content-language":"fra,eng",
101
+ "warc-target-uri":"https://fr.wikipedia.org/wiki/...",
102
+ "warc-record-id":"<urn:uuid:29eaa920-d299-4b1d-b687-c72bd8d68116>",
103
+ "warc-type":"conversion",
104
+ "content-length":"35298", // (3)
105
+ "warc-refers-to":"<urn:uuid:39e42055-0d94-4e45-9c6c-9e7056635d64>",
106
+ "warc-block-digest":"sha1:WFH2A5WHCS2H365GIAFYQPI7UOAMFGHB", // (3)
107
+ "warc-date":"2022-11-26T09:45:47Z",
108
+ "content-type":"text/plain"
109
+ },
110
+ "metadata":{
111
+ "identification":{ // (4)
112
+ "label":"fr",
113
+ "prob":0.8938327
114
+ },
115
+ "harmful_pp":4063.1814, // (5)
116
+ "tlsh":"tlsh:T125315FF2B6088901EEA097015DB39B4600B...", // (6)
117
+ "quality_warnings":[ // (7)
118
+ "short_sentences",
119
+ "header",
120
+ "footer"
121
+ ],
122
+ "categories":[ // (8)
123
+ "examen_pix",
124
+ "liste_bu"
125
+ ],
126
+ "sentence_identifications":[ // (9)
127
+ {
128
+ "label":"fr",
129
+ "prob":0.99837273
130
+ },
131
+ {
132
+ "label":"en",
133
+ "prob":0.9992377
134
+ },
135
+ null
136
+ ]
137
+ }
138
+ }
139
+ ```
140
+
141
+ ### Data Splits
142
+
143
+
144
+ <details>
145
+ <summary>Click to expand the number of samples per configuration</summary>
146
+ </details>
147
+
148
+ ## Table
149
+
150
+ | | Code | Language | # docs | # words | Content Length : |
151
+ |----:|:-------|:-------------------------|:--------------|:----------------|:-----------------|
152
+ | 0 | af | Afrikaans | 23,994 | 6,217,024 | 37.2 MB |
153
+ | 1 | sq | Albanian | 1,342,790 | 462,694,599 | 3.2 GB |
154
+ | 2 | am | Amharic | 119,434 | 40,262,809 | 512.9 MB |
155
+ | 3 | ar | Arabic | 25,012,116 | 10,081,452,882 | 110.7 GB |
156
+ | 4 | an | Aragonese | 34 | 264 | 11.0 kB |
157
+ | 5 | hy | Armenian | 1,056,974 | 336,045,041 | 4.9 GB |
158
+ | 6 | as | Assamese | 89,542 | 24,395,215 | 412.1 MB |
159
+ | 7 | ast | Asturian | 440 | 10,917 | 74.1 kB |
160
+ | 8 | av | Avaric | 44 | 1,073 | 18.6 kB |
161
+ | 9 | az | Azerbaijani | 1,159,994 | 316,850,330 | 3.0 GB |
162
+ | 10 | bn | Bangla | 3,474,086 | 1,092,983,765 | 19.1 GB |
163
+ | 11 | ba | Bashkir | 128,248 | 26,036,637 | 363.7 MB |
164
+ | 12 | eu | Basque | 678,474 | 136,672,615 | 1.2 GB |
165
+ | 13 | be | Belarusian | 445,612 | 164,729,607 | 2.3 GB |
166
+ | 14 | bh | Bihari languages | 48 | 507 | 6.8 kB |
167
+ | 15 | bpy | Bishnupriya | 2,346 | 346,947 | 5.4 MB |
168
+ | 16 | bs | Bosnian | 20 | 395 | 3.0 kB |
169
+ | 17 | br | Breton | 36,338 | 4,759,407 | 31.4 MB |
170
+ | 18 | bg | Bulgarian | 8,933,998 | 3,635,273,738 | 44.1 GB |
171
+ | 19 | my | Burmese | 430,276 | 82,433,836 | 3.0 GB |
172
+ | 20 | ca | Catalan | 6,953,898 | 2,240,460,836 | 15.3 GB |
173
+ | 21 | ceb | Cebuano | 16,174 | 6,263,404 | 41.1 MB |
174
+ | 22 | ckb | Central Kurdish | 182,508 | 61,334,746 | 772.9 MB |
175
+ | 23 | ce | Chechen | 11,686 | 1,051,752 | 13.9 MB |
176
+ | 24 | zh | Chinese | 138,478,270 | 44,378,380,161 | 1.4 TB |
177
+ | 25 | cv | Chuvash | 16,652 | 3,039,925 | 42.3 MB |
178
+ | 26 | kw | Cornish | 8 | 80 | 432 Bytes |
179
+ | 27 | hr | Croatian | 31,808 | 3,542,961 | 26.5 MB |
180
+ | 28 | cs | Czech | 34,859,632 | 9,717,378,559 | 77.0 GB |
181
+ | 29 | da | Danish | 7,214,338 | 2,217,634,340 | 14.8 GB |
182
+ | 30 | dv | Divehi | 77,060 | 10,655,359 | 200.1 MB |
183
+ | 31 | nl | Dutch | 72,552,688 | 19,564,553,306 | 135.0 GB |
184
+ | 32 | mhr | Eastern Mari | 9,502 | 1,615,215 | 22.9 MB |
185
+ | 33 | arz | Egyptian Arabic | 3,958 | 385,511 | 3.7 MB |
186
+ | 34 | en | English | 1,235,510,986 | 523,869,288,690 | 3.4 TB |
187
+ | 35 | eo | Esperanto | 226,924 | 67,774,923 | 474.8 MB |
188
+ | 36 | et | Estonian | 3,601,904 | 938,296,892 | 8.0 GB |
189
+ | 37 | tl | Filipino | 250,558 | 110,560,444 | 719.2 MB |
190
+ | 38 | fi | Finnish | 14,471,710 | 4,198,143,883 | 41.1 GB |
191
+ | 39 | fr | French | 158,334,998 | 62,127,088,294 | 430.5 GB |
192
+ | 40 | gl | Galician | 248,762 | 38,345,625 | 255.7 MB |
193
+ | 41 | ka | Georgian | 1,343,036 | 373,935,158 | 8.4 GB |
194
+ | 42 | de | German | 206,598,430 | 73,848,586,648 | 594.7 GB |
195
+ | 43 | gom | Goan Konkani | 398 | 121,035 | 2.3 MB |
196
+ | 44 | el | Greek | 20,282,864 | 7,691,622,692 | 95.7 GB |
197
+ | 45 | gn | Guarani | 14 | 260 | 2.2 kB |
198
+ | 46 | gu | Gujarati | 425,552 | 417,001,705 | 5.6 GB |
199
+ | 47 | ht | Haitian Creole | 2 | 20,671 | 93.1 kB |
200
+ | 48 | he | Hebrew | 3,997,888 | 1,697,158,891 | 18.0 GB |
201
+ | 49 | hi | Hindi | 5,514,454 | 2,475,605,444 | 32.6 GB |
202
+ | 50 | hu | Hungarian | 21,349,372 | 16,013,364,289 | 150.1 GB |
203
+ | 51 | is | Icelandic | 1,210,232 | 294,471,539 | 2.2 GB |
204
+ | 52 | io | Ido | 224 | 2,598 | 16.1 kB |
205
+ | 53 | ilo | Iloko | 144 | 4,411 | 28.0 kB |
206
+ | 54 | id | Indonesian | 7,109,778 | 3,228,020,221 | 23.4 GB |
207
+ | 55 | ia | Interlingua | 34 | 9,384 | 33.5 kB |
208
+ | 56 | ie | Interlingue | 2 | 0 | 881 Bytes |
209
+ | 57 | ga | Irish | 29,894 | 9,054,923 | 63.2 MB |
210
+ | 58 | it | Italian | 89,021,606 | 36,327,274,203 | 259.4 GB |
211
+ | 59 | ja | Japanese | 94,236,404 | 4,401,059,165 | 181.2 GB |
212
+ | 60 | jv | Javanese | 172 | 3,286 | 25.7 kB |
213
+ | 61 | xal | Kalmyk | 2 | 27 | 315 Bytes |
214
+ | 62 | kn | Kannada | 448,500 | 124,924,350 | 2.6 GB |
215
+ | 63 | krc | Karachay-Balkar | 496 | 8,385 | 122.4 kB |
216
+ | 64 | kk | Kazakh | 677,622 | 214,679,857 | 3.3 GB |
217
+ | 65 | km | Khmer | 450,660 | 59,880,231 | 3.2 GB |
218
+ | 66 | kv | Komi | 460 | 5,909 | 70.3 kB |
219
+ | 67 | ko | Korean | 15,147,698 | 3,435,866,935 | 38.1 GB |
220
+ | 68 | ku | Kurdish | 80,338 | 25,921,607 | 174.1 MB |
221
+ | 69 | ky | Kyrgyz | 144,288 | 32,062,783 | 489.3 MB |
222
+ | 70 | lo | Lao | 118,374 | 10,659,203 | 472.1 MB |
223
+ | 71 | la | Latin | 14,384 | 307,865 | 2.0 MB |
224
+ | 72 | lv | Latvian | 2,435,882 | 845,459,899 | 7.4 GB |
225
+ | 73 | lez | Lezghian | 676 | 60,634 | 856.6 kB |
226
+ | 74 | li | Limburgish | 6 | 169 | 1.4 kB |
227
+ | 75 | lt | Lithuanian | 5,182,028 | 1,674,362,574 | 14.5 GB |
228
+ | 76 | jbo | Lojban | 572 | 312,315 | 1.5 MB |
229
+ | 77 | lmo | Lombard | 112 | 3,269 | 21.0 kB |
230
+ | 78 | nds | Low German | 5,248 | 1,612,175 | 10.7 MB |
231
+ | 79 | dsb | Lower Sorbian | 8 | 84 | 664 Bytes |
232
+ | 80 | lb | Luxembourgish | 18,090 | 2,514,838 | 18.4 MB |
233
+ | 81 | mk | Macedonian | 1,063,298 | 389,344,425 | 4.7 GB |
234
+ | 82 | mai | Maithili | 46 | 467 | 6.8 kB |
235
+ | 83 | mg | Malagasy | 10,830 | 1,416,430 | 11.2 MB |
236
+ | 84 | ms | Malay | 11,500 | 238,477 | 2.6 MB |
237
+ | 85 | ml | Malayalam | 800,936 | 236,597,838 | 5.8 GB |
238
+ | 86 | mt | Maltese | 5,180 | 149,886 | 1.3 MB |
239
+ | 87 | mr | Marathi | 729,578 | 252,706,331 | 4.5 GB |
240
+ | 88 | mzn | Mazanderani | 384 | 16,115 | 169.2 kB |
241
+ | 89 | min | Minangkabau | 2,436 | 305,589 | 3.8 MB |
242
+ | 90 | xmf | Mingrelian | 7,318 | 283,316 | 6.1 MB |
243
+ | 91 | mwl | Mirandese | 4 | 54 | 423 Bytes |
244
+ | 92 | mn | Mongolian | 1,061,710 | 454,350,415 | 5.8 GB |
245
+ | 93 | multi | **Multilingual** | 2,948,202 | 1,251,676,406 | 11.9 GB |
246
+ | 94 | nah | Nahuatl languages | 38 | 279 | 2.4 kB |
247
+ | 95 | ne | Nepali | 1,152,156 | 278,901,036 | 4.9 GB |
248
+ | 96 | new | Newari | 1,996 | 229,703 | 4.0 MB |
249
+ | 97 | no | Norwegian | 2,797,378 | 373,160,033 | 2.6 GB |
250
+ | 98 | nn | Norwegian Nynorsk | 19,470 | 575,518 | 3.7 MB |
251
+ | 99 | oc | Occitan | 920 | 34,701 | 405.0 kB |
252
+ | 100 | or | Odia | 158,426 | 31,963,340 | 543.1 MB |
253
+ | 101 | os | Ossetic | 8,628 | 3,935,964 | 50.7 MB |
254
+ | 102 | ps | Pashto | 87,408 | 30,196,179 | 261.6 MB |
255
+ | 103 | fa | Persian | 23,813,882 | 9,609,206,698 | 93.2 GB |
256
+ | 104 | pms | Piedmontese | 2,524 | 510,087 | 3.1 MB |
257
+ | 105 | pl | Polish | 57,184,826 | 18,073,705,588 | 147.1 GB |
258
+ | 106 | pt | Portuguese | 36,062,800 | 15,172,557,311 | 105.0 GB |
259
+ | 107 | pa | Punjabi | 222,058 | 104,235,418 | 1.4 GB |
260
+ | 108 | qu | Quechua | 2 | 13 | 143 Bytes |
261
+ | 109 | ro | Romanian | 11,985,668 | 6,302,600,833 | 45.6 GB |
262
+ | 110 | bxr | Russia Buriat | 72 | 698 | 8.2 kB |
263
+ | 111 | ru | Russian | 194,143,422 | 78,032,029,344 | 1.1 TB |
264
+ | 112 | sah | Sakha | 17,566 | 4,288,051 | 68.8 MB |
265
+ | 113 | sa | Sanskrit | 16,802 | 2,479,345 | 56.3 MB |
266
+ | 114 | gd | Scottish Gaelic | 776 | 18,458 | 146.1 kB |
267
+ | 115 | sr | Serbian | 1,677,896 | 632,781,822 | 7.7 GB |
268
+ | 116 | sh | Serbian (Latin) | 3,214 | 166,517 | 816.4 kB |
269
+ | 117 | sd | Sindhi | 48,566 | 14,667,207 | 131.6 MB |
270
+ | 118 | si | Sinhala | 301,066 | 172,755,385 | 2.6 GB |
271
+ | 119 | sk | Slovak | 8,931,784 | 2,704,716,280 | 21.5 GB |
272
+ | 120 | sl | Slovenian | 1,112,560 | 192,816,743 | 1.4 GB |
273
+ | 121 | so | Somali | 6 | 51 | 503 Bytes |
274
+ | 122 | azb | South Azerbaijani | 26,364 | 2,029,729 | 28.4 MB |
275
+ | 123 | es | Spanish | 153,574,556 | 63,388,237,965 | 429.9 GB |
276
+ | 124 | su | Sundanese | 18 | 258 | 2.0 kB |
277
+ | 125 | sw | Swahili | 1,664 | 164,459 | 1.0 MB |
278
+ | 126 | sv | Swedish | 21,891,348 | 6,993,719,601 | 50.0 GB |
279
+ | 127 | gsw | Swiss German | 342 | 34,328 | 232.7 kB |
280
+ | 128 | tg | Tajik | 144,932 | 76,987,285 | 1.0 GB |
281
+ | 129 | ta | Tamil | 1,638,238 | 738,824,392 | 15.8 GB |
282
+ | 130 | tt | Tatar | 262,654 | 59,253,765 | 833.8 MB |
283
+ | 131 | te | Telugu | 644,712 | 201,575,815 | 3.9 GB |
284
+ | 132 | th | Thai | 14,845,900 | 2,224,483,018 | 92.0 GB |
285
+ | 133 | bo | Tibetan | 62,352 | 6,062,558 | 531.6 MB |
286
+ | 134 | tr | Turkish | 26,654,330 | 8,290,890,087 | 73.7 GB |
287
+ | 135 | tk | Turkmen | 4,576 | 325,786 | 3.3 MB |
288
+ | 136 | uk | Ukrainian | 10,059,992 | 3,183,842,018 | 44.7 GB |
289
+ | 137 | x-eml | Emiliano-Romagnol | 4 | 329 | 1.8 kB |
290
+ | 138 | hsb | Upper Sorbian | 402 | 15,827 | 123.2 kB |
291
+ | 139 | ur | Urdu | 887,004 | 434,023,273 | 3.8 GB |
292
+ | 140 | ug | Uyghur | 51,304 | 14,659,554 | 219.8 MB |
293
+ | 141 | uz | Uzbek | 15,806 | 1,665,960 | 15.3 MB |
294
+ | 142 | vi | Vietnamese | 33,933,994 | 22,424,984,210 | 140.8 GB |
295
+ | 143 | vo | Volapük | 896 | 49,968 | 371.9 kB |
296
+ | 144 | wa | Walloon | 390 | 6,347 | 34.3 kB |
297
+ | 145 | war | Waray | 1,494 | 19,665 | 126.8 kB |
298
+ | 146 | cy | Welsh | 151,512 | 52,250,043 | 333.0 MB |
299
+ | 147 | fy | Western Frisian | 45,458 | 9,885,788 | 70.4 MB |
300
+ | 148 | mrj | Western Mari | 496 | 60,180 | 765.8 kB |
301
+ | 149 | pnb | Western Panjabi | 12,904 | 11,844,695 | 105.8 MB |
302
+ | 150 | wuu | Wu Chinese | 136 | 1,199 | 26.8 kB |
303
+ | 151 | yi | Yiddish | 47,438 | 14,287,370 | 171.7 MB |
304
+ | 152 | yo | Yoruba | 128 | 2,396 | 16.6 kB |
305
+
306
+
307
+ ## Dataset Creation
308
+
309
+ ### Curation Rationale
310
+
311
+ OSCAR was constructed using [`Ungoliant`](https://github.com/oscar-corpus/ungoliant), a new pipeline derived from [goclassy](https://github.com/oscar-corpus/goclassy), itself being derived from [fastText's one](https://github.com/facebookresearch/fastText).
312
+
313
+ The pipeline works on documents rather than lines.
314
+ `Ungoliant` is implemented in the [Rust programming language](https://rust-lang.org), and uses [rayon](https://github.com/rayon-rs/rayon) as its data parallelism strategy.
315
+ Threading is done at shard, record and sentence level, making the whole generation process much more efficient.
316
+
317
+ Filtering will be explained in a future blog post at our [website](https://oscar-corpus.com)
318
+
319
+ ### Source Data
320
+
321
+ #### Initial Data Collection and Normalization
322
+
323
+ [Common Crawl](https://commoncrawl.org/) is a non-profit foundation which produces and maintains an open repository of web crawled data that is both accessible and analysable. Common Crawl's complete web archive consists of petabytes of data collected over 8 years of web crawling. The repository contains raw web page HTML data (WARC files), metdata extracts (WAT files) and plain text extracts (WET files). The organisation's crawlers has always respected [nofollow](http://microformats.org/wiki/rel-nofollow) and [robots.txt](https://www.robotstxt.org/) policies.
324
+
325
+ Each monthly Common Crawl snapshot is in itself a massive multilingual corpus, where every single file contains data coming from multiple web pages written in a large variety of languages and covering all possible types of topics.
326
+
327
+ To construct OSCAR the WET files of Common Crawl were used. These contain the extracted plain texts from the websites mostly converted to UTF-8, as well as headers containing the metatada of each crawled document. Each WET file comes compressed in gzip format and is stored on Amazon Web Services. In the case of OSCAR 22.01, the **November/December 2021** snapshot was used. It is composed by 64 000 compressed text files containing documents and their headers.
328
+
329
+ #### Who are the source language producers?
330
+
331
+ The data comes from multiple web pages in a large variety of languages.
332
+
333
+ ### Annotations
334
+
335
+ The dataset does not contain any additional annotations.
336
+
337
+ #### Annotation process
338
+
339
+ N/A
340
+
341
+ #### Who are the annotators?
342
+
343
+ N/A
344
+
345
+ ### Personal and Sensitive Information
346
+
347
+ Being constructed from Common Crawl, Personal and sensitive information might be present. This **must** be considered before training deep learning models with OSCAR, specially in the case of text-generation models.
348
+
349
+ ## Considerations for Using the Data
350
+
351
+ ### Social Impact of Dataset
352
+
353
+ OSCAR is intended to bring more data to a wide variety of lanuages, the aim of the corpus is to make large amounts of data available to lower resource languages in order to facilitate the pre-training of state-of-the-art language modeling architectures.
354
+
355
+ ### Discussion of Biases
356
+
357
+ OSCAR is not properly filtered yet and this can be reflected on the models trained with it. Care is advised specially concerning biases of the resulting models.
358
+
359
+ ### Other Known Limitations
360
+
361
+ The [fastText linear classifier](https://fasttext.cc) is limed both in performance and the variety of languages it can recognize, so the quality of some OSCAR sub-corpora might be lower than expected, specially for the lowest-resource langiuages. Some audits have already been done by [third parties](https://arxiv.org/abs/2010.14571).
362
+
363
+ ## Additional Information
364
+
365
+ ### Dataset Curators
366
+
367
+ This release of OSCAR was made possible by [Julien Abadji](https://ujj.space), [Pedro Ortiz Suarez](https://portizs.eu/), [Rua Ismail](https://oscar-project.org/authors/rua/), [Sotaro Takeshita](https://sotaro.io/about), [Sebastian Nagel](https://www.polver.uni-konstanz.de/cnc/people/nagel/) and [Benoit Sagot](http://pauillac.inria.fr/~sagot/).
368
+
369
+ ### Licensing Information
370
+
371
+ These data are released under this licensing scheme
372
+ We do not own any of the text from which these data has been extracted.
373
+ We license the actual packaging, the metadata and the annotations of these data under the Creative Commons CC0 license ("no rights reserved") http://creativecommons.org/publicdomain/zero/1.0/
374
+ To the extent possible under law, the OSCAR project, Inria, the Univertity of Mannheim and DFKI GmbH have waived all copyright and related or neighboring rights to OSCAR
375
+ This work is published from: France and Germany.
376
+
377
+ Should you consider that our data contains material that is owned by you and should therefore not be reproduced here, please:
378
+ * Clearly identify yourself, with detailed contact data such as an address, telephone number or email address at which you can be contacted.
379
+ * Clearly identify the copyrighted work claimed to be infringed.
380
+ * Clearly identify the material that is claimed to be infringing and information reasonably sufficient to allow us to locate the material.
381
+
382
+ We will comply to legitimate requests by removing the affected sources from the next release of the corpus.
383
+
384
+ ### Citation Information
385
+
386
+ ```
387
+ @ARTICLE{2022arXiv221210440J,
388
+ author = {{Jansen}, Tim and {Tong}, Yangling and {Zevallos}, Victoria and {Ortiz Suarez}, Pedro},
389
+ title = "{Perplexed by Quality: A Perplexity-based Method for Adult and Harmful Content Detection in Multilingual Heterogeneous Web Data}",
390
+ journal = {arXiv e-prints},
391
+ keywords = {Computer Science - Computation and Language},
392
+ year = 2022,
393
+ month = dec,
394
+ eid = {arXiv:2212.10440},
395
+ pages = {arXiv:2212.10440},
396
+ doi = {10.48550/arXiv.2212.10440},
397
+ archivePrefix = {arXiv},
398
+ eprint = {2212.10440},
399
+ primaryClass = {cs.CL},
400
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2022arXiv221210440J},
401
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
402
+ }
403
+
404
+ @inproceedings{abadji-etal-2022-towards,
405
+ title = "Towards a Cleaner Document-Oriented Multilingual Crawled Corpus",
406
+ author = "Abadji, Julien and
407
+ Ortiz Suarez, Pedro and
408
+ Romary, Laurent and
409
+ Sagot, Beno{\^\i}t",
410
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
411
+ month = jun,
412
+ year = "2022",
413
+ address = "Marseille, France",
414
+ publisher = "European Language Resources Association",
415
+ url = "https://aclanthology.org/2022.lrec-1.463",
416
+ pages = "4344--4355",
417
+ abstract = "The need for large corpora raw corpora has dramatically increased in recent years with the introduction of transfer learning and semi-supervised learning methods to Natural Language Processing. And while there have been some recent attempts to manually curate the amount of data necessary to train large language models, the main way to obtain this data is still through automatic web crawling. In this paper we take the existing multilingual web corpus OSCAR and its pipeline Ungoliant that extracts and classifies data from Common Crawl at the line level, and propose a set of improvements and automatic annotations in order to produce a new document-oriented version of OSCAR that could prove more suitable to pre-train large generative language models as well as hopefully other applications in Natural Language Processing and Digital Humanities.",
418
+ }
419
+
420
+
421
+ @inproceedings{AbadjiOrtizSuarezRomaryetal.2021,
422
+ author = {Julien Abadji and Pedro Javier Ortiz Su{\'a}rez and Laurent Romary and Beno{\^i}t Sagot},
423
+ title = {Ungoliant: An optimized pipeline for the generation of a very large-scale multilingual web corpus},
424
+ series = {Proceedings of the Workshop on Challenges in the Management of Large Corpora (CMLC-9) 2021. Limerick, 12 July 2021 (Online-Event)},
425
+ editor = {Harald L{\"u}ngen and Marc Kupietz and Piotr Bański and Adrien Barbaresi and Simon Clematide and Ines Pisetta},
426
+ publisher = {Leibniz-Institut f{\"u}r Deutsche Sprache},
427
+ address = {Mannheim},
428
+ doi = {10.14618/ids-pub-10468},
429
+ url = {https://nbn-resolving.org/urn:nbn:de:bsz:mh39-104688},
430
+ pages = {1 -- 9},
431
+ year = {2021},
432
+ abstract = {Since the introduction of large language models in Natural Language Processing, large raw corpora have played a crucial role in Computational Linguistics. However, most of these large raw corpora are either available only for English or not available to the general public due to copyright issues. Nevertheless, there are some examples of freely available multilingual corpora for training Deep Learning NLP models, such as the OSCAR and Paracrawl corpora. However, they have quality issues, especially for low-resource languages. Moreover, recreating or updating these corpora is very complex. In this work, we try to reproduce and improve the goclassy pipeline used to create the OSCAR corpus. We propose a new pipeline that is faster, modular, parameterizable, and well documented. We use it to create a corpus similar to OSCAR but larger and based on recent data. Also, unlike OSCAR, the metadata information is at the document level. We release our pipeline under an open source license and publish the corpus under a research-only license.},
433
+ language = {en}
434
+ }
435
+
436
+ @article{kreutzer-etal-2022-quality,
437
+ title = "Quality at a Glance: An Audit of Web-Crawled Multilingual Datasets",
438
+ author = {Kreutzer, Julia and
439
+ Caswell, Isaac and
440
+ Wang, Lisa and
441
+ Wahab, Ahsan and
442
+ van Esch, Daan and
443
+ Ulzii-Orshikh, Nasanbayar and
444
+ Tapo, Allahsera and
445
+ Subramani, Nishant and
446
+ Sokolov, Artem and
447
+ Sikasote, Claytone and
448
+ Setyawan, Monang and
449
+ Sarin, Supheakmungkol and
450
+ Samb, Sokhar and
451
+ Sagot, Beno{\^\i}t and
452
+ Rivera, Clara and
453
+ Rios, Annette and
454
+ Papadimitriou, Isabel and
455
+ Osei, Salomey and
456
+ Suarez, Pedro Ortiz and
457
+ Orife, Iroro and
458
+ Ogueji, Kelechi and
459
+ Rubungo, Andre Niyongabo and
460
+ Nguyen, Toan Q. and
461
+ M{\"u}ller, Mathias and
462
+ M{\"u}ller, Andr{\'e} and
463
+ Muhammad, Shamsuddeen Hassan and
464
+ Muhammad, Nanda and
465
+ Mnyakeni, Ayanda and
466
+ Mirzakhalov, Jamshidbek and
467
+ Matangira, Tapiwanashe and
468
+ Leong, Colin and
469
+ Lawson, Nze and
470
+ Kudugunta, Sneha and
471
+ Jernite, Yacine and
472
+ Jenny, Mathias and
473
+ Firat, Orhan and
474
+ Dossou, Bonaventure F. P. and
475
+ Dlamini, Sakhile and
476
+ de Silva, Nisansa and
477
+ {\c{C}}abuk Ball{\i}, Sakine and
478
+ Biderman, Stella and
479
+ Battisti, Alessia and
480
+ Baruwa, Ahmed and
481
+ Bapna, Ankur and
482
+ Baljekar, Pallavi and
483
+ Azime, Israel Abebe and
484
+ Awokoya, Ayodele and
485
+ Ataman, Duygu and
486
+ Ahia, Orevaoghene and
487
+ Ahia, Oghenefego and
488
+ Agrawal, Sweta and
489
+ Adeyemi, Mofetoluwa},
490
+ journal = "Transactions of the Association for Computational Linguistics",
491
+ volume = "10",
492
+ year = "2022",
493
+ address = "Cambridge, MA",
494
+ publisher = "MIT Press",
495
+ url = "https://aclanthology.org/2022.tacl-1.4",
496
+ doi = "10.1162/tacl_a_00447",
497
+ pages = "50--72",
498
+ abstract = "With the success of large-scale pre-training and multilingual modeling in Natural Language Processing (NLP), recent years have seen a proliferation of large, Web-mined text datasets covering hundreds of languages. We manually audit the quality of 205 language-specific corpora released with five major public datasets (CCAligned, ParaCrawl, WikiMatrix, OSCAR, mC4). Lower-resource corpora have systematic issues: At least 15 corpora have no usable text, and a significant fraction contains less than 50{\%} sentences of acceptable quality. In addition, many are mislabeled or use nonstandard/ambiguous language codes. We demonstrate that these issues are easy to detect even for non-proficient speakers, and supplement the human audit with automatic analyses. Finally, we recommend techniques to evaluate and improve multilingual corpora and discuss potential risks that come with low-quality data releases.",
499
+ }
500
+
501
+ @inproceedings{ortiz-suarez-etal-2020-monolingual,
502
+ title = "A Monolingual Approach to Contextualized Word Embeddings for Mid-Resource Languages",
503
+ author = "Ortiz Su{'a}rez, Pedro Javier and
504
+ Romary, Laurent and
505
+ Sagot, Benoit",
506
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
507
+ month = jul,
508
+ year = "2020",
509
+ address = "Online",
510
+ publisher = "Association for Computational Linguistics",
511
+ url = "https://www.aclweb.org/anthology/2020.acl-main.156",
512
+ pages = "1703--1714",
513
+ abstract = "We use the multilingual OSCAR corpus, extracted from Common Crawl via language classification, filtering and cleaning, to train monolingual contextualized word embeddings (ELMo) for five mid-resource languages. We then compare the performance of OSCAR-based and Wikipedia-based ELMo embeddings for these languages on the part-of-speech tagging and parsing tasks. We show that, despite the noise in the Common-Crawl-based OSCAR data, embeddings trained on OSCAR perform much better than monolingual embeddings trained on Wikipedia. They actually equal or improve the current state of the art in tagging and parsing for all five languages. In particular, they also improve over multilingual Wikipedia-based contextual embeddings (multilingual BERT), which almost always constitutes the previous state of the art, thereby showing that the benefit of a larger, more diverse corpus surpasses the cross-lingual benefit of multilingual embedding architectures.",
514
+ }
515
+
516
+ @inproceedings{OrtizSuarezSagotRomary2019,
517
+ author = {Pedro Javier {Ortiz Su{'a}rez} and Benoit Sagot and Laurent Romary},
518
+ title = {Asynchronous pipelines for processing huge corpora on medium to low resource infrastructures},
519
+ series = {Proceedings of the Workshop on Challenges in the Management of Large Corpora (CMLC-7) 2019. Cardiff, 22nd July 2019},
520
+ editor = {Piotr Bański and Adrien Barbaresi and Hanno Biber and Evelyn Breiteneder and Simon Clematide and Marc Kupietz and Harald L{"u}ngen and Caroline Iliadi},
521
+ publisher = {Leibniz-Institut f{"u}r Deutsche Sprache},
522
+ address = {Mannheim},
523
+ doi = {10.14618/ids-pub-9021},
524
+ url = {http://nbn-resolving.de/urn:nbn:de:bsz:mh39-90215},
525
+ pages = {9 -- 16},
526
+ year = {2019},
527
+ abstract = {Common Crawl is a considerably large, heterogeneous multilingual corpus comprised of crawled documents from the internet, surpassing 20TB of data and distributed as a set of more than 50 thousand plain text files where each contains many documents written in a wide variety of languages. Even though each document has a metadata block associated to it, this data lacks any information about the language in which each document is written, making it extremely difficult to use Common Crawl for monolingual applications. We propose a general, highly parallel, multithreaded pipeline to clean and classify Common Crawl by language; we specifically design it so that it runs efficiently on medium to low resource infrastructures where I/O speeds are the main constraint. We develop the pipeline so that it can be easily reapplied to any kind of heterogeneous corpus and so that it can be parameterised to a wide range of infrastructures. We also distribute a 6.3TB version of Common Crawl, filtered, classified by language, shuffled at line level in order to avoid copyright issues, and ready to be used for NLP applications.},
528
+ language = {en}
529
+ }
530
+
531
+ ```
artifacts/hf_readmes/oscar-corpus__mOSCAR__README.md ADDED
@@ -0,0 +1,697 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ configs:
4
+ - config_name: "ace_Latn"
5
+ data_files:
6
+ - split: train
7
+ path: data/ace_Latn/*
8
+ - config_name: "acm_Arab"
9
+ data_files:
10
+ - split: train
11
+ path: data/acm_Arab/*
12
+ - config_name: "aeb_Arab"
13
+ data_files:
14
+ - split: train
15
+ path: data/aeb_Arab/*
16
+ - config_name: "afr_Latn"
17
+ data_files:
18
+ - split: train
19
+ path: data/afr_Latn/*
20
+ - config_name: "ajp_Arab"
21
+ data_files:
22
+ - split: train
23
+ path: data/ajp_Arab/*
24
+ - config_name: "als_Latn"
25
+ data_files:
26
+ - split: train
27
+ path: data/als_Latn/*
28
+ - config_name: "amh_Ethi"
29
+ data_files:
30
+ - split: train
31
+ path: data/amh_Ethi/*
32
+ - config_name: "apc_Arab"
33
+ data_files:
34
+ - split: train
35
+ path: data/apc_Arab/*
36
+ - config_name: "arb_Arab"
37
+ data_files:
38
+ - split: train
39
+ path: data/arb_Arab/*
40
+ - config_name: "ars_Arab"
41
+ data_files:
42
+ - split: train
43
+ path: data/ars_Arab/*
44
+ - config_name: "ary_Arab"
45
+ data_files:
46
+ - split: train
47
+ path: data/ary_Arab/*
48
+ - config_name: "arz_Arab"
49
+ data_files:
50
+ - split: train
51
+ path: data/arz_Arab/*
52
+ - config_name: "asm_Beng"
53
+ data_files:
54
+ - split: train
55
+ path: data/asm_Beng/*
56
+ - config_name: "ast_Latn"
57
+ data_files:
58
+ - split: train
59
+ path: data/ast_Latn/*
60
+ - config_name: "awa_Deva"
61
+ data_files:
62
+ - split: train
63
+ path: data/awa_Deva/*
64
+ - config_name: "ayr_Latn"
65
+ data_files:
66
+ - split: train
67
+ path: data/ayr_Latn/*
68
+ - config_name: "azb_Arab"
69
+ data_files:
70
+ - split: train
71
+ path: data/azb_Arab/*
72
+ - config_name: "azj_Latn"
73
+ data_files:
74
+ - split: train
75
+ path: data/azj_Latn/*
76
+ - config_name: "bak_Cyrl"
77
+ data_files:
78
+ - split: train
79
+ path: data/bak_Cyrl/*
80
+ - config_name: "bam_Latn"
81
+ data_files:
82
+ - split: train
83
+ path: data/bam_Latn/*
84
+ - config_name: "ban_Latn"
85
+ data_files:
86
+ - split: train
87
+ path: data/ban_Latn/*
88
+ - config_name: "bel_Cyrl"
89
+ data_files:
90
+ - split: train
91
+ path: data/bel_Cyrl/*
92
+ - config_name: "bem_Latn"
93
+ data_files:
94
+ - split: train
95
+ path: data/bem_Latn/*
96
+ - config_name: "ben_Beng"
97
+ data_files:
98
+ - split: train
99
+ path: data/ben_Beng/*
100
+ - config_name: "bho_Deva"
101
+ data_files:
102
+ - split: train
103
+ path: data/bho_Deva/*
104
+ - config_name: "bjn_Latn"
105
+ data_files:
106
+ - split: train
107
+ path: data/bjn_Latn/*
108
+ - config_name: "bos_Latn"
109
+ data_files:
110
+ - split: train
111
+ path: data/bos_Latn/*
112
+ - config_name: "bug_Latn"
113
+ data_files:
114
+ - split: train
115
+ path: data/bug_Latn/*
116
+ - config_name: "bul_Cyrl"
117
+ data_files:
118
+ - split: train
119
+ path: data/bul_Cyrl/*
120
+ - config_name: "cat_Latn"
121
+ data_files:
122
+ - split: train
123
+ path: data/cat_Latn/*
124
+ - config_name: "ceb_Latn"
125
+ data_files:
126
+ - split: train
127
+ path: data/ceb_Latn/*
128
+ - config_name: "ces_Latn"
129
+ data_files:
130
+ - split: train
131
+ path: data/ces_Latn/*
132
+ - config_name: "ckb_Arab"
133
+ data_files:
134
+ - split: train
135
+ path: data/ckb_Arab/*
136
+ - config_name: "crh_Latn"
137
+ data_files:
138
+ - split: train
139
+ path: data/crh_Latn/*
140
+ - config_name: "cym_Latn"
141
+ data_files:
142
+ - split: train
143
+ path: data/cym_Latn/*
144
+ - config_name: "dan_Latn"
145
+ data_files:
146
+ - split: train
147
+ path: data/dan_Latn/*
148
+ - config_name: "deu_Latn"
149
+ data_files:
150
+ - split: train
151
+ path: data/deu_Latn/*
152
+ - config_name: "dik_Latn"
153
+ data_files:
154
+ - split: train
155
+ path: data/dik_Latn/*
156
+ - config_name: "ell_Grek"
157
+ data_files:
158
+ - split: train
159
+ path: data/ell_Grek/*
160
+ - config_name: "eng_Latn"
161
+ data_files:
162
+ - split: train
163
+ path: data/eng_Latn/*
164
+ - config_name: "epo_Latn"
165
+ data_files:
166
+ - split: train
167
+ path: data/epo_Latn/*
168
+ - config_name: "est_Latn"
169
+ data_files:
170
+ - split: train
171
+ path: data/est_Latn/*
172
+ - config_name: "eus_Latn"
173
+ data_files:
174
+ - split: train
175
+ path: data/eus_Latn/*
176
+ - config_name: "fao_Latn"
177
+ data_files:
178
+ - split: train
179
+ path: data/fao_Latn/*
180
+ - config_name: "fij_Latn"
181
+ data_files:
182
+ - split: train
183
+ path: data/fij_Latn/*
184
+ - config_name: "fin_Latn"
185
+ data_files:
186
+ - split: train
187
+ path: data/fin_Latn/*
188
+ - config_name: "fra_Latn"
189
+ data_files:
190
+ - split: train
191
+ path: data/fra_Latn/*
192
+ - config_name: "fur_Latn"
193
+ data_files:
194
+ - split: train
195
+ path: data/fur_Latn/*
196
+ - config_name: "fuv_Latn"
197
+ data_files:
198
+ - split: train
199
+ path: data/fuv_Latn/*
200
+ - config_name: "gaz_Latn"
201
+ data_files:
202
+ - split: train
203
+ path: data/gaz_Latn/*
204
+ - config_name: "gla_Latn"
205
+ data_files:
206
+ - split: train
207
+ path: data/gla_Latn/*
208
+ - config_name: "gle_Latn"
209
+ data_files:
210
+ - split: train
211
+ path: data/gle_Latn/*
212
+ - config_name: "glg_Latn"
213
+ data_files:
214
+ - split: train
215
+ path: data/glg_Latn/*
216
+ - config_name: "grn_Latn"
217
+ data_files:
218
+ - split: train
219
+ path: data/grn_Latn/*
220
+ - config_name: "guj_Gujr"
221
+ data_files:
222
+ - split: train
223
+ path: data/guj_Gujr/*
224
+ - config_name: "hat_Latn"
225
+ data_files:
226
+ - split: train
227
+ path: data/hat_Latn/*
228
+ - config_name: "hau_Latn"
229
+ data_files:
230
+ - split: train
231
+ path: data/hau_Latn/*
232
+ - config_name: "heb_Hebr"
233
+ data_files:
234
+ - split: train
235
+ path: data/heb_Hebr/*
236
+ - config_name: "hin_Deva"
237
+ data_files:
238
+ - split: train
239
+ path: data/hin_Deva/*
240
+ - config_name: "hne_Deva"
241
+ data_files:
242
+ - split: train
243
+ path: data/hne_Deva/*
244
+ - config_name: "hrv_Latn"
245
+ data_files:
246
+ - split: train
247
+ path: data/hrv_Latn/*
248
+ - config_name: "hun_Latn"
249
+ data_files:
250
+ - split: train
251
+ path: data/hun_Latn/*
252
+ - config_name: "hye_Armn"
253
+ data_files:
254
+ - split: train
255
+ path: data/hye_Armn/*
256
+ - config_name: "ibo_Latn"
257
+ data_files:
258
+ - split: train
259
+ path: data/ibo_Latn/*
260
+ - config_name: "ilo_Latn"
261
+ data_files:
262
+ - split: train
263
+ path: data/ilo_Latn/*
264
+ - config_name: "ind_Latn"
265
+ data_files:
266
+ - split: train
267
+ path: data/ind_Latn/*
268
+ - config_name: "isl_Latn"
269
+ data_files:
270
+ - split: train
271
+ path: data/isl_Latn/*
272
+ - config_name: "ita_Latn"
273
+ data_files:
274
+ - split: train
275
+ path: data/ita_Latn/*
276
+ - config_name: "jav_Latn"
277
+ data_files:
278
+ - split: train
279
+ path: data/jav_Latn/*
280
+ - config_name: "jpn_Jpan"
281
+ data_files:
282
+ - split: train
283
+ path: data/jpn_Jpan/*
284
+ - config_name: "kab_Latn"
285
+ data_files:
286
+ - split: train
287
+ path: data/kab_Latn/*
288
+ - config_name: "kan_Knda"
289
+ data_files:
290
+ - split: train
291
+ path: data/kan_Knda/*
292
+ - config_name: "kas_Arab"
293
+ data_files:
294
+ - split: train
295
+ path: data/kas_Arab/*
296
+ - config_name: "kat_Geor"
297
+ data_files:
298
+ - split: train
299
+ path: data/kat_Geor/*
300
+ - config_name: "kaz_Cyrl"
301
+ data_files:
302
+ - split: train
303
+ path: data/kaz_Cyrl/*
304
+ - config_name: "khk_Cyrl"
305
+ data_files:
306
+ - split: train
307
+ path: data/khk_Cyrl/*
308
+ - config_name: "khm_Khmr"
309
+ data_files:
310
+ - split: train
311
+ path: data/khm_Khmr/*
312
+ - config_name: "kin_Latn"
313
+ data_files:
314
+ - split: train
315
+ path: data/kin_Latn/*
316
+ - config_name: "kir_Cyrl"
317
+ data_files:
318
+ - split: train
319
+ path: data/kir_Cyrl/*
320
+ - config_name: "kmr_Latn"
321
+ data_files:
322
+ - split: train
323
+ path: data/kmr_Latn/*
324
+ - config_name: "kor_Hang"
325
+ data_files:
326
+ - split: train
327
+ path: data/kor_Hang/*
328
+ - config_name: "lao_Laoo"
329
+ data_files:
330
+ - split: train
331
+ path: data/lao_Laoo/*
332
+ - config_name: "lij_Latn"
333
+ data_files:
334
+ - split: train
335
+ path: data/lij_Latn/*
336
+ - config_name: "lim_Latn"
337
+ data_files:
338
+ - split: train
339
+ path: data/lim_Latn/*
340
+ - config_name: "lin_Latn"
341
+ data_files:
342
+ - split: train
343
+ path: data/lin_Latn/*
344
+ - config_name: "lit_Latn"
345
+ data_files:
346
+ - split: train
347
+ path: data/lit_Latn/*
348
+ - config_name: "lmo_Latn"
349
+ data_files:
350
+ - split: train
351
+ path: data/lmo_Latn/*
352
+ - config_name: "ltg_Latn"
353
+ data_files:
354
+ - split: train
355
+ path: data/ltg_Latn/*
356
+ - config_name: "ltz_Latn"
357
+ data_files:
358
+ - split: train
359
+ path: data/ltz_Latn/*
360
+ - config_name: "lug_Latn"
361
+ data_files:
362
+ - split: train
363
+ path: data/lug_Latn/*
364
+ - config_name: "lus_Latn"
365
+ data_files:
366
+ - split: train
367
+ path: data/lus_Latn/*
368
+ - config_name: "lvs_Latn"
369
+ data_files:
370
+ - split: train
371
+ path: data/lvs_Latn/*
372
+ - config_name: "mag_Deva"
373
+ data_files:
374
+ - split: train
375
+ path: data/mag_Deva/*
376
+ - config_name: "mal_Mlym"
377
+ data_files:
378
+ - split: train
379
+ path: data/mal_Mlym/*
380
+ - config_name: "mar_Deva"
381
+ data_files:
382
+ - split: train
383
+ path: data/mar_Deva/*
384
+ - config_name: "min_Latn"
385
+ data_files:
386
+ - split: train
387
+ path: data/min_Latn/*
388
+ - config_name: "mkd_Cyrl"
389
+ data_files:
390
+ - split: train
391
+ path: data/mkd_Cyrl/*
392
+ - config_name: "mlt_Latn"
393
+ data_files:
394
+ - split: train
395
+ path: data/mlt_Latn/*
396
+ - config_name: "mri_Latn"
397
+ data_files:
398
+ - split: train
399
+ path: data/mri_Latn/*
400
+ - config_name: "mya_Mymr"
401
+ data_files:
402
+ - split: train
403
+ path: data/mya_Mymr/*
404
+ - config_name: "nld_Latn"
405
+ data_files:
406
+ - split: train
407
+ path: data/nld_Latn/*
408
+ - config_name: "nno_Latn"
409
+ data_files:
410
+ - split: train
411
+ path: data/nno_Latn/*
412
+ - config_name: "nob_Latn"
413
+ data_files:
414
+ - split: train
415
+ path: data/nob_Latn/*
416
+ - config_name: "npi_Deva"
417
+ data_files:
418
+ - split: train
419
+ path: data/npi_Deva/*
420
+ - config_name: "nya_Latn"
421
+ data_files:
422
+ - split: train
423
+ path: data/nya_Latn/*
424
+ - config_name: "oci_Latn"
425
+ data_files:
426
+ - split: train
427
+ path: data/oci_Latn/*
428
+ - config_name: "ory_Orya"
429
+ data_files:
430
+ - split: train
431
+ path: data/ory_Orya/*
432
+ - config_name: "pag_Latn"
433
+ data_files:
434
+ - split: train
435
+ path: data/pag_Latn/*
436
+ - config_name: "pan_Guru"
437
+ data_files:
438
+ - split: train
439
+ path: data/pan_Guru/*
440
+ - config_name: "pap_Latn"
441
+ data_files:
442
+ - split: train
443
+ path: data/pap_Latn/*
444
+ - config_name: "pbt_Arab"
445
+ data_files:
446
+ - split: train
447
+ path: data/pbt_Arab/*
448
+ - config_name: "pes_Arab"
449
+ data_files:
450
+ - split: train
451
+ path: data/pes_Arab/*
452
+ - config_name: "plt_Latn"
453
+ data_files:
454
+ - split: train
455
+ path: data/plt_Latn/*
456
+ - config_name: "pol_Latn"
457
+ data_files:
458
+ - split: train
459
+ path: data/pol_Latn/*
460
+ - config_name: "por_Latn"
461
+ data_files:
462
+ - split: train
463
+ path: data/por_Latn/*
464
+ - config_name: "prs_Arab"
465
+ data_files:
466
+ - split: train
467
+ path: data/prs_Arab/*
468
+ - config_name: "quy_Latn"
469
+ data_files:
470
+ - split: train
471
+ path: data/quy_Latn/*
472
+ - config_name: "ron_Latn"
473
+ data_files:
474
+ - split: train
475
+ path: data/ron_Latn/*
476
+ - config_name: "run_Latn"
477
+ data_files:
478
+ - split: train
479
+ path: data/run_Latn/*
480
+ - config_name: "rus_Cyrl"
481
+ data_files:
482
+ - split: train
483
+ path: data/rus_Cyrl/*
484
+ - config_name: "sag_Latn"
485
+ data_files:
486
+ - split: train
487
+ path: data/sag_Latn/*
488
+ - config_name: "scn_Latn"
489
+ data_files:
490
+ - split: train
491
+ path: data/scn_Latn/*
492
+ - config_name: "sin_Sinh"
493
+ data_files:
494
+ - split: train
495
+ path: data/sin_Sinh/*
496
+ - config_name: "slk_Latn"
497
+ data_files:
498
+ - split: train
499
+ path: data/slk_Latn/*
500
+ - config_name: "slv_Latn"
501
+ data_files:
502
+ - split: train
503
+ path: data/slv_Latn/*
504
+ - config_name: "smo_Latn"
505
+ data_files:
506
+ - split: train
507
+ path: data/smo_Latn/*
508
+ - config_name: "sna_Latn"
509
+ data_files:
510
+ - split: train
511
+ path: data/sna_Latn/*
512
+ - config_name: "snd_Arab"
513
+ data_files:
514
+ - split: train
515
+ path: data/snd_Arab/*
516
+ - config_name: "som_Latn"
517
+ data_files:
518
+ - split: train
519
+ path: data/som_Latn/*
520
+ - config_name: "sot_Latn"
521
+ data_files:
522
+ - split: train
523
+ path: data/sot_Latn/*
524
+ - config_name: "spa_Latn"
525
+ data_files:
526
+ - split: train
527
+ path: data/spa_Latn/*
528
+ - config_name: "srd_Latn"
529
+ data_files:
530
+ - split: train
531
+ path: data/srd_Latn/*
532
+ - config_name: "srp_Cyrl"
533
+ data_files:
534
+ - split: train
535
+ path: data/srp_Cyrl/*
536
+ - config_name: "sun_Latn"
537
+ data_files:
538
+ - split: train
539
+ path: data/sun_Latn/*
540
+ - config_name: "swe_Latn"
541
+ data_files:
542
+ - split: train
543
+ path: data/swe_Latn/*
544
+ - config_name: "swh_Latn"
545
+ data_files:
546
+ - split: train
547
+ path: data/swh_Latn/*
548
+ - config_name: "szl_Latn"
549
+ data_files:
550
+ - split: train
551
+ path: data/szl_Latn/*
552
+ - config_name: "tam_Taml"
553
+ data_files:
554
+ - split: train
555
+ path: data/tam_Taml/*
556
+ - config_name: "tat_Cyrl"
557
+ data_files:
558
+ - split: train
559
+ path: data/tat_Cyrl/*
560
+ - config_name: "tel_Telu"
561
+ data_files:
562
+ - split: train
563
+ path: data/tel_Telu/*
564
+ - config_name: "tgk_Cyrl"
565
+ data_files:
566
+ - split: train
567
+ path: data/tgk_Cyrl/*
568
+ - config_name: "tgl_Latn"
569
+ data_files:
570
+ - split: train
571
+ path: data/tgl_Latn/*
572
+ - config_name: "tha_Thai"
573
+ data_files:
574
+ - split: train
575
+ path: data/tha_Thai/*
576
+ - config_name: "tir_Ethi"
577
+ data_files:
578
+ - split: train
579
+ path: data/tir_Ethi/*
580
+ - config_name: "tpi_Latn"
581
+ data_files:
582
+ - split: train
583
+ path: data/tpi_Latn/*
584
+ - config_name: "tuk_Latn"
585
+ data_files:
586
+ - split: train
587
+ path: data/tuk_Latn/*
588
+ - config_name: "tur_Latn"
589
+ data_files:
590
+ - split: train
591
+ path: data/tur_Latn/*
592
+ - config_name: "twi_Latn"
593
+ data_files:
594
+ - split: train
595
+ path: data/twi_Latn/*
596
+ - config_name: "uig_Arab"
597
+ data_files:
598
+ - split: train
599
+ path: data/uig_Arab/*
600
+ - config_name: "ukr_Cyrl"
601
+ data_files:
602
+ - split: train
603
+ path: data/ukr_Cyrl/*
604
+ - config_name: "urd_Arab"
605
+ data_files:
606
+ - split: train
607
+ path: data/urd_Arab/*
608
+ - config_name: "uzn_Latn"
609
+ data_files:
610
+ - split: train
611
+ path: data/uzn_Latn/*
612
+ - config_name: "vec_Latn"
613
+ data_files:
614
+ - split: train
615
+ path: data/vec_Latn/*
616
+ - config_name: "vie_Latn"
617
+ data_files:
618
+ - split: train
619
+ path: data/vie_Latn/*
620
+ - config_name: "wol_Latn"
621
+ data_files:
622
+ - split: train
623
+ path: data/wol_Latn/*
624
+ - config_name: "xho_Latn"
625
+ data_files:
626
+ - split: train
627
+ path: data/xho_Latn/*
628
+ - config_name: "ydd_Hebr"
629
+ data_files:
630
+ - split: train
631
+ path: data/ydd_Hebr/*
632
+ - config_name: "yor_Latn"
633
+ data_files:
634
+ - split: train
635
+ path: data/yor_Latn/*
636
+ - config_name: "yue_Hant"
637
+ data_files:
638
+ - split: train
639
+ path: data/yue_Hant/*
640
+ - config_name: "zho_Hans"
641
+ data_files:
642
+ - split: train
643
+ path: data/zho_Hans/*
644
+ - config_name: "zho_Hant"
645
+ data_files:
646
+ - split: train
647
+ path: data/zho_Hant/*
648
+ - config_name: "zsm_Latn"
649
+ data_files:
650
+ - split: train
651
+ path: data/zsm_Latn/*
652
+ - config_name: "zul_Latn"
653
+ data_files:
654
+ - split: train
655
+ path: data/zul_Latn/*
656
+ ---
657
+
658
+ More info can be found here: https://oscar-project.github.io/documentation/versions/mOSCAR/
659
+
660
+ Paper link: https://arxiv.org/abs/2406.08707
661
+
662
+ **New features:**
663
+ - Additional filtering steps were applied to remove toxic content (more details in the next version of the paper, coming soon).
664
+ - Spanish split is now complete.
665
+ - Face detection in images to blur them once downloaded (coordinates are reported on images of size 256 respecting aspect ratio).
666
+ - Additional language identification of the documents to improve document-language matching.
667
+ - Replace most of Personal Identifiable Information by generic strings.
668
+
669
+ Previous version remains available, to continue using it:
670
+ ```
671
+ dataset = load_dataset("oscar-corpus/mOSCAR", revision="v1")
672
+ ```
673
+
674
+ # Layout
675
+ ```
676
+ {
677
+ 'images': [{'img_idx': '#000002',
678
+ 'sha512': '65c1e5605d48f8753256f758bd442cbdd43e6987691227b1ea6b81430ff36609f46d448c8171546232fe0c258d9e44ce4378f32e8ada5c43c314df5a5e230de2',
679
+ 'url': 'https://actuconsommation.fr/wp-content/uploads/2020/05/Disneylands-Japon-1068x712.jpg',
680
+ 'faces_loc': [x0, y0, x1, y1]}],
681
+ 'metadata': [{'node_order': 'img_#000002|txt_#000000|txt_#000001|txt_#000002|txt_#000003|txt_#000004|txt_#000005|txt_#000006|txt_#000009',
682
+ 'url': 'https://actuconsommation.fr/2020/05/11/disneyland-une-reouverture-sous-haute-securite-a-shanghai-ce-lundi/'}],
683
+ 'text': [{'text': 'Disneyland : une réouverture sous haute sécurité à Shanghai ce lundi', 'text_idx': '#000000'},
684
+ {'text': 'Des milliers de visiteurs ont pu pénétrer lundi dans le Disneyland de Shanghai, le premier des six parcs de [...]', text_idx': '#000001'},
685
+ [...] ]
686
+ }
687
+ ```
688
+
689
+ # Citation
690
+ ```
691
+ @article{futeral2024moscar,
692
+ title={mOSCAR: A Large-scale Multilingual and Multimodal Document-level Corpus},
693
+ author={Futeral, Matthieu and Zebaze, Armel and Suarez, Pedro Ortiz and Abadji, Julien and Lacroix, R{\'e}mi and Schmid, Cordelia and Bawden, Rachel and Sagot, Beno{\^\i}t},
694
+ journal={arXiv preprint arXiv:2406.08707},
695
+ year={2024}
696
+ }
697
+ ```
artifacts/hf_readmes/pelcra__PLLuMIC__README.md ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - pl
7
+ tags:
8
+ - llm
9
+ - sft
10
+ - fine-tuning
11
+ pretty_name: PLLuM Instruction Corpus
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # Dataset Card for PLLuMIC
17
+
18
+ PLLuMIC - Polish Large Language Model (PLLuM) Instruction Corpus
19
+
20
+ ## Dataset Details
21
+
22
+ ### Dataset Description
23
+
24
+ We release the first representative subset of the PLLuM Instruction Corpus (PLLuMIC), which we believe to be useful in guiding and planning the development of similar LLM datasets. PLLuMIC is a hand-crafted set of LLM fine-tuning Polish language instructions, developed in line with the annotation guidelines and covering a functional typology. Each instruction is designed to be unique in some way - no two samples, especially within given subtype, are the same. Every single row provides a new insight into the dataset, making the corpus ideal for extensive analysis. The methodology is described in more detail in a paper titled The PLLuM Instruction Corpus (link below). We plan regular updates and significant extensions of the corpus.
25
+
26
+
27
+ - **Curated by:** PELCRA (Polish and English Language Corpora for Research and Applications) Team
28
+ - **Language(s) (NLP):** Polish
29
+ - **License:** CC-BY-SA-4.0
30
+
31
+ ### Dataset Sources
32
+
33
+ - **Paper:** https://arxiv.org/abs/2511.17161
34
+
35
+ ## Uses
36
+
37
+ ### Direct Use
38
+
39
+ We believe the dataset to be useful in guiding and planning the development of similar, bigger, LLM datasets. This first sample is designed to be a representative guidance, on how to properly structure and build your own dataset.
40
+
41
+ It is also a great foundation for synthetic extensions that will combine high quality, diversity and scale. We are currently working on such corpus extension ourselves and are planning to make it available alongside this organic component.
42
+
43
+ ### Out-of-Scope Use
44
+
45
+ Current scale of the dataset will not be sufficient to perform a full LLM fine-tuning. However, with only 10k synthetic samples that are based around the corpus, one can already expect very interesting results. We will provide more details (and data) on that topic in future updates.
46
+
47
+ ## Dataset Structure
48
+
49
+ ### Statistics
50
+
51
+ **Total instructions:** 1,278
52
+
53
+ All instructions were annotated by professional annotators. Each sample was developed in accordance with comprehensive annotation guidelines and subsequently reviewed by a senior annotator to ensure full compliance with quality standards. The annotation process followed a functional typology designed to encompass key areas of model competence.
54
+
55
+ There are both single-turn and multi-turn instructions available.
56
+
57
+ #### Type & Thematic distributions
58
+
59
+ <table>
60
+ <tr>
61
+ <td>
62
+
63
+ | Type | Number of samples |
64
+ |---|---|
65
+ | Generation | 392 |
66
+ | Adversarial | 125 |
67
+ | Dialogue | 124 |
68
+ | NLP | 102 |
69
+ | Data manipulation | 88 |
70
+ | Formatting | 87 |
71
+ | Knowledge (QA) | 80 |
72
+ | Extraction | 71 |
73
+ | Identity | 68 |
74
+ | Translation | 61 |
75
+ | CoT | 50 |
76
+ | Programming | 30 |
77
+
78
+ </td>
79
+ <td>
80
+
81
+ | Topic | Number of samples |
82
+ |---|---|
83
+ | Languages | 185 |
84
+ | Society | 169 |
85
+ | Computer science | 163 |
86
+ | Technology | 87 |
87
+ | Entertainment | 85 |
88
+ | Biology | 78 |
89
+ | Other | 73 |
90
+ | Home | 60 |
91
+ | Geography | 59 |
92
+ | Culture | 55 |
93
+ | Culinary | 52 |
94
+ | Literature | 50 |
95
+ | History | 48 |
96
+ | Politics | 42 |
97
+ | Medicine | 36 |
98
+ | Law and administration | 31 |
99
+ | Sports | 26 |
100
+ | Travel | 25 |
101
+ | Industry | 20 |
102
+ | Economy | 19 |
103
+ | Psychology | 19 |
104
+ | Mathematics | 15 |
105
+ | Art | 14 |
106
+ | Physics | 8 |
107
+ | Chemistry | 7 |
108
+ | Religion | 7 |
109
+ | Automotive | 6 |
110
+ | Philosophy | 5 |
111
+ | Astronomy | 5 |
112
+ | Ecology | 4 |
113
+ | Hobby | 4 |
114
+
115
+ </td>
116
+ </tr>
117
+ </table>
118
+
119
+ ### Data format explanation
120
+
121
+ The PLLuMIC dataset is distributed as a JSON file storing rows with conversations between a user and an AI assistant. Each conversation is a JSON structure described by following fields:
122
+
123
+ #### Top-Level Fields
124
+ - dataset_name: Name of the dataset (PLLuMIC).
125
+ - dataset_source: Source organization (CLARIN-BIZ-bis).
126
+ - conv_id: Unique identifier for the conversation (3242183cbce2).
127
+ - messages: Array of dialogue messages (user/assistant/system exchanges).
128
+
129
+ #### Message Object Fields
130
+ Each entry in messages contains:
131
+
132
+ - instruction_id: Unique ID for the instruction/task (2a07c2eca0cb).
133
+ - seq: Sequence number (-1 for system, 0,1,2,… for user/assistant turns).
134
+ - role: Speaker role (system, user, or assistant).
135
+ - content: Text of the message (empty for some system prompts).
136
+ - type: Interaction type (e.g., Dialog, Generation).
137
+ - subtype: List of task subtype (e.g., [System prompt, Text simplification]).
138
+ - topic: List of relevant topics (e.g., [Geography]).
139
+ - language: Language code (e.g., pol for Polish).
140
+ - source: References (e.g., Wikipedia URLs).
141
+
142
+ ## Dataset Creation
143
+
144
+ ### Curation Rationale
145
+
146
+ Most instruction-tuning datasets for LLMs are either private or poorly documented, making it hard to understand how models are trained or to build comparable resources. Even when public, such datasets often mix data from many sources without clear structure or balance.
147
+
148
+ There’s also little research on how different instruction types shape model behavior, and while distilling data from strong LLMs is common, it doesn’t always transfer well across languages and cultures.
149
+
150
+ That’s why we created this dataset — to offer a transparent, well-documented, and balanced resource for instruction tuning, designed with linguistic and cultural diversity in mind. The results and findings are well-described in the paper linked above.
151
+
152
+ ### Annotation
153
+
154
+ #### Annotation process
155
+
156
+ All instructions were annotated by professional annotators. Each sample was developed in accordance with comprehensive annotation guidelines and subsequently reviewed by a senior annotator to ensure full compliance with quality standards. The annotation process followed a functional typology designed to encompass key areas of model competence.
157
+
158
+ #### Who are the annotators?
159
+
160
+ All annotators (over 50 in total) were university graduates, with at least a bachelor’s or master’s degree in linguistics or other humanities with the exception of technical instructions annotators who had a university degree in computer science. All of the super-annotators had a PhD degree.
161
+
162
+ ## Citation
163
+
164
+ ```bibtex
165
+ @misc{pęzik2025plluminstructioncorpus,
166
+ title={The PLLuM Instruction Corpus},
167
+ author={Piotr Pęzik and Filip Żarnecki and Konrad Kaczyński and Anna Cichosz and Zuzanna Deckert and Monika Garnys and Izabela Grabarczyk and Wojciech Janowski and Sylwia Karasińska and Aleksandra Kujawiak and Piotr Misztela and Maria Szymańska and Karolina Walkusz and Igor Siek and Maciej Chrabąszcz and Anna Kołos and Agnieszka Karlińska and Karolina Seweryn and Aleksandra Krasnodębska and Paula Betscher and Zofia Cieślińska and Katarzyna Kowol and Artur Wilczek and Maciej Trzciński and Katarzyna Dziewulska and Roman Roszko and Tomasz Bernaś and Jurgita Vaičenonienė and Danuta Roszko and Paweł Levchuk and Paweł Kowalski and Irena Prawdzic-Jankowska and Marek Kozłowski and Sławomir Dadas and Rafał Poświata and Alina Wróblewska and Katarzyna Krasnowska-Kieraś and Maciej Ogrodniczuk and Michał Rudolf and Piotr Rybak and Karolina Saputa and Joanna Wołoszyn and Marcin Oleksy and Bartłomiej Koptyra and Teddy Ferdinan and Stanisław Woźniak and Maciej Piasecki and Paweł Walkowiak and Konrad Wojtasik and Arkadiusz Janz and Przemysław Kazienko and Julia Moska and Jan Kocoń},
168
+ year={2025},
169
+ eprint={2511.17161},
170
+ archivePrefix={arXiv},
171
+ primaryClass={cs.CL},
172
+ url={https://arxiv.org/abs/2511.17161},
173
+ }
174
+ ```
artifacts/hf_readmes/ptaszynski__PolishCyberbullyingDataset__README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - pl
5
+ tags:
6
+ - cyberbullying
7
+ - hate-speech
8
+ pretty_name: PolishCyberbullyingDataset
9
+ ---
10
+
11
+ # Expert-annotated dataset to study cyberbullying in Polish language
12
+
13
+ This the first publically available expert-annotated dataset containing annotations of cyberbullying and hate-speech in Polish language.
14
+
15
+ Please, read [the paper](https://www.mdpi.com/2306-5729/9/1/1) about the dataset for all necessary details.
16
+
17
+ ## Model
18
+ The classification model which achieved the highest classification results for the dataset is also released under the following URL.
19
+ [Polbert-CB - Polish BERT trained for Automatic Cyberbullying Detection](https://huggingface.co/ptaszynski/bert-base-polish-cyberbullying)
20
+
21
+ ## Citations
22
+ Whenever you use the dataset, please, cite it using the following citation to [the paper](https://www.mdpi.com/2306-5729/9/1/1).
23
+ ```
24
+ @article{ptaszynski2023expert,
25
+ title={Expert-Annotated Dataset to Study Cyberbullying in Polish Language},
26
+ author={Ptaszynski, Michal and Pieciukiewicz, Agata and Dybala, Pawel and Skrzek, Pawel and Soliwoda, Kamil and Fortuna, Marcin and Leliwa, Gniewosz and Wroczynski, Michal},
27
+ journal={Data},
28
+ volume={9},
29
+ number={1},
30
+ pages={1},
31
+ year={2023},
32
+ publisher={MDPI}
33
+ }
34
+ ```
35
+
36
+ ## Licences
37
+ The dataset is licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/), or Creative Commons Attribution 4.0 International License.
38
+
39
+ <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
40
+
41
+
42
+ ## Bundle
43
+
44
+ The whole bundle containing (1) the old version of the dataset, (2) current version of the dataset, as well as (3) the model trained on this dataset can be found on [Zenodo](https://zenodo.org/records/7188178).
45
+
46
+ ## Author
47
+ Michal Ptaszynski - contact me on:
48
+ - Twitter: [@mich_ptaszynski](https://twitter.com/mich_ptaszynski)
49
+ - GitHub: [ptaszynski](https://github.com/ptaszynski)
50
+ - LinkedIn: [michalptaszynski](https://jp.linkedin.com/in/michalptaszynski)
51
+ - HuggingFace: [ptaszynski](https://huggingface.co/ptaszynski)
artifacts/source_candidate_audit_v0_3.json ADDED
@@ -0,0 +1,952 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "repo_id": "PleIAs/common_corpus",
4
+ "configured_decision": "accept_after_subset_review",
5
+ "target_bucket": "bulk_pretraining",
6
+ "priority": "high",
7
+ "notes": "Large open/traceable corpus with Polish coverage. Filter to Polish, non-legal, non-code, high-quality domains where metadata license is acceptable.",
8
+ "gated": false,
9
+ "private": false,
10
+ "downloads": 83583,
11
+ "license_tags": [],
12
+ "language_tags": [
13
+ "en",
14
+ "fr",
15
+ "de",
16
+ "zh",
17
+ "it",
18
+ "es",
19
+ "ja",
20
+ "pl",
21
+ "la",
22
+ "nl",
23
+ "ru",
24
+ "ar",
25
+ "ko"
26
+ ],
27
+ "size_tags": [
28
+ "10K<n<100K"
29
+ ],
30
+ "task_tags": [],
31
+ "readme_license_lines": [
32
+ "Common Corpus is the largest open licensed text dataset, comprising 2.27 trillion tokens (2,267,302,720,836 tokens). It is a diverse dataset, consisting of books, newspapers, scientific articles, government and legal documents, code, and more. Common Corpus has been created by Pleias in association with several partners.",
33
+ "* **Truly Open**: contains only data that is either uncopyrighted or freely licensed",
34
+ "* **Traceable**: each individual document is associated with documented contextual information, including licensed use or lack of copyright.",
35
+ "Common Corpus makes it possible to train model compatible with [the Open Source Initiative’s definition](https://opensource.org/ai/open-source-ai-definition#:~:text=An%20Open%20Source%20AI%20is,including%20to%20change%20its%20output.) of open-source AI, which includes openness of use, meaning use is permitted for “any purpose and without having to ask for permission\". Based on the available licensing information Common Corpus can be filtered to only include public domain works or a subset of free licenses (like attribution only).",
36
+ "* **OpenCulture**: our largest collection at 967,018,390,906 tokens, featuring public domain books, newspapers from cultural heritage repositories and open projets like Wikisource ad Gutenberg. We're developing innovative tools of OCR correction based on Pleias Models to correct historical digitization errors, while implementing advanced toxicity filtering to ensure content meets modern ethical standards.",
37
+ "| OpenCulture | cultural heritage | public domain books and newspapers, Wikisource |",
38
+ "The first version of [Common Corpus](https://huggingface.co/datasets/PleIAs/common_corpus) was released in November of 2024. The second version added Wikidata and detailed document-level information, including licensing and other core metadata whenever available. The third ongoing version dramatically expand the language coverage of Common Corpus beyond the US and Europe with the integration of large collection of documents in Chinese, Japanese, Arabic, Korean and Hindi.",
39
+ "* `license`: sharing rights for the content either uncopyrighted (public domain, US federal public domain, CC0 on Wikidata) or various free licenses (Creative Commons, MIT, French Licence ouverte, etc.)",
40
+ "* `date`: date of creation of the resource where known. Due to the significance of public domain and other cultural heritage content, more than half of Common Corpus predates the 21st century.",
41
+ "* `word_count`: number of space delimited words.",
42
+ "All data in Common Corpus are either uncopyrighted or freely licensed and may be used for both commercial and non-commercial purposes.",
43
+ "Some small parts of the French administrative common crawl have been entirely dropped using our unreleased small reasoning model for GDPR-filtering, due to the heightened risk of transmitting identifiable indirect personal information."
44
+ ],
45
+ "warnings": [],
46
+ "sample_files": [
47
+ ".gitattributes",
48
+ ".gitkeep",
49
+ "README.md",
50
+ "common_corpus_1/.gitkeep",
51
+ "common_corpus_1/subset_100_1.parquet",
52
+ "common_corpus_1/subset_100_10.parquet",
53
+ "common_corpus_1/subset_100_2.parquet",
54
+ "common_corpus_1/subset_100_3.parquet",
55
+ "common_corpus_1/subset_100_4.parquet",
56
+ "common_corpus_1/subset_100_5.parquet",
57
+ "common_corpus_1/subset_100_6.parquet",
58
+ "common_corpus_1/subset_100_7.parquet",
59
+ "common_corpus_1/subset_100_8.parquet",
60
+ "common_corpus_1/subset_100_9.parquet",
61
+ "common_corpus_1/subset_10_1.parquet",
62
+ "common_corpus_1/subset_10_10.parquet",
63
+ "common_corpus_1/subset_10_2.parquet",
64
+ "common_corpus_1/subset_10_3.parquet",
65
+ "common_corpus_1/subset_10_4.parquet",
66
+ "common_corpus_1/subset_10_5.parquet",
67
+ "common_corpus_1/subset_10_6.parquet",
68
+ "common_corpus_1/subset_10_7.parquet",
69
+ "common_corpus_1/subset_10_8.parquet",
70
+ "common_corpus_1/subset_10_9.parquet",
71
+ "common_corpus_1/subset_11_1.parquet",
72
+ "common_corpus_1/subset_11_10.parquet",
73
+ "common_corpus_1/subset_11_2.parquet",
74
+ "common_corpus_1/subset_11_3.parquet",
75
+ "common_corpus_1/subset_11_4.parquet",
76
+ "common_corpus_1/subset_11_5.parquet"
77
+ ]
78
+ },
79
+ {
80
+ "repo_id": "PleIAs/Polish-PD",
81
+ "configured_decision": "accept_after_ocr_review",
82
+ "target_bucket": "bulk_pretraining",
83
+ "priority": "high",
84
+ "notes": "Large public-domain Polish books/newspapers. Useful for scale, but OCR garbage must be measured aggressively.",
85
+ "gated": false,
86
+ "private": false,
87
+ "downloads": 518,
88
+ "license_tags": [],
89
+ "language_tags": [],
90
+ "size_tags": [
91
+ "10K<n<100K"
92
+ ],
93
+ "task_tags": [],
94
+ "readme_license_lines": [
95
+ "# 🇵🇱 Polish Public Domain 🇵🇱",
96
+ "**Polish-Public Domain** or **Polish-PD** is a large collection aiming to aggregate all Polish monographies and periodicals in the public domain. As of March 2024, it is the biggest Polish open corpus.",
97
+ "The composition of the dataset adheres to the criteria for public domain works in the EU and, consequently, all Berne-countries for EU authors: any publication whose author is dead for more than 70 years. Additionally, the initial consolidation of public domain status for cultural heritage operates in the EU under the 2019 Copyright Directive (art. 14).",
98
+ "As of March 2024, to limit rights verification, we have retained exclusively titles published prior to 1884.",
99
+ "The corpus will be expanded at a later stage to encompass late 19th century and early 20th century publications, after checking for public domain validity.",
100
+ "* **Legal**: With the adoption of the AI Act with its obligations in terms of copyright law compliance for the pretraining corpora, the European AI ecosystem will have to change its provenance practices.",
101
+ "## License",
102
+ "The entire collection is in the public domain in all regions. This means that the patrimonial rights of each individual or collective right holders have expired.",
103
+ "There has been a debate for years in Europe over the definition of public domain and the possibility to restrict its use. Since 2019, the EU Copyright Directive states that \"Member States shall provide that, when the term of protection of a work of visual art has expired, any material resulting from an act of reproduction of that work is not subject to copyright or related rights, unless the material resulting from that act of reproduction is original in the sense that it is the author's own intellectual creation.\" (art. 14)"
104
+ ],
105
+ "warnings": [],
106
+ "sample_files": [
107
+ ".gitattributes",
108
+ "README.md",
109
+ "pol_pd_1.parquet",
110
+ "pol_pd_10.parquet",
111
+ "pol_pd_11.parquet",
112
+ "pol_pd_12.parquet",
113
+ "pol_pd_13.parquet",
114
+ "pol_pd_14.parquet",
115
+ "pol_pd_15.parquet",
116
+ "pol_pd_16.parquet",
117
+ "pol_pd_17.parquet",
118
+ "pol_pd_18.parquet",
119
+ "pol_pd_19.parquet",
120
+ "pol_pd_2.parquet",
121
+ "pol_pd_20.parquet",
122
+ "pol_pd_21.parquet",
123
+ "pol_pd_22.parquet",
124
+ "pol_pd_23.parquet",
125
+ "pol_pd_24.parquet",
126
+ "pol_pd_25.parquet",
127
+ "pol_pd_26.parquet",
128
+ "pol_pd_27.parquet",
129
+ "pol_pd_28.parquet",
130
+ "pol_pd_29.parquet",
131
+ "pol_pd_3.parquet",
132
+ "pol_pd_30.parquet",
133
+ "pol_pd_31.parquet",
134
+ "pol_pd_32.parquet",
135
+ "pol_pd_33.parquet",
136
+ "pol_pd_34.parquet"
137
+ ]
138
+ },
139
+ {
140
+ "repo_id": "pelcra/PLLuMIC",
141
+ "configured_decision": "accept_gated",
142
+ "target_bucket": "final_phase_sft",
143
+ "priority": "high",
144
+ "notes": "High-quality hand-crafted Polish instruction/dialogue data. Use for SFT/final phase, not bulk pretraining.",
145
+ "gated": "auto",
146
+ "private": false,
147
+ "downloads": 33,
148
+ "license_tags": [
149
+ "cc-by-sa-4.0"
150
+ ],
151
+ "language_tags": [
152
+ "pl"
153
+ ],
154
+ "size_tags": [
155
+ "n<1K"
156
+ ],
157
+ "task_tags": [
158
+ "text-generation"
159
+ ],
160
+ "readme_license_lines": [
161
+ "license: cc-by-sa-4.0",
162
+ "- **License:** CC-BY-SA-4.0"
163
+ ],
164
+ "warnings": [],
165
+ "sample_files": [
166
+ ".gitattributes",
167
+ "README.md",
168
+ "pllumic.json"
169
+ ]
170
+ },
171
+ {
172
+ "repo_id": "ipipan/polqa",
173
+ "configured_decision": "accept_with_dedup",
174
+ "target_bucket": "qa_eval_final_phase",
175
+ "priority": "medium",
176
+ "notes": "CC-BY-SA Polish QA; passages are Wikipedia-heavy, so dedup against existing Wikipedia.",
177
+ "gated": false,
178
+ "private": false,
179
+ "downloads": 214,
180
+ "license_tags": [
181
+ "cc-by-sa-4.0"
182
+ ],
183
+ "language_tags": [
184
+ "pl"
185
+ ],
186
+ "size_tags": [
187
+ "10K<n<100K"
188
+ ],
189
+ "task_tags": [
190
+ "question-answering",
191
+ "text-retrieval"
192
+ ],
193
+ "readme_license_lines": [
194
+ "license: cc-by-sa-4.0",
195
+ "The passages proposed by the `hard-negative` and `zero-shot` methods are bound to be easier to retrieve by retrievers since they were proposed by such. To mitigate this bias, we include the passages found by the human annotators in an unconstrained way (`passage_source=\"human\"`). We hypothesize that it will result in more unbiased and diverse examples. Moreover, we asked the annotators to find not one but up to five passages, preferably from different articles to even further increase passage diversity.",
196
+ "### Other Known Limitations",
197
+ "The PolQA dataset focuses on trivia questions which might limit its usefulness in real-world applications since neural retrievers generalize poorly to other domains.",
198
+ "### Licensing Information"
199
+ ],
200
+ "warnings": [
201
+ "unknown"
202
+ ],
203
+ "sample_files": [
204
+ ".gitattributes",
205
+ "README.md",
206
+ "data/passages.jsonl",
207
+ "data/test.csv",
208
+ "data/train.csv",
209
+ "data/valid.csv",
210
+ "polqa.py"
211
+ ]
212
+ },
213
+ {
214
+ "repo_id": "clarin-pl/poquad",
215
+ "configured_decision": "accept_with_dedup",
216
+ "target_bucket": "qa_eval_final_phase",
217
+ "priority": "medium",
218
+ "notes": "CC-BY Polish QA. Keep as QA/eval/final-phase source.",
219
+ "gated": false,
220
+ "private": false,
221
+ "downloads": 217,
222
+ "license_tags": [
223
+ "cc-by-4.0"
224
+ ],
225
+ "language_tags": [
226
+ "pl"
227
+ ],
228
+ "size_tags": [
229
+ "10K<n<100K"
230
+ ],
231
+ "task_tags": [
232
+ "question-answering"
233
+ ],
234
+ "readme_license_lines": [
235
+ "license:",
236
+ "- cc-by-4.0"
237
+ ],
238
+ "warnings": [],
239
+ "sample_files": [
240
+ ".gitattributes",
241
+ "README.md",
242
+ "poquad-dev.json",
243
+ "poquad-train.json",
244
+ "poquad.py"
245
+ ]
246
+ },
247
+ {
248
+ "repo_id": "clarin-pl/PUGG",
249
+ "configured_decision": "accept_with_dedup",
250
+ "target_bucket": "qa_eval_final_phase",
251
+ "priority": "medium",
252
+ "notes": "CC-BY-SA Polish QA/retrieval data.",
253
+ "gated": false,
254
+ "private": false,
255
+ "downloads": 44,
256
+ "license_tags": [
257
+ "cc-by-sa-4.0"
258
+ ],
259
+ "language_tags": [
260
+ "pl"
261
+ ],
262
+ "size_tags": [
263
+ "10K<n<100K"
264
+ ],
265
+ "task_tags": [
266
+ "question-answering",
267
+ "text-retrieval"
268
+ ],
269
+ "readme_license_lines": [
270
+ "license:",
271
+ "- cc-by-sa-4.0"
272
+ ],
273
+ "warnings": [],
274
+ "sample_files": [
275
+ ".gitattributes",
276
+ "README.md",
277
+ "ir/corpus.jsonl",
278
+ "ir/qrels/test.jsonl",
279
+ "ir/queries.jsonl",
280
+ "kbqa/natural/test.jsonl",
281
+ "kbqa/natural/train.jsonl",
282
+ "kbqa/template-based/test.jsonl",
283
+ "kbqa/template-based/train.jsonl",
284
+ "mrc/test.jsonl",
285
+ "mrc/train.jsonl"
286
+ ]
287
+ },
288
+ {
289
+ "repo_id": "clarin-pl/ComplexQA",
290
+ "configured_decision": "accept_with_dedup",
291
+ "target_bucket": "qa_eval",
292
+ "priority": "medium",
293
+ "notes": "Small CC-BY-SA complex QA set; useful for evaluation and final phase.",
294
+ "gated": false,
295
+ "private": false,
296
+ "downloads": 21,
297
+ "license_tags": [
298
+ "cc-by-sa-4.0"
299
+ ],
300
+ "language_tags": [
301
+ "pl"
302
+ ],
303
+ "size_tags": [
304
+ "n<1K"
305
+ ],
306
+ "task_tags": [
307
+ "question-answering"
308
+ ],
309
+ "readme_license_lines": [
310
+ "license: cc-by-sa-4.0"
311
+ ],
312
+ "warnings": [],
313
+ "sample_files": [
314
+ ".gitattributes",
315
+ "README.md",
316
+ "test.jsonl"
317
+ ]
318
+ },
319
+ {
320
+ "repo_id": "openlanguagedata/flores_plus",
321
+ "configured_decision": "eval_only",
322
+ "target_bucket": "eval",
323
+ "priority": "low",
324
+ "notes": "Clean CC-BY-SA multilingual dev/devtest data. Too small for pretraining; useful for eval.",
325
+ "gated": "auto",
326
+ "private": false,
327
+ "downloads": 17481,
328
+ "license_tags": [
329
+ "cc-by-sa-4.0"
330
+ ],
331
+ "language_tags": [
332
+ "ace",
333
+ "acm",
334
+ "acq",
335
+ "aeb",
336
+ "af",
337
+ "ajp",
338
+ "ak",
339
+ "als",
340
+ "am",
341
+ "apc",
342
+ "ar",
343
+ "ars",
344
+ "ary",
345
+ "arz",
346
+ "as",
347
+ "ast",
348
+ "awa",
349
+ "ayr",
350
+ "azb",
351
+ "azj",
352
+ "ba",
353
+ "bm",
354
+ "ban",
355
+ "be",
356
+ "bem",
357
+ "bn",
358
+ "bho",
359
+ "bjn",
360
+ "bo",
361
+ "bs",
362
+ "bug",
363
+ "bg",
364
+ "ca",
365
+ "ceb",
366
+ "cs",
367
+ "cjk",
368
+ "ckb",
369
+ "crh",
370
+ "cy",
371
+ "da",
372
+ "de",
373
+ "dar",
374
+ "dik",
375
+ "dyu",
376
+ "dz",
377
+ "el",
378
+ "en",
379
+ "eo",
380
+ "et",
381
+ "eu",
382
+ "ee",
383
+ "fo",
384
+ "fj",
385
+ "fi",
386
+ "fon",
387
+ "fr",
388
+ "fur",
389
+ "fuv",
390
+ "gaz",
391
+ "gd",
392
+ "ga",
393
+ "gl",
394
+ "gn",
395
+ "gu",
396
+ "ht",
397
+ "ha",
398
+ "he",
399
+ "hi",
400
+ "hne",
401
+ "hr",
402
+ "hu",
403
+ "hy",
404
+ "ig",
405
+ "ilo",
406
+ "id",
407
+ "is",
408
+ "it",
409
+ "jv",
410
+ "ja",
411
+ "kab",
412
+ "kac",
413
+ "kam",
414
+ "kn",
415
+ "ks",
416
+ "ka",
417
+ "kk",
418
+ "kbp",
419
+ "kea",
420
+ "khk",
421
+ "km",
422
+ "ki",
423
+ "rw",
424
+ "kjh",
425
+ "ky",
426
+ "kmb",
427
+ "kmr",
428
+ "knc",
429
+ "kg",
430
+ "ko",
431
+ "lo",
432
+ "lij",
433
+ "li",
434
+ "lld",
435
+ "ln",
436
+ "lt",
437
+ "lmo",
438
+ "ltg",
439
+ "lb",
440
+ "lua",
441
+ "lg",
442
+ "luo",
443
+ "lus",
444
+ "lvs",
445
+ "mag",
446
+ "mai",
447
+ "ml",
448
+ "mar",
449
+ "mfe",
450
+ "mhr",
451
+ "min",
452
+ "mk",
453
+ "mt",
454
+ "mni",
455
+ "mos",
456
+ "mi",
457
+ "my",
458
+ "nl",
459
+ "nn",
460
+ "nb",
461
+ "npi",
462
+ "nso",
463
+ "nus",
464
+ "ny",
465
+ "oc",
466
+ "ory",
467
+ "pag",
468
+ "pa",
469
+ "pap",
470
+ "pbt",
471
+ "pes",
472
+ "plt",
473
+ "pl",
474
+ "pt",
475
+ "prs",
476
+ "quy",
477
+ "ro",
478
+ "rn",
479
+ "ru",
480
+ "sg",
481
+ "sa",
482
+ "sat",
483
+ "scn",
484
+ "shn",
485
+ "si",
486
+ "sk",
487
+ "sl",
488
+ "sm",
489
+ "sn",
490
+ "sd",
491
+ "so",
492
+ "st",
493
+ "es",
494
+ "sc",
495
+ "sr",
496
+ "ss",
497
+ "su",
498
+ "sv",
499
+ "swh",
500
+ "szl",
501
+ "ta",
502
+ "taq",
503
+ "tt",
504
+ "te",
505
+ "tg",
506
+ "tl",
507
+ "th",
508
+ "ti",
509
+ "tpi",
510
+ "tn",
511
+ "ts",
512
+ "tk",
513
+ "tum",
514
+ "tr",
515
+ "tw",
516
+ "tzm",
517
+ "udm",
518
+ "ug",
519
+ "uk",
520
+ "umb",
521
+ "ur",
522
+ "uzn",
523
+ "uzs",
524
+ "vec",
525
+ "vi",
526
+ "war",
527
+ "wo",
528
+ "xh",
529
+ "ydd",
530
+ "yo",
531
+ "yue",
532
+ "zgh",
533
+ "zh",
534
+ "zsm",
535
+ "zu"
536
+ ],
537
+ "size_tags": [
538
+ "100K<n<1M"
539
+ ],
540
+ "task_tags": [
541
+ "text-generation",
542
+ "translation"
543
+ ],
544
+ "readme_license_lines": [
545
+ "license:",
546
+ "- cc-by-sa-4.0",
547
+ "FLORES+ is a multilingual machine translation benchmark released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). This dataset was originally released by FAIR researchers at Meta under the name FLORES. Further information about these initial releases can be found in [Dataset Sources](#dataset-sources) below. The data is now being managed by OLDI, [the Open Language Data Initiative](https://oldi.org/). The + has been added to the name to disambiguate between the original datasets and this new actively developed version.",
548
+ "- **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)",
549
+ "In order to show your agreement with the DCO you should include at the end of commit message,",
550
+ "This can be done easily using the `-s` flag on the `git commit`.",
551
+ "7. Commit with an -s flag (e.g. `git commit -s -m \"fix a few typos in the Russian dev set\"`)."
552
+ ],
553
+ "warnings": [
554
+ "unknown"
555
+ ],
556
+ "sample_files": [
557
+ ".gitattributes",
558
+ ".gitignore",
559
+ "CHANGELOG.md",
560
+ "DCO",
561
+ "README.md",
562
+ "bibliography.bib",
563
+ "convert_parquet_to_jsonl.py",
564
+ "dataset_cards/arg_Latn.md",
565
+ "dataset_cards/ast_Latn.md",
566
+ "dataset_cards/cat_Latn_vale1252.md",
567
+ "dataset_cards/chv_Cyrl.md",
568
+ "dataset_cards/cmn_Hans.md",
569
+ "dataset_cards/cmn_Hant.md",
570
+ "dataset_cards/dar_Cyrl.md",
571
+ "dataset_cards/fil_Latn.md",
572
+ "dataset_cards/kaa_Latn.md",
573
+ "dataset_cards/khk_Mong.md",
574
+ "dataset_cards/kjh_Cyrl.md",
575
+ "dataset_cards/lij_Latn.md",
576
+ "dataset_cards/lld_Latn.md",
577
+ "dataset_cards/lld_Latn_gard1241.md",
578
+ "dataset_cards/mfe_Latn.md",
579
+ "dataset_cards/mhr_Cyrl.md",
580
+ "dataset_cards/myv_Cyrl.md",
581
+ "dataset_cards/nob_Latn.md",
582
+ "dataset_cards/nob_Latn_radical.md",
583
+ "dataset_cards/oci_Latn_aran1260.md",
584
+ "dataset_cards/tyv_Cyrl.md",
585
+ "dataset_cards/udm_Cyrl.md",
586
+ "dataset_cards/uzs_Arab.md"
587
+ ]
588
+ },
589
+ {
590
+ "repo_id": "oscar-corpus/mOSCAR",
591
+ "configured_decision": "maybe_after_legal_review",
592
+ "target_bucket": "web_fallback",
593
+ "priority": "medium",
594
+ "notes": "CC-BY tag but web-crawl copyright/provenance risk remains. Only use after filtering and legal review.",
595
+ "gated": false,
596
+ "private": false,
597
+ "downloads": 1741,
598
+ "license_tags": [
599
+ "cc-by-4.0"
600
+ ],
601
+ "language_tags": [],
602
+ "size_tags": [
603
+ "100M<n<1B"
604
+ ],
605
+ "task_tags": [],
606
+ "readme_license_lines": [
607
+ "license: cc-by-4.0"
608
+ ],
609
+ "warnings": [],
610
+ "sample_files": [
611
+ ".gitattributes",
612
+ "README.md",
613
+ "data/ace_Latn/00000.parquet",
614
+ "data/acm_Arab/00000.parquet",
615
+ "data/aeb_Arab/00000.parquet",
616
+ "data/afr_Latn/00000.parquet",
617
+ "data/ajp_Arab/00000.parquet",
618
+ "data/als_Latn/00000.parquet",
619
+ "data/als_Latn/00001.parquet",
620
+ "data/als_Latn/00002.parquet",
621
+ "data/als_Latn/00003.parquet",
622
+ "data/als_Latn/00004.parquet",
623
+ "data/als_Latn/00005.parquet",
624
+ "data/als_Latn/00006.parquet",
625
+ "data/als_Latn/00007.parquet",
626
+ "data/als_Latn/00008.parquet",
627
+ "data/amh_Ethi/00000.parquet",
628
+ "data/apc_Arab/00000.parquet",
629
+ "data/arb_Arab/00000.parquet",
630
+ "data/arb_Arab/00001.parquet",
631
+ "data/arb_Arab/00002.parquet",
632
+ "data/arb_Arab/00003.parquet",
633
+ "data/arb_Arab/00004.parquet",
634
+ "data/arb_Arab/00005.parquet",
635
+ "data/arb_Arab/00006.parquet",
636
+ "data/arb_Arab/00007.parquet",
637
+ "data/arb_Arab/00008.parquet",
638
+ "data/arb_Arab/00009.parquet",
639
+ "data/arb_Arab/00010.parquet",
640
+ "data/arb_Arab/00011.parquet"
641
+ ]
642
+ },
643
+ {
644
+ "repo_id": "oscar-corpus/OSCAR-2301",
645
+ "configured_decision": "hold",
646
+ "target_bucket": "web_fallback",
647
+ "priority": "low",
648
+ "notes": "HF tag says CC0 but card text mentions research-only license; do not include until resolved.",
649
+ "gated": "manual",
650
+ "private": false,
651
+ "downloads": 1931,
652
+ "license_tags": [
653
+ "cc0-1.0"
654
+ ],
655
+ "language_tags": [],
656
+ "size_tags": [
657
+ "n>1T"
658
+ ],
659
+ "task_tags": [
660
+ "fill-mask",
661
+ "text-generation"
662
+ ],
663
+ "readme_license_lines": [
664
+ "license: cc0-1.0",
665
+ "extra_gated_prompt: \"**[IMPORTANT: We are forced to temporarily suspend access to OSCAR. The temporary nature of this suspension has led us to choose to implement it as gated access with manual control, and we will not grant any access until the situation has been clarified. We sincerely apologize for this situation and hope to be able to restore access as soon as possible. In the meantime, we remind you that we have always prohibited access to or use of OSCAR that violates the legislation in force where you are located. In France, for example, any use of OSCAR that does not fall within the framework of the so-called 'TDM' or the so-called 'research' exceptions to copyright has always been prohibited.]** By filling the form below, you understand that only the metadata and the annotations of OSCAR 23.01 have a cc0-1.0 license, and that the rest of the content is crawled data derived from the November/December 2022 snapshot of Common Crawl, for which the authors of OSCAR **do not** hold any copyright whatsoever.\"",
666
+ "- [Other Known Limitations](#other-known-limitations)",
667
+ "- [Licensing Information](#licensing-information)",
668
+ "### Other Known Limitations",
669
+ "### Licensing Information",
670
+ "These data are released under this licensing scheme",
671
+ "We license the actual packaging, the metadata and the annotations of these data under the Creative Commons CC0 license (\"no rights reserved\") http://creativecommons.org/publicdomain/zero/1.0/",
672
+ "To the extent possible under law, the OSCAR project, Inria, the Univertity of Mannheim and DFKI GmbH have waived all copyright and related or neighboring rights to OSCAR",
673
+ "* Clearly identify the copyrighted work claimed to be infringed.",
674
+ "abstract = {Since the introduction of large language models in Natural Language Processing, large raw corpora have played a crucial role in Computational Linguistics. However, most of these large raw corpora are either available only for English or not available to the general public due to copyright issues. Nevertheless, there are some examples of freely available multilingual corpora for training Deep Learning NLP models, such as the OSCAR and Paracrawl corpora. However, they have quality issues, especially for low-resource languages. Moreover, recreating or updating these corpora is very complex. In this work, we try to reproduce and improve the goclassy pipeline used to create the OSCAR corpus. We propose a new pipeline that is faster, modular, parameterizable, and well documented. We use it to create a corpus similar to OSCAR but larger and based on recent data. Also, unlike OSCAR, the metadata information is at the document level. We release our pipeline under an open source license and publish the corpus under a research-only license.},",
675
+ "Papadimitriou, Isabel and"
676
+ ],
677
+ "warnings": [],
678
+ "sample_files": [
679
+ ".gitattributes",
680
+ ".gitignore",
681
+ "OSCAR-2301.py",
682
+ "README.md",
683
+ "af_meta/af_meta.jsonl.zst",
684
+ "af_meta/checksum.sha256",
685
+ "am_meta/am_meta.jsonl.zst",
686
+ "am_meta/checksum.sha256",
687
+ "an_meta/an_meta.jsonl.zst",
688
+ "an_meta/checksum.sha256",
689
+ "ar_meta/ar_meta_part_1.jsonl.zst",
690
+ "ar_meta/ar_meta_part_10.jsonl.zst",
691
+ "ar_meta/ar_meta_part_11.jsonl.zst",
692
+ "ar_meta/ar_meta_part_12.jsonl.zst",
693
+ "ar_meta/ar_meta_part_13.jsonl.zst",
694
+ "ar_meta/ar_meta_part_14.jsonl.zst",
695
+ "ar_meta/ar_meta_part_15.jsonl.zst",
696
+ "ar_meta/ar_meta_part_16.jsonl.zst",
697
+ "ar_meta/ar_meta_part_17.jsonl.zst",
698
+ "ar_meta/ar_meta_part_18.jsonl.zst",
699
+ "ar_meta/ar_meta_part_19.jsonl.zst",
700
+ "ar_meta/ar_meta_part_2.jsonl.zst",
701
+ "ar_meta/ar_meta_part_20.jsonl.zst",
702
+ "ar_meta/ar_meta_part_21.jsonl.zst",
703
+ "ar_meta/ar_meta_part_22.jsonl.zst",
704
+ "ar_meta/ar_meta_part_23.jsonl.zst",
705
+ "ar_meta/ar_meta_part_24.jsonl.zst",
706
+ "ar_meta/ar_meta_part_25.jsonl.zst",
707
+ "ar_meta/ar_meta_part_26.jsonl.zst",
708
+ "ar_meta/ar_meta_part_27.jsonl.zst"
709
+ ]
710
+ },
711
+ {
712
+ "repo_id": "WiktorS/polish-news",
713
+ "configured_decision": "reject_unless_permission",
714
+ "target_bucket": "contemporary_news",
715
+ "priority": "medium",
716
+ "notes": "Apache-2.0 tag is not enough: README says articles were obtained from tvp.info.pl, while TVP/TVP Info pages do not expose an open license for article reuse and TVP has separate licensing/copyright channels. Include only with explicit permission or a documented upstream open license.",
717
+ "gated": false,
718
+ "private": false,
719
+ "downloads": 117,
720
+ "license_tags": [
721
+ "apache-2.0"
722
+ ],
723
+ "language_tags": [
724
+ "pl"
725
+ ],
726
+ "size_tags": [
727
+ "100K<n<1M"
728
+ ],
729
+ "task_tags": [
730
+ "text-classification",
731
+ "summarization",
732
+ "text-generation"
733
+ ],
734
+ "readme_license_lines": [
735
+ "license: apache-2.0"
736
+ ],
737
+ "warnings": [],
738
+ "sample_files": [
739
+ ".gitattributes",
740
+ "README.md",
741
+ "full_data.csv"
742
+ ]
743
+ },
744
+ {
745
+ "repo_id": "ptaszynski/PolishCyberbullyingDataset",
746
+ "configured_decision": "eval_only",
747
+ "target_bucket": "safety_eval",
748
+ "priority": "low",
749
+ "notes": "CC-BY Polish social/toxicity data. Useful for safety probes, not bulk pretraining.",
750
+ "gated": false,
751
+ "private": false,
752
+ "downloads": 168,
753
+ "license_tags": [
754
+ "cc-by-4.0"
755
+ ],
756
+ "language_tags": [
757
+ "pl"
758
+ ],
759
+ "size_tags": [
760
+ "10K<n<100K"
761
+ ],
762
+ "task_tags": [],
763
+ "readme_license_lines": [
764
+ "license: cc-by-4.0",
765
+ "## Licences",
766
+ "The dataset is licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/), or Creative Commons Attribution 4.0 International License.",
767
+ "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /></a>"
768
+ ],
769
+ "warnings": [],
770
+ "sample_files": [
771
+ ".gitattributes",
772
+ "README.md",
773
+ "v2_test_anonymized.tsv",
774
+ "v2_training_anonymized.tsv"
775
+ ]
776
+ },
777
+ {
778
+ "repo_id": "michaljunczyk/pl-asr-bigos",
779
+ "configured_decision": "partial_only",
780
+ "target_bucket": "spoken_transcripts",
781
+ "priority": "low",
782
+ "notes": "Mixed upstream licenses include proprietary and noncommercial-compatible criteria; only compatible transcript subsets may be used.",
783
+ "gated": "auto",
784
+ "private": false,
785
+ "downloads": 6,
786
+ "license_tags": [
787
+ "cc-by-sa-4.0"
788
+ ],
789
+ "language_tags": [
790
+ "pl"
791
+ ],
792
+ "size_tags": [
793
+ "1K<n<10K"
794
+ ],
795
+ "task_tags": [
796
+ "automatic-speech-recognition"
797
+ ],
798
+ "readme_license_lines": [
799
+ "license:",
800
+ "- cc-by-sa-4.0",
801
+ "Original datasets used for curation of BIGOS have specific terms of usage that must be understood and agreed to before use. Below are the links to the license terms and datasets the specific license type applies to:",
802
+ "* [Creative Commons 0](https://creativecommons.org/share-your-work/public-domain/cc0) which applies to [Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0)",
803
+ "* [Creative Commons By Attribution Share Alike 4.0](https://creativecommons.org/licenses/by-sa/4.0/), which applies to [Clarin Cyfry](https://clarin-pl.eu/dspace/handle/11321/317), [Azon acoustic speech resources corpus](https://zasobynauki.pl/zasoby/korpus-nagran-probek-mowy-do-celow-budowy-modeli-akustycznych-dla-automatycznego-rozpoznawania-mowy,53293/).",
804
+ "* [Creative Commons By Attribution 3.0](https://creativecommons.org/licenses/by/3.0/), which applies to [CLARIN Mobile database](https://clarin-pl.eu/dspace/handle/11321/237), [CLARIN Studio database](https://clarin-pl.eu/dspace/handle/11321/236), [PELCRA Spelling and Numbers Voice Database](http://pelcra.pl/new/snuv) and [FLEURS dataset](https://huggingface.co/datasets/google/fleurs)",
805
+ "* [Creative Commons By Attribution 4.0](https://creativecommons.org/licenses/by/4.0/), which applies to [Multilingual Librispeech](https://huggingface.co/datasets/facebook/multilingual_librispeech) and [Poly AI Minds 14](https://huggingface.co/datasets/PolyAI/minds14)",
806
+ "* [Proprietiary License of Munich AI Labs dataset](https://www.caito.de/2019/01/03/the-m-ailabs-speech-dataset)",
807
+ "* Public domain mark, which applies to [PWR datasets](https://www.ii.pwr.edu.pl/~sas/ASR/)",
808
+ "I hereby confirm that I have read and accepted the license terms of datasets comprising BIGOS corpora: checkbox",
809
+ "- [Other Known Limitations](#other-known-limitations)",
810
+ "- [Licensing Information](#licensing-information)"
811
+ ],
812
+ "warnings": [
813
+ "noncommercial"
814
+ ],
815
+ "sample_files": [
816
+ ".gitattributes",
817
+ ".gitignore",
818
+ ".python-version",
819
+ "README.md",
820
+ "data/clarin-pjatk-mobile-15/test.tar.gz",
821
+ "data/clarin-pjatk-mobile-15/test.tsv",
822
+ "data/clarin-pjatk-studio-15/test.tar.gz",
823
+ "data/clarin-pjatk-studio-15/test.tsv",
824
+ "data/fair-mls-20/test.tar.gz",
825
+ "data/fair-mls-20/test.tsv",
826
+ "data/mailabs-19/test.tar.gz",
827
+ "data/mailabs-19/test.tsv",
828
+ "data/mozilla-common-voice-19/test.tar.gz",
829
+ "data/mozilla-common-voice-19/test.tsv",
830
+ "data/pwr-azon-read-20/test.tar.gz",
831
+ "data/pwr-azon-read-20/test.tsv",
832
+ "data/pwr-azon-spont-20/test.tar.gz",
833
+ "data/pwr-azon-spont-20/test.tsv",
834
+ "data/pwr-maleset-unk/test.tar.gz",
835
+ "data/pwr-maleset-unk/test.tsv",
836
+ "data/pwr-shortwords-unk/test.tar.gz",
837
+ "data/pwr-shortwords-unk/test.tsv",
838
+ "data/pwr-viu-unk/test.tar.gz",
839
+ "data/pwr-viu-unk/test.tsv",
840
+ "pl-asr-bigos.py",
841
+ "test.py"
842
+ ]
843
+ },
844
+ {
845
+ "repo_id": "clarin-knext/wsd_polish_datasets",
846
+ "configured_decision": "partial_only",
847
+ "target_bucket": "nlp_eval_final_phase",
848
+ "priority": "low",
849
+ "notes": "Mixed licenses including GPL and plWordNet license; inspect each subcorpus before inclusion.",
850
+ "gated": false,
851
+ "private": false,
852
+ "downloads": 48,
853
+ "license_tags": [
854
+ "cc-by-4.0"
855
+ ],
856
+ "language_tags": [
857
+ "pl"
858
+ ],
859
+ "size_tags": [
860
+ "1M<n<10M"
861
+ ],
862
+ "task_tags": [
863
+ "token-classification"
864
+ ],
865
+ "readme_license_lines": [
866
+ "license:",
867
+ "- cc-by-4.0",
868
+ "- [Other Known Limitations](#other-known-limitations)",
869
+ "- [Licensing Information](#licensing-information)",
870
+ "### Other Known Limitations",
871
+ "### Licensing Information",
872
+ "KPWR-100 [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)",
873
+ "KPWR [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)",
874
+ "Walenty [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)",
875
+ "Sherlock [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)",
876
+ "Skladnica [GNU GPL 3](http://www.gnu.org/licenses/gpl-3.0.en.html)",
877
+ "GLEX [plWordNet License](http://plwordnet.pwr.wroc.pl/wordnet/licence)"
878
+ ],
879
+ "warnings": [],
880
+ "sample_files": [
881
+ ".gitattributes",
882
+ "README.md",
883
+ "data/emoglex_sentences.jsonl",
884
+ "data/emoglex_text.jsonl",
885
+ "data/kpwr-100_sentences.jsonl",
886
+ "data/kpwr-100_text.jsonl",
887
+ "data/kpwr_sentences.jsonl",
888
+ "data/kpwr_text.jsonl",
889
+ "data/sherlock_sentences.jsonl",
890
+ "data/sherlock_text.jsonl",
891
+ "data/skladnica_sentences.jsonl",
892
+ "data/skladnica_text.jsonl",
893
+ "data/walenty_sentences.jsonl",
894
+ "data/walenty_text.jsonl",
895
+ "data/wikiglex_sentences.jsonl",
896
+ "data/wikiglex_text.jsonl",
897
+ "wsd_polish_datasets.py"
898
+ ]
899
+ },
900
+ {
901
+ "repo_id": "allegro/summarization-polish-summaries-corpus",
902
+ "configured_decision": "reject_until_license",
903
+ "target_bucket": "summarization",
904
+ "priority": "low",
905
+ "notes": "No HF license tag; hold until provenance and redistribution rights are documented.",
906
+ "gated": false,
907
+ "private": false,
908
+ "downloads": 279,
909
+ "license_tags": [],
910
+ "language_tags": [],
911
+ "size_tags": [
912
+ "10K<n<100K"
913
+ ],
914
+ "task_tags": [],
915
+ "readme_license_lines": [],
916
+ "warnings": [],
917
+ "sample_files": [
918
+ ".gitattributes",
919
+ "abstract/dev.csv",
920
+ "abstract/test.csv",
921
+ "abstract/train.csv",
922
+ "extract/dev.csv",
923
+ "extract/test.csv",
924
+ "extract/train.csv",
925
+ "whole/dev.csv",
926
+ "whole/test.csv",
927
+ "whole/train.csv"
928
+ ]
929
+ },
930
+ {
931
+ "repo_id": "allegro/polish-question-passage-pairs",
932
+ "configured_decision": "reject_until_license",
933
+ "target_bucket": "qa_eval_final_phase",
934
+ "priority": "low",
935
+ "notes": "No HF license tag; hold until provenance and redistribution rights are documented.",
936
+ "gated": false,
937
+ "private": false,
938
+ "downloads": 175,
939
+ "license_tags": [],
940
+ "language_tags": [],
941
+ "size_tags": [
942
+ "10K<n<100K"
943
+ ],
944
+ "task_tags": [],
945
+ "readme_license_lines": [],
946
+ "warnings": [],
947
+ "sample_files": [
948
+ ".gitattributes",
949
+ "all.csv"
950
+ ]
951
+ }
952
+ ]
artifacts/source_candidate_audit_v0_3.md ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Source candidate audit
2
+
3
+ | repo | decision | bucket | license tags | gated | warnings |
4
+ |---|---|---|---|---:|---|
5
+ | `PleIAs/common_corpus` | `accept_after_subset_review` | `bulk_pretraining` | `none` | `False` | `-` |
6
+ | `PleIAs/Polish-PD` | `accept_after_ocr_review` | `bulk_pretraining` | `none` | `False` | `-` |
7
+ | `pelcra/PLLuMIC` | `accept_gated` | `final_phase_sft` | `cc-by-sa-4.0` | `auto` | `-` |
8
+ | `ipipan/polqa` | `accept_with_dedup` | `qa_eval_final_phase` | `cc-by-sa-4.0` | `False` | `unknown` |
9
+ | `clarin-pl/poquad` | `accept_with_dedup` | `qa_eval_final_phase` | `cc-by-4.0` | `False` | `-` |
10
+ | `clarin-pl/PUGG` | `accept_with_dedup` | `qa_eval_final_phase` | `cc-by-sa-4.0` | `False` | `-` |
11
+ | `clarin-pl/ComplexQA` | `accept_with_dedup` | `qa_eval` | `cc-by-sa-4.0` | `False` | `-` |
12
+ | `openlanguagedata/flores_plus` | `eval_only` | `eval` | `cc-by-sa-4.0` | `auto` | `unknown` |
13
+ | `oscar-corpus/mOSCAR` | `maybe_after_legal_review` | `web_fallback` | `cc-by-4.0` | `False` | `-` |
14
+ | `oscar-corpus/OSCAR-2301` | `hold` | `web_fallback` | `cc0-1.0` | `manual` | `-` |
15
+ | `WiktorS/polish-news` | `reject_unless_permission` | `contemporary_news` | `apache-2.0` | `False` | `-` |
16
+ | `ptaszynski/PolishCyberbullyingDataset` | `eval_only` | `safety_eval` | `cc-by-4.0` | `False` | `-` |
17
+ | `michaljunczyk/pl-asr-bigos` | `partial_only` | `spoken_transcripts` | `cc-by-sa-4.0` | `auto` | `noncommercial` |
18
+ | `clarin-knext/wsd_polish_datasets` | `partial_only` | `nlp_eval_final_phase` | `cc-by-4.0` | `False` | `-` |
19
+ | `allegro/summarization-polish-summaries-corpus` | `reject_until_license` | `summarization` | `none` | `False` | `-` |
20
+ | `allegro/polish-question-passage-pairs` | `reject_until_license` | `qa_eval_final_phase` | `none` | `False` | `-` |
21
+
22
+ ## PleIAs/common_corpus
23
+
24
+ - decision: `accept_after_subset_review`
25
+ - bucket: `bulk_pretraining`
26
+ - priority: `high`
27
+ - license tags: `none`
28
+ - language tags: `en, fr, de, zh, it, es, ja, pl, la, nl, ru, ar, ko`
29
+ - gated: `False`
30
+ - notes: Large open/traceable corpus with Polish coverage. Filter to Polish, non-legal, non-code, high-quality domains where metadata license is acceptable.
31
+
32
+ README/license signals:
33
+ - Common Corpus is the largest open licensed text dataset, comprising 2.27 trillion tokens (2,267,302,720,836 tokens). It is a diverse dataset, consisting of books, newspapers, scientific articles, government and legal documents, code, and more. Common Corpus has been created by Pleias in association with several partners.
34
+ - * **Truly Open**: contains only data that is either uncopyrighted or freely licensed
35
+ - * **Traceable**: each individual document is associated with documented contextual information, including licensed use or lack of copyright.
36
+ - Common Corpus makes it possible to train model compatible with [the Open Source Initiative’s definition](https://opensource.org/ai/open-source-ai-definition#:~:text=An%20Open%20Source%20AI%20is,including%20to%20change%20its%20output.) of open-source AI, which includes openness of use, meaning use is permitted for “any purpose and without having to ask for permission". Based on the available licensing information Common Corpus can be filtered to only include public domain works or a subset of free licenses (like attribution only).
37
+ - * **OpenCulture**: our largest collection at 967,018,390,906 tokens, featuring public domain books, newspapers from cultural heritage repositories and open projets like Wikisource ad Gutenberg. We're developing innovative tools of OCR correction based on Pleias Models to correct historical digitization errors, while implementing advanced toxicity filtering to ensure content meets modern ethical standards.
38
+ - | OpenCulture | cultural heritage | public domain books and newspapers, Wikisource |
39
+ - The first version of [Common Corpus](https://huggingface.co/datasets/PleIAs/common_corpus) was released in November of 2024. The second version added Wikidata and detailed document-level information, including licensing and other core metadata whenever available. The third ongoing version dramatically expand the language coverage of Common Corpus beyond the US and Europe with the integration of large collection of documents in Chinese, Japanese, Arabic, Korean and Hindi.
40
+ - * `license`: sharing rights for the content either uncopyrighted (public domain, US federal public domain, CC0 on Wikidata) or various free licenses (Creative Commons, MIT, French Licence ouverte, etc.)
41
+ - * `date`: date of creation of the resource where known. Due to the significance of public domain and other cultural heritage content, more than half of Common Corpus predates the 21st century.
42
+ - * `word_count`: number of space delimited words.
43
+ - All data in Common Corpus are either uncopyrighted or freely licensed and may be used for both commercial and non-commercial purposes.
44
+ - Some small parts of the French administrative common crawl have been entirely dropped using our unreleased small reasoning model for GDPR-filtering, due to the heightened risk of transmitting identifiable indirect personal information.
45
+
46
+ ## PleIAs/Polish-PD
47
+
48
+ - decision: `accept_after_ocr_review`
49
+ - bucket: `bulk_pretraining`
50
+ - priority: `high`
51
+ - license tags: `none`
52
+ - language tags: `none`
53
+ - gated: `False`
54
+ - notes: Large public-domain Polish books/newspapers. Useful for scale, but OCR garbage must be measured aggressively.
55
+
56
+ README/license signals:
57
+ - # 🇵🇱 Polish Public Domain 🇵🇱
58
+ - **Polish-Public Domain** or **Polish-PD** is a large collection aiming to aggregate all Polish monographies and periodicals in the public domain. As of March 2024, it is the biggest Polish open corpus.
59
+ - The composition of the dataset adheres to the criteria for public domain works in the EU and, consequently, all Berne-countries for EU authors: any publication whose author is dead for more than 70 years. Additionally, the initial consolidation of public domain status for cultural heritage operates in the EU under the 2019 Copyright Directive (art. 14).
60
+ - As of March 2024, to limit rights verification, we have retained exclusively titles published prior to 1884.
61
+ - The corpus will be expanded at a later stage to encompass late 19th century and early 20th century publications, after checking for public domain validity.
62
+ - * **Legal**: With the adoption of the AI Act with its obligations in terms of copyright law compliance for the pretraining corpora, the European AI ecosystem will have to change its provenance practices.
63
+ - ## License
64
+ - The entire collection is in the public domain in all regions. This means that the patrimonial rights of each individual or collective right holders have expired.
65
+ - There has been a debate for years in Europe over the definition of public domain and the possibility to restrict its use. Since 2019, the EU Copyright Directive states that "Member States shall provide that, when the term of protection of a work of visual art has expired, any material resulting from an act of reproduction of that work is not subject to copyright or related rights, unless the material resulting from that act of reproduction is original in the sense that it is the author's own intellectual creation." (art. 14)
66
+
67
+ ## pelcra/PLLuMIC
68
+
69
+ - decision: `accept_gated`
70
+ - bucket: `final_phase_sft`
71
+ - priority: `high`
72
+ - license tags: `cc-by-sa-4.0`
73
+ - language tags: `pl`
74
+ - gated: `auto`
75
+ - notes: High-quality hand-crafted Polish instruction/dialogue data. Use for SFT/final phase, not bulk pretraining.
76
+
77
+ README/license signals:
78
+ - license: cc-by-sa-4.0
79
+ - - **License:** CC-BY-SA-4.0
80
+
81
+ ## ipipan/polqa
82
+
83
+ - decision: `accept_with_dedup`
84
+ - bucket: `qa_eval_final_phase`
85
+ - priority: `medium`
86
+ - license tags: `cc-by-sa-4.0`
87
+ - language tags: `pl`
88
+ - gated: `False`
89
+ - notes: CC-BY-SA Polish QA; passages are Wikipedia-heavy, so dedup against existing Wikipedia.
90
+
91
+ README/license signals:
92
+ - license: cc-by-sa-4.0
93
+ - The passages proposed by the `hard-negative` and `zero-shot` methods are bound to be easier to retrieve by retrievers since they were proposed by such. To mitigate this bias, we include the passages found by the human annotators in an unconstrained way (`passage_source="human"`). We hypothesize that it will result in more unbiased and diverse examples. Moreover, we asked the annotators to find not one but up to five passages, preferably from different articles to even further increase passage diversity.
94
+ - ### Other Known Limitations
95
+ - The PolQA dataset focuses on trivia questions which might limit its usefulness in real-world applications since neural retrievers generalize poorly to other domains.
96
+ - ### Licensing Information
97
+
98
+ ## clarin-pl/poquad
99
+
100
+ - decision: `accept_with_dedup`
101
+ - bucket: `qa_eval_final_phase`
102
+ - priority: `medium`
103
+ - license tags: `cc-by-4.0`
104
+ - language tags: `pl`
105
+ - gated: `False`
106
+ - notes: CC-BY Polish QA. Keep as QA/eval/final-phase source.
107
+
108
+ README/license signals:
109
+ - license:
110
+ - - cc-by-4.0
111
+
112
+ ## clarin-pl/PUGG
113
+
114
+ - decision: `accept_with_dedup`
115
+ - bucket: `qa_eval_final_phase`
116
+ - priority: `medium`
117
+ - license tags: `cc-by-sa-4.0`
118
+ - language tags: `pl`
119
+ - gated: `False`
120
+ - notes: CC-BY-SA Polish QA/retrieval data.
121
+
122
+ README/license signals:
123
+ - license:
124
+ - - cc-by-sa-4.0
125
+
126
+ ## clarin-pl/ComplexQA
127
+
128
+ - decision: `accept_with_dedup`
129
+ - bucket: `qa_eval`
130
+ - priority: `medium`
131
+ - license tags: `cc-by-sa-4.0`
132
+ - language tags: `pl`
133
+ - gated: `False`
134
+ - notes: Small CC-BY-SA complex QA set; useful for evaluation and final phase.
135
+
136
+ README/license signals:
137
+ - license: cc-by-sa-4.0
138
+
139
+ ## openlanguagedata/flores_plus
140
+
141
+ - decision: `eval_only`
142
+ - bucket: `eval`
143
+ - priority: `low`
144
+ - license tags: `cc-by-sa-4.0`
145
+ - language tags: `ace, acm, acq, aeb, af, ajp, ak, als, am, apc, ar, ars, ary, arz, as, ast, awa, ayr, azb, azj, ba, bm, ban, be, bem, bn, bho, bjn, bo, bs, bug, bg, ca, ceb, cs, cjk, ckb, crh, cy, da, de, dar, dik, dyu, dz, el, en, eo, et, eu, ee, fo, fj, fi, fon, fr, fur, fuv, gaz, gd, ga, gl, gn, gu, ht, ha, he, hi, hne, hr, hu, hy, ig, ilo, id, is, it, jv, ja, kab, kac, kam, kn, ks, ka, kk, kbp, kea, khk, km, ki, rw, kjh, ky, kmb, kmr, knc, kg, ko, lo, lij, li, lld, ln, lt, lmo, ltg, lb, lua, lg, luo, lus, lvs, mag, mai, ml, mar, mfe, mhr, min, mk, mt, mni, mos, mi, my, nl, nn, nb, npi, nso, nus, ny, oc, ory, pag, pa, pap, pbt, pes, plt, pl, pt, prs, quy, ro, rn, ru, sg, sa, sat, scn, shn, si, sk, sl, sm, sn, sd, so, st, es, sc, sr, ss, su, sv, swh, szl, ta, taq, tt, te, tg, tl, th, ti, tpi, tn, ts, tk, tum, tr, tw, tzm, udm, ug, uk, umb, ur, uzn, uzs, vec, vi, war, wo, xh, ydd, yo, yue, zgh, zh, zsm, zu`
146
+ - gated: `auto`
147
+ - notes: Clean CC-BY-SA multilingual dev/devtest data. Too small for pretraining; useful for eval.
148
+
149
+ README/license signals:
150
+ - license:
151
+ - - cc-by-sa-4.0
152
+ - FLORES+ is a multilingual machine translation benchmark released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). This dataset was originally released by FAIR researchers at Meta under the name FLORES. Further information about these initial releases can be found in [Dataset Sources](#dataset-sources) below. The data is now being managed by OLDI, [the Open Language Data Initiative](https://oldi.org/). The + has been added to the name to disambiguate between the original datasets and this new actively developed version.
153
+ - - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
154
+ - In order to show your agreement with the DCO you should include at the end of commit message,
155
+ - This can be done easily using the `-s` flag on the `git commit`.
156
+ - 7. Commit with an -s flag (e.g. `git commit -s -m "fix a few typos in the Russian dev set"`).
157
+
158
+ ## oscar-corpus/mOSCAR
159
+
160
+ - decision: `maybe_after_legal_review`
161
+ - bucket: `web_fallback`
162
+ - priority: `medium`
163
+ - license tags: `cc-by-4.0`
164
+ - language tags: `none`
165
+ - gated: `False`
166
+ - notes: CC-BY tag but web-crawl copyright/provenance risk remains. Only use after filtering and legal review.
167
+
168
+ README/license signals:
169
+ - license: cc-by-4.0
170
+
171
+ ## oscar-corpus/OSCAR-2301
172
+
173
+ - decision: `hold`
174
+ - bucket: `web_fallback`
175
+ - priority: `low`
176
+ - license tags: `cc0-1.0`
177
+ - language tags: `none`
178
+ - gated: `manual`
179
+ - notes: HF tag says CC0 but card text mentions research-only license; do not include until resolved.
180
+
181
+ README/license signals:
182
+ - license: cc0-1.0
183
+ - extra_gated_prompt: "**[IMPORTANT: We are forced to temporarily suspend access to OSCAR. The temporary nature of this suspension has led us to choose to implement it as gated access with manual control, and we will not grant any access until the situation has been clarified. We sincerely apologize for this situation and hope to be able to restore access as soon as possible. In the meantime, we remind you that we have always prohibited access to or use of OSCAR that violates the legislation in force where you are located. In France, for example, any use of OSCAR that does not fall within the framework of the so-called 'TDM' or the so-called 'research' exceptions to copyright has always been prohibited.]** By filling the form below, you understand that only the metadata and the annotations of OSCAR 23.01 have a cc0-1.0 license, and that the rest of the content is crawled data derived from the November/December 2022 snapshot of Common Crawl, for which the authors of OSCAR **do not** hold any copyright whatsoever."
184
+ - - [Other Known Limitations](#other-known-limitations)
185
+ - - [Licensing Information](#licensing-information)
186
+ - ### Other Known Limitations
187
+ - ### Licensing Information
188
+ - These data are released under this licensing scheme
189
+ - We license the actual packaging, the metadata and the annotations of these data under the Creative Commons CC0 license ("no rights reserved") http://creativecommons.org/publicdomain/zero/1.0/
190
+ - To the extent possible under law, the OSCAR project, Inria, the Univertity of Mannheim and DFKI GmbH have waived all copyright and related or neighboring rights to OSCAR
191
+ - * Clearly identify the copyrighted work claimed to be infringed.
192
+ - abstract = {Since the introduction of large language models in Natural Language Processing, large raw corpora have played a crucial role in Computational Linguistics. However, most of these large raw corpora are either available only for English or not available to the general public due to copyright issues. Nevertheless, there are some examples of freely available multilingual corpora for training Deep Learning NLP models, such as the OSCAR and Paracrawl corpora. However, they have quality issues, especially for low-resource languages. Moreover, recreating or updating these corpora is very complex. In this work, we try to reproduce and improve the goclassy pipeline used to create the OSCAR corpus. We propose a new pipeline that is faster, modular, parameterizable, and well documented. We use it to create a corpus similar to OSCAR but larger and based on recent data. Also, unlike OSCAR, the metadata information is at the document level. We release our pipeline under an open source license and publish the corpus under a research-only license.},
193
+ - Papadimitriou, Isabel and
194
+
195
+ ## WiktorS/polish-news
196
+
197
+ - decision: `reject_unless_permission`
198
+ - bucket: `contemporary_news`
199
+ - priority: `medium`
200
+ - license tags: `apache-2.0`
201
+ - language tags: `pl`
202
+ - gated: `False`
203
+ - notes: Apache-2.0 tag is not enough: README says articles were obtained from tvp.info.pl, while TVP/TVP Info pages do not expose an open license for article reuse and TVP has separate licensing/copyright channels. Include only with explicit permission or a documented upstream open license.
204
+
205
+ README/license signals:
206
+ - license: apache-2.0
207
+
208
+ ## ptaszynski/PolishCyberbullyingDataset
209
+
210
+ - decision: `eval_only`
211
+ - bucket: `safety_eval`
212
+ - priority: `low`
213
+ - license tags: `cc-by-4.0`
214
+ - language tags: `pl`
215
+ - gated: `False`
216
+ - notes: CC-BY Polish social/toxicity data. Useful for safety probes, not bulk pretraining.
217
+
218
+ README/license signals:
219
+ - license: cc-by-4.0
220
+ - ## Licences
221
+ - The dataset is licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/), or Creative Commons Attribution 4.0 International License.
222
+ - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
223
+
224
+ ## michaljunczyk/pl-asr-bigos
225
+
226
+ - decision: `partial_only`
227
+ - bucket: `spoken_transcripts`
228
+ - priority: `low`
229
+ - license tags: `cc-by-sa-4.0`
230
+ - language tags: `pl`
231
+ - gated: `auto`
232
+ - notes: Mixed upstream licenses include proprietary and noncommercial-compatible criteria; only compatible transcript subsets may be used.
233
+
234
+ README/license signals:
235
+ - license:
236
+ - - cc-by-sa-4.0
237
+ - Original datasets used for curation of BIGOS have specific terms of usage that must be understood and agreed to before use. Below are the links to the license terms and datasets the specific license type applies to:
238
+ - * [Creative Commons 0](https://creativecommons.org/share-your-work/public-domain/cc0) which applies to [Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0)
239
+ - * [Creative Commons By Attribution Share Alike 4.0](https://creativecommons.org/licenses/by-sa/4.0/), which applies to [Clarin Cyfry](https://clarin-pl.eu/dspace/handle/11321/317), [Azon acoustic speech resources corpus](https://zasobynauki.pl/zasoby/korpus-nagran-probek-mowy-do-celow-budowy-modeli-akustycznych-dla-automatycznego-rozpoznawania-mowy,53293/).
240
+ - * [Creative Commons By Attribution 3.0](https://creativecommons.org/licenses/by/3.0/), which applies to [CLARIN Mobile database](https://clarin-pl.eu/dspace/handle/11321/237), [CLARIN Studio database](https://clarin-pl.eu/dspace/handle/11321/236), [PELCRA Spelling and Numbers Voice Database](http://pelcra.pl/new/snuv) and [FLEURS dataset](https://huggingface.co/datasets/google/fleurs)
241
+ - * [Creative Commons By Attribution 4.0](https://creativecommons.org/licenses/by/4.0/), which applies to [Multilingual Librispeech](https://huggingface.co/datasets/facebook/multilingual_librispeech) and [Poly AI Minds 14](https://huggingface.co/datasets/PolyAI/minds14)
242
+ - * [Proprietiary License of Munich AI Labs dataset](https://www.caito.de/2019/01/03/the-m-ailabs-speech-dataset)
243
+ - * Public domain mark, which applies to [PWR datasets](https://www.ii.pwr.edu.pl/~sas/ASR/)
244
+ - I hereby confirm that I have read and accepted the license terms of datasets comprising BIGOS corpora: checkbox
245
+ - - [Other Known Limitations](#other-known-limitations)
246
+ - - [Licensing Information](#licensing-information)
247
+
248
+ ## clarin-knext/wsd_polish_datasets
249
+
250
+ - decision: `partial_only`
251
+ - bucket: `nlp_eval_final_phase`
252
+ - priority: `low`
253
+ - license tags: `cc-by-4.0`
254
+ - language tags: `pl`
255
+ - gated: `False`
256
+ - notes: Mixed licenses including GPL and plWordNet license; inspect each subcorpus before inclusion.
257
+
258
+ README/license signals:
259
+ - license:
260
+ - - cc-by-4.0
261
+ - - [Other Known Limitations](#other-known-limitations)
262
+ - - [Licensing Information](#licensing-information)
263
+ - ### Other Known Limitations
264
+ - ### Licensing Information
265
+ - KPWR-100 [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
266
+ - KPWR [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
267
+ - Walenty [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
268
+ - Sherlock [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
269
+ - Skladnica [GNU GPL 3](http://www.gnu.org/licenses/gpl-3.0.en.html)
270
+ - GLEX [plWordNet License](http://plwordnet.pwr.wroc.pl/wordnet/licence)
271
+
272
+ ## allegro/summarization-polish-summaries-corpus
273
+
274
+ - decision: `reject_until_license`
275
+ - bucket: `summarization`
276
+ - priority: `low`
277
+ - license tags: `none`
278
+ - language tags: `none`
279
+ - gated: `False`
280
+ - notes: No HF license tag; hold until provenance and redistribution rights are documented.
281
+
282
+ README/license signals:
283
+ - no obvious README license lines found
284
+
285
+ ## allegro/polish-question-passage-pairs
286
+
287
+ - decision: `reject_until_license`
288
+ - bucket: `qa_eval_final_phase`
289
+ - priority: `low`
290
+ - license tags: `none`
291
+ - language tags: `none`
292
+ - gated: `False`
293
+ - notes: No HF license tag; hold until provenance and redistribution rights are documented.
294
+
295
+ README/license signals:
296
+ - no obvious README license lines found
artifacts/source_license_review_v0_3.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Source license review for v0.3
2
+
3
+ Review date: 2026-06-16
4
+
5
+ Scope: candidate sources for a larger, more diverse, more natural Polish DynaWord v0.3. This is a practical engineering review, not legal advice.
6
+
7
+ ## Decision table
8
+
9
+ | source | bucket | decision | license evidence | main risk / condition |
10
+ |---|---|---|---|---|
11
+ | `PleIAs/common_corpus` | bulk pretraining | `accept_after_subset_review` | Card says Common Corpus contains only uncopyrighted or freely licensed data, document-level contextual/license metadata, and commercial/non-commercial use. | Filter Polish records by `license`, source/domain, quality, and duplicate overlap. |
12
+ | `PleIAs/Polish-PD` | bulk pretraining | `accept_after_ocr_review` | Card says entire collection is public domain in all regions and describes EU public-domain criteria. | Strong OCR-noise risk; sample first, then aggressive OCR filtering. |
13
+ | `pelcra/PLLuMIC` | final phase / SFT | `accept_gated` | HF card: `CC-BY-SA-4.0`, Polish, hand-crafted instructions, professional annotators and review. | Gated; small and instruction-formatted, so not bulk pretraining. |
14
+ | `ipipan/polqa` | QA/eval/final phase | `accept_with_dedup` | HF card: `CC-BY-SA-4.0`; Polish QA with 7,000 questions, evidence passages, and Wikipedia candidate passages. | Wikipedia-heavy; dedup against existing Wikipedia. |
15
+ | `clarin-pl/poquad` | QA/eval/final phase | `accept_with_dedup` | HF card tag: `CC-BY-4.0`, Polish QA. | Small; schema review needed. |
16
+ | `clarin-pl/PUGG` | QA/eval/final phase | `accept_with_dedup` | HF card tag: `CC-BY-SA-4.0`, Polish QA/retrieval. | Dedup and separate eval/final phase bucket. |
17
+ | `clarin-pl/ComplexQA` | QA/eval | `accept_with_dedup` | HF card tag: `CC-BY-SA-4.0`, Polish QA. | Small; eval/final phase only. |
18
+ | `openlanguagedata/flores_plus` | eval | `eval_only` | HF card tag: `CC-BY-SA-4.0`, multilingual including Polish. | Eval/dev sentences only, not pretraining scale. |
19
+ | `oscar-corpus/mOSCAR` | web fallback | `maybe_after_legal_review` | HF card tag: `CC-BY-4.0`. | Web-crawl copyright/provenance risk; require allowlist or source-level filtering plus boilerplate/near-dedup. |
20
+ | `oscar-corpus/OSCAR-2301` | web fallback | `hold` | HF tag says `CC0-1.0`, but card text references research-only license. | Do not use until license conflict is resolved. |
21
+ | `WiktorS/polish-news` | contemporary news | `reject_unless_permission` | HF tag says `apache-2.0`, README says articles obtained from `tvp.info.pl`. | Upstream TVP Info articles are not shown as Apache/CC/open; TVP has separate licensing/copyright channels. |
22
+ | `ptaszynski/PolishCyberbullyingDataset` | safety eval | `eval_only` | HF tag: `CC-BY-4.0`, Polish. | Toxicity/classification skew; not bulk pretraining. |
23
+ | `michaljunczyk/pl-asr-bigos` | spoken transcripts | `partial_only` | HF tag: `CC-BY-SA-4.0`; card lists mixed upstream licenses. | Includes proprietary/noncommercial-compatible source conditions; use only compatible transcript subsets. |
24
+ | `clarin-knext/wsd_polish_datasets` | NLP eval/final phase | `partial_only` | HF tag: `CC-BY-4.0`; README lists mixed subcorpus licenses including CC-BY-SA, CC-BY, GPL, plWordNet. | Subcorpus-level license review required. |
25
+ | `allegro/summarization-polish-summaries-corpus` | summarization | `reject_until_license` | No HF license tag found. | Need upstream rights and redistribution license. |
26
+ | `allegro/polish-question-passage-pairs` | QA/eval | `reject_until_license` | No HF license tag found. | Need upstream rights and redistribution license. |
27
+
28
+ ## TVP Info / `WiktorS/polish-news`
29
+
30
+ Decision: **blocked for inclusion** unless explicit permission or authoritative upstream open-license evidence is obtained.
31
+
32
+ Evidence checked:
33
+
34
+ - `WiktorS/polish-news` README says the dataset contains more than 250k articles obtained from `tvp.info.pl`.
35
+ - HF metadata tags the uploaded dataset as `apache-2.0`, but that does not establish that TVP Info article text was licensed by TVP under Apache 2.0.
36
+ - TVP pages expose `Telewizja Polska SA` copyright metadata and a separate `licencje.tvp.pl` licensing channel.
37
+ - TVP Stream terms reserve rights to materials and prohibit redistribution outside the granted viewing license. This is not the same service as TVP Info articles, but it is evidence of TVP's general licensing posture for materials.
38
+
39
+ Operational result: keep `WiktorS/polish-news` out of the clean open corpus. Revisit only if we can cite a TVP page granting open reuse of `tvp.info.pl` article text or get permission from TVP.
40
+
41
+ ## Import order
42
+
43
+ 1. `PleIAs/common_corpus`: inspect Polish subset metadata and select natural, non-legal, non-code records with acceptable license values.
44
+ 2. `PleIAs/Polish-PD`: sample OCR quality and filter aggressively.
45
+ 3. `pelcra/PLLuMIC`: accept gated terms and import as `dialogue_sft` / final-phase source.
46
+ 4. `ipipan/polqa`, `clarin-pl/poquad`, `clarin-pl/PUGG`, `clarin-pl/ComplexQA`: import as QA/eval/final-phase buckets after dedup.
47
+ 5. `oscar-corpus/mOSCAR`: only if the above is not enough for modern web diversity and legal review is acceptable.
48
+
49
+ ## Required gates before publish
50
+
51
+ - License evidence per source and, where needed, per subcorpus.
52
+ - Exact, normalized, and near-dedup against existing v0.2 data.
53
+ - Boilerplate removal for web/news-like data.
54
+ - OCR-noise score for public-domain scans.
55
+ - Per-source phrase/style contamination report.
56
+ - Per-source perplexity probe with small GPT-2 style model.
artifacts/source_scouting_v0_3.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Source scouting for Polish DynaWord v0.3
2
+
3
+ Goal: improve training quality by adding contemporary, diverse Polish while keeping traceable licensing.
4
+
5
+ ## Strong candidates
6
+
7
+ | candidate | type | license/status | why useful | action |
8
+ |---|---|---|---|---|
9
+ | `PleIAs/common_corpus` | multilingual open corpus | open/traceable per card | large Polish component, diverse domains, provenance-oriented | inspect Polish subset metadata, dedup against existing data |
10
+ | `PleIAs/Polish-PD` | Polish public-domain books/newspapers | public-domain collection, license must be verified per card/source | large, traceable cultural/news-ish historical text; already separate Polish subset | sample OCR quality before inclusion |
11
+ | `pelcra/PLLuMIC` | Polish instruction/dialogue | `CC-BY-SA-4.0`, gated | high-quality hand-crafted Polish instructions/dialogues | use for SFT/final quality phase, not bulk pretraining |
12
+ | `ipipan/polqa` | Polish QA + passages | `CC-BY-SA-4.0` | real QA style, manually labeled evidence passages, large candidate passage corpus | use for QA/eval/high-quality mix; avoid duplicate Wikipedia-heavy passages |
13
+ | `clarin-pl/poquad` | Polish QA | `CC-BY-4.0` | native Polish QA, useful for eval and final phase | add as QA-style source after dedup |
14
+ | `clarin-pl/PUGG` | Polish QA/retrieval | `CC-BY-SA-4.0` | natural questions + retrieval/MRC variants | use for eval/final phase |
15
+ | `clarin-pl/ComplexQA` | Polish complex QA | `CC-BY-SA-4.0` | small but useful complex-question evaluation | eval/final phase |
16
+ | `openlanguagedata/flores_plus` | translation/dev sentences | `CC-BY-SA-4.0`, gated | clean multilingual Polish sentence set | eval only or very small high-quality mix |
17
+
18
+ ## Possible candidates, needs review
19
+
20
+ | candidate | type | license/status | concern | action |
21
+ |---|---|---|---|---|
22
+ | `oscar-corpus/OSCAR-2301` | Common Crawl web | HF tag says `CC0-1.0`, gated/manual; card text mentions research-only license | legal/copyright ambiguity despite useful web scale | use only after license review and heavy filtering |
23
+ | `oscar-corpus/mOSCAR` | multilingual web | `CC-BY-4.0` | web crawl copyright and boilerplate risk | possible fallback with allowlist/blocklist + near-dedup |
24
+ | `WiktorS/polish-news` | Polish news from `tvp.info.pl` | HF tag says `apache-2.0` | upstream TVP Info article rights are not shown as Apache/CC/open; TVP has copyright/licensing pages | reject unless explicit TVP permission or upstream open-license evidence is obtained |
25
+ | `ptaszynski/PolishCyberbullyingDataset` | Polish social/media examples | `CC-BY-4.0` | classification dataset, toxicity/safety skew | eval/safety only, not bulk pretraining |
26
+ | `michaljunczyk/pl-asr-bigos` | Polish ASR transcripts | `CC-BY-SA-4.0`, gated | mixed upstream licenses; speech transcript style | only transcript subset with compatible upstream licenses |
27
+ | `clarin-knext/wsd_polish_datasets` | Polish WSD text/sentences | `CC-BY-4.0` | annotated NLP data, may be sentence fragments | small final/eval source after schema review |
28
+ | `allegro/summarization-polish-summaries-corpus` | Polish summaries | missing HF license | source/license unclear | hold until license provenance is documented |
29
+ | `allegro/polish-question-passage-pairs` | Polish Q/passages | missing HF license | source/license unclear | hold until license provenance is documented |
30
+
31
+ ## Reject or avoid for clean pretraining
32
+
33
+ | candidate | reason |
34
+ |---|---|
35
+ | `pelcra/PLLuMIC-syn-ext` | synthetic extension; useful for SFT experiments, not clean human-text pretraining |
36
+ | random `*-forum-polish` HF datasets | mostly no license, tiny, likely scraped student datasets |
37
+ | `PLLuMIC` as bulk text | high quality but too small and instruction-formatted; do not treat as web text |
38
+ | extra Wikipedia mirrors | already covered; only use if needed for validation, not diversity |
39
+ | subtitles/movie dialogue | copyright derivative risk |
40
+ | `CC-BY-NC-*` / `NC` datasets | not compatible with the current open commercial-friendly curation stance |
41
+
42
+ ## Next import order
43
+
44
+ 1. Inspect and sample `PleIAs/common_corpus` Polish records.
45
+ 2. Inspect and sample `PleIAs/Polish-PD`; measure OCR garbage and duplicate overlap.
46
+ 3. Add `pelcra/PLLuMIC` as `dialogue_sft` / high-quality final-phase source after accepting HF access terms.
47
+ 4. Add QA/eval buckets from `ipipan/polqa`, `clarin-pl/poquad`, `clarin-pl/PUGG`, `clarin-pl/ComplexQA`.
48
+ 5. Review `WiktorS/polish-news` provenance before considering contemporary news.
49
+ 6. Treat OSCAR/mOSCAR as fallback web source only after license review, boilerplate removal, language filtering, URL/domain filtering, and near-dedup.
50
+
51
+ ## TVP Info review note
52
+
53
+ `WiktorS/polish-news` should not be imported into Polish DynaWord v0.3 based only on the HF `apache-2.0` tag. The dataset README says it contains articles obtained from `tvp.info.pl`, but the upstream TVP/TVP Info pages checked during review did not expose an Apache, Creative Commons, CC0, public-domain, or equivalent open license for article reuse. TVP also maintains a separate `licencje.tvp.pl` licensing channel, and TVP Stream terms reserve rights to materials and prohibit redistribution of materials outside the granted viewing license. Treat the dataset as blocked unless TVP grants explicit permission or an authoritative upstream open-license page is found.
54
+
55
+ ## Filters required before inclusion
56
+
57
+ - Exact and normalized-text dedup.
58
+ - Near-dedup with MinHash/LSH or equivalent.
59
+ - Boilerplate removal for web/news/forum sources.
60
+ - Per-source perplexity with a small GPT-2 probe.
61
+ - Style contamination rates for legal/parliamentary markers.
62
+ - Per-source token caps and sqrt/temperature sampling.
artifacts/training_mix_v0_3.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sources": [
3
+ {
4
+ "source": "dziennik_ustaw",
5
+ "path": "data/dziennik_ustaw/dziennik_ustaw.parquet",
6
+ "tokens": 486126575,
7
+ "raw_corpus_share": 0.07813788759879016,
8
+ "target_share": 0.02394963053714845,
9
+ "target_tokens": 23949631,
10
+ "sampling_probability": 0.04926624511321974
11
+ },
12
+ {
13
+ "source": "eltec_pol",
14
+ "path": "data/eltec_pol/eltec_pol.parquet",
15
+ "tokens": 21486720,
16
+ "raw_corpus_share": 0.003453682638573455,
17
+ "target_share": 0.03369541042261511,
18
+ "target_tokens": 33695410,
19
+ "sampling_probability": 1.0
20
+ },
21
+ {
22
+ "source": "eurlex",
23
+ "path": "data/eurlex/eurlex.parquet",
24
+ "tokens": 2378055718,
25
+ "raw_corpus_share": 0.38223841269476827,
26
+ "target_share": 0.0756723305320818,
27
+ "target_tokens": 75672331,
28
+ "sampling_probability": 0.031821092511508595
29
+ },
30
+ {
31
+ "source": "parliamentary",
32
+ "path": "data/parliamentary/parliamentary.parquet",
33
+ "tokens": 1646835986,
34
+ "raw_corpus_share": 0.2647053088338377,
35
+ "target_share": 0.05037803893076972,
36
+ "target_tokens": 50378039,
37
+ "sampling_probability": 0.030590805294680997
38
+ },
39
+ {
40
+ "source": "wikibooks",
41
+ "path": "data/wikibooks/wikibooks.parquet",
42
+ "tokens": 15571295,
43
+ "raw_corpus_share": 0.0025028627543713347,
44
+ "target_share": 0.04971988821765658,
45
+ "target_tokens": 49719888,
46
+ "sampling_probability": 1.0
47
+ },
48
+ {
49
+ "source": "wikinews",
50
+ "path": "data/wikinews/wikinews.parquet",
51
+ "tokens": 12141355,
52
+ "raw_corpus_share": 0.001951549002000166,
53
+ "target_share": 0.04221511889874753,
54
+ "target_tokens": 42215119,
55
+ "sampling_probability": 1.0
56
+ },
57
+ {
58
+ "source": "wikipedia",
59
+ "path": "data/wikipedia/wikipedia.parquet",
60
+ "tokens": 707194207,
61
+ "raw_corpus_share": 0.1136713446638492,
62
+ "target_share": 0.2964091545224541,
63
+ "target_tokens": 296409155,
64
+ "sampling_probability": 0.4191340257966791
65
+ },
66
+ {
67
+ "source": "wikiquote",
68
+ "path": "data/wikiquote/wikiquote.parquet",
69
+ "tokens": 31896591,
70
+ "raw_corpus_share": 0.005126920375300572,
71
+ "target_share": 0.03831727358127462,
72
+ "target_tokens": 38317274,
73
+ "sampling_probability": 1.0
74
+ },
75
+ {
76
+ "source": "wikisource",
77
+ "path": "data/wikisource/wikisource.parquet",
78
+ "tokens": 801947427,
79
+ "raw_corpus_share": 0.1289015683025866,
80
+ "target_share": 0.23330083859999876,
81
+ "target_tokens": 233300839,
82
+ "sampling_probability": 0.2909178721013591
83
+ },
84
+ {
85
+ "source": "wikivoyage",
86
+ "path": "data/wikivoyage/wikivoyage.parquet",
87
+ "tokens": 17128200,
88
+ "raw_corpus_share": 0.0027531129446473845,
89
+ "target_share": 0.04813506180175537,
90
+ "target_tokens": 48135062,
91
+ "sampling_probability": 1.0
92
+ },
93
+ {
94
+ "source": "wolne_lektury",
95
+ "path": "data/wolne_lektury/wolne_lektury.parquet",
96
+ "tokens": 103009797,
97
+ "raw_corpus_share": 0.016557350191275168,
98
+ "target_share": 0.10820725395549792,
99
+ "target_tokens": 108207254,
100
+ "sampling_probability": 1.0
101
+ }
102
+ ]
103
+ }
artifacts/training_mix_v0_3.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Polish DynaWord training mix
2
+
3
+ - config: `polish-dynaword-v0.3-quality-mix`
4
+ - temperature alpha: `0.5`
5
+ - legal/parliamentary raw share: `72.51%`
6
+ - legal/parliamentary target share: `15.00%`
7
+ - token budget: `1,000,000,000`
8
+
9
+ | source | raw tokens | raw share | target share | sampling multiplier | target tokens |
10
+ |---|---:|---:|---:|---:|---:|
11
+ | `dziennik_ustaw` | 486,126,575 | 7.81% | 2.39% | 0.307 | 23,949,631 |
12
+ | `eltec_pol` | 21,486,720 | 0.35% | 3.37% | 9.756 | 33,695,410 |
13
+ | `eurlex` | 2,378,055,718 | 38.22% | 7.57% | 0.198 | 75,672,331 |
14
+ | `parliamentary` | 1,646,835,986 | 26.47% | 5.04% | 0.190 | 50,378,039 |
15
+ | `wikibooks` | 15,571,295 | 0.25% | 4.97% | 19.865 | 49,719,888 |
16
+ | `wikinews` | 12,141,355 | 0.20% | 4.22% | 21.632 | 42,215,119 |
17
+ | `wikipedia` | 707,194,207 | 11.37% | 29.64% | 2.608 | 296,409,155 |
18
+ | `wikiquote` | 31,896,591 | 0.51% | 3.83% | 7.474 | 38,317,274 |
19
+ | `wikisource` | 801,947,427 | 12.89% | 23.33% | 1.810 | 233,300,839 |
20
+ | `wikivoyage` | 17,128,200 | 0.28% | 4.81% | 17.484 | 48,135,062 |
21
+ | `wolne_lektury` | 103,009,797 | 1.66% | 10.82% | 6.535 | 108,207,254 |
22
+
23
+ ## Final training phase
24
+
25
+ Reserve the last `10%` of training tokens for higher-quality sources:
26
+
27
+ - `wikipedia`
28
+ - `wikinews`
29
+ - `wikibooks`
30
+ - `wikivoyage`
31
+ - `wolne_lektury`
32
+
33
+ ## Missing source classes for v0.3+
34
+
35
+ - licensed contemporary Polish web
36
+ - how-to guides and poradniki
37
+ - technical blogs and documentation
38
+ - Q&A
39
+ - forums with compatible licensing
configs/source_candidates_v0_3.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "policy": {
3
+ "accepted_licenses": [
4
+ "cc0-1.0",
5
+ "cc-by-3.0",
6
+ "cc-by-4.0",
7
+ "cc-by-sa-3.0",
8
+ "cc-by-sa-4.0",
9
+ "public-domain",
10
+ "mit",
11
+ "apache-2.0",
12
+ "bsd-3-clause"
13
+ ],
14
+ "rejected_license_terms": [
15
+ "cc-by-nc",
16
+ "noncommercial",
17
+ "research-only",
18
+ "unknown",
19
+ "proprietary"
20
+ ],
21
+ "bulk_pretraining_requires": [
22
+ "clear license or public-domain basis",
23
+ "traceable upstream source",
24
+ "human-authored or public-domain OCR text",
25
+ "dedup and boilerplate removal",
26
+ "per-source quality report"
27
+ ]
28
+ },
29
+ "candidates": [
30
+ {
31
+ "repo_id": "PleIAs/common_corpus",
32
+ "target_bucket": "bulk_pretraining",
33
+ "priority": "high",
34
+ "decision": "accept_after_subset_review",
35
+ "notes": "Large open/traceable corpus with Polish coverage. Filter to Polish, non-legal, non-code, high-quality domains where metadata license is acceptable."
36
+ },
37
+ {
38
+ "repo_id": "PleIAs/Polish-PD",
39
+ "target_bucket": "bulk_pretraining",
40
+ "priority": "high",
41
+ "decision": "accept_after_ocr_review",
42
+ "notes": "Large public-domain Polish books/newspapers. Useful for scale, but OCR garbage must be measured aggressively."
43
+ },
44
+ {
45
+ "repo_id": "pelcra/PLLuMIC",
46
+ "target_bucket": "final_phase_sft",
47
+ "priority": "high",
48
+ "decision": "accept_gated",
49
+ "notes": "High-quality hand-crafted Polish instruction/dialogue data. Use for SFT/final phase, not bulk pretraining."
50
+ },
51
+ {
52
+ "repo_id": "ipipan/polqa",
53
+ "target_bucket": "qa_eval_final_phase",
54
+ "priority": "medium",
55
+ "decision": "accept_with_dedup",
56
+ "notes": "CC-BY-SA Polish QA; passages are Wikipedia-heavy, so dedup against existing Wikipedia."
57
+ },
58
+ {
59
+ "repo_id": "clarin-pl/poquad",
60
+ "target_bucket": "qa_eval_final_phase",
61
+ "priority": "medium",
62
+ "decision": "accept_with_dedup",
63
+ "notes": "CC-BY Polish QA. Keep as QA/eval/final-phase source."
64
+ },
65
+ {
66
+ "repo_id": "clarin-pl/PUGG",
67
+ "target_bucket": "qa_eval_final_phase",
68
+ "priority": "medium",
69
+ "decision": "accept_with_dedup",
70
+ "notes": "CC-BY-SA Polish QA/retrieval data."
71
+ },
72
+ {
73
+ "repo_id": "clarin-pl/ComplexQA",
74
+ "target_bucket": "qa_eval",
75
+ "priority": "medium",
76
+ "decision": "accept_with_dedup",
77
+ "notes": "Small CC-BY-SA complex QA set; useful for evaluation and final phase."
78
+ },
79
+ {
80
+ "repo_id": "openlanguagedata/flores_plus",
81
+ "target_bucket": "eval",
82
+ "priority": "low",
83
+ "decision": "eval_only",
84
+ "notes": "Clean CC-BY-SA multilingual dev/devtest data. Too small for pretraining; useful for eval."
85
+ },
86
+ {
87
+ "repo_id": "oscar-corpus/mOSCAR",
88
+ "target_bucket": "web_fallback",
89
+ "priority": "medium",
90
+ "decision": "maybe_after_legal_review",
91
+ "notes": "CC-BY tag but web-crawl copyright/provenance risk remains. Only use after filtering and legal review."
92
+ },
93
+ {
94
+ "repo_id": "oscar-corpus/OSCAR-2301",
95
+ "target_bucket": "web_fallback",
96
+ "priority": "low",
97
+ "decision": "hold",
98
+ "notes": "HF tag says CC0 but card text mentions research-only license; do not include until resolved."
99
+ },
100
+ {
101
+ "repo_id": "WiktorS/polish-news",
102
+ "target_bucket": "contemporary_news",
103
+ "priority": "medium",
104
+ "decision": "reject_unless_permission",
105
+ "notes": "Apache-2.0 tag is not enough: README says articles were obtained from tvp.info.pl, while TVP/TVP Info pages do not expose an open license for article reuse and TVP has separate licensing/copyright channels. Include only with explicit permission or a documented upstream open license."
106
+ },
107
+ {
108
+ "repo_id": "ptaszynski/PolishCyberbullyingDataset",
109
+ "target_bucket": "safety_eval",
110
+ "priority": "low",
111
+ "decision": "eval_only",
112
+ "notes": "CC-BY Polish social/toxicity data. Useful for safety probes, not bulk pretraining."
113
+ },
114
+ {
115
+ "repo_id": "michaljunczyk/pl-asr-bigos",
116
+ "target_bucket": "spoken_transcripts",
117
+ "priority": "low",
118
+ "decision": "partial_only",
119
+ "notes": "Mixed upstream licenses include proprietary and noncommercial-compatible criteria; only compatible transcript subsets may be used."
120
+ },
121
+ {
122
+ "repo_id": "clarin-knext/wsd_polish_datasets",
123
+ "target_bucket": "nlp_eval_final_phase",
124
+ "priority": "low",
125
+ "decision": "partial_only",
126
+ "notes": "Mixed licenses including GPL and plWordNet license; inspect each subcorpus before inclusion."
127
+ },
128
+ {
129
+ "repo_id": "allegro/summarization-polish-summaries-corpus",
130
+ "target_bucket": "summarization",
131
+ "priority": "low",
132
+ "decision": "reject_until_license",
133
+ "notes": "No HF license tag; hold until provenance and redistribution rights are documented."
134
+ },
135
+ {
136
+ "repo_id": "allegro/polish-question-passage-pairs",
137
+ "target_bucket": "qa_eval_final_phase",
138
+ "priority": "low",
139
+ "decision": "reject_until_license",
140
+ "notes": "No HF license tag; hold until provenance and redistribution rights are documented."
141
+ }
142
+ ]
143
+ }
configs/training_mix_v0_3.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "polish-dynaword-v0.3-quality-mix",
3
+ "description": "Training-oriented source mix for reducing legal/parliamentary style dominance while preserving traceable open licensing.",
4
+ "temperature_alpha": 0.5,
5
+ "legal_cap_share": 0.15,
6
+ "legal_sources": [
7
+ "eurlex",
8
+ "parliamentary",
9
+ "dziennik_ustaw"
10
+ ],
11
+ "source_multipliers": {
12
+ "wikipedia": 1.15,
13
+ "wikinews": 1.25,
14
+ "wikibooks": 1.30,
15
+ "wikivoyage": 1.20,
16
+ "wolne_lektury": 1.10,
17
+ "wikisource": 0.85,
18
+ "wikiquote": 0.70,
19
+ "eltec_pol": 0.75,
20
+ "eurlex": 1.00,
21
+ "parliamentary": 0.80,
22
+ "dziennik_ustaw": 0.70
23
+ },
24
+ "final_phase_share": 0.10,
25
+ "final_phase_sources": [
26
+ "wikipedia",
27
+ "wikinews",
28
+ "wikibooks",
29
+ "wikivoyage",
30
+ "wolne_lektury"
31
+ ],
32
+ "target_missing_sources": [
33
+ "licensed contemporary Polish web",
34
+ "how-to guides and poradniki",
35
+ "technical blogs and documentation",
36
+ "Q&A",
37
+ "forums with compatible licensing"
38
+ ],
39
+ "quality_policy": {
40
+ "dedup": "Use exact, normalized-text, and near-duplicate removal before release/training.",
41
+ "boilerplate": "Remove navigation, cookie banners, repeated headers/footers, legal boilerplate, and template remnants aggressively.",
42
+ "evaluation": "Track per-source perplexity, legal/parliamentary marker rates, and style-contamination probes; global loss alone is insufficient.",
43
+ "probe_model": "GPT-2 124M is only a cheap dataset probe, not evidence that the final model is high quality."
44
+ }
45
+ }
src/make_training_mix.py ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """Build a training-oriented source mix from existing Polish DynaWord parquets.
3
+
4
+ The raw corpus is provenance-first. This script creates a training view with:
5
+ - temperature/sqrt sampling by source,
6
+ - a hard cap for legal/parliamentary sources,
7
+ - an optional high-quality final-phase manifest,
8
+ - optional sampled parquet materialization.
9
+ """
10
+
11
+ from __future__ import annotations
12
+
13
+ import argparse
14
+ import json
15
+ import math
16
+ import random
17
+ from pathlib import Path
18
+
19
+ import pyarrow as pa
20
+ import pyarrow.compute as pc
21
+ import pyarrow.parquet as pq
22
+
23
+
24
+ def load_config(path: Path) -> dict:
25
+ return json.loads(path.read_text(encoding="utf-8"))
26
+
27
+
28
+ def source_inventory(data_root: Path) -> dict[str, dict]:
29
+ inventory = {}
30
+ for parquet_path in sorted((data_root / "data").glob("*/*.parquet")):
31
+ source = parquet_path.parent.name
32
+ stats_path = parquet_path.with_name(f"{source}.stats.json")
33
+ docs = None
34
+ tokens = None
35
+ if stats_path.exists():
36
+ stats = json.loads(stats_path.read_text(encoding="utf-8"))
37
+ docs = int(stats.get("kept", 0))
38
+ tokens = int(stats.get("tokens", 0))
39
+
40
+ if not docs or not tokens:
41
+ pf = pq.ParquetFile(parquet_path)
42
+ docs = pf.metadata.num_rows
43
+ tokens = 0
44
+ for rg in range(pf.num_row_groups):
45
+ tbl = pf.read_row_group(rg, columns=["token_count"])
46
+ tokens += int(pc.sum(tbl["token_count"]).as_py())
47
+
48
+ inventory[source] = {
49
+ "path": str(parquet_path),
50
+ "docs": docs,
51
+ "tokens": tokens,
52
+ }
53
+ return inventory
54
+
55
+
56
+ def normalize(weights: dict[str, float], total: float = 1.0) -> dict[str, float]:
57
+ denom = sum(weights.values())
58
+ if denom <= 0:
59
+ return {k: 0.0 for k in weights}
60
+ return {k: v / denom * total for k, v in weights.items()}
61
+
62
+
63
+ def compute_mix(inventory: dict[str, dict], config: dict) -> dict[str, dict]:
64
+ alpha = float(config.get("temperature_alpha", 0.5))
65
+ multipliers = config.get("source_multipliers", {})
66
+ legal_sources = set(config.get("legal_sources", []))
67
+ legal_cap = float(config.get("legal_cap_share", 0.15))
68
+
69
+ base_weights = {}
70
+ for source, meta in inventory.items():
71
+ multiplier = float(multipliers.get(source, 1.0))
72
+ base_weights[source] = math.pow(meta["tokens"], alpha) * multiplier
73
+
74
+ legal_weights = {s: w for s, w in base_weights.items() if s in legal_sources}
75
+ other_weights = {s: w for s, w in base_weights.items() if s not in legal_sources}
76
+ raw_share = normalize(base_weights)
77
+ raw_legal_share = sum(raw_share.get(s, 0.0) for s in legal_sources)
78
+
79
+ if raw_legal_share > legal_cap and other_weights:
80
+ legal_share = legal_cap
81
+ else:
82
+ legal_share = raw_legal_share
83
+ other_share = max(0.0, 1.0 - legal_share)
84
+
85
+ final_shares = {}
86
+ final_shares.update(normalize(legal_weights, legal_share))
87
+ final_shares.update(normalize(other_weights, other_share))
88
+
89
+ mix = {}
90
+ total_tokens = sum(meta["tokens"] for meta in inventory.values())
91
+ for source, meta in inventory.items():
92
+ raw_corpus_share = meta["tokens"] / total_tokens if total_tokens else 0.0
93
+ target_share = final_shares.get(source, 0.0)
94
+ mix[source] = {
95
+ **meta,
96
+ "raw_corpus_share": raw_corpus_share,
97
+ "target_share": target_share,
98
+ "sampling_multiplier": target_share / raw_corpus_share if raw_corpus_share else 0.0,
99
+ "is_legal_capped": source in legal_sources,
100
+ }
101
+ return dict(sorted(mix.items()))
102
+
103
+
104
+ def add_token_targets(mix: dict[str, dict], token_budget: int | None) -> None:
105
+ for meta in mix.values():
106
+ target_tokens = int(round(meta["target_share"] * token_budget)) if token_budget else 0
107
+ meta["target_tokens"] = target_tokens
108
+ meta["sampling_probability"] = min(1.0, target_tokens / meta["tokens"]) if token_budget else 0.0
109
+
110
+
111
+ def write_report(mix: dict[str, dict], config: dict, out_path: Path, token_budget: int | None) -> None:
112
+ legal_sources = set(config.get("legal_sources", []))
113
+ raw_legal = sum(v["raw_corpus_share"] for k, v in mix.items() if k in legal_sources)
114
+ target_legal = sum(v["target_share"] for k, v in mix.items() if k in legal_sources)
115
+ lines = [
116
+ "# Polish DynaWord training mix",
117
+ "",
118
+ f"- config: `{config.get('name', 'unnamed')}`",
119
+ f"- temperature alpha: `{config.get('temperature_alpha', 0.5)}`",
120
+ f"- legal/parliamentary raw share: `{raw_legal * 100:.2f}%`",
121
+ f"- legal/parliamentary target share: `{target_legal * 100:.2f}%`",
122
+ ]
123
+ if token_budget:
124
+ lines.append(f"- token budget: `{token_budget:,}`")
125
+ lines.extend([
126
+ "",
127
+ "| source | raw tokens | raw share | target share | sampling multiplier | target tokens |",
128
+ "|---|---:|---:|---:|---:|---:|",
129
+ ])
130
+ for source, meta in mix.items():
131
+ lines.append(
132
+ f"| `{source}` | {meta['tokens']:,} | {meta['raw_corpus_share'] * 100:.2f}% | "
133
+ f"{meta['target_share'] * 100:.2f}% | {meta['sampling_multiplier']:.3f} | "
134
+ f"{meta['target_tokens']:,} |"
135
+ )
136
+
137
+ final_phase_sources = config.get("final_phase_sources", [])
138
+ final_phase_share = float(config.get("final_phase_share", 0.10))
139
+ lines.extend([
140
+ "",
141
+ "## Final training phase",
142
+ "",
143
+ f"Reserve the last `{final_phase_share * 100:.0f}%` of training tokens for higher-quality sources:",
144
+ "",
145
+ ])
146
+ for source in final_phase_sources:
147
+ lines.append(f"- `{source}`")
148
+
149
+ missing = config.get("target_missing_sources", [])
150
+ if missing:
151
+ lines.extend(["", "## Missing source classes for v0.3+", ""])
152
+ for item in missing:
153
+ lines.append(f"- {item}")
154
+
155
+ out_path.parent.mkdir(parents=True, exist_ok=True)
156
+ out_path.write_text("\n".join(lines) + "\n", encoding="utf-8")
157
+
158
+
159
+ def write_manifest(mix: dict[str, dict], out_path: Path) -> None:
160
+ payload = {
161
+ "sources": [
162
+ {
163
+ "source": source,
164
+ "path": meta["path"],
165
+ "tokens": meta["tokens"],
166
+ "raw_corpus_share": meta["raw_corpus_share"],
167
+ "target_share": meta["target_share"],
168
+ "target_tokens": meta["target_tokens"],
169
+ "sampling_probability": meta["sampling_probability"],
170
+ }
171
+ for source, meta in mix.items()
172
+ ]
173
+ }
174
+ out_path.parent.mkdir(parents=True, exist_ok=True)
175
+ out_path.write_text(json.dumps(payload, indent=2, ensure_ascii=False) + "\n", encoding="utf-8")
176
+
177
+
178
+ def sample_source(source: str, meta: dict, seed: int) -> pa.Table:
179
+ rng = random.Random(f"{seed}:{source}")
180
+ target = meta["target_tokens"]
181
+ if target <= 0:
182
+ return pa.table({})
183
+
184
+ pf = pq.ParquetFile(meta["path"])
185
+ batches = []
186
+ sampled_tokens = 0
187
+ probability = meta["sampling_probability"]
188
+ for rg in range(pf.num_row_groups):
189
+ tbl = pf.read_row_group(rg)
190
+ keep = [rng.random() < probability for _ in range(tbl.num_rows)]
191
+ if not any(keep):
192
+ continue
193
+ sampled = tbl.filter(pa.array(keep))
194
+ batches.append(sampled)
195
+ sampled_tokens += int(pc.sum(sampled["token_count"]).as_py())
196
+ if sampled_tokens >= target:
197
+ break
198
+
199
+ return pa.concat_tables(batches, promote_options="default") if batches else pa.table({})
200
+
201
+
202
+ def write_sampled_parquet(mix: dict[str, dict], out_path: Path, seed: int) -> None:
203
+ out_path.parent.mkdir(parents=True, exist_ok=True)
204
+ writer = None
205
+ try:
206
+ for source, meta in mix.items():
207
+ tbl = sample_source(source, meta, seed)
208
+ if tbl.num_rows == 0:
209
+ continue
210
+ if writer is None:
211
+ writer = pq.ParquetWriter(out_path, tbl.schema, compression="zstd")
212
+ writer.write_table(tbl)
213
+ print(f"{source}: wrote {tbl.num_rows:,} docs")
214
+ finally:
215
+ if writer is not None:
216
+ writer.close()
217
+
218
+
219
+ def parse_args() -> argparse.Namespace:
220
+ ap = argparse.ArgumentParser()
221
+ ap.add_argument("--data-root", type=Path, default=Path("."))
222
+ ap.add_argument("--config", type=Path, default=Path("configs/training_mix_v0_3.json"))
223
+ ap.add_argument("--token-budget", type=int, default=None)
224
+ ap.add_argument("--out-report", type=Path, default=Path("artifacts/training_mix_v0_3.md"))
225
+ ap.add_argument("--out-manifest", type=Path, default=Path("artifacts/training_mix_v0_3.json"))
226
+ ap.add_argument("--write-parquet", type=Path, default=None)
227
+ ap.add_argument("--seed", type=int, default=13)
228
+ return ap.parse_args()
229
+
230
+
231
+ def main() -> None:
232
+ args = parse_args()
233
+ config = load_config(args.config)
234
+ inventory = source_inventory(args.data_root)
235
+ mix = compute_mix(inventory, config)
236
+ add_token_targets(mix, args.token_budget)
237
+ write_report(mix, config, args.out_report, args.token_budget)
238
+ write_manifest(mix, args.out_manifest)
239
+ if args.write_parquet:
240
+ if not args.token_budget:
241
+ raise SystemExit("--write-parquet requires --token-budget")
242
+ write_sampled_parquet(mix, args.write_parquet, args.seed)
243
+ print(f"wrote: {args.out_report}")
244
+ print(f"wrote: {args.out_manifest}")
245
+
246
+
247
+ if __name__ == "__main__":
248
+ main()
src/review_source_candidates.py ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """Review Hugging Face source candidates for Polish DynaWord.
3
+
4
+ This is an audit helper, not a legal opinion. It records HF metadata, README
5
+ signals, configured curation decisions, and obvious license warnings.
6
+ """
7
+
8
+ from __future__ import annotations
9
+
10
+ import argparse
11
+ import json
12
+ import re
13
+ from pathlib import Path
14
+
15
+ from huggingface_hub import HfApi, hf_hub_download
16
+
17
+
18
+ WARNING_TERMS = [
19
+ "cc-by-nc",
20
+ "noncommercial",
21
+ "research-only",
22
+ "proprietary",
23
+ "unknown",
24
+ "no license",
25
+ ]
26
+
27
+
28
+ def read_config(path: Path) -> dict:
29
+ return json.loads(path.read_text(encoding="utf-8"))
30
+
31
+
32
+ def fetch_readme(repo_id: str, cache_dir: Path) -> str:
33
+ cache_dir.mkdir(parents=True, exist_ok=True)
34
+ out = cache_dir / f"{repo_id.replace('/', '__')}__README.md"
35
+ if out.exists():
36
+ return out.read_text(encoding="utf-8", errors="replace")
37
+ try:
38
+ path = hf_hub_download(repo_id=repo_id, repo_type="dataset", filename="README.md")
39
+ text = Path(path).read_text(encoding="utf-8", errors="replace")
40
+ except Exception as exc:
41
+ text = f"README_DOWNLOAD_ERROR: {type(exc).__name__}: {exc}"
42
+ out.write_text(text, encoding="utf-8")
43
+ return text
44
+
45
+
46
+ def extract_license_tags(tags: list[str]) -> list[str]:
47
+ return [tag.removeprefix("license:") for tag in tags if tag.startswith("license:")]
48
+
49
+
50
+ def extract_language_tags(tags: list[str]) -> list[str]:
51
+ return [tag.removeprefix("language:") for tag in tags if tag.startswith("language:")]
52
+
53
+
54
+ def readme_license_lines(readme: str) -> list[str]:
55
+ lines = []
56
+ for line in readme.splitlines():
57
+ if re.search(r"license|licen|public domain|copyright|cc-by|cc0|apache|mit", line, re.I):
58
+ clean = re.sub(r"\s+", " ", line).strip()
59
+ if clean:
60
+ lines.append(clean)
61
+ if len(lines) >= 12:
62
+ break
63
+ return lines
64
+
65
+
66
+ def warnings_for(license_tags: list[str], readme: str) -> list[str]:
67
+ haystack = " ".join(license_tags).lower() + "\n" + readme[:20000].lower()
68
+ return sorted({term for term in WARNING_TERMS if term in haystack})
69
+
70
+
71
+ def review_candidate(api: HfApi, candidate: dict, cache_dir: Path) -> dict:
72
+ repo_id = candidate["repo_id"]
73
+ info = api.dataset_info(repo_id, files_metadata=False)
74
+ tags = info.tags or []
75
+ readme = fetch_readme(repo_id, cache_dir)
76
+ files = [s.rfilename for s in (info.siblings or [])[:30]]
77
+ return {
78
+ "repo_id": repo_id,
79
+ "configured_decision": candidate.get("decision", ""),
80
+ "target_bucket": candidate.get("target_bucket", ""),
81
+ "priority": candidate.get("priority", ""),
82
+ "notes": candidate.get("notes", ""),
83
+ "gated": getattr(info, "gated", None),
84
+ "private": info.private,
85
+ "downloads": getattr(info, "downloads", None),
86
+ "license_tags": extract_license_tags(tags),
87
+ "language_tags": extract_language_tags(tags),
88
+ "size_tags": [tag.removeprefix("size_categories:") for tag in tags if tag.startswith("size_categories:")],
89
+ "task_tags": [tag.removeprefix("task_categories:") for tag in tags if tag.startswith("task_categories:")],
90
+ "readme_license_lines": readme_license_lines(readme),
91
+ "warnings": warnings_for(extract_license_tags(tags), readme),
92
+ "sample_files": files,
93
+ }
94
+
95
+
96
+ def write_json(rows: list[dict], out_path: Path) -> None:
97
+ out_path.parent.mkdir(parents=True, exist_ok=True)
98
+ out_path.write_text(json.dumps(rows, indent=2, ensure_ascii=False) + "\n", encoding="utf-8")
99
+
100
+
101
+ def write_markdown(rows: list[dict], out_path: Path) -> None:
102
+ lines = [
103
+ "# Source candidate audit",
104
+ "",
105
+ "| repo | decision | bucket | license tags | gated | warnings |",
106
+ "|---|---|---|---|---:|---|",
107
+ ]
108
+ for row in rows:
109
+ lines.append(
110
+ f"| `{row['repo_id']}` | `{row['configured_decision']}` | `{row['target_bucket']}` | "
111
+ f"`{', '.join(row['license_tags']) or 'none'}` | `{row['gated']}` | "
112
+ f"`{', '.join(row['warnings']) or '-'}` |"
113
+ )
114
+
115
+ for row in rows:
116
+ lines.extend([
117
+ "",
118
+ f"## {row['repo_id']}",
119
+ "",
120
+ f"- decision: `{row['configured_decision']}`",
121
+ f"- bucket: `{row['target_bucket']}`",
122
+ f"- priority: `{row['priority']}`",
123
+ f"- license tags: `{', '.join(row['license_tags']) or 'none'}`",
124
+ f"- language tags: `{', '.join(row['language_tags']) or 'none'}`",
125
+ f"- gated: `{row['gated']}`",
126
+ f"- notes: {row['notes']}",
127
+ "",
128
+ "README/license signals:",
129
+ ])
130
+ if row["readme_license_lines"]:
131
+ for line in row["readme_license_lines"]:
132
+ lines.append(f"- {line}")
133
+ else:
134
+ lines.append("- no obvious README license lines found")
135
+
136
+ out_path.parent.mkdir(parents=True, exist_ok=True)
137
+ out_path.write_text("\n".join(lines) + "\n", encoding="utf-8")
138
+
139
+
140
+ def parse_args() -> argparse.Namespace:
141
+ ap = argparse.ArgumentParser()
142
+ ap.add_argument("--config", type=Path, default=Path("configs/source_candidates_v0_3.json"))
143
+ ap.add_argument("--readme-cache", type=Path, default=Path("artifacts/hf_readmes"))
144
+ ap.add_argument("--out-json", type=Path, default=Path("artifacts/source_candidate_audit_v0_3.json"))
145
+ ap.add_argument("--out-md", type=Path, default=Path("artifacts/source_candidate_audit_v0_3.md"))
146
+ return ap.parse_args()
147
+
148
+
149
+ def main() -> None:
150
+ args = parse_args()
151
+ config = read_config(args.config)
152
+ api = HfApi()
153
+ rows = [review_candidate(api, c, args.readme_cache) for c in config["candidates"]]
154
+ write_json(rows, args.out_json)
155
+ write_markdown(rows, args.out_md)
156
+ print(f"wrote: {args.out_json}")
157
+ print(f"wrote: {args.out_md}")
158
+
159
+
160
+ if __name__ == "__main__":
161
+ main()