paper-with-me

홈 › Papers

On Modeling Sense Relatedness in Multi-prototype Word Embedding

2017-11-01 · IJCNLP 2017 11 · Yixin Cao, Jiaxin Shi, Juanzi Li, Zhiyuan Liu, Chengjiang Li

To enhance the expression ability of distributional word representation learning model, many researchers tend to induce word senses through clustering, and learn multiple embedding vectors for each word, namely multi-prototype word embedding model. However, most related work ignores the relatedness among word senses which actually plays an important role. In this paper, we propose a novel approach to capture word sense relatedness in multi-prototype word embedding model. Particularly, we differentiate the original sense and extended senses of a word by introducing their global occurrence information and model their relatedness through the local textual context information. Based on the idea of fuzzy clustering, we introduce a random process to integrate these two types of senses and design two non-parametric methods for word sense induction. To make our model more scalable and efficient, we use an online joint learning framework extended from the Skip-gram model. The experimental results demonstrate that our model outperforms both conventional single-prototype embedding models and other multi-prototype embedding models, and achieves more stable performance when trained on smaller data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringLanguage ModelingLanguage ModellingNamed Entity Recognition (NER)Representation LearningWord Sense Induction

Similar Papers 제목 키워드 기반

Word Sense Induction using Knowledge Embeddings

2018-10-23 · Anonymous

Word Embeddings are able to capture lexico-semantic information but remain flawed in their inability to assign unique representations to different senses of a polysemous words. They also fail to include information from …

Word EmbeddingsWord Sense Induction

DiaSense at SemEval-2020 Task 1: Modeling Sense Change via Pre-trained BERT Embeddings

2020-12-01 · SEMEVAL 2020 · Christin Beck

This paper describes DiaSense, a system developed for Task 1 {`}Unsupervised Lexical Semantic Change Detection{'} of SemEval 2020. In DiaSense, contextualized word embeddings are used to model word sense changes. This al…

Change DetectionWord Embeddings

Applying Multi-Sense Embeddings for German Verbs to Determine Semantic Relatedness and to Detect Non-Literal Language

2017-04-01 · EACL 2017 4 · Maximilian K{\"o}per, Sabine Schulte im Walde

Up to date, the majority of computational models still determines the semantic relatedness between words (or larger linguistic units) on the type level. In this paper, we compare and extend multi-sense embeddings, in ord…

Semantic Textual SimilarityWord EmbeddingsWord Sense Disambiguation

A Quadratic 0-1 Programming Approach for Word Sense Disambiguation

2022-01-13 · Boliang Lin

Word Sense Disambiguation (WSD) is the task to determine the sense of an ambiguous word in a given context. Previous approaches for WSD have focused on supervised and knowledge-based methods, but inter-sense interactions…

Combinatorial OptimizationWord Sense DisambiguationWord Similarity

Contextualized Word Embeddings Encode Aspects of Human-Like Word Sense Knowledge

2020-10-25 · COLING (CogALex) 2020 12 · Sathvik Nair, Mahesh Srinivasan, Stephan Meylan

Understanding context-dependent variation in word meanings is a key aspect of human language comprehension supported by the lexicon. Lexicographic resources (e.g., WordNet) capture only some of this context-dependent var…

Word Embeddings