Genius1237 commited on
Commit
3a1ea5e
·
1 Parent(s): db176f2

Update paper URL and citation

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,5 +1,5 @@
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://arxiv.org/abs/2211.16496).
3
  ## Data
4
  The TyDiP dataset is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
5
 
@@ -36,13 +36,18 @@ If you use the English train or test data, please cite the Stanford Politeness D
36
  If you use the test data from the 9 target languages, please cite our paper
37
  ```
38
  @inproceedings{srinivasan-choi-2022-tydip,
39
- title = "TyDiP: A Dataset for Politeness Classification in Nine Typologically Diverse Languages",
40
  author = "Srinivasan, Anirudh and
41
  Choi, Eunsol",
42
  booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
43
  month = dec,
44
  year = "2022",
 
 
 
 
45
  }
 
46
  ```
47
 
48
  ## Code
 
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
4
  The TyDiP dataset is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
5
 
 
36
  If you use the test data from the 9 target languages, please cite our paper
37
  ```
38
  @inproceedings{srinivasan-choi-2022-tydip,
39
+ title = "{T}y{D}i{P}: A Dataset for Politeness Classification in Nine Typologically Diverse Languages",
40
  author = "Srinivasan, Anirudh and
41
  Choi, Eunsol",
42
  booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
43
  month = dec,
44
  year = "2022",
45
+ address = "Abu Dhabi, United Arab Emirates",
46
+ publisher = "Association for Computational Linguistics",
47
+ url = "https://aclanthology.org/2022.findings-emnlp.420",
48
+ pages = "5723--5738",
49
  }
50
+
51
  ```
52
 
53
  ## Code