Trigger-GNN: A Trigger-Based Graph Neural Network for Nested Named Entity Recognition
Yuan Sui, Fanyang Bu, Yingting Hu, Wei Yan, and Liang Zhang

TL;DR
This paper introduces Trigger-GNN, a novel graph neural network leveraging entity triggers as external annotations to improve nested named entity recognition, demonstrating superior performance on multiple datasets.
Contribution
The paper proposes a trigger-based GNN that uses entity triggers as external supervision, enhancing nested NER performance and efficiency.
Findings
Outperforms baseline models on four datasets
Effectively alleviates nested NER challenges
Leverages trigger-based external annotations
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
MethodsGraph Neural Network
