paper-with-me

Papers

sense2vec - A Fast and Accurate Method for Word Sense Disambiguation In Neural Word Embeddings

2015-11-19 · Andrew Trask, Phil Michalak, John Liu

Neural word representations have proven useful in Natural Language Processing (NLP) tasks due to their ability to efficiently model complex semantic and syntactic word relationships. However, most techniques model only one representation per word, despite the fact that a single word can have multiple meanings or "senses". Some techniques model words by using multiple vectors that are clustered based on context. However, recent neural approaches rarely focus on the application to a consuming NLP algorithm. Furthermore, the training process of recent word-sense models is expensive relative to single-sense embedding processes. This paper presents a novel approach which addresses these concerns by modeling multiple embeddings for each word based on supervised disambiguation, which provides a fast and accurate way for a consuming NLP model to select a sense-disambiguated embedding. We demonstrate that these embeddings can disambiguate both contrastive senses such as nominal and verbal senses as well as nuanced senses such as sarcasm. We further evaluate Part-of-Speech disambiguated embeddings on neural dependency parsing, yielding a greater than 8% average error reduction in unlabeled attachment scores across 6 languages.

📄 PDF Abstract BibTeX arXiv:1511.06388

Code (1)

explosion/sense2vec

Tasks

Dependency ParsingWord EmbeddingsWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Interpretability in Word Sense Disambiguation using Tsetlin Machine

2020-02-10 · Rohan Kuamr Yadav, Lei Jiao, Ole-Christoffer Granmo, Morten Goodwin

Word Sense Disambiguation (WSD) is a longstanding unresolved task in Natural Language Processing. The challenge lies in the fact that words with the same spelling can have completely different senses, sometimes depending…

Word Sense Disambiguation

FastSense: An Efficient Word Sense Disambiguation Classifier

2018-05-01 · LREC 2018 5 · Tolga Uslu, Alex Mehler, er, Daniel Baumartz 외
Entity LinkingText ClassificationWord Sense Disambiguation

Word Sense Disambiguation for 158 Languages using Word Embeddings Only

2020-03-14 · LREC 2020 5 · Varvara Logacheva, Denis Teslenko, Artem Shelmanov, Steffen Remus 외

Disambiguation of word senses in context is easy for humans, but is a major challenge for automatic approaches. Sophisticated supervised and knowledge-based models were developed to solve this task. However, (i) the inhe…

Word EmbeddingsWord Sense Disambiguation

HindiWSD: A package for word sense disambiguation in Hinglish & Hindi

2022-06-01 · WILDRE (LREC) 2022 6 · Mirza Yusuf, Praatibh Surana, Chethan Sharma

A lot of commendable work has been done, especially in high resource languages such as English, Spanish, French, etc. However, work done for Indic languages such as Hindi, Tamil, Telugu, etc is relatively less due to dif…

Cross-Lingual Information RetrievalInformation RetrievalPOSPOS Tagging+4

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