paper-with-me

Papers

Query-Based Named Entity Recognition

2019-08-24 · Yuxian Meng, Xiaoya Li, Zijun Sun, Jiwei Li

In this paper, we propose a new strategy for the task of named entity recognition (NER). We cast the task as a query-based machine reading comprehension task: e.g., the task of extracting entities with PER is formalized as answering the question of "which person is mentioned in the text ?". Such a strategy comes with the advantage that it solves the long-standing issue of handling overlapping or nested entities (the same token that participates in more than one entity categories) with sequence-labeling techniques for NER. Additionally, since the query encodes informative prior knowledge, this strategy facilitates the process of entity extraction, leading to better performances. We experiment the proposed model on five widely used NER datasets on English and Chinese, including MSRA, Resume, OntoNotes, ACE04 and ACE05. The proposed model sets new SOTA results on all of these datasets.

📄 PDF Abstract BibTeX arXiv:1908.09138

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Extraction using GANMachine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERReading Comprehension

Similar Papers 제목 키워드 기반

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

Parallel Instance Query Network for Named Entity Recognition

2022-03-20 · ACL 2022 5 · Yongliang Shen, Xiaobin Wang, Zeqi Tan, Guangwei Xu 외

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 ent…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

GlobalNER: Incorporating Non-local Information into Named Entity Recognition

2023-03-06 · Chiao-Wei Hsu, Keh-Yih Su

Nowadays, many Natural Language Processing (NLP) tasks see the demand for incorporating knowledge external to the local information to further improve the performance. However, there is little related work on Named Entit…

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

Multi-Grained Query-Guided Set Prediction Network for Grounded Multimodal Named Entity Recognition

2024-07-17 · Jielong Tang, zhenxing Wang, Ziyang Gong, Jianxing Yu 외

Grounded Multimodal Named Entity Recognition (GMNER) is an emerging information extraction (IE) task, aiming to simultaneously extract entity spans, types, and corresponding visual regions of entities from given sentence…

Grounded Multimodal Named Entity RecognitionMachine Reading Comprehensionnamed-entity-recognitionNamed Entity Recognition+2