Matej Klemen
commited on
Commit
·
95bbcf7
1
Parent(s):
11f3f7b
Update citation
Browse files- cosimlex.py +10 -10
cosimlex.py
CHANGED
|
@@ -7,19 +7,19 @@ import datasets
|
|
| 7 |
|
| 8 |
|
| 9 |
_CITATION = """\
|
| 10 |
-
@inproceedings{armendariz-etal-2020-
|
| 11 |
-
title = "{
|
| 12 |
-
author = "Armendariz, Carlos
|
| 13 |
Purver, Matthew and
|
| 14 |
-
Ul{\v{c}}ar, Matej and
|
| 15 |
Pollak, Senja and
|
| 16 |
-
Ljube{\v{s}}i{\'c}, Nikola and
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
| 20 |
year = "2020",
|
| 21 |
-
|
| 22 |
-
pages = "5878--5886"
|
| 23 |
}
|
| 24 |
"""
|
| 25 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
_CITATION = """\
|
| 10 |
+
@inproceedings{armendariz-etal-2020-semeval,
|
| 11 |
+
title = "{SemEval-2020} {T}ask 3: Graded Word Similarity in Context ({GWSC})",
|
| 12 |
+
author = "Armendariz, Carlos S. and
|
| 13 |
Purver, Matthew and
|
|
|
|
| 14 |
Pollak, Senja and
|
| 15 |
+
Ljube{\v{s}}i{\'{c}}, Nikola and
|
| 16 |
+
Ul{\v{c}}ar, Matej and
|
| 17 |
+
Robnik-{\v{S}}ikonja, Marko and
|
| 18 |
+
Vuli{\'{c}}, Ivan and
|
| 19 |
+
Pilehvar, Mohammad Taher",
|
| 20 |
+
booktitle = "Proceedings of the 14th International Workshop on Semantic Evaluation",
|
| 21 |
year = "2020",
|
| 22 |
+
address="Online"
|
|
|
|
| 23 |
}
|
| 24 |
"""
|
| 25 |
|