End-to-End $n$-ary Relation Extraction for Combination Drug Therapies
Yuhang Jiang, Ramakanth Kavuluru

TL;DR
This paper presents a novel end-to-end sequence-to-sequence model for extracting dynamic $n$-ary combination drug therapies from scientific literature, achieving state-of-the-art results on the CombDrugExt dataset.
Contribution
It introduces the first end-to-end extraction model for dynamic $n$-ary relations, outperforming previous relation classification approaches.
Findings
Achieved 66.7% F1-score on CombDrugExt test set.
Improved over prior best by approximately 5% F1-score.
Model effectively extracts all drug entities and relations in a single pass.
Abstract
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 use the "combination drug therapy" MeSH heading with at least 10K articles published per year over the past two decades. Extracting combination therapies from scientific literature inherently constitutes an -ary relation extraction problem. Unlike in the general -ary setting where is fixed (e.g., drug-gene-mutation relations where ), extracting combination therapies is a special setting where is dynamic, depending on each instance. Recently, Tiktinsky et al. (NAACL 2022) introduced a first of its kind dataset, CombDrugExt, for extracting such therapies from literature. Here, we use a sequence-to-sequence style end-to-end extraction method to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Biomedical Text Mining and Ontologies · Topic Modeling
MethodsTest · Network On Network
