Divyanshu commited on
Commit
0d26cc5
1 Parent(s): b1ea3e7
.history/README_20230707234655.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+ Language | ISO 639-1 Code |Train | Dev | Test |
119
+ --------------|----------------|-------|-----|------|
120
+ Assamese | as | 392,702 | 5,010 | 2,490 |
121
+ Bengali | bn | 392,702 | 5,010 | 2,490 |
122
+ Gujarati | gu | 392,702 | 5,010 | 2,490 |
123
+ Hindi | hi | 392,702 | 5,010 | 2,490 |
124
+ Kannada | kn | 392,702 | 5,010 | 2,490 |
125
+ Malayalam | ml |392,702 | 5,010 | 2,490 |
126
+ Marathi | mr |392,702 | 5,010 | 2,490 |
127
+ Oriya | or | 392,702 | 5,010 | 2,490 |
128
+ Punjabi | pa | 392,702 | 5,010 | 2,490 |
129
+ Tamil | ta | 392,702 | 5,010 | 2,490 |
130
+ Telugu | te | 392,702 | 5,010 | 2,490 |
131
+
132
+ <!-- The dataset split remains same across all languages. -->
133
+
134
+ ## Dataset usage
135
+
136
+ Code snippet for using the dataset using datasets library.
137
+
138
+ ```python
139
+ from datasets import load_dataset
140
+
141
+ dataset = load_dataset("Divyanshu/IE_SemParse")
142
+ ```
143
+
144
+ ## Dataset Creation
145
+
146
+ Machine translation of XNLI english dataset to 11 listed Indic Languages.
147
+
148
+ ### Curation Rationale
149
+
150
+ [More information needed]
151
+
152
+ ### Source Data
153
+
154
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
155
+
156
+ [multilingualTOP dataset] (https://github.com/awslabs/multilingual-top)
157
+
158
+ [multi-ATIS++ dataset] (https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
159
+
160
+ #### Initial Data Collection and Normalization
161
+
162
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
163
+
164
+ #### Who are the source language producers?
165
+
166
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
167
+
168
+ #### Human Verification Process
169
+
170
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
171
+
172
+ ## Considerations for Using the Data
173
+
174
+ ### Social Impact of Dataset
175
+
176
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
177
+
178
+ ### Discussion of Biases
179
+
180
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
181
+
182
+ ### Other Known Limitations
183
+
184
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
185
+
186
+ ### Dataset Curators
187
+
188
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
189
+
190
+ ### Licensing Information
191
+
192
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
193
+
194
+ ### Citation Information
195
+
196
+ If you use any of the datasets, models or code modules, please cite the following paper:
197
+
198
+ ```
199
+ @misc{https://doi.org/10.48550/arxiv.2204.08776,
200
+ doi = {10.48550/ARXIV.2204.08776},
201
+
202
+ url = {https://arxiv.org/abs/2304.13005},
203
+
204
+ author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
205
+
206
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
207
+
208
+ title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
209
+
210
+ publisher = {arXiv},
211
+
212
+ year = {2022},
213
+
214
+ copyright = {Creative Commons Attribution 4.0 International}
215
+ }
216
+ ```
217
+
218
+ <!-- ### Contributions -->
.history/README_20230707234659.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+ Language | ISO 639-1 Code |Train | Dev | Test |
119
+ --------------|----------------|-------|-----|------|
120
+ Assamese | as | 392,702 | 5,010 | 2,490 |
121
+ Bengali | bn | 392,702 | 5,010 | 2,490 |
122
+ Gujarati | gu | 392,702 | 5,010 | 2,490 |
123
+ Hindi | hi | 392,702 | 5,010 | 2,490 |
124
+ Kannada | kn | 392,702 | 5,010 | 2,490 |
125
+ Malayalam | ml |392,702 | 5,010 | 2,490 |
126
+ Marathi | mr |392,702 | 5,010 | 2,490 |
127
+ Oriya | or | 392,702 | 5,010 | 2,490 |
128
+ Punjabi | pa | 392,702 | 5,010 | 2,490 |
129
+ Tamil | ta | 392,702 | 5,010 | 2,490 |
130
+ Telugu | te | 392,702 | 5,010 | 2,490 |
131
+
132
+ <!-- The dataset split remains same across all languages. -->
133
+
134
+ ## Dataset usage
135
+
136
+ Code snippet for using the dataset using datasets library.
137
+
138
+ ```python
139
+ from datasets import load_dataset
140
+
141
+ dataset = load_dataset("Divyanshu/IE_SemParse")
142
+ ```
143
+
144
+ ## Dataset Creation
145
+
146
+ Machine translation of XNLI english dataset to 11 listed Indic Languages.
147
+
148
+ ### Curation Rationale
149
+
150
+ [More information needed]
151
+
152
+ ### Source Data
153
+
154
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
155
+
156
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
157
+
158
+ [multi-ATIS++ dataset] (https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
159
+
160
+ #### Initial Data Collection and Normalization
161
+
162
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
163
+
164
+ #### Who are the source language producers?
165
+
166
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
167
+
168
+ #### Human Verification Process
169
+
170
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
171
+
172
+ ## Considerations for Using the Data
173
+
174
+ ### Social Impact of Dataset
175
+
176
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
177
+
178
+ ### Discussion of Biases
179
+
180
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
181
+
182
+ ### Other Known Limitations
183
+
184
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
185
+
186
+ ### Dataset Curators
187
+
188
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
189
+
190
+ ### Licensing Information
191
+
192
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
193
+
194
+ ### Citation Information
195
+
196
+ If you use any of the datasets, models or code modules, please cite the following paper:
197
+
198
+ ```
199
+ @misc{https://doi.org/10.48550/arxiv.2204.08776,
200
+ doi = {10.48550/ARXIV.2204.08776},
201
+
202
+ url = {https://arxiv.org/abs/2304.13005},
203
+
204
+ author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
205
+
206
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
207
+
208
+ title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
209
+
210
+ publisher = {arXiv},
211
+
212
+ year = {2022},
213
+
214
+ copyright = {Creative Commons Attribution 4.0 International}
215
+ }
216
+ ```
217
+
218
+ <!-- ### Contributions -->
.history/README_20230707234704.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+ Language | ISO 639-1 Code |Train | Dev | Test |
119
+ --------------|----------------|-------|-----|------|
120
+ Assamese | as | 392,702 | 5,010 | 2,490 |
121
+ Bengali | bn | 392,702 | 5,010 | 2,490 |
122
+ Gujarati | gu | 392,702 | 5,010 | 2,490 |
123
+ Hindi | hi | 392,702 | 5,010 | 2,490 |
124
+ Kannada | kn | 392,702 | 5,010 | 2,490 |
125
+ Malayalam | ml |392,702 | 5,010 | 2,490 |
126
+ Marathi | mr |392,702 | 5,010 | 2,490 |
127
+ Oriya | or | 392,702 | 5,010 | 2,490 |
128
+ Punjabi | pa | 392,702 | 5,010 | 2,490 |
129
+ Tamil | ta | 392,702 | 5,010 | 2,490 |
130
+ Telugu | te | 392,702 | 5,010 | 2,490 |
131
+
132
+ <!-- The dataset split remains same across all languages. -->
133
+
134
+ ## Dataset usage
135
+
136
+ Code snippet for using the dataset using datasets library.
137
+
138
+ ```python
139
+ from datasets import load_dataset
140
+
141
+ dataset = load_dataset("Divyanshu/IE_SemParse")
142
+ ```
143
+
144
+ ## Dataset Creation
145
+
146
+ Machine translation of XNLI english dataset to 11 listed Indic Languages.
147
+
148
+ ### Curation Rationale
149
+
150
+ [More information needed]
151
+
152
+ ### Source Data
153
+
154
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
155
+
156
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
157
+
158
+ [multi-ATIS++ dataset](https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
159
+
160
+ #### Initial Data Collection and Normalization
161
+
162
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
163
+
164
+ #### Who are the source language producers?
165
+
166
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
167
+
168
+ #### Human Verification Process
169
+
170
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
171
+
172
+ ## Considerations for Using the Data
173
+
174
+ ### Social Impact of Dataset
175
+
176
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
177
+
178
+ ### Discussion of Biases
179
+
180
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
181
+
182
+ ### Other Known Limitations
183
+
184
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
185
+
186
+ ### Dataset Curators
187
+
188
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
189
+
190
+ ### Licensing Information
191
+
192
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
193
+
194
+ ### Citation Information
195
+
196
+ If you use any of the datasets, models or code modules, please cite the following paper:
197
+
198
+ ```
199
+ @misc{https://doi.org/10.48550/arxiv.2204.08776,
200
+ doi = {10.48550/ARXIV.2204.08776},
201
+
202
+ url = {https://arxiv.org/abs/2304.13005},
203
+
204
+ author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
205
+
206
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
207
+
208
+ title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
209
+
210
+ publisher = {arXiv},
211
+
212
+ year = {2022},
213
+
214
+ copyright = {Creative Commons Attribution 4.0 International}
215
+ }
216
+ ```
217
+
218
+ <!-- ### Contributions -->
.history/README_20230707234722.md ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+
119
+ <!-- The dataset split remains same across all languages. -->
120
+
121
+ ## Dataset usage
122
+
123
+ Code snippet for using the dataset using datasets library.
124
+
125
+ ```python
126
+ from datasets import load_dataset
127
+
128
+ dataset = load_dataset("Divyanshu/IE_SemParse")
129
+ ```
130
+
131
+ ## Dataset Creation
132
+
133
+ Machine translation of XNLI english dataset to 11 listed Indic Languages.
134
+
135
+ ### Curation Rationale
136
+
137
+ [More information needed]
138
+
139
+ ### Source Data
140
+
141
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
142
+
143
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
144
+
145
+ [multi-ATIS++ dataset](https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
146
+
147
+ #### Initial Data Collection and Normalization
148
+
149
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
150
+
151
+ #### Who are the source language producers?
152
+
153
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
154
+
155
+ #### Human Verification Process
156
+
157
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
158
+
159
+ ## Considerations for Using the Data
160
+
161
+ ### Social Impact of Dataset
162
+
163
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
164
+
165
+ ### Discussion of Biases
166
+
167
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
168
+
169
+ ### Other Known Limitations
170
+
171
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
172
+
173
+ ### Dataset Curators
174
+
175
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
176
+
177
+ ### Licensing Information
178
+
179
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
180
+
181
+ ### Citation Information
182
+
183
+ If you use any of the datasets, models or code modules, please cite the following paper:
184
+
185
+ ```
186
+ @misc{https://doi.org/10.48550/arxiv.2204.08776,
187
+ doi = {10.48550/ARXIV.2204.08776},
188
+
189
+ url = {https://arxiv.org/abs/2304.13005},
190
+
191
+ author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
192
+
193
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
194
+
195
+ title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
196
+
197
+ publisher = {arXiv},
198
+
199
+ year = {2022},
200
+
201
+ copyright = {Creative Commons Attribution 4.0 International}
202
+ }
203
+ ```
204
+
205
+ <!-- ### Contributions -->
.history/README_20230707234724.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+
119
+ ## Dataset usage
120
+
121
+ Code snippet for using the dataset using datasets library.
122
+
123
+ ```python
124
+ from datasets import load_dataset
125
+
126
+ dataset = load_dataset("Divyanshu/IE_SemParse")
127
+ ```
128
+
129
+ ## Dataset Creation
130
+
131
+ Machine translation of XNLI english dataset to 11 listed Indic Languages.
132
+
133
+ ### Curation Rationale
134
+
135
+ [More information needed]
136
+
137
+ ### Source Data
138
+
139
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
140
+
141
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
142
+
143
+ [multi-ATIS++ dataset](https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
144
+
145
+ #### Initial Data Collection and Normalization
146
+
147
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
148
+
149
+ #### Who are the source language producers?
150
+
151
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
152
+
153
+ #### Human Verification Process
154
+
155
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
156
+
157
+ ## Considerations for Using the Data
158
+
159
+ ### Social Impact of Dataset
160
+
161
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
162
+
163
+ ### Discussion of Biases
164
+
165
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
166
+
167
+ ### Other Known Limitations
168
+
169
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
170
+
171
+ ### Dataset Curators
172
+
173
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
174
+
175
+ ### Licensing Information
176
+
177
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
178
+
179
+ ### Citation Information
180
+
181
+ If you use any of the datasets, models or code modules, please cite the following paper:
182
+
183
+ ```
184
+ @misc{https://doi.org/10.48550/arxiv.2204.08776,
185
+ doi = {10.48550/ARXIV.2204.08776},
186
+
187
+ url = {https://arxiv.org/abs/2304.13005},
188
+
189
+ author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
190
+
191
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
192
+
193
+ title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
194
+
195
+ publisher = {arXiv},
196
+
197
+ year = {2022},
198
+
199
+ copyright = {Creative Commons Attribution 4.0 International}
200
+ }
201
+ ```
202
+
203
+ <!-- ### Contributions -->
.history/README_20230707234739.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+
119
+ ## Dataset usage
120
+
121
+ Code snippet for using the dataset using datasets library.
122
+
123
+ ```python
124
+ from datasets import load_dataset
125
+
126
+ dataset = load_dataset("Divyanshu/IE_SemParse")
127
+ ```
128
+
129
+ ## Dataset Creation
130
+
131
+ Machine translation of 3 multilingual semantic Parsing datasets english dataset to 11 listed Indic Languages.
132
+
133
+ ### Curation Rationale
134
+
135
+ [More information needed]
136
+
137
+ ### Source Data
138
+
139
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
140
+
141
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
142
+
143
+ [multi-ATIS++ dataset](https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
144
+
145
+ #### Initial Data Collection and Normalization
146
+
147
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
148
+
149
+ #### Who are the source language producers?
150
+
151
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
152
+
153
+ #### Human Verification Process
154
+
155
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
156
+
157
+ ## Considerations for Using the Data
158
+
159
+ ### Social Impact of Dataset
160
+
161
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
162
+
163
+ ### Discussion of Biases
164
+
165
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
166
+
167
+ ### Other Known Limitations
168
+
169
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
170
+
171
+ ### Dataset Curators
172
+
173
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
174
+
175
+ ### Licensing Information
176
+
177
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
178
+
179
+ ### Citation Information
180
+
181
+ If you use any of the datasets, models or code modules, please cite the following paper:
182
+
183
+ ```
184
+ @misc{https://doi.org/10.48550/arxiv.2204.08776,
185
+ doi = {10.48550/ARXIV.2204.08776},
186
+
187
+ url = {https://arxiv.org/abs/2304.13005},
188
+
189
+ author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
190
+
191
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
192
+
193
+ title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
194
+
195
+ publisher = {arXiv},
196
+
197
+ year = {2022},
198
+
199
+ copyright = {Creative Commons Attribution 4.0 International}
200
+ }
201
+ ```
202
+
203
+ <!-- ### Contributions -->
.history/README_20230707234800.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - as
8
+ - bn
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ml
13
+ - mr
14
+ - or
15
+ - pa
16
+ - ta
17
+ - te
18
+ license:
19
+ - cc0-1.0
20
+ multilinguality:
21
+ - multilingual
22
+ pretty_name: IE-SemParse
23
+ size_categories:
24
+ - 1M<n<10M
25
+ source_datasets:
26
+ - original
27
+ task_categories:
28
+ - text2text-generation
29
+ task_ids:
30
+ - parsing
31
+ ---
32
+
33
+ # Dataset Card for "IE-SemParse"
34
+
35
+ ## Table of Contents
36
+
37
+ - [Dataset Card for "IE-SemParse"](#dataset-card-for-ie-semparse)
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
42
+ - [Languages](#languages)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset usage](#dataset-usage)
45
+ - [Dataset Creation](#dataset-creation)
46
+ - [Curation Rationale](#curation-rationale)
47
+ - [Source Data](#source-data)
48
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
49
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
50
+ - [Human Verification Process](#human-verification-process)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Dataset Curators](#dataset-curators)
56
+ - [Licensing Information](#licensing-information)
57
+ - [Citation Information](#citation-information)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** <https://github.com/divyanshuaggarwal/IE-SemParse>
62
+ - **Paper:** [Evaluating Inter-Bilingual Semantic Parsing for Indian Languages](https://arxiv.org/abs/2304.13005)
63
+ - **Point of Contact:** [Divyanshu Aggarwal](mailto:divyanshuggrwl@gmail.com)
64
+
65
+ ### Dataset Summary
66
+
67
+ IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes
68
+ Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’),
69
+ Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’),
70
+ Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi
71
+ (‘hi’), and Bengali (‘bn’).
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ **Tasks:** Natural Language Inference
76
+
77
+ **Leaderboards:** Currently there is no Leaderboard for this dataset.
78
+
79
+ ### Languages
80
+
81
+ - `Assamese (as)`
82
+ - `Bengali (bn)`
83
+ - `Gujarati (gu)`
84
+ - `Kannada (kn)`
85
+ - `Hindi (hi)`
86
+ - `Malayalam (ml)`
87
+ - `Marathi (mr)`
88
+ - `Oriya (or)`
89
+ - `Punjabi (pa)`
90
+ - `Tamil (ta)`
91
+ - `Telugu (te)`
92
+
93
+ ...
94
+
95
+
96
+ ### Data Splits
97
+
98
+ <!-- Below is the dataset split given for `hi` dataset.
99
+
100
+ ```python
101
+ DatasetDict({
102
+ train: Dataset({
103
+ features: ['utterance', 'logical form', 'intent'],
104
+ num_rows: 36000
105
+ })
106
+ test: Dataset({
107
+ features: ['utterance', 'logical form', 'intent'],
108
+ num_rows: 3000
109
+ })
110
+ validation: Dataset({
111
+ features: ['utterance', 'logical form', 'intent'],
112
+ num_rows: 1500
113
+ })
114
+ })
115
+
116
+ ``` -->
117
+
118
+
119
+ ## Dataset usage
120
+
121
+ Code snippet for using the dataset using datasets library.
122
+
123
+ ```python
124
+ from datasets import load_dataset
125
+
126
+ dataset = load_dataset("Divyanshu/IE_SemParse")
127
+ ```
128
+
129
+ ## Dataset Creation
130
+
131
+ Machine translation of 3 multilingual semantic Parsing datasets english dataset to 11 listed Indic Languages.
132
+
133
+ ### Curation Rationale
134
+
135
+ [More information needed]
136
+
137
+ ### Source Data
138
+
139
+ [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
140
+
141
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
142
+
143
+ [multi-ATIS++ dataset](https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
144
+
145
+ #### Initial Data Collection and Normalization
146
+
147
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
148
+
149
+ #### Who are the source language producers?
150
+
151
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
152
+
153
+ #### Human Verification Process
154
+
155
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
156
+
157
+ ## Considerations for Using the Data
158
+
159
+ ### Social Impact of Dataset
160
+
161
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
162
+
163
+ ### Discussion of Biases
164
+
165
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
166
+
167
+ ### Other Known Limitations
168
+
169
+ [Detailed in the paper](https://arxiv.org/abs/2304.13005)
170
+
171
+ ### Dataset Curators
172
+
173
+ Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan
174
+
175
+ ### Licensing Information
176
+
177
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). Copyright of the dataset contents belongs to the original copyright holders.
178
+
179
+ ### Citation Information
180
+
181
+ If you use any of the datasets, models or code modules, please cite the following paper:
182
+
183
+ ```
184
+ @misc{aggarwal2023evaluating,
185
+ title={Evaluating Inter-Bilingual Semantic Parsing for Indian Languages},
186
+ author={Divyanshu Aggarwal and Vivek Gupta and Anoop Kunchukuttan},
187
+ year={2023},
188
+ eprint={2304.13005},
189
+ archivePrefix={arXiv},
190
+ primaryClass={cs.CL}
191
+ }
192
+ ```
193
+
194
+ <!-- ### Contributions -->
README.md CHANGED
@@ -115,21 +115,6 @@ DatasetDict({
115
 
116
  ``` -->
117
 
118
- Language | ISO 639-1 Code |Train | Dev | Test |
119
- --------------|----------------|-------|-----|------|
120
- Assamese | as | 392,702 | 5,010 | 2,490 |
121
- Bengali | bn | 392,702 | 5,010 | 2,490 |
122
- Gujarati | gu | 392,702 | 5,010 | 2,490 |
123
- Hindi | hi | 392,702 | 5,010 | 2,490 |
124
- Kannada | kn | 392,702 | 5,010 | 2,490 |
125
- Malayalam | ml |392,702 | 5,010 | 2,490 |
126
- Marathi | mr |392,702 | 5,010 | 2,490 |
127
- Oriya | or | 392,702 | 5,010 | 2,490 |
128
- Punjabi | pa | 392,702 | 5,010 | 2,490 |
129
- Tamil | ta | 392,702 | 5,010 | 2,490 |
130
- Telugu | te | 392,702 | 5,010 | 2,490 |
131
-
132
- <!-- The dataset split remains same across all languages. -->
133
 
134
  ## Dataset usage
135
 
@@ -143,7 +128,7 @@ dataset = load_dataset("Divyanshu/IE_SemParse")
143
 
144
  ## Dataset Creation
145
 
146
- Machine translation of XNLI english dataset to 11 listed Indic Languages.
147
 
148
  ### Curation Rationale
149
 
@@ -152,8 +137,10 @@ Machine translation of XNLI english dataset to 11 listed Indic Languages.
152
  ### Source Data
153
 
154
  [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
155
- [multilingualTOP dataset] (https://github.com/awslabs/multilingual-top)
156
- [multi-ATIS++ dataset] (https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
 
 
157
 
158
  #### Initial Data Collection and Normalization
159
 
@@ -194,22 +181,13 @@ Contents of this repository are restricted to only non-commercial research purpo
194
  If you use any of the datasets, models or code modules, please cite the following paper:
195
 
196
  ```
197
- @misc{https://doi.org/10.48550/arxiv.2204.08776,
198
- doi = {10.48550/ARXIV.2204.08776},
199
-
200
- url = {https://arxiv.org/abs/2304.13005},
201
-
202
- author = {Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop},
203
-
204
- keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
205
-
206
- title = {IE-SemParse: Evaluating Multilingual Inference for Indian Languages},
207
-
208
- publisher = {arXiv},
209
-
210
- year = {2022},
211
-
212
- copyright = {Creative Commons Attribution 4.0 International}
213
  }
214
  ```
215
 
 
115
 
116
  ``` -->
117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  ## Dataset usage
120
 
 
128
 
129
  ## Dataset Creation
130
 
131
+ Machine translation of 3 multilingual semantic Parsing datasets english dataset to 11 listed Indic Languages.
132
 
133
  ### Curation Rationale
134
 
 
137
  ### Source Data
138
 
139
  [mTOP dataset](https://aclanthology.org/2021.eacl-main.257/)
140
+
141
+ [multilingualTOP dataset](https://github.com/awslabs/multilingual-top)
142
+
143
+ [multi-ATIS++ dataset](https://paperswithcode.com/paper/end-to-end-slot-alignment-and-recognition-for)
144
 
145
  #### Initial Data Collection and Normalization
146
 
 
181
  If you use any of the datasets, models or code modules, please cite the following paper:
182
 
183
  ```
184
+ @misc{aggarwal2023evaluating,
185
+ title={Evaluating Inter-Bilingual Semantic Parsing for Indian Languages},
186
+ author={Divyanshu Aggarwal and Vivek Gupta and Anoop Kunchukuttan},
187
+ year={2023},
188
+ eprint={2304.13005},
189
+ archivePrefix={arXiv},
190
+ primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
191
  }
192
  ```
193