A Sequence-to-Set Network for Nested Named Entity Recognition
Zeqi Tan, Yongliang Shen, Shuai Zhang, Weiming Lu, Yueting Zhuang

TL;DR
This paper introduces a novel sequence-to-set neural network for nested NER that effectively captures entity dependencies and achieves state-of-the-art results on multiple datasets.
Contribution
The paper proposes a fixed set of learnable vectors and a non-autoregressive decoder for nested NER, improving over span-based and sequence-to-sequence methods.
Findings
Achieves state-of-the-art on ACE 2004, ACE 2005, and KBP 2017 datasets.
Effectively models dependencies between nested entities.
Outperforms previous span-based and sequence-to-sequence approaches.
Abstract
Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span classification task, can deal with nested entities naturally. But they suffer from the huge search space and the lack of interactions between entities. To address these issues, we propose a novel sequence-to-set neural network for nested NER. Instead of specifying candidate spans in advance, we provide a fixed set of learnable vectors to learn the patterns of the valuable spans. We utilize a non-autoregressive decoder to predict the final set of entities in one pass, in which we are able to capture dependencies between entities. Compared with the sequence-to-sequence method, our model is more suitable for such unordered recognition task as it is insensitive to the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Domain Adaptation and Few-Shot Learning
