ltgoslo commited on
Commit
ef60bcb
1 Parent(s): 9889001

ACL Anthology

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -30,7 +30,7 @@ Its input is the usage example and the instruction question "Что такое T
30
 
31
  ## Model description
32
 
33
- See details in the paper [Enriching Word Usage Graphs with Cluster Definitions](https://arxiv.org/abs/2403.18024) (LREC-COLING'2024) by
34
  Mariia Fedorova, Andrey Kutuzov, Nikolay Arefyev and Dominik Schlechtweg.
35
 
36
  ## Intended uses & limitations
@@ -81,3 +81,26 @@ The following hyperparameters were used during training:
81
  - Tokenizers 0.15.1
82
 
83
  ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ## Model description
32
 
33
+ See details in the paper [Enriching Word Usage Graphs with Cluster Definitions](https://aclanthology.org/2024.lrec-main.546/) (LREC-COLING'2024) by
34
  Mariia Fedorova, Andrey Kutuzov, Nikolay Arefyev and Dominik Schlechtweg.
35
 
36
  ## Intended uses & limitations
 
81
  - Tokenizers 0.15.1
82
 
83
  ## Citation
84
+ ```
85
+ @inproceedings{kutuzov-etal-2024-enriching-word,
86
+ title = "Enriching Word Usage Graphs with Cluster Definitions",
87
+ author = "Kutuzov, Andrey and
88
+ Fedorova, Mariia and
89
+ Schlechtweg, Dominik and
90
+ Arefyev, Nikolay",
91
+ editor = "Calzolari, Nicoletta and
92
+ Kan, Min-Yen and
93
+ Hoste, Veronique and
94
+ Lenci, Alessandro and
95
+ Sakti, Sakriani and
96
+ Xue, Nianwen",
97
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
98
+ month = may,
99
+ year = "2024",
100
+ address = "Torino, Italia",
101
+ publisher = "ELRA and ICCL",
102
+ url = "https://aclanthology.org/2024.lrec-main.546",
103
+ pages = "6189--6198",
104
+ abstract = "We present a dataset of word usage graphs (WUGs), where the existing WUGs for multiple languages are enriched with cluster labels functioning as sense definitions. They are generated from scratch by fine-tuned encoder-decoder language models. The conducted human evaluation has shown that these definitions match the existing clusters in WUGs better than the definitions chosen from WordNet by two baseline systems. At the same time, the method is straightforward to use and easy to extend to new languages. The resulting enriched datasets can be extremely helpful for moving on to explainable semantic change modeling.",
105
+ }
106
+ ```