Wen Zhang, Xuan Liu, Ziyan Wang, Zhankun Xiong, Feng Huang
We lifted 2 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| wzy-Sarah/ZeroDDI | canonical | 1 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| graph_data_obj_to_nx_simple | Ran | wzy-Sarah/ZeroDDI/models/left/graph/graph_init.py pointer only (licence: NONE) · get_code("287484b87212f47d") |
| build_dataloader | Not yet run | wzy-Sarah/ZeroDDI/datasets/builder.py pointer only (licence: NONE) · get_code("0e5a791f0c815ccc") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Drug-drug interactions (DDIs) can result in various pharmacological changes, which can be categorized into different classes known as DDI events (DDIEs). In recent years, previously unobserved/unseen DDIEs have been emerging, posing a new classification task when unseen classes have no labelled instances in the training stage, which is formulated as a zero-shot DDIE prediction (ZS-DDIE) task. However, existing computational methods are not directly applicable to ZS-DDIE, which has two primary challenges: obtaining suitable DDIE representations and handling the class imbalance issue. To overcome these challenges, we propose a novel method named ZeroDDI for the ZS-DDIE task. Specifically, we design a biological semantic enhanced DDIE representation learning module, which emphasizes the key biological semantics and distills discriminative molecular substructure-related semantics for DDIE representation learning. Furthermore, we propose a dualmodal uniform alignment strategy to distribute drug pair representations and DDIE semantic representations uniformly in a unit sphere and align the matched ones, which can mitigate the issue of class imbalance. Extensive experiments showed that Ze-roDDI surpasses the baselines and indicate that it is a promising tool for detecting unseen DDIEs. Our code has been released in https://github.com/wzy-Sarah/ZeroDDI.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2407.00891")
get_code_for_paper("2407.00891")
have("2407.00891")
Connect an agent — have() is free.