CLMay 26, 2018

SJTU-NLP at SemEval-2018 Task 9: Neural Hypernym Discovery with Term Embeddings

arXiv:1805.10465v11090 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for natural language processing tasks, specifically in hypernym discovery for semantic analysis.

The paper tackled hypernym discovery by introducing a neural network architecture and evaluating various models like CNN, LSTM, GRU, and RCNN, along with embedding methods, to find candidate hypernyms for input concepts.

This paper describes a hypernym discovery system for our participation in the SemEval-2018 Task 9, which aims to discover the best (set of) candidate hypernyms for input concepts or entities, given the search space of a pre-defined vocabulary. We introduce a neural network architecture for the concerned task and empirically study various neural network models to build the representations in latent space for words and phrases. The evaluated models include convolutional neural network, long-short term memory network, gated recurrent unit and recurrent convolutional neural network. We also explore different embedding methods, including word embedding and sense embedding for better performance.

Foundations

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

Your Notes