Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add drug-drug-interaction #298

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/drug_drug_interaction/HCC/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## HCC-paddle

Source code for DASFAA-24 paper: "Hierarchical Cross-level Graph Contrastive Learning for Drug-Drug Interaction Prediction"
3 changes: 3 additions & 0 deletions apps/drug_drug_interaction/HSGPF/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## HS-GPF-paddle

Source code for ECMLPKDD-24 paper: "Hierarchical Structure-aware Graph Prompting for Drug-Drug Interaction Prediction"
8 changes: 8 additions & 0 deletions apps/drug_drug_interaction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Drug-Drug Interaction

[中文版本](./README_cn.md) [English Version](./README.md)

We provide the following drug-drug interaction methods.

* [HCC](./HCC/README.md)
* [HSGPF](./HSGPF/README.md)
8 changes: 8 additions & 0 deletions apps/drug_drug_interaction/README_cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 药物相互作用预测

[中文版本](./README_cn.md) [English Version](./README.md)

我们提供以下药物相互作用预测模型。

* [HCC](./HCC/README.md)
* [HSGPF](./HSGPF/README.md)