Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
csv
Languages:
Turkish
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- tr
|
7 |
+
tags:
|
8 |
+
- named entity recognition
|
9 |
+
- ner
|
10 |
+
- atis
|
11 |
+
- utterance
|
12 |
+
- spoken query
|
13 |
---
|
14 |
+
|
15 |
+
The ATIS (Airline Travel Information System) Dataset includes spoken queries (i.e., utterances) annotated for the task of slot filling in conversational systems.
|
16 |
+
|
17 |
+
This dataset, ATISNER, includes airline spoken queries translated from English to Turkish, customized for Named Entity Recognition.
|
18 |
+
|
19 |
+
Train and test splits include 4,978 and 890 sentences, respectively.
|
20 |
+
|
21 |
+
Translations are provided by the following study.
|
22 |
+
Şahinuç, F., Yücesoy, V., & Koç, A. (2020). Intent Classification and Slot Filling for Turkish Dialogue Systems. In 2020 28th signal processing and communications applications conference (pp. 1–4).
|
23 |
+
|
24 |
+
Github Repo: https://github.com/avaapm/TurkishNamedEntityRecognition/
|
25 |
+
|
26 |
+
# If you would like to use any material in this repository, please cite the following paper:
|
27 |
+
Oguzhan Ozcelik and Cagri Toraman. 2022. Named entity recognition in Turkish: A comparative study with detailed error analysis. Inf. Process. Manage. 59, 6 (Nov 2022). https://doi.org/10.1016/j.ipm.2022.103065
|