paper-with-me

Papers

Semantic Specialization for Knowledge-based Word Sense Disambiguation

2023-04-22 · Sakae Mizuki, Naoaki Okazaki

A promising approach for knowledge-based Word Sense Disambiguation (WSD) is to select the sense whose contextualized embeddings computed for its definition sentence are closest to those computed for a target word in a given sentence. This approach relies on the similarity of the \textit{sense} and \textit{context} embeddings computed by a pre-trained language model. We propose a semantic specialization for WSD where contextualized embeddings are adapted to the WSD task using solely lexical knowledge. The key idea is, for a given sense, to bring semantically related senses and contexts closer and send different/unrelated senses farther away. We realize this idea as the joint optimization of the Attract-Repel objective for sense pairs and the self-training objective for context-sense pairs while controlling deviations from the original embeddings. The proposed method outperformed previous studies that adapt contextualized embeddings. It achieved state-of-the-art performance on knowledge-based WSD when combined with the reranking heuristic that uses the sense inventory. We found that the similarity characteristics of specialized embeddings conform to the key idea. We also found that the (dis)similarity of embeddings between the related/different/unrelated senses correlates well with the performance of WSD.

📄 PDF Abstract BibTeX arXiv:2304.11340

Code (1)

s-mizuki-nlp/semantic_specialization_for_wsd 공식 구현 pytorch

Tasks

Language ModellingRerankingSentenceWord Sense Disambiguation

Similar Papers 제목 키워드 기반

SenseFitting: Sense Level Semantic Specialization of Word Embeddings for Word Sense Disambiguation

2019-07-30 · Manuel Stoeckel, Sajawel Ahmed, Alexander Mehler

We introduce a neural network-based system of Word Sense Disambiguation (WSD) for German that is based on SenseFitting, a novel method for optimizing WSD. We outperform knowledge-based WSD methods by up to 25% F1-score a…

LEMMAWord 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

Word Sense Disambiguation based on Constrained Random Walks in Linked Semantic Networks

2019-09-01 · RANLP 2019 9 · Arkadiusz Janz, Maciej Piasecki

Word Sense Disambiguation remains a challenging NLP task. Due to the lack of annotated training data, especially for rare senses, the supervised approaches are usually designed for specific subdomains limited to a narrow…

Word Sense Disambiguation

Knowledge-Based Word Sense Disambiguation with Distributional Semantic Expansion

2019-08-01 · WS 2019 8 · Hossein Rouhizadeh, Mehrnoush Shamsfard, Masoud Rouhizadeh

In this paper, we presented a WSD system that uses LDA topics for semantic expansion of document words. Our system also uses sense frequency information from SemCor to give higher priority to the senses which are more pr…

Word Sense Disambiguation

SyntagNet: Challenging Supervised Word Sense Disambiguation with Lexical-Semantic Combinations

2019-11-01 · IJCNLP 2019 11 · Marco Maru, Federico Scozzafava, Federico Martelli, Roberto Navigli

Current research in knowledge-based Word Sense Disambiguation (WSD) indicates that performances depend heavily on the Lexical Knowledge Base (LKB) employed. This paper introduces SyntagNet, a novel resource consisting of…

Word Sense Disambiguation