Parallel Instance Query Network for Named Entity Recognition
Yongliang Shen, Xiaobin Wang, Zeqi Tan, Guangwei Xu, Pengjun Xie, Fei, Huang, Weiming Lu, Yueting Zhuang

TL;DR
The paper introduces PIQN, a parallel query-based NER model that improves efficiency and dependency modeling by using learnable instance queries and a dynamic training strategy, outperforming previous methods.
Contribution
Proposes a novel parallel instance query network for NER that learns query semantics and dynamically assigns labels, addressing inefficiencies and limitations of prior query-based approaches.
Findings
Outperforms previous state-of-the-art models on NER datasets.
Effectively models dependencies between entity types.
Enables parallel extraction of multiple entities in a single inference.
Abstract
Named entity recognition (NER) is a fundamental task in natural language processing. Recent works treat named entity recognition as a reading comprehension task, constructing type-specific queries manually to extract entities. This paradigm suffers from three issues. First, type-specific queries can only extract one type of entities per inference, which is inefficient. Second, the extraction for different types of entities is isolated, ignoring the dependencies between them. Third, query construction relies on external knowledge and is difficult to apply to realistic scenarios with hundreds of entity types. To deal with them, we propose Parallel Instance Query Network (PIQN), which sets up global and learnable instance queries to extract entities from a sentence in a parallel manner. Each instance query predicts one entity, and by feeding all instance queries simultaneously, we can…
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
