paper-with-me

Papers

Named Entity Recognition via Machine Reading Comprehension: A Multi-Task Learning Approach

2023-09-20 · Yibo Wang, Wenting Zhao, Yao Wan, Zhongfen Deng, Philip S. Yu

Named Entity Recognition (NER) aims to extract and classify entity mentions in the text into pre-defined types (e.g., organization or person name). Recently, many works have been proposed to shape the NER as a machine reading comprehension problem (also termed MRC-based NER), in which entity recognition is achieved by answering the formulated questions related to pre-defined entity types through MRC, based on the contexts. However, these works ignore the label dependencies among entity types, which are critical for precisely recognizing named entities. In this paper, we propose to incorporate the label dependencies among entity types into a multi-task learning framework for better MRC-based NER. We decompose MRC-based NER into multiple tasks and use a self-attention module to capture label dependencies. Comprehensive experiments on both nested NER and flat NER datasets are conducted to validate the effectiveness of the proposed Multi-NER. Experimental results show that Multi-NER can achieve better performance on all datasets.

📄 PDF Abstract BibTeX arXiv:2309.11027

Code (1)

yibowang214/multiner 공식 구현 pytorch

Tasks

Machine Reading ComprehensionMulti-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERReading Comprehension

Similar Papers 제목 키워드 기반

Biomedical named entity recognition using BERT in the machine reading comprehension framework

2020-09-03 · Cong Sun, Zhihao Yang, Lei Wang, Yin Zhang 외

Recognition of biomedical entities from literature is a challenging research focus, which is the foundation for extracting a large amount of biomedical knowledge existing in unstructured texts into structured formats. Us…

Machine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

FinBERT-MRC: financial named entity recognition using BERT under the machine reading comprehension paradigm

2022-05-31 · Yuzhe Zhang, Hong Zhang

Financial named entity recognition (FinNER) from literature is a challenging task in the field of financial text information extraction, which aims to extract a large amount of financial knowledge from unstructured texts…

Machine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

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 …

Entity Extraction using GANMachine Reading Comprehensionnamed-entity-recognitionNamed Entity Recognition+3

NER-to-MRC: Named-Entity Recognition Completely Solving as Machine Reading Comprehension

2023-05-06 · Yuxiang Zhang, Junjie Wang, Xinyu Zhu, Tetsuya Sakai 외

Named-entity recognition (NER) detects texts with predefined semantic labels and is an essential building block for natural language processing (NLP). Notably, recent NER research focuses on utilizing massive extra data,…

Machine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

DoSEA: A Domain-specific Entity-aware Framework for Cross-Domain Named Entity Recogition

2022-10-01 · COLING 2022 10 · Minghao Tang, Peng Zhang, Yongquan He, Yongxiu Xu 외

Cross-domain named entity recognition aims to improve performance in a target domain with shared knowledge from a well-studied source domain. The previous sequence-labeling based method focuses on promoting model paramet…

Cross-Domain Named Entity RecognitionMachine Reading Comprehensionnamed-entity-recognitionNamed Entity Recognition+2