paper-with-me

Papers

Parallel Instance Query Network for Named Entity Recognition

2022-03-20 · ACL 2022 5 · Yongliang Shen, Xiaobin Wang, Zeqi Tan, Guangwei Xu, Pengjun Xie, Fei Huang, Weiming Lu, Yueting Zhuang

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.

📄 PDF Abstract BibTeX arXiv:2203.10545

Code (1)

tricktreat/piqn 공식 구현 pytorch

Tasks

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionReading ComprehensionSentence

Similar Papers 제목 키워드 기반

Projecting named entity recognizers without annotated or parallel corpora

2019-09-01 · WS (NoDaLiDa) 2019 9 · Jue Hou, Maximilian Koppatz, José María Hoya Quecedo, Roman Yangarber

Named entity recognition (NER) is a well-researched task in the field of NLP, which typically requires large annotated corpora for training usable models. This is a problem for languages which lack large annotated corpor…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Named Entity Recognition with Extremely Limited Data

2018-06-12 · John Foley, Sheikh Muhammad Sarwar, James Allan

Traditional information retrieval treats named entity recognition as a pre-indexing corpus annotation task, allowing entity tags to be indexed and used during search. Named entity taggers themselves are typically trained…

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

MNER-QG: An End-to-End MRC framework for Multimodal Named Entity Recognition with Query Grounding

2022-11-27 · Meihuizi Jia, Lei Shen, Xin Shen, Lejian Liao 외

Multimodal named entity recognition (MNER) is a critical step in information extraction, which aims to detect entity spans and classify them to corresponding entity types given a sentence-image pair. Existing methods eit…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence+2

ANETAC: Arabic Named Entity Transliteration and Classification Dataset

2019-07-06 · Mohamed Seghir Hadj Ameur, Farid Meziane, Ahmed Guessoum

In this paper, we make freely accessible ANETAC our English-Arabic named entity transliteration and classification dataset that we built from freely available parallel translation corpora. The dataset contains 79,924 ins…

ClassificationGeneral ClassificationTranslationTransliteration+1

Subsequence Based Deep Active Learning for Named Entity Recognition

2021-08-01 · ACL 2021 5 · Puria Radmard, Yassir Fathullah, Aldo Lipani

Active Learning (AL) has been successfully applied to Deep Learning in order to drastically reduce the amount of data required to achieve high performance. Previous works have shown that lightweight architectures for Nam…

Active Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2