paper-with-me

홈 › Papers

RexDrug: Reliable Multi-Drug Combination Extraction through Reasoning-Enhanced LLMs

2026-03-09 · Zhijun Wang, Ling Luo, Dinghao Pan, Huan Zhuang, Lejing Yu, Yuanyuan Sun, Hongfei Lin arxiv

Automated Drug Combination Extraction (DCE) from large-scale biomedical literature is crucial for advancing precision medicine and pharmacological research. However, existing relation extraction methods primarily focus on binary interactions and struggle to model variable-length n-ary drug combinations, where complex compatibility logic and distributed evidence need to be considered. To address these limitations, we propose RexDrug, an end-to-end reasoning-enhanced relation extraction framework for n-ary drug combination extraction based on large language models. RexDrug adopts a two-stage training strategy. First, a multi-agent collaborative mechanism is utilized to automatically generate high-quality expert-like reasoning traces for supervised fine-tuning. Second, reinforcement learning with a multi-dimensional reward function specifically tailored for DCE is applied to further refine reasoning quality and extraction accuracy. Extensive experiments on the DrugComb dataset show that RexDrug consistently outperforms state-of-the-art baselines for n-ary extraction. Additional evaluation on the DDI13 corpus confirms its generalizability to binary drugdrug interaction tasks. Human expert assessment and automatic reasoning metrics further indicates that RexDrug produces coherent medical reasoning while accurately identifying complex therapeutic regimens. These results establish RexDrug as a scalable and reliable solution for complex biomedical relation extraction from unstructured text. The source code and data are available at https://github.com/DUTIR-BioNLP/RexDrug

📄 PDF Abstract BibTeX arXiv:2603.08166

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningRelation Extraction

Similar Papers 제목 키워드 기반

End-to-End $n$-ary Relation Extraction for Combination Drug Therapies

2023-03-29 · Yuhang Jiang, Ramakanth Kavuluru

Combination drug therapies are treatment regimens that involve two or more drugs, administered more commonly for patients with cancer, HIV, malaria, or tuberculosis. Currently there are over 350K articles in PubMed that …

ArticlesDrug–drug Interaction ExtractionRelationRelation Classification+1

Dataset for N-ary Relation Extraction of Drug Combinations

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Combination therapies have become the standard of care for diseases such as cancer, tuberculosis, malaria and HIV. However, the combinatorial set of available multi-drug treatments creates a challenge, particularly in th…

RelationRelation ExtractionSentence

A Dataset for N-ary Relation Extraction of Drug Combinations

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Combination therapies have become the standard of care for diseases such as cancer, tuberculosis, malaria and HIV. However, the combinatorial set of available multi-drug treatments creates a challenge in identifying eff…

RelationRelation ExtractionSentence

A Dataset for N-ary Relation Extraction of Drug Combinations

2022-05-04 · NAACL 2022 7 · Aryeh Tiktinsky, Vijay Viswanathan, Danna Niezni, Dana Meron Azagury 외

Combination therapies have become the standard of care for diseases such as cancer, tuberculosis, malaria and HIV. However, the combinatorial set of available multi-drug treatments creates a challenge in identifying effe…

Drug–drug Interaction ExtractionRelationRelation ExtractionSentence

DDoS: A Graph Neural Network based Drug Synergy Prediction Algorithm

2022-10-03 · Kyriakos Schwarz, Alicia Pliego-Mendieta, Amina Mollaysa, Lara Planas-Paz 외

Drug synergy arises when the combined impact of two drugs exceeds the sum of their individual effects. While single-drug effects on cell lines are well-documented, the scarcity of data on drug synergy, considering the va…

Graph Neural Network