paper-with-me

홈 › Papers

The Joint Entity-Relation Extraction Model Based on Span and Interactive Fusion Representation for Chinese Medical Texts with Complex Semantics

2025-02-13 · Danni Feng, Runzhi Li, Jing Wang, Siyu Yan, Lihong Ma, Yunli Xing

Joint entity-relation extraction is a critical task in transforming unstructured or semi-structured text into triplets, facilitating the construction of large-scale knowledge graphs, and supporting various downstream applications. Despite its importance, research on Chinese text, particularly with complex semantics in specialized domains like medicine, remains limited. To address this gap, we introduce the CH-DDI, a Chinese drug-drug interactions dataset designed to capture the intricacies of medical text. Leveraging the strengths of attention mechanisms in capturing long-range dependencies, we propose the SEA module, which enhances the extraction of complex contextual semantic information, thereby improving entity recognition and relation extraction. Additionally, to address the inefficiencies of existing methods in facilitating information exchange between entity recognition and relation extraction, we present an interactive fusion representation module. This module employs Cross Attention for bidirectional information exchange between the tasks and further refines feature extraction through BiLSTM. Experimental results on both our CH-DDI dataset and public CoNLL04 dataset demonstrate that our model exhibits strong generalization capabilities. On the CH-DDI dataset, our model achieves an F1-score of 96.73% for entity recognition and 78.43% for relation extraction. On the CoNLL04 dataset, it attains an entity recognition precision of 89.54% and a relation extraction accuracy of 71.64%.

📄 PDF Abstract BibTeX arXiv:2502.09247

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations

2020-12-01 · COLING 2020 8 · Bin Ji, Jie Yu, Shasha Li, Jun Ma 외

Span-based joint extraction models have shown their efficiency on entity recognition and relation extraction. These models regard text spans as candidate entities and span tuples as candidate relation tuples. Span semant…

Joint Entity and Relation ExtractionRelationRelation Extraction

Dealing with negative samples with multi-task learning on span-based joint entity-relation extraction

2023-09-18 · Chenguang Xue, Jiamin Lu

Recent span-based joint extraction models have demonstrated significant advantages in both entity recognition and relation extraction. These models treat text spans as candidate entities, and span pairs as candidate rela…

Boundary DetectionMulti-Task LearningRelationRelation Extraction

Span-based Joint Entity and Relation Extraction with Transformer Pre-training

2019-09-17 · Markus Eberts, Adrian Ulges

We introduce SpERT, an attention model for span-based joint entity and relation extraction. Our key contribution is a light-weight reasoning on BERT embeddings, which features entity recognition and filtering, as well as…

Joint Entity and Relation ExtractionNamed Entity Recognition (NER)RelationRelation Classification+2

A Two-Phase Paradigm for Joint Entity-Relation Extraction

2022-08-18 · Bin Ji, Hao Xu, Jie Yu, Shasha Li 외

An exhaustive study has been conducted to investigate span-based models for the joint entity and relation extraction task. However, these models sample a large number of negative entities and negative relations during th…

Joint Entity and Relation ExtractionRelationRelation ExtractionVocal Bursts Valence Prediction

Span-Level Model for Relation Extraction

2019-07-01 · ACL 2019 7 · Kalpit Dixit, Yaser Al-Onaizan

Relation Extraction is the task of identifying entity mention spans in raw text and then identifying relations between pairs of the entity mentions. Recent approaches for this span-level task have been token-level models…

modelRelationRelation Extraction