Splitting the single config with two splits into two configs, each with one split.
Browse files
README.md
CHANGED
|
@@ -3,24 +3,26 @@ license: cc-by-4.0
|
|
| 3 |
language:
|
| 4 |
- rm
|
| 5 |
configs:
|
| 6 |
-
- config_name:
|
| 7 |
data_files:
|
| 8 |
-
- split:
|
| 9 |
path: 1997-2008.jsonl
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
path: 2021-2025.jsonl
|
| 12 |
---
|
| 13 |
|
| 14 |
# _La Quotidiana_ news articles in Romansh
|
| 15 |
|
| 16 |
This dataset has two subsets:
|
| 17 |
-
- `
|
| 18 |
-
- `
|
| 19 |
|
| 20 |
## Annotation of Romansh Varieties
|
| 21 |
The dataset includes articles in different Romansh varieties: Rumantsch Grischun (`rm-rumgr`), Sursilvan (`rm-sursilv`), Sutsilvan (`rm-sutsilv`), Surmiran (`rm-surmiran`), Puter (`rm-puter`), and Vallader (`rm-vallader`).
|
| 22 |
-
- For the `
|
| 23 |
-
- For the `
|
| 24 |
|
| 25 |
## License
|
| 26 |
CC BY 4.0 License.\
|
|
|
|
| 3 |
language:
|
| 4 |
- rm
|
| 5 |
configs:
|
| 6 |
+
- config_name: "1997_2008"
|
| 7 |
data_files:
|
| 8 |
+
- split: train
|
| 9 |
path: 1997-2008.jsonl
|
| 10 |
+
- config_name: "2021_2025"
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
path: 2021-2025.jsonl
|
| 14 |
---
|
| 15 |
|
| 16 |
# _La Quotidiana_ news articles in Romansh
|
| 17 |
|
| 18 |
This dataset has two subsets:
|
| 19 |
+
- `1997_2008`: Articles published by _La Quotidiana_ between 1997 and 2008. The articles have been retrieved from https://github.com/ProSvizraRumantscha/corpora and extracted from the original XML format.
|
| 20 |
+
- `2021_2025`: Articles published by _La Quotidiana_ between 2021 and 2025. These articles have been extracted from WXR WordPress export files.
|
| 21 |
|
| 22 |
## Annotation of Romansh Varieties
|
| 23 |
The dataset includes articles in different Romansh varieties: Rumantsch Grischun (`rm-rumgr`), Sursilvan (`rm-sursilv`), Sutsilvan (`rm-sutsilv`), Surmiran (`rm-surmiran`), Puter (`rm-puter`), and Vallader (`rm-vallader`).
|
| 24 |
+
- For the `1997_2008` subset, the variety has been automatically annotated using an SVM classifier trained on the `2021_2025` config, among other data. More information [here](https://github.com/ProSvizraRumantscha/corpora/pull/5).
|
| 25 |
+
- For the `2021_2025` subset, the variety is based on manual processing by _La Quotidiana_ editors.
|
| 26 |
|
| 27 |
## License
|
| 28 |
CC BY 4.0 License.\
|