CLAIApr 12, 2022

Trigger-GNN: A Trigger-Based Graph Neural Network for Nested Named Entity Recognition

arXiv:2204.05518v212 citationsh-index: 67
Originality Incremental advance
AI Analysis

This work addresses nested NER for natural language processing, offering an incremental improvement by incorporating external annotations to enhance model generalization.

The paper tackles nested named entity recognition by proposing Trigger-GNN, which uses entity triggers as complementary annotations to improve learning efficiency, achieving consistent performance gains over baselines on four public datasets.

Nested named entity recognition (NER) aims to identify the entity boundaries and recognize categories of the named entities in a complex hierarchical sentence. Some works have been done using character-level, word-level, or lexicon-level based models. However, such researches ignore the role of the complementary annotations. In this paper, we propose a trigger-based graph neural network (Trigger-GNN) to leverage the nested NER. It obtains the complementary annotation embeddings through entity trigger encoding and semantic matching, and tackle nested entity utilizing an efficient graph message passing architecture, aggregation-update mode. We posit that using entity triggers as external annotations can add in complementary supervision signals on the whole sentences. It helps the model to learn and generalize more efficiently and cost-effectively. Experiments show that the Trigger-GNN consistently outperforms the baselines on four public NER datasets, and it can effectively alleviate the nested NER.

Foundations

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

Your Notes