paper-with-me

Papers

A Boundary Offset Prediction Network for Named Entity Recognition

2023-10-23 · Minghao Tang, Yongquan He, Yongxiu Xu, Hongbo Xu, Wenyuan Zhang, Yang Lin

Named entity recognition (NER) is a fundamental task in natural language processing that aims to identify and classify named entities in text. However, span-based methods for NER typically assign entity types to text spans, resulting in an imbalanced sample space and neglecting the connections between non-entity and entity spans. To address these issues, we propose a novel approach for NER, named the Boundary Offset Prediction Network (BOPN), which predicts the boundary offsets between candidate spans and their nearest entity spans. By leveraging the guiding semantics of boundary offsets, BOPN establishes connections between non-entity and entity spans, enabling non-entity spans to function as additional positive samples for entity detection. Furthermore, our method integrates entity type and span representations to generate type-aware boundary offsets instead of using entity types as detection targets. We conduct experiments on eight widely-used NER datasets, and the results demonstrate that our proposed BOPN outperforms previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2310.18349

Code (1)

mhtang1995/bopn 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Enhancing Entity Boundary Detection for Better Chinese Named Entity Recognition

2021-08-01 · ACL 2021 5 · Chun Chen, Fang Kong

In comparison with English, due to the lack of explicit word boundary and tenses information, Chinese Named Entity Recognition (NER) is much more challenging. In this paper, we propose a boundary enhanced approach for be…

Boundary DetectionChinese Named Entity RecognitionGraph Attentionnamed-entity-recognition+3

Integrating Boundary Assembling into a DNN Framework for Named Entity Recognition in Chinese Social Media Text

2020-02-27 · Zhaoheng Gong, Ping Chen, Jiang Zhou

Named entity recognition is a challenging task in Natural Language Processing, especially for informal and noisy social media text. Chinese word boundaries are also entity boundaries, therefore, named entity recognition …

Boundary DetectionChinese Word Segmentationnamed-entity-recognitionNamed Entity Recognition+2

Attack Named Entity Recognition by Entity Boundary Interference

2023-05-09 · Yifei Yang, Hongqiu Wu, Hai Zhao

Named Entity Recognition (NER) is a cornerstone NLP task while its robustness has been given little attention. This paper rethinks the principles of NER attacks derived from sentence classification, as they can easily vi…

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

A Unified Biomedical Named Entity Recognition Framework with Large Language Models

2025-10-10 · Tengxiao Lv, Ling Luo, Juntao Li, Yanhua Wang 외 arxiv

Accurate recognition of biomedical named entities is critical for medical information extraction and knowledge discovery. However, existing methods often struggle with nested entities, entity boundary ambiguity, and cros…

Zero-shot GeneralizationInformation ExtractionContrastive LearningText Generation

Gaussian Prior Reinforcement Learning for Nested Named Entity Recognition

2023-05-12 · Yawen Yang, Xuming Hu, Fukun Ma, Shu'ang Li 외

Named Entity Recognition (NER) is a well and widely studied task in natural language processing. Recently, the nested NER has attracted more attention since its practicality and difficulty. Existing works for nested NER …

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