Matej Klemen commited on
Commit
95bbcf7
1 Parent(s): 11f3f7b

Update citation

Browse files
Files changed (1) hide show
  1. cosimlex.py +10 -10
cosimlex.py CHANGED
@@ -7,19 +7,19 @@ import datasets
7
 
8
 
9
  _CITATION = """\
10
- @inproceedings{armendariz-etal-2020-cosimlex,
11
- title = "{C}o{S}im{L}ex: A Resource for Evaluating Graded Word Similarity in Context",
12
- author = "Armendariz, Carlos Santos and
13
  Purver, Matthew and
14
- Ul{\v{c}}ar, Matej and
15
  Pollak, Senja and
16
- Ljube{\v{s}}i{\'c}, Nikola and
17
- Granroth-Wilding, Mark",
18
- booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference",
19
- month = may,
 
 
20
  year = "2020",
21
- url = "https://aclanthology.org/2020.lrec-1.720",
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