Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
jilee commited on
Commit
82eacf1
·
1 Parent(s): f15b98f

Update TexPrax.py

Browse files
Files changed (1) hide show
  1. TexPrax.py +16 -5
TexPrax.py CHANGED
@@ -24,11 +24,22 @@ import datasets
24
 
25
  # TODO: Add citation
26
  _CITATION = """\
27
- @article{stangier2022texprax,
28
- title={TexPrax: A Messaging Application for Ethical, Real-time Data Collection and Annotation},
29
- author={Stangier, Lorenz and Lee, Ji-Ung and Wang, Yuxi and M{\"u}ller, Marvin and Frick, Nicholas and Metternich, Joachim and Gurevych, Iryna},
30
- journal={arXiv preprint arXiv:2208.07846},
31
- year={2022}
 
 
 
 
 
 
 
 
 
 
 
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