Combining Neural Language Models for WordSense Induction
Word sense induction (WSI) is the problem of grouping occurrences of an ambiguous word according to the expressed sense of this word. Recently a new approach to this task was proposed, which generates possible substitutes for the ambiguous word in a particular context using neural language models, and then clusters sparse bag-of-words vectors built from these substitutes. In this work, we apply this approach to the Russian language and improve it in two ways. First, we propose methods of combining left and right contexts, resulting in better substitutes generated. Second, instead of fixed number of clusters for all ambiguous words we propose a technique for selecting individual number of clusters for each word. Our approach established new state-of-the-art level, improving current best results of WSI for the Russian language on two RUSSE 2018 datasets by a large margin.
Code (0)
등록된 구현이 없습니다.
Tasks
Word Sense InductionSimilar Papers 제목 키워드 기반
Combining Lexical Substitutes in Neural Word Sense Induction
Word Sense Induction (WSI) is the task of grouping of occurrences of an ambiguous word according to their meaning. In this work, we improve the approach to WSI proposed by Amrami and Goldberg (2018) based on clustering o…
ClusteringWord Sense InductionHHMM at SemEval-2019 Task 2: Unsupervised Frame Induction using Contextualized Word Embeddings
We present our system for semantic frame induction that showed the best performance in Subtask B.1 and finished as the runner-up in Subtask A of the SemEval 2019 Task 2 on unsupervised semantic frame induction (QasemiZad…
ClusteringTask 2Word EmbeddingsCombining the Sparsity and Unambiguity Biases for Grammar Induction
Combining Top-down and Bottom-up Search for Unsupervised Induction of Transduction Grammars
Combining Static Word Embeddings and Contextual Representations for Bilingual Lexicon Induction
Bilingual Lexicon Induction (BLI) aims to map words in one language to their translations in another, and is typically through learning linear projections to align monolingual word representation spaces. Two classes of w…
Bilingual Lexicon InductionWord Embeddings