SOTAVerified

Semi-supervised Word Sense Disambiguation with Neural Models

2016-03-22COLING 2016Unverified0· sign in to hype

Dayu Yuan, Julian Richardson, Ryan Doherty, Colin Evans, Eric Altendorf

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

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 extracted from a neural network language model as features in WSD algorithms. However, a simple average or concatenation of word vectors for each word in a text loses the sequential and syntactic information of the text. In this paper, we study WSD with a sequence learning neural net, LSTM, to better capture the sequential and syntactic patterns of the text. To alleviate the lack of training data in all-words WSD, we employ the same LSTM in a semi-supervised label propagation classifier. We demonstrate state-of-the-art results, especially on verbs.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SemEval 2007 Task 17LSTM (T:OMSTI)F160.7Unverified
SemEval 2007 Task 17LSTMLP (T:OMSTI, U:1K)F163.3Unverified
SemEval 2007 Task 17LSTMLP (T:SemCor, U:1K)F163.5Unverified
SemEval 2007 Task 17LSTMLP (T:SemCor, U:OMSTI)F163.7Unverified
SemEval 2007 Task 17LSTM (T:SemCor)F164.2Unverified
SemEval 2007 Task 7LSTMLP (T:SemCor, U:1K)F183.6Unverified
SemEval 2007 Task 7LSTM (T:OMSTI)F181.1Unverified
SemEval 2007 Task 7LSTMLP (T:SemCor, U:OMSTI)F184.3Unverified
SemEval 2007 Task 7LSTM (T:SemCor)F182.8Unverified
SemEval 2007 Task 7LSTMLP (T:OMSTI, U:1K)F183.3Unverified
SemEval 2013 Task 12LSTMLP (T:SemCor, U:OMSTI)F167.9Unverified
SemEval 2013 Task 12LSTMLP (T:SemCor, U:1K)F169.5Unverified
SemEval 2013 Task 12LSTMLP (T:OMSTI, U:1K)F168.1Unverified
SemEval 2013 Task 12LSTM (T:OMSTI)F167.3Unverified
SemEval 2013 Task 12LSTM (T:SemCor)F167Unverified
Senseval-2LSTMLP (T:OMSTI, U:1K)F174.4Unverified
Senseval-2LSTM (T:OMSTI)F172.4Unverified
Senseval-2LSTM (T:SemCor)F173.6Unverified
Senseval-2LSTMLP (T:SemCor, U:1K)F173.8Unverified
Senseval-2LSTMLP (T:SemCor, U:OMSTI)F173.9Unverified
SensEval 3 Task 1LSTMLP (T:SemCor, U:1K)F171.8Unverified
SensEval 3 Task 1LSTM (T:OMSTI)F164.3Unverified
SensEval 3 Task 1LSTM (T:SemCor)F169.2Unverified
SensEval 3 Task 1LSTMLP (T:OMSTI, U:1K)F171Unverified
SensEval 3 Task 1LSTMLP (T:SemCor, U:OMSTI)F171.1Unverified

Reproductions