paper-with-me

Papers

Supporting Medical Relation Extraction via Causality-Pruned Semantic Dependency Forest

2022-08-29 · COLING 2022 10 · Yifan Jin, Jiangmeng Li, Zheng Lian, Chengbo Jiao, Xiaohui Hu

Medical Relation Extraction (MRE) task aims to extract relations between entities in medical texts. Traditional relation extraction methods achieve impressive success by exploring the syntactic information, e.g., dependency tree. However, the quality of the 1-best dependency tree for medical texts produced by an out-of-domain parser is relatively limited so that the performance of medical relation extraction method may degenerate. To this end, we propose a method to jointly model semantic and syntactic information from medical texts based on causal explanation theory. We generate dependency forests consisting of the semantic-embedded 1-best dependency tree. Then, a task-specific causal explainer is adopted to prune the dependency forests, which are further fed into a designed graph convolutional network to learn the corresponding representation for downstream task. Empirically, the various comparisons on benchmark medical datasets demonstrate the effectiveness of our model.

📄 PDF Abstract BibTeX arXiv:2208.13472

Code (1)

jyf123/CP-GCN 공식 구현 pytorch

Tasks

Medical Relation ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

PubMedCausal: A Span-Level Annotated Corpus for Causal Relation Extraction in Biomedical Text

2026-05-27 · Ifeoluwa Kunle-John, Josiah Paul, Oluwatosin Agbaakin, Peter Aina 외 arxiv

Causal relation extraction (CRE) is central to biomedical text mining, but current resources often conflate causal relations with broader associations, restrict annotation to sentence-level examples, or focus mainly on e…

Relation ExtractionTransfer Learning

Informative Causality Extraction from Medical Literature via Dependency-tree based Patterns

2022-03-13 · Md. Ahsanul Kabir, AlJohara Almulhim, Xiao Luo, Mohammad Al Hasan

Extracting cause-effect entities from medical literature is an important task in medical information retrieval. A solution for solving this task can be used for compilation of various causality relations, such as, causal…

ArticlesInformation RetrievalRetrievalSentence

Causality extraction from medical text using Large Language Models (LLMs)

2024-07-13 · Seethalakshmi Gopalakrishnan, Luciana Garbayo, Wlodek Zadrozny

This study explores the potential of natural language models, including large language models, to extract causal relations from medical texts, specifically from Clinical Practice Guidelines (CPGs). The outcomes causality…

BiOnt: Deep Learning using Multiple Biomedical Ontologies for Relation Extraction

2020-01-20 · Diana Sousa, Francisco M. Couto

Successful biomedical relation extraction can provide evidence to researchers and clinicians about possible unknown associations between biomedical entities, advancing the current knowledge we have about those entities a…

Deep LearningRelationRelation Extraction

Transfer Learning for Causal Sentence Detection

2019-06-18 · WS 2019 8 · Manolis Kyriakakis, Ion Androutsopoulos, Joan Ginés i Ametllé, Artur Saudabayev

We consider the task of detecting sentences that express causality, as a step towards mining causal relations from texts. To bypass the scarcity of causal instances in relation extraction datasets, we exploit transfer le…

RelationRelation ExtractionSentenceTransfer Learning