Datasets:
Commit
·
9615299
1
Parent(s):
3a1ea5e
Add yaml metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TyDiP: A Dataset for Politeness Classification in Nine Typologically Diverse Languages
|
2 |
This repo contains the code and data for the EMNLP 2022 findings paper TyDiP: A Dataset for Politeness Classification in Nine Typologically Diverse Languages which can be found [here](https://aclanthology.org/2022.findings-emnlp.420/).
|
3 |
## Data
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- hi
|
7 |
+
- ko
|
8 |
+
- es
|
9 |
+
- ta
|
10 |
+
- fr
|
11 |
+
- vi
|
12 |
+
- ru
|
13 |
+
- af
|
14 |
+
- hu
|
15 |
+
language_creators:
|
16 |
+
- found
|
17 |
+
license:
|
18 |
+
- cc-by-4.0
|
19 |
+
multilinguality:
|
20 |
+
- multilingual
|
21 |
+
pretty_name: TyDiP
|
22 |
+
size_categories:
|
23 |
+
- 1K<n<10K
|
24 |
+
source_datasets: []
|
25 |
+
tags:
|
26 |
+
- politeness
|
27 |
+
- wikipedia
|
28 |
+
- multilingual
|
29 |
+
task_categories:
|
30 |
+
- text-classification
|
31 |
+
task_ids: []
|
32 |
+
---
|
33 |
# TyDiP: A Dataset for Politeness Classification in Nine Typologically Diverse Languages
|
34 |
This repo contains the code and data for the EMNLP 2022 findings paper TyDiP: A Dataset for Politeness Classification in Nine Typologically Diverse Languages which can be found [here](https://aclanthology.org/2022.findings-emnlp.420/).
|
35 |
## Data
|