paper-with-me

Papers

Russian word sense induction by clustering averaged word embeddings

2018-05-06 · Andrey Kutuzov

The paper reports our participation in the shared task on word sense induction and disambiguation for the Russian language (RUSSE-2018). Our team was ranked 2nd for the wiki-wiki dataset (containing mostly homonyms) and 5th for the bts-rnc and active-dict datasets (containing mostly polysemous words) among all 19 participants. The method we employed was extremely naive. It implied representing contexts of ambiguous words as averaged word embedding vectors, using off-the-shelf pre-trained distributional models. Then, these vector representations were clustered with mainstream clustering techniques, thus producing the groups corresponding to the ambiguous word senses. As a side result, we show that word embedding models trained on small but balanced corpora can be superior to those trained on large but noisy data - not only in intrinsic evaluation, but also in downstream tasks like word sense induction.

📄 PDF Abstract BibTeX arXiv:1805.02258

Code (1)

akutuzov/russian_wsi 공식 구현

Tasks

ClusteringWord EmbeddingsWord Sense Induction

Similar Papers 제목 키워드 기반

RuDSI: graph-based word sense induction dataset for Russian

2022-09-28 · COLING (TextGraphs) 2022 10 · Anna Aksenova, Ekaterina Gavrishina, Elisey Rykov, Andrey Kutuzov

We present RuDSI, a new benchmark for word sense induction (WSI) in Russian. The dataset was created using manual annotation and semi-automatic clustering of Word Usage Graphs (WUGs). Unlike prior WSI datasets for Russia…

ClusteringGraph ClusteringWord Sense Induction

Semantic clustering of Russian web search results: possibilities and problems

2014-09-04 · Andrey Kutuzov

The paper deals with word sense induction from lexical co-occurrence graphs. We construct such graphs on large Russian corpora and then apply this data to cluster Mail.ru Search results according to meanings of the query…

ClusteringWord Sense Induction

How much does a word weigh? Weighting word embeddings for word sense induction

2018-05-23 · Nikolay Arefyev, Pavel Ermolaev, Alexander Panchenko

The paper describes our participation in the first shared task on word sense induction and disambiguation for the Russian language RUSSE'2018 (Panchenko et al., 2018). For each of several dozens of ambiguous words, the p…

ClusteringMachine TranslationTranslationWord Embeddings+1

RUSSE'2018: A Shared Task on Word Sense Induction for the Russian Language

2018-03-15 · Alexander Panchenko, Anastasiya Lopukhina, Dmitry Ustalov, Konstantin Lopukhin 외

The paper describes the results of the first shared task on word sense induction (WSI) for the Russian language. While similar shared tasks were conducted in the past for some Romance and Germanic languages, we explore t…

Word Sense Induction

Watset: Automatic Induction of Synsets from a Graph of Synonyms

2017-04-24 · ACL 2017 7 · Dmitry Ustalov, Alexander Panchenko, Chris Biemann

This paper presents a new graph-based approach that induces synsets using synonymy dictionaries and word embeddings. First, we build a weighted graph of synonyms extracted from commonly available resources, such as Wikti…

ClusteringWord EmbeddingsWord Sense Induction