paper-with-me

홈 › Papers

PoKED: A Semi-Supervised System for Word Sense Disambiguation

2020-01-01 · ICML 2020 1 · Feng Wei

Word Sense Disambiguation (WSD) is an open problem in Natural Language Processing, which is challenging and useful in both supervised and unsupervised settings where all the words in any given text need to be disambiguated without sufficient labeled data. Typically, Most WSD systems use the sentence or a small window of words around the target word as the context for disambiguation, as their computational complexity scales exponentially with the size of the context. In this paper, we propose a semi-supervised neural system, Position-wise Orthogonal Knowledge-Enhanced Disambiguator (PoKED), which allows attention-driven, long-range dependency modeling for word sense disambiguation tasks. The proposed PoKED incorporates position-wise encoding into an orthogonal framework and applies a knowledge-based attentive neural model to solve the WSD problem. Our proposed unsupervised language model is trained over unlabelled corpus, and then the pre-trained language model is capable of abstracting the surrounding context of polyseme instances in labeled corpus into context embeddings. We further utilize the semantic relations in the WordNet, by extracting semantic level inter-word connections from each document-sentence pair in the WSD dataset, and allows us to control the amount of the extraction results by setting a hyperparameter. Our experimental results from standard benchmarks show that our proposed system, PoKED, can achieve competitive performance compared with state-of-the-art knowledge-based WSD systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingPositionSentenceWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Semi-Supervised and Unsupervised Sense Annotation via Translations

2021-06-11 · RANLP 2021 9 · Bradley Hauer, Grzegorz Kondrak, Yixing Luan, Arnob Mallik 외

Acquisition of multilingual training data continues to be a challenge in word sense disambiguation (WSD). To address this problem, unsupervised approaches have been proposed to automatically generate sense annotations fo…

Machine TranslationTranslationWord Sense Disambiguation

Using Wiktionary as a resource for WSD : the case of French verbs

2019-05-01 · WS 2019 5 · Vincent Segonne, C, Marie ito, Beno{\^\i}t Crabb{\'e}

As opposed to word sense induction, word sense disambiguation (WSD) has the advantage of us-ing interpretable senses, but requires annotated data, which are quite rare for most languages except English (Miller et al. 199…

Word Sense DisambiguationWord Sense Induction

A Short Survey on Sense-Annotated Corpora

2018-02-13 · LREC 2020 5 · Tommaso Pasini, Jose Camacho-Collados

Large sense-annotated datasets are increasingly necessary for training deep supervised systems in Word Sense Disambiguation. However, gathering high-quality sense-annotated data for as many instances as possible is a lab…

SurveyWord Sense Disambiguation

Semi-supervised Word Sense Disambiguation with Neural Models

2016-03-22 · COLING 2016 12 · Dayu Yuan, Julian Richardson, Ryan Doherty, Colin Evans 외

Determining the intended sense of words in text - word sense disambiguation (WSD) - is a long standing problem in natural language processing. Recently, researchers have shown promising results using word vectors extract…

Language ModelingLanguage ModellingWord Sense Disambiguation

Semi-Supervised Word Sense Disambiguation Using Word Embeddings in General and Specific Domains

2015-05-01 · HLT 2015 5 · Hwee Tou Ng, Kaveh Taghipour
Language ModelingPOSRetrievalTranslation+1