Datasets:
Add CEMRC Romanian NER MRC datasets
Browse files- README.md +15 -2
- splits_info.json +9 -0
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
task_categories:
|
| 4 |
- token-classification
|
| 5 |
language:
|
|
@@ -14,7 +14,7 @@ pretty_name: CEMRC Romanian NER MRC Dataset
|
|
| 14 |
|
| 15 |
# CEMRC Romanian NER MRC Dataset
|
| 16 |
|
| 17 |
-
This dataset repository contains MRC-style
|
| 18 |
|
| 19 |
Included datasets: **ronec, legalnero, simonero**.
|
| 20 |
|
|
@@ -54,6 +54,19 @@ Each row contains:
|
|
| 54 |
|
| 55 |
Detailed split metadata is available in `splits_info.json`.
|
| 56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
## Notes
|
| 58 |
|
| 59 |
The original datasets retain their own licenses and citation requirements. This repository provides an MRC-formatted derivative for reproducibility of the CEMRC thesis experiments.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
task_categories:
|
| 4 |
- token-classification
|
| 5 |
language:
|
|
|
|
| 14 |
|
| 15 |
# CEMRC Romanian NER MRC Dataset
|
| 16 |
|
| 17 |
+
This dataset repository contains MRC-style conversions for Romanian NER datasets used in the CEMRC thesis experiments.
|
| 18 |
|
| 19 |
Included datasets: **ronec, legalnero, simonero**.
|
| 20 |
|
|
|
|
| 54 |
|
| 55 |
Detailed split metadata is available in `splits_info.json`.
|
| 56 |
|
| 57 |
+
## Licenses
|
| 58 |
+
|
| 59 |
+
This is a combined derivative dataset repository. The source datasets keep their original licenses; users must follow the license terms of each source dataset.
|
| 60 |
+
|
| 61 |
+
| Source dataset | Folder | Upstream Hugging Face dataset | License | Source URL |
|
| 62 |
+
| --- | --- | --- | --- | --- |
|
| 63 |
+
| RoNEC | `ronec` | `community-datasets/ronec` | MIT License (`mit`) | https://huggingface.co/datasets/community-datasets/ronec |
|
| 64 |
+
| LegalNERo | `legalnero` | `joelniklaus/legalnero` | Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (`cc-by-nc-nd-4.0`) | https://huggingface.co/datasets/joelniklaus/legalnero |
|
| 65 |
+
| SiMoNERo | `simonero` | `xd-br0/SiMoNERo` | Creative Commons Attribution 4.0 International (`cc-by-4.0`) | https://huggingface.co/datasets/xd-br0/SiMoNERo |
|
| 66 |
+
|
| 67 |
+
Because LegalNERo is licensed under `cc-by-nc-nd-4.0`, users should treat the LegalNERo-derived split files as non-commercial and subject to no-derivatives restrictions. This combined repository does not relicense any source dataset.
|
| 68 |
+
|
| 69 |
+
|
| 70 |
## Notes
|
| 71 |
|
| 72 |
The original datasets retain their own licenses and citation requirements. This repository provides an MRC-formatted derivative for reproducibility of the CEMRC thesis experiments.
|
splits_info.json
CHANGED
|
@@ -9,6 +9,9 @@
|
|
| 9 |
"datasets": {
|
| 10 |
"ronec": {
|
| 11 |
"source_hf_dataset": "community-datasets/ronec",
|
|
|
|
|
|
|
|
|
|
| 12 |
"splits": {
|
| 13 |
"train": {
|
| 14 |
"num_rows": 135000,
|
|
@@ -26,6 +29,9 @@
|
|
| 26 |
},
|
| 27 |
"legalnero": {
|
| 28 |
"source_hf_dataset": "joelniklaus/legalnero",
|
|
|
|
|
|
|
|
|
|
| 29 |
"splits": {
|
| 30 |
"train": {
|
| 31 |
"num_rows": 37760,
|
|
@@ -43,6 +49,9 @@
|
|
| 43 |
},
|
| 44 |
"simonero": {
|
| 45 |
"source_hf_dataset": "xd-br0/SiMoNERo",
|
|
|
|
|
|
|
|
|
|
| 46 |
"splits": {
|
| 47 |
"train": {
|
| 48 |
"num_rows": 14988,
|
|
|
|
| 9 |
"datasets": {
|
| 10 |
"ronec": {
|
| 11 |
"source_hf_dataset": "community-datasets/ronec",
|
| 12 |
+
"source_url": "https://huggingface.co/datasets/community-datasets/ronec",
|
| 13 |
+
"license": "mit",
|
| 14 |
+
"license_name": "MIT License",
|
| 15 |
"splits": {
|
| 16 |
"train": {
|
| 17 |
"num_rows": 135000,
|
|
|
|
| 29 |
},
|
| 30 |
"legalnero": {
|
| 31 |
"source_hf_dataset": "joelniklaus/legalnero",
|
| 32 |
+
"source_url": "https://huggingface.co/datasets/joelniklaus/legalnero",
|
| 33 |
+
"license": "cc-by-nc-nd-4.0",
|
| 34 |
+
"license_name": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International",
|
| 35 |
"splits": {
|
| 36 |
"train": {
|
| 37 |
"num_rows": 37760,
|
|
|
|
| 49 |
},
|
| 50 |
"simonero": {
|
| 51 |
"source_hf_dataset": "xd-br0/SiMoNERo",
|
| 52 |
+
"source_url": "https://huggingface.co/datasets/xd-br0/SiMoNERo",
|
| 53 |
+
"license": "cc-by-4.0",
|
| 54 |
+
"license_name": "Creative Commons Attribution 4.0 International",
|
| 55 |
"splits": {
|
| 56 |
"train": {
|
| 57 |
"num_rows": 14988,
|