paper-with-me

Papers

Knowledge-based Word Sense Disambiguation using Topic Models

2018-01-05 · Devendra Singh Chaplot, Ruslan Salakhutdinov

Word Sense Disambiguation is an open problem in Natural Language Processing which is particularly challenging and useful in the unsupervised setting where all the words in any given text need to be disambiguated without using any labeled data. Typically WSD systems use the sentence or a small window of words around the target word as the context for disambiguation because their computational complexity scales exponentially with the size of the context. In this paper, we leverage the formalism of topic model to design a WSD system that scales linearly with the number of words in the context. As a result, our system is able to utilize the whole document as the context for a word to be disambiguated. The proposed method is a variant of Latent Dirichlet Allocation in which the topic proportions for a document are replaced by synset proportions. We further utilize the information in the WordNet by assigning a non-uniform prior to synset distribution over words and a logistic-normal prior for document distribution over synsets. We evaluate the proposed method on Senseval-2, Senseval-3, SemEval-2007, SemEval-2013 and SemEval-2015 English All-Word WSD datasets and show that it outperforms the state-of-the-art unsupervised knowledge-based WSD system by a significant margin.

📄 PDF Abstract BibTeX arXiv:1801.01900

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceTopic ModelsWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Highlighting relevant concepts from Topic Signatures

2012-05-01 · LREC 2012 5 · Montse Cuadros, Llu{\'\i}s Padr{\'o}, German Rigau

This paper presents deepKnowNet, a new fully automatic method for building highly dense and accurate knowledge bases from existing semantic resources. Basically, the method applies a knowledge-based Word Sense Disambigua…

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

A Novel Word Sense Disambiguation Approach Using WordNet Knowledge Graph

2021-01-08 · Mohannad AlMousa, Rachid Benlamri, Richard Khoury

Various applications in computational linguistics and artificial intelligence rely on high-performing word sense disambiguation techniques to solve challenging tasks such as information retrieval, machine translation, qu…

ClusteringInformation RetrievalMachine TranslationQuestion Answering+7

Mapping WordNet Domains, WordNet Topics and Wikipedia Categories to Generate Multilingual Domain Specific Resources

2014-05-01 · LREC 2014 5 · Sp Gella, ana, Carlo Strapparava, Vivi Nastase

In this paper we present the mapping between WordNet domains and WordNet topics, and the emergent Wikipedia categories. This mapping leads to a coarse alignment between WordNet and Wikipedia, useful for producing domain-…

Text CategorizationWord Sense Disambiguation

Unsupervised, Knowledge-Free, and Interpretable Word Sense Disambiguation

2017-07-21 · EMNLP 2017 9 · Alexander Panchenko, Fide Marten, Eugen Ruppert, Stefano Faralli 외

Interpretability of a predictive model is a powerful feature that gains the trust of users in the correctness of the predictions. In word sense disambiguation (WSD), knowledge-based systems tend to be much more interpret…

Word Sense Disambiguation