manueltonneau
commited on
Commit
•
7887755
1
Parent(s):
685e09f
Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,23 @@ Details on the performance can be found in our [ACL 2022 paper](https://arxiv.or
|
|
24 |
|
25 |
## Citation
|
26 |
|
27 |
-
If you find this model useful, please cite our paper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Citation
|
26 |
|
27 |
+
If you find this model useful, please cite our paper:
|
28 |
+
|
29 |
+
```
|
30 |
+
@inproceedings{tonneau-etal-2022-multilingual,
|
31 |
+
title = "Multilingual Detection of Personal Employment Status on {T}witter",
|
32 |
+
author = "Tonneau, Manuel and
|
33 |
+
Adjodah, Dhaval and
|
34 |
+
Palotti, Joao and
|
35 |
+
Grinberg, Nir and
|
36 |
+
Fraiberger, Samuel",
|
37 |
+
booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
38 |
+
month = may,
|
39 |
+
year = "2022",
|
40 |
+
address = "Dublin, Ireland",
|
41 |
+
publisher = "Association for Computational Linguistics",
|
42 |
+
url = "https://aclanthology.org/2022.acl-long.453",
|
43 |
+
doi = "10.18653/v1/2022.acl-long.453",
|
44 |
+
pages = "6564--6587",
|
45 |
+
}
|
46 |
+
```
|