paper-with-me

Papers

Word Sense Disambiguation using a Bidirectional LSTM

2016-06-11 · WS 2016 12 · Mikael Kågebäck, Hans Salomonsson

In this paper we present a clean, yet effective, model for word sense disambiguation. Our approach leverage a bidirectional long short-term memory network which is shared between all words. This enables the model to share statistical strength and to scale well with vocabulary size. The model is trained end-to-end, directly from the raw text to sense labels, and makes effective use of word order. We evaluate our approach on two standard datasets, using identical hyperparameter settings, which are in turn tuned on a third set of held out data. We employ no external resources (e.g. knowledge graphs, part-of-speech tagging, etc), language specific features, or hand crafted rules, but still achieve statistically equivalent results to the best state-of-the-art systems, that employ no such limitations.

📄 PDF Abstract BibTeX arXiv:1606.03568

Code (1)

https://bitbucket.org/salomons/wsd 공식 구현 tf

Tasks

Word Sense Disambiguation

Similar Papers 제목 키워드 기반

One Single Deep Bidirectional LSTM Network for Word Sense Disambiguation of Text Data

2018-02-25 · Ahmad Pesaranghader, Ali Pesaranghader, Stan Matwin, Marina Sokolova

Due to recent technical and scientific advances, we have a wealth of information hidden in unstructured text data such as offline/online narratives, research articles, and clinical reports. To mine these data properly, a…

ArticlesWord Sense Disambiguation

SensPick: Sense Picking for Word Sense Disambiguation

2021-02-10 · SM Zobaed, Md Enamul Haque, Md Fazle Rabby, Mohsen Amini Salehi

Word sense disambiguation (WSD) methods identify the most suitable meaning of a word with respect to the usage of that word in a specific context. Neural network-based WSD approaches rely on a sense-annotated corpus sinc…

PositionWord 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

Quasi Bidirectional Encoder Representations from Transformers for Word Sense Disambiguation

2019-09-01 · RANLP 2019 9 · Michele Bevilacqua, Roberto Navigli

While contextualized embeddings have produced performance breakthroughs in many Natural Language Processing (NLP) tasks, Word Sense Disambiguation (WSD) has not benefited from them yet. In this paper, we introduce QBERT,…

Word Sense Disambiguation

Word Sense Disambiguation with LSTM: Do We Really Need 100 Billion Words?

2017-12-09 · Minh Le, Marten Postma, Jacopo Urbani

Recently, Yuan et al. (2016) have shown the effectiveness of using Long Short-Term Memory (LSTM) for performing Word Sense Disambiguation (WSD). Their proposed technique outperformed the previous state-of-the-art with se…

Word Sense Disambiguation