Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
Tags:
language-identification
License:
Commit
·
413a8d2
1
Parent(s):
21a3706
Fix missing tags in dataset cards (#4896)
Browse filesCommit from https://github.com/huggingface/datasets/commit/7447bf91775d94809b2313eea56c6e33bae66092
- README.md +40 -15
- dataset_infos.json +1 -1
- ilist.py +21 -7
README.md
CHANGED
@@ -11,14 +11,16 @@ language:
|
|
11 |
- bra
|
12 |
- hi
|
13 |
- mag
|
|
|
|
|
14 |
annotations_creators:
|
15 |
-
-
|
16 |
source_datasets:
|
17 |
- original
|
18 |
size_categories:
|
19 |
- 10K<n<100K
|
20 |
license:
|
21 |
-
-
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: ilist
|
24 |
---
|
@@ -51,15 +53,17 @@ pretty_name: ilist
|
|
51 |
|
52 |
## Dataset Description
|
53 |
|
54 |
-
- **Homepage:**
|
55 |
-
- **Repository:**
|
56 |
-
- **Paper:** [
|
57 |
- **Leaderboard:**
|
58 |
- **Point of Contact:** [email protected]
|
59 |
|
60 |
### Dataset Summary
|
61 |
|
62 |
-
This
|
|
|
|
|
63 |
|
64 |
### Supported Tasks and Leaderboards
|
65 |
|
@@ -100,11 +104,18 @@ The language ids correspond to the following languages: "AWA", "BRA", "MAG", "BH
|
|
100 |
|
101 |
### Source Data
|
102 |
|
103 |
-
|
|
|
|
|
|
|
104 |
|
105 |
#### Initial Data Collection and Normalization
|
106 |
|
107 |
-
|
|
|
|
|
|
|
|
|
108 |
|
109 |
#### Who are the source language producers?
|
110 |
|
@@ -146,24 +157,38 @@ The language ids correspond to the following languages: "AWA", "BRA", "MAG", "BH
|
|
146 |
|
147 |
### Licensing Information
|
148 |
|
149 |
-
|
150 |
|
151 |
### Citation Information
|
152 |
|
153 |
```
|
154 |
-
@
|
155 |
-
title = "
|
156 |
-
|
|
|
157 |
Nakov, Preslav and
|
|
|
|
|
|
|
|
|
|
|
158 |
Ljube{\v{s}}i{\'c}, Nikola and
|
159 |
Tiedemann, J{\"o}rg and
|
160 |
-
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
month = aug,
|
163 |
year = "2018",
|
164 |
address = "Santa Fe, New Mexico, USA",
|
165 |
publisher = "Association for Computational Linguistics",
|
166 |
-
url = "https://
|
|
|
167 |
}
|
168 |
```
|
169 |
|
|
|
11 |
- bra
|
12 |
- hi
|
13 |
- mag
|
14 |
+
language_creators:
|
15 |
+
- found
|
16 |
annotations_creators:
|
17 |
+
- no-annotation
|
18 |
source_datasets:
|
19 |
- original
|
20 |
size_categories:
|
21 |
- 10K<n<100K
|
22 |
license:
|
23 |
+
- cc-by-4.0
|
24 |
paperswithcode_id: null
|
25 |
pretty_name: ilist
|
26 |
---
|
|
|
53 |
|
54 |
## Dataset Description
|
55 |
|
56 |
+
- **Homepage:**
|
57 |
+
- **Repository:** https://github.com/kmi-linguistics/vardial2018
|
58 |
+
- **Paper:** [Language Identification and Morphosyntactic Tagging: The Second VarDial Evaluation Campaign](https://aclanthology.org/W18-3901/)
|
59 |
- **Leaderboard:**
|
60 |
- **Point of Contact:** [email protected]
|
61 |
|
62 |
### Dataset Summary
|
63 |
|
64 |
+
This dataset is introduced in a task which aimed at identifying 5 closely-related languages of Indo-Aryan language family: Hindi (also known as Khari Boli), Braj Bhasha, Awadhi, Bhojpuri and Magahi. These languages form part of a continuum starting from Western Uttar Pradesh (Hindi and Braj Bhasha) to Eastern Uttar Pradesh (Awadhi and Bhojpuri) and the neighbouring Eastern state of Bihar (Bhojpuri and Magahi).
|
65 |
+
|
66 |
+
For this task, participants were provided with a dataset of approximately 15,000 sentences in each language, mainly from the domain of literature, published over the web as well as in print.
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
|
|
104 |
|
105 |
### Source Data
|
106 |
|
107 |
+
The data for this task was collected from both hard printed and digital sources. Printed materials were
|
108 |
+
obtained from different institutions that promote these languages. We also gathered data from libraries,
|
109 |
+
as well as from local literary and cultural groups. We collected printed stories, novels and essays in
|
110 |
+
books, magazines, and newspapers.
|
111 |
|
112 |
#### Initial Data Collection and Normalization
|
113 |
|
114 |
+
We scanned the printed materials, then we performed OCR, and
|
115 |
+
finally we asked native speakers of the respective languages to correct the OCR output. Since there are
|
116 |
+
no specific OCR models available for these languages, we used the Google OCR for Hindi, part of the
|
117 |
+
Drive API. Since all the languages used the Devanagari script, we expected the OCR to work reasonably
|
118 |
+
well, and overall it did. We further managed to get some blogs in Magahi and Bhojpuri.
|
119 |
|
120 |
#### Who are the source language producers?
|
121 |
|
|
|
157 |
|
158 |
### Licensing Information
|
159 |
|
160 |
+
This work is licensed under a Creative Commons Attribution 4.0 International License: http://creativecommons.org/licenses/by/4.0/
|
161 |
|
162 |
### Citation Information
|
163 |
|
164 |
```
|
165 |
+
@inproceedings{zampieri-etal-2018-language,
|
166 |
+
title = "Language Identification and Morphosyntactic Tagging: The Second {V}ar{D}ial Evaluation Campaign",
|
167 |
+
author = {Zampieri, Marcos and
|
168 |
+
Malmasi, Shervin and
|
169 |
Nakov, Preslav and
|
170 |
+
Ali, Ahmed and
|
171 |
+
Shon, Suwon and
|
172 |
+
Glass, James and
|
173 |
+
Scherrer, Yves and
|
174 |
+
Samard{\v{z}}i{\'c}, Tanja and
|
175 |
Ljube{\v{s}}i{\'c}, Nikola and
|
176 |
Tiedemann, J{\"o}rg and
|
177 |
+
van der Lee, Chris and
|
178 |
+
Grondelaers, Stefan and
|
179 |
+
Oostdijk, Nelleke and
|
180 |
+
Speelman, Dirk and
|
181 |
+
van den Bosch, Antal and
|
182 |
+
Kumar, Ritesh and
|
183 |
+
Lahiri, Bornini and
|
184 |
+
Jain, Mayank},
|
185 |
+
booktitle = "Proceedings of the Fifth Workshop on {NLP} for Similar Languages, Varieties and Dialects ({V}ar{D}ial 2018)",
|
186 |
month = aug,
|
187 |
year = "2018",
|
188 |
address = "Santa Fe, New Mexico, USA",
|
189 |
publisher = "Association for Computational Linguistics",
|
190 |
+
url = "https://aclanthology.org/W18-3901",
|
191 |
+
pages = "1--17",
|
192 |
}
|
193 |
```
|
194 |
|
dataset_infos.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default": {"description": "This dataset is introduced in a task which aimed at identifying 5 closely-related languages of Indo-Aryan language family \u2013\nHindi (also known as Khari Boli), Braj Bhasha, Awadhi, Bhojpuri, and Magahi.\n", "citation": "@
|
|
|
1 |
+
{"default": {"description": "This dataset is introduced in a task which aimed at identifying 5 closely-related languages of Indo-Aryan language family \u2013\nHindi (also known as Khari Boli), Braj Bhasha, Awadhi, Bhojpuri, and Magahi.\n", "citation": "\\\n@inproceedings{zampieri-etal-2018-language,\n title = \"Language Identification and Morphosyntactic Tagging: The Second {V}ar{D}ial Evaluation Campaign\",\n author = {Zampieri, Marcos and\n Malmasi, Shervin and\n Nakov, Preslav and\n Ali, Ahmed and\n Shon, Suwon and\n Glass, James and\n Scherrer, Yves and\n Samard{\\v{z}}i{\\'c}, Tanja and\n Ljube{\\v{s}}i{\\'c}, Nikola and\n Tiedemann, J{\\\"o}rg and\n van der Lee, Chris and\n Grondelaers, Stefan and\n Oostdijk, Nelleke and\n Speelman, Dirk and\n van den Bosch, Antal and\n Kumar, Ritesh and\n Lahiri, Bornini and\n Jain, Mayank},\n booktitle = \"Proceedings of the Fifth Workshop on {NLP} for Similar Languages, Varieties and Dialects ({V}ar{D}ial 2018)\",\n month = aug,\n year = \"2018\",\n address = \"Santa Fe, New Mexico, USA\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/W18-3901\",\n pages = \"1--17\",\n}\n", "homepage": "https://github.com/kmi-linguistics/vardial2018", "license": "", "features": {"language_id": {"num_classes": 5, "names": ["AWA", "BRA", "MAG", "BHO", "HIN"], "id": null, "_type": "ClassLabel"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": [{"task": "text-classification", "text_column": "text", "label_column": "language_id"}], "builder_name": "ilist", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14362998, "num_examples": 70351, "dataset_name": "ilist"}, "test": {"name": "test", "num_bytes": 2146857, "num_examples": 9692, "dataset_name": "ilist"}, "validation": {"name": "validation", "num_bytes": 2407643, "num_examples": 10329, "dataset_name": "ilist"}}, "download_checksums": {"https://raw.githubusercontent.com/kmi-linguistics/vardial2018/master/dataset/train.txt": {"num_bytes": 13870509, "checksum": "1bd3ae96dc17ce44278cff256972649b510d6d8595f420e95bc8284f207e2678"}, "https://raw.githubusercontent.com/kmi-linguistics/vardial2018/master/dataset/gold.txt": {"num_bytes": 2079009, "checksum": "72909da09ed1c1f3710c879ca5b69282e483ce60fe7d90497cfbca46016da704"}, "https://raw.githubusercontent.com/kmi-linguistics/vardial2018/master/dataset/dev.txt": {"num_bytes": 2335332, "checksum": "2ef7944502bb2ee49358873e5d9de241f0a8a8b8a9b88e3e8c37873afd783797"}}, "download_size": 18284850, "post_processing_size": null, "dataset_size": 18917498, "size_in_bytes": 37202348}}
|
ilist.py
CHANGED
@@ -19,20 +19,34 @@ import datasets
|
|
19 |
from datasets.tasks import TextClassification
|
20 |
|
21 |
|
22 |
-
_CITATION = """\
|
23 |
-
@
|
24 |
-
title = "
|
25 |
-
|
|
|
26 |
Nakov, Preslav and
|
|
|
|
|
|
|
|
|
|
|
27 |
Ljube{\v{s}}i{\'c}, Nikola and
|
28 |
Tiedemann, J{\"o}rg and
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
month = aug,
|
32 |
year = "2018",
|
33 |
address = "Santa Fe, New Mexico, USA",
|
34 |
publisher = "Association for Computational Linguistics",
|
35 |
-
url = "https://
|
|
|
36 |
}
|
37 |
"""
|
38 |
|
|
|
19 |
from datasets.tasks import TextClassification
|
20 |
|
21 |
|
22 |
+
_CITATION = r"""\
|
23 |
+
@inproceedings{zampieri-etal-2018-language,
|
24 |
+
title = "Language Identification and Morphosyntactic Tagging: The Second {V}ar{D}ial Evaluation Campaign",
|
25 |
+
author = {Zampieri, Marcos and
|
26 |
+
Malmasi, Shervin and
|
27 |
Nakov, Preslav and
|
28 |
+
Ali, Ahmed and
|
29 |
+
Shon, Suwon and
|
30 |
+
Glass, James and
|
31 |
+
Scherrer, Yves and
|
32 |
+
Samard{\v{z}}i{\'c}, Tanja and
|
33 |
Ljube{\v{s}}i{\'c}, Nikola and
|
34 |
Tiedemann, J{\"o}rg and
|
35 |
+
van der Lee, Chris and
|
36 |
+
Grondelaers, Stefan and
|
37 |
+
Oostdijk, Nelleke and
|
38 |
+
Speelman, Dirk and
|
39 |
+
van den Bosch, Antal and
|
40 |
+
Kumar, Ritesh and
|
41 |
+
Lahiri, Bornini and
|
42 |
+
Jain, Mayank},
|
43 |
+
booktitle = "Proceedings of the Fifth Workshop on {NLP} for Similar Languages, Varieties and Dialects ({V}ar{D}ial 2018)",
|
44 |
month = aug,
|
45 |
year = "2018",
|
46 |
address = "Santa Fe, New Mexico, USA",
|
47 |
publisher = "Association for Computational Linguistics",
|
48 |
+
url = "https://aclanthology.org/W18-3901",
|
49 |
+
pages = "1--17",
|
50 |
}
|
51 |
"""
|
52 |
|