paper-with-me

홈 › Papers

FuzzyBIO: A Proposal for Fuzzy Representation of Discontinuous Entities

2021-04-01 · EACL (Louhi) 2021 4 · Anne Dirkson, Suzan Verberne, Wessel Kraaij

Discontinuous entities pose a challenge to named entity recognition (NER). These phenomena occur commonly in the biomedical domain. As a solution, expansions of the BIO representation scheme that can handle these entity types are commonly used (i.e. BIOHD). However, the extra tag types make the NER task more difficult to learn. In this paper we propose an alternative; a fuzzy continuous BIO scheme (FuzzyBIO). We focus on the task of Adverse Drug Response extraction and normalization to compare FuzzyBIO to BIOHD. We find that FuzzyBIO improves recall of NER for two of three data sets and results in a higher percentage of correctly identified disjoint and composite entities for all data sets. Using FuzzyBIO also improves end-to-end performance for continuous and composite entities in two of three data sets. Since FuzzyBIO improves performance for some data sets and the conversion from BIOHD to FuzzyBIO is straightforward, we recommend investigating which is more effective for any data set containing discontinuous entities.

📄 PDF Abstract BibTeX

Code (1)

AnneDirkson/FuzzyBIO 공식 구현

Tasks

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

Similar Papers 제목 키워드 기반

A Span-Based Model for Joint Overlapped and Discontinuous Named Entity Recognition

2021-06-28 · ACL 2021 5 · Fei Li, Zhichao Lin, Meishan Zhang, Donghong Ji

Research on overlapped and discontinuous named entity recognition (NER) has received increasing attention. The majority of previous work focuses on either overlapped or discontinuous entities. In this paper, we propose a…

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

SEDA: A Self-Adapted Entity-Centric Data Augmentation for Boosting Gird-based Discontinuous NER Models

2025-11-25 · Wen-Fang Su, Hsiao-Wei Chou, Wen-Yang Lin arxiv

Named Entity Recognition (NER) is a critical task in natural language processing, yet it remains particularly challenging for discontinuous entities. The primary difficulty lies in text segmentation, as traditional metho…

Information ExtractionData Augmentation

Using Fuzzy Logic to Learn Abstract Policies in Large-Scale Multi-Agent Reinforcement Learning

2022-04-27 · journal 2022 4 · Jingchen Li; Haobin Shi; Kao-Shing Hwang

Large-scale multiagent reinforcement learning requires huge computation and space costs, and the too-long execution process makes it hard to train policies for agents. This work proposes a concept of fuzzy agent, which i…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

TriG-NER: Triplet-Grid Framework for Discontinuous Named Entity Recognition

2024-11-04 · Rina Carines Cabral, Soyeon Caren Han, Areej Alhassan, Riza Batista-Navarro 외

Discontinuous Named Entity Recognition (DNER) presents a challenging problem where entities may be scattered across multiple non-adjacent tokens, making traditional sequence labelling approaches inadequate. Existing meth…

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNER+1

Rethinking Boundaries: End-To-End Recognition of Discontinuous Mentions with Pointer Networks

2021-05-18 · Conference 2021 5 · Hao Fei, Fei Li, Bobo Li, Yijiang Liu 외

A majority of research interests in irregular (eg, nested or discontinuous) named entity recognition (NER) have been paid on nested entities, while discontinuous entities received limited attention. Existing work for dis…

Boundary DetectionDecodernamed-entity-recognitionNamed Entity Recognition+2