Update TexPrax.py
Browse files- TexPrax.py +16 -5
TexPrax.py
CHANGED
|
@@ -24,11 +24,22 @@ import datasets
|
|
| 24 |
|
| 25 |
# TODO: Add citation
|
| 26 |
_CITATION = """\
|
| 27 |
-
@
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
| 33 |
"""
|
| 34 |
|
|
|
|
| 24 |
|
| 25 |
# TODO: Add citation
|
| 26 |
_CITATION = """\
|
| 27 |
+
@inproceedings{stangier-etal-2022-texprax,
|
| 28 |
+
title = "{T}ex{P}rax: A Messaging Application for Ethical, Real-time Data Collection and Annotation",
|
| 29 |
+
author = {Stangier, Lorenz and
|
| 30 |
+
Lee, Ji-Ung and
|
| 31 |
+
Wang, Yuxi and
|
| 32 |
+
M{\"u}ller, Marvin and
|
| 33 |
+
Frick, Nicholas and
|
| 34 |
+
Metternich, Joachim and
|
| 35 |
+
Gurevych, Iryna},
|
| 36 |
+
booktitle = "Proceedings of the 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing: System Demonstrations",
|
| 37 |
+
month = nov,
|
| 38 |
+
year = "2022",
|
| 39 |
+
address = "Taipei, Taiwan",
|
| 40 |
+
publisher = "Association for Computational Linguistics",
|
| 41 |
+
url = "https://aclanthology.org/2022.aacl-demo.2",
|
| 42 |
+
pages = "9--16",
|
| 43 |
}
|
| 44 |
"""
|
| 45 |
|