Rethinking Drug-Drug Interaction Modeling as Generalizable Relation Learning
Dong Xu, Jiantao Wu, Qihua Pan, Sisi Yuan, Zexuan Zhu, Junkai Ji
TL;DR
The paper tackles the generalization gap in drug–drug interaction prediction under real-world polypharmacy by moving from molecule-centric representations to a generalizable relation-learning framework. GenRel-DDI keeps pretrained molecular encoders as stable anchors while training a lightweight, partner-conditioned relation trunk via an anchor–adapter setup, enabling transfer to unseen drugs and novel drug pairs. Across seven public benchmarks with diverse label spaces, GenRel-DDI achieves state-of-the-art or best-reported performance, with pronounced gains in strict entity-disjoint settings and cross-domain transfer, and analysis shows that role assignment and freezing choices matter more than encoder scale under overlap restrictions. This work demonstrates the practical value of relation learning for robust DDI prediction and provides a scalable pathway for generalizable safety assessment in drug development.
Abstract
Drug-drug interaction (DDI) prediction is central to drug discovery and clinical development, particularly in the context of increasingly prevalent polypharmacy. Although existing computational methods achieve strong performance on standard benchmarks, they often fail to generalize to realistic deployment scenarios, where most candidate drug pairs involve previously unseen drugs and validated interactions are scarce. We demonstrate that proximity in the embedding spaces of prevailing molecule-centric DDI models does not reliably correspond to interaction labels, and that simply scaling up model capacity therefore fails to improve generalization. To address these limitations, we propose GenRel-DDI, a generalizable relation learning framework that reformulates DDI prediction as a relation-centric learning problem, in which interaction representations are learned independently of drug identities. This relation-level abstraction enables the capture of transferable interaction patterns that generalize to unseen drugs and novel drug pairs. Extensive experiments across multiple benchmark demonstrate that GenRel-DDI consistently and significantly outperforms state-of-the-art methods, with particularly large gains on strict entity-disjoint evaluations, highlighting the effectiveness and practical utility of relation learning for robust DDI prediction. The code is available at https://github.com/SZU-ADDG/GenRel-DDI.
