Dependency-Aware Named Entity Recognition with Relative and Global Attentions

09/11/2019
by   Gustavo Aguilar, et al.
0

Named entity recognition is one of the core tasks in NLP. Although many improvements have been made on this task during the last years, the state-of-the-art systems do not explicitly take into account the recursive nature of language. Instead of only treating the text as a plain sequence of words, we incorporate a linguistically-inspired way to recognize entities based on syntax and tree structures. Our model exploits syntactic relationships among words using a Tree-LSTM guided by dependency trees. Then, we enhance these features by applying relative and global attention mechanisms. On the one hand, the relative attention detects the most informative words in the sentence with respect to the word being evaluated. On the other hand, the global attention spots the most relevant words in the sequence. Lastly, we linearly project the weighted vectors into the tagging space so that a conditional random field classifier predicts the entity labels. Our findings show that the model detects words that disclose the entity types based on their syntactic roles in a sentence (e.g., verbs such as speak and write are attended when the entity type is PERSON, whereas meet and travel strongly relate to LOCATION). We confirm our findings and establish a new state of the art on two datasets.

READ FULL TEXT
research
09/23/2019

Dependency-Guided LSTM-CRF for Named Entity Recognition

Dependency tree structures capture long-distance and syntactic relations...
research
10/16/2018

Named Entity Analysis and Extraction with Uncommon Words

Most previous research treats named entity extraction and classification...
research
08/31/2015

Word Representations, Tree Models and Syntactic Functions

Word representations induced from models with discrete latent variables ...
research
09/15/2021

Low-Resource Named Entity Recognition Based on Multi-hop Dependency Trigger

This paper presents a simple and effective approach in low-resource name...
research
06/09/2018

Robust Lexical Features for Improved Neural Network Named-Entity Recognition

Neural network approaches to Named-Entity Recognition reduce the need fo...

Please sign up or login with your details

Forgot password? Click here to reset