TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Parallel Instance Query Network for Named Entity Recognition

Parallel Instance Query Network for Named Entity Recognition

Yongliang Shen, Xiaobin Wang, Zeqi Tan, Guangwei Xu, Pengjun Xie, Fei Huang, Weiming Lu, Yueting Zhuang

2022-03-20ACL 2022 5Nested Named Entity RecognitionReading Comprehensionnamed-entity-recognitionNamed Entity RecognitionChinese Named Entity RecognitionNERNamed Entity Recognition (NER)
PaperPDFCode(official)

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 query all entities in parallel. Instead of being constructed from external knowledge, instance queries can learn their different query semantics during training. For training the model, we treat label assignment as a one-to-many Linear Assignment Problem (LAP) and dynamically assign gold entities to instance queries with minimal assignment cost. Experiments on both nested and flat NER datasets demonstrate that our proposed method outperforms previous state-of-the-art models.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)ACE 2004F188.14PIQN
Named Entity Recognition (NER)Ontonotes v5 (English)F190.96PIQN
Named Entity Recognition (NER)ACE 2005F187.42PIQN
Named Entity Recognition (NER)Few-NERD (SUP)F1-Measure69.67PIQN
Named Entity Recognition (NER)Few-NERD (SUP)Precision70.16PIQN
Named Entity Recognition (NER)Few-NERD (SUP)Recall69.18PIQN
Named Entity Recognition (NER)Few-NERD (SUP)F1-Measure68.23Sequence-to-Set
Named Entity Recognition (NER)Few-NERD (SUP)Precision67.37Sequence-to-Set
Named Entity Recognition (NER)Few-NERD (SUP)Recall69.12Sequence-to-Set
Named Entity Recognition (NER)Few-NERD (SUP)F1-Measure67.64Locate and Label
Named Entity Recognition (NER)Few-NERD (SUP)Precision64.69Locate and Label
Named Entity Recognition (NER)Few-NERD (SUP)Recall70.87Locate and Label
Named Entity Recognition (NER)CoNLL 2003 (English)F192.87PIQN
Named Entity Recognition (NER)ACE 2005F187.42PIQN
Named Entity Recognition (NER)ACE 2004F188.14PIQN
Named Entity Recognition (NER)TAC-KBP 2017F184.5PIQN
Named Entity Recognition (NER)GENIAF181.77PIQN
Named Entity Recognition (NER)NNEMicro F194.04PIQN
Named Entity Recognition (NER)MSRAF193.48PIQN

Related Papers

Flippi: End To End GenAI Assistant for E-Commerce2025-07-08DeRIS: Decoupling Perception and Cognition for Enhanced Referring Image Segmentation through Loopback Synergy2025-07-02Selecting and Merging: Towards Adaptable and Scalable Named Entity Recognition with Large Language Models2025-06-28Chaining Event Spans for Temporal Relation Grounding2025-06-17Improving Named Entity Transcription with Contextual LLM-based Revision2025-06-12S2ST-Omni: An Efficient and Scalable Multilingual Speech-to-Speech Translation Framework via Seamless Speech-Text Alignment and Streaming Speech Generation2025-06-11CoMuMDR: Code-mixed Multi-modal Multi-domain corpus for Discourse paRsing in conversations2025-06-10Automatic Generation of Inference Making Questions for Reading Comprehension Assessments2025-06-09