khaled44 commited on
Commit
62b67be
·
verified ·
1 Parent(s): 54c1ef0

Upload ARETA gold reference dataset

Browse files
Files changed (4) hide show
  1. README.md +5 -7
  2. annotations.csv +1 -1
  3. contexts_nopnx.csv +0 -0
  4. contexts_pnx.csv +0 -0
README.md CHANGED
@@ -28,7 +28,7 @@ Paper title: **ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Ex
28
  - `original_pair_id`: Original pair identifier in the source data.
29
  - `error_id`: Error number within the same `pair_id`.
30
  - `erroneous_word`: Erroneous word or phrase.
31
- - `correct_word`: Corrected word or phrase.
32
  - `areta_label`: ARETA edit label.
33
  - `lex_code`: Lexical explanation code.
34
  - `lex_explanation_text`: Lexical explanation text.
@@ -42,17 +42,15 @@ Paper title: **ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Ex
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.
 
28
  - `original_pair_id`: Original pair identifier in the source data.
29
  - `error_id`: Error number within the same `pair_id`.
30
  - `erroneous_word`: Erroneous word or phrase.
31
+ - `target_word`: Target word or phrase.
32
  - `areta_label`: ARETA edit label.
33
  - `lex_code`: Lexical explanation code.
34
  - `lex_explanation_text`: Lexical explanation text.
 
42
  ## contexts_nopnx.csv
43
 
44
  - `context_id`: Context identifier in this dataset.
45
+ - `source_dataset`: Source dataset and split label.
46
+ - `original_sentence_id`: Original sentence identifier in the source data.
 
47
  - `src_context`: Erroneous sentence context without punctuation.
48
  - `target_context`: Corrected sentence context without punctuation.
49
 
50
  ## contexts_pnx.csv
51
 
52
  - `context_id`: Context identifier in this dataset.
53
+ - `source_dataset`: Source dataset and split label.
54
+ - `original_sentence_id`: Original sentence identifier in the source data.
 
55
  - `src_context`: Erroneous sentence context with punctuation.
56
  - `target_context`: Corrected sentence context with punctuation.
annotations.csv CHANGED
@@ -1,4 +1,4 @@
1
- context_id,pair_id,original_pair_id,error_id,erroneous_word,correct_word,areta_label,lex_code,lex_explanation_text,orth_code,orth_explanation_text,morph_code,morph_explanation_text,synt_code,synt_explanation_text
2
  1,1,5,1,انشاء,إن شاء,REPLACE_S,,,ex6,الهمزة هنا يجب أن تكون همزة قطع لأن الكلمة حرف والحروف لا تبدأ بهمزة وصل,,,,
3
  1,1,5,2,انشاء,إن شاء,REPLACE_S,,,ex78,يجب أن تكتب مسافة هنا لأنهما كلمتان مختلفتان يجب فصلهما بمسافة,,,,
4
  2,2,14,1,فهوا,فهو,REPLACE_OD+REPLACE_OG,,,ex31,يجب أن لا تكتب ألف بعد الواو لأنها ليست واو الجماعة,ex96,الواو هنا ليست واو الجماعة لأنها حرف أساسي من الكلمة,,
 
1
+ context_id,pair_id,original_pair_id,error_id,erroneous_word,target_word,areta_label,lex_code,lex_explanation_text,orth_code,orth_explanation_text,morph_code,morph_explanation_text,synt_code,synt_explanation_text
2
  1,1,5,1,انشاء,إن شاء,REPLACE_S,,,ex6,الهمزة هنا يجب أن تكون همزة قطع لأن الكلمة حرف والحروف لا تبدأ بهمزة وصل,,,,
3
  1,1,5,2,انشاء,إن شاء,REPLACE_S,,,ex78,يجب أن تكتب مسافة هنا لأنهما كلمتان مختلفتان يجب فصلهما بمسافة,,,,
4
  2,2,14,1,فهوا,فهو,REPLACE_OD+REPLACE_OG,,,ex31,يجب أن لا تكتب ألف بعد الواو لأنها ليست واو الجماعة,ex96,الواو هنا ليست واو الجماعة لأنها حرف أساسي من الكلمة,,
contexts_nopnx.csv CHANGED
The diff for this file is too large to render. See raw diff
 
contexts_pnx.csv CHANGED
The diff for this file is too large to render. See raw diff