LGCLIRMLFeb 25, 2018

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

arXiv:1802.09059v13 citations
AI Analysis

This addresses the scalability issue in WSD for NLP applications, though it is incremental as it builds on existing LSTM methods.

The paper tackles the problem of needing separate classifiers for each ambiguous word in Word Sense Disambiguation by proposing a single deep bidirectional LSTM network that handles all ambiguous words collectively, achieving results comparable to top-performing algorithms on the SensEval-3 benchmark.

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, attributable to their innate ambiguity, a Word Sense Disambiguation (WSD) algorithm can avoid numbers of difficulties in Natural Language Processing (NLP) pipeline. However, considering a large number of ambiguous words in one language or technical domain, we may encounter limiting constraints for proper deployment of existing WSD models. This paper attempts to address the problem of one-classifier-per-one-word WSD algorithms by proposing a single Bidirectional Long Short-Term Memory (BLSTM) network which by considering senses and context sequences works on all ambiguous words collectively. Evaluated on SensEval-3 benchmark, we show the result of our model is comparable with top-performing WSD algorithms. We also discuss how applying additional modifications alleviates the model fault and the need for more training data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes