Upload ARETA gold reference dataset
Browse files- README.md +5 -5
- annotations.csv +0 -0
- contexts.csv +0 -0
README.md
CHANGED
|
@@ -6,20 +6,20 @@ configs:
|
|
| 6 |
default: true
|
| 7 |
data_files:
|
| 8 |
- split: test
|
| 9 |
-
path:
|
| 10 |
- config_name: contexts
|
| 11 |
data_files:
|
| 12 |
- split: test
|
| 13 |
-
path:
|
| 14 |
---
|
| 15 |
|
| 16 |
# ArabiGEE Data
|
| 17 |
|
| 18 |
Paper title: **ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Explanation**
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
-
- `context_id`: Links the annotation row to `
|
| 23 |
- `pair_id`: Word-pair identifier in this dataset.
|
| 24 |
- `original_pair_id`: Original pair identifier in the source data.
|
| 25 |
- `error_id`: Error number within the same `pair_id`.
|
|
@@ -35,7 +35,7 @@ Paper title: **ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Ex
|
|
| 35 |
- `synt_code`: Syntactic explanation code.
|
| 36 |
- `synt_explanation_text`: Syntactic explanation text.
|
| 37 |
|
| 38 |
-
##
|
| 39 |
|
| 40 |
- `context_id`: Context identifier in this dataset.
|
| 41 |
- `source_dataset`: Source dataset label.
|
|
|
|
| 6 |
default: true
|
| 7 |
data_files:
|
| 8 |
- split: test
|
| 9 |
+
path: annotations.csv
|
| 10 |
- config_name: contexts
|
| 11 |
data_files:
|
| 12 |
- split: test
|
| 13 |
+
path: contexts.csv
|
| 14 |
---
|
| 15 |
|
| 16 |
# ArabiGEE Data
|
| 17 |
|
| 18 |
Paper title: **ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Explanation**
|
| 19 |
|
| 20 |
+
## annotations.csv
|
| 21 |
|
| 22 |
+
- `context_id`: Links the annotation row to `contexts.csv`.
|
| 23 |
- `pair_id`: Word-pair identifier in this dataset.
|
| 24 |
- `original_pair_id`: Original pair identifier in the source data.
|
| 25 |
- `error_id`: Error number within the same `pair_id`.
|
|
|
|
| 35 |
- `synt_code`: Syntactic explanation code.
|
| 36 |
- `synt_explanation_text`: Syntactic explanation text.
|
| 37 |
|
| 38 |
+
## contexts.csv
|
| 39 |
|
| 40 |
- `context_id`: Context identifier in this dataset.
|
| 41 |
- `source_dataset`: Source dataset label.
|
annotations.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
contexts.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|