omarxadel commited on
Commit
744b3f5
1 Parent(s): 8623d1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -24
README.md CHANGED
@@ -24,10 +24,9 @@ task_ids:
24
  - [Table of Contents](#table-of-contents)
25
  - [Dataset Description](#dataset-description)
26
  - [Dataset Summary](#dataset-summary)
27
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
28
  - [Languages](#languages)
29
  - [Dataset Structure](#dataset-structure)
30
- - [Data Instances](#data-instances)
31
  - [Data Fields](#data-fields)
32
  - [Data Splits](#data-splits)
33
  - [Dataset Creation](#dataset-creation)
@@ -61,76 +60,74 @@ Supports Arabic and English
61
 
62
  ## Dataset Structure
63
 
64
- ### Data Instances
65
-
66
- [More Information Needed]
67
-
68
  ### Data Fields
69
-
70
- [More Information Needed]
 
71
 
72
  ### Data Splits
73
-
74
- [More Information Needed]
75
-
76
  ## Dataset Creation
77
 
78
  ### Curation Rationale
79
 
80
- [More Information Needed]
81
 
82
  ### Source Data
83
 
84
  #### Initial Data Collection and Normalization
85
 
86
- [More Information Needed]
87
 
88
  #### Who are the source language producers?
89
 
90
- [More Information Needed]
 
91
 
92
  ### Annotations
93
 
94
  #### Annotation process
95
 
96
- [More Information Needed]
97
 
98
  #### Who are the annotators?
99
 
100
- [More Information Needed]
101
 
102
  ### Personal and Sensitive Information
103
 
104
- [More Information Needed]
105
 
106
  ## Considerations for Using the Data
107
 
108
  ### Social Impact of Dataset
109
 
110
- [More Information Needed]
111
 
112
  ### Discussion of Biases
113
 
114
- [More Information Needed]
115
 
116
  ### Other Known Limitations
117
 
118
- [More Information Needed]
119
 
120
  ## Additional Information
121
 
122
  ### Dataset Curators
123
 
124
- [More Information Needed]
125
 
126
  ### Licensing Information
127
 
128
- [More Information Needed]
129
 
130
  ### Citation Information
131
 
132
- [More Information Needed]
133
 
134
  ### Contributions
135
 
136
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
24
  - [Table of Contents](#table-of-contents)
25
  - [Dataset Description](#dataset-description)
26
  - [Dataset Summary](#dataset-summary)
27
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
28
  - [Languages](#languages)
29
  - [Dataset Structure](#dataset-structure)
 
30
  - [Data Fields](#data-fields)
31
  - [Data Splits](#data-splits)
32
  - [Dataset Creation](#dataset-creation)
 
60
 
61
  ## Dataset Structure
62
 
 
 
 
 
63
  ### Data Fields
64
+ - `text_en`: a `string` feature.
65
+ - `text_ar`: a `string` feature.
66
+ - `eqn`: a `string` feature.
67
 
68
  ### Data Splits
69
+ |train|validation|test|
70
+ |----:|---------:|---:|
71
+ | 3636| 1040| 520|
72
  ## Dataset Creation
73
 
74
  ### Curation Rationale
75
 
76
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
77
 
78
  ### Source Data
79
 
80
  #### Initial Data Collection and Normalization
81
 
82
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
83
 
84
  #### Who are the source language producers?
85
 
86
+ [Rik Koncel-Kedziorski**, Subhro Roy**, Aida Amini, Nate Kushman and Hannaneh Hajishirzi.](https://aclanthology.org/N16-1136.pdf)
87
+
88
 
89
  ### Annotations
90
 
91
  #### Annotation process
92
 
93
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
94
 
95
  #### Who are the annotators?
96
 
97
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
98
 
99
  ### Personal and Sensitive Information
100
 
101
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
 
103
  ## Considerations for Using the Data
104
 
105
  ### Social Impact of Dataset
106
 
107
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
  ### Discussion of Biases
110
 
111
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
  ### Other Known Limitations
114
 
115
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
  ## Additional Information
118
 
119
  ### Dataset Curators
120
 
121
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
  ### Licensing Information
124
 
125
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
  ### Citation Information
128
 
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
  ### Contributions
132
 
133
+ Special thanks to Associate Professor Marwan Torki and all my colleagues in CC491N (NLP) class for helping me translate this dataset.