Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -64,13 +64,18 @@ Any other ModelForSeq2SeqLM from HuggingFace's Hub should work with this library
|
|
64 |
## Citation
|
65 |
If you use this software please cite
|
66 |
````
|
67 |
-
@
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
74 |
}
|
75 |
````
|
76 |
|
|
|
64 |
## Citation
|
65 |
If you use this software please cite
|
66 |
````
|
67 |
+
@inproceedings{garcia-ferrero-etal-2022-model,
|
68 |
+
title = "Model and Data Transfer for Cross-Lingual Sequence Labelling in Zero-Resource Settings",
|
69 |
+
author = "Garc{\'\i}a-Ferrero, Iker and
|
70 |
+
Agerri, Rodrigo and
|
71 |
+
Rigau, German",
|
72 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
|
73 |
+
month = dec,
|
74 |
+
year = "2022",
|
75 |
+
address = "Abu Dhabi, United Arab Emirates",
|
76 |
+
publisher = "Association for Computational Linguistics",
|
77 |
+
url = "https://aclanthology.org/2022.findings-emnlp.478",
|
78 |
+
pages = "6403--6416",
|
79 |
}
|
80 |
````
|
81 |
|