Upload ARETA gold reference dataset
Browse files- README.md +22 -8
- contexts_nopnx.csv +0 -0
- contexts_pnx.csv +0 -0
README.md
CHANGED
|
@@ -5,12 +5,16 @@ configs:
|
|
| 5 |
- config_name: annotations
|
| 6 |
default: true
|
| 7 |
data_files:
|
| 8 |
-
- split:
|
| 9 |
path: annotations.csv
|
| 10 |
-
- config_name:
|
| 11 |
data_files:
|
| 12 |
-
- split:
|
| 13 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# ArabiGEE Data
|
|
@@ -19,7 +23,7 @@ Paper title: **ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Ex
|
|
| 19 |
|
| 20 |
## annotations.csv
|
| 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,10 +39,20 @@ 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.
|
|
|
|
| 42 |
- `source_sentence_id`: Original sentence identifier in the source data.
|
| 43 |
-
- `src_context`: Erroneous sentence context.
|
| 44 |
-
- `target_context`: Corrected sentence context.
|
|
|
|
| 5 |
- config_name: annotations
|
| 6 |
default: true
|
| 7 |
data_files:
|
| 8 |
+
- split: dev
|
| 9 |
path: annotations.csv
|
| 10 |
+
- config_name: contexts_nopnx
|
| 11 |
data_files:
|
| 12 |
+
- split: dev
|
| 13 |
+
path: contexts_nopnx.csv
|
| 14 |
+
- config_name: contexts_pnx
|
| 15 |
+
data_files:
|
| 16 |
+
- split: dev
|
| 17 |
+
path: contexts_pnx.csv
|
| 18 |
---
|
| 19 |
|
| 20 |
# ArabiGEE Data
|
|
|
|
| 23 |
|
| 24 |
## annotations.csv
|
| 25 |
|
| 26 |
+
- `context_id`: Links the annotation row to either context file.
|
| 27 |
- `pair_id`: Word-pair identifier in this dataset.
|
| 28 |
- `original_pair_id`: Original pair identifier in the source data.
|
| 29 |
- `error_id`: Error number within the same `pair_id`.
|
|
|
|
| 39 |
- `synt_code`: Syntactic explanation code.
|
| 40 |
- `synt_explanation_text`: Syntactic explanation text.
|
| 41 |
|
| 42 |
+
## contexts_nopnx.csv
|
| 43 |
+
|
| 44 |
+
- `context_id`: Context identifier in this dataset.
|
| 45 |
+
- `source_dataset`: Source dataset label.
|
| 46 |
+
- `source_split`: Source split. All rows use `dev`.
|
| 47 |
+
- `source_sentence_id`: Original sentence identifier in the source data.
|
| 48 |
+
- `src_context`: Erroneous sentence context without punctuation.
|
| 49 |
+
- `target_context`: Corrected sentence context without punctuation.
|
| 50 |
+
|
| 51 |
+
## contexts_pnx.csv
|
| 52 |
|
| 53 |
- `context_id`: Context identifier in this dataset.
|
| 54 |
- `source_dataset`: Source dataset label.
|
| 55 |
+
- `source_split`: Source split. All rows use `dev`.
|
| 56 |
- `source_sentence_id`: Original sentence identifier in the source data.
|
| 57 |
+
- `src_context`: Erroneous sentence context with punctuation.
|
| 58 |
+
- `target_context`: Corrected sentence context with punctuation.
|
contexts_nopnx.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
contexts_pnx.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|