Search papers, labs, and topics across Lattice.
RexDrug, a novel framework for n-ary drug combination extraction, leverages a two-stage training approach using large language models. The first stage employs a multi-agent collaborative mechanism to generate expert-like reasoning traces for supervised fine-tuning, while the second stage uses reinforcement learning with a tailored multi-dimensional reward function to refine reasoning and extraction accuracy. Experiments on DrugComb and DDI13 datasets demonstrate that RexDrug outperforms state-of-the-art baselines in both n-ary and binary drug interaction extraction, while also generating coherent medical reasoning.
LLMs can now reliably extract complex, n-ary drug combinations from biomedical text, surpassing previous methods that were limited to binary interactions.
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