KGNN icon indicating copy to clipboard operation
KGNN copied to clipboard

Source Code for IJCAI'20 "KGNN: Knowledge Graph Neural Network for Drug-Drug Interaction Prediction"

Results 4 KGNN issues
Sort by recently updated
recently updated
newest added

您好,您的这篇论文写的好棒,我不知道如何使用bio2RDF,所以您可以将处理过的DrugBank数据集发给我吗,这是我的邮箱[email protected]。万分感谢!

Hi, nice to read your paper. I have found a possible error in your code in run.py. In line 27 and 28, keys of both 'drug_vocab' and 'entity_vocab' are 'entity'....

In you papaer, IJCAI2020 ,2742, the string ". The finalh-order entity representation is denoted (Line 11)", but your pseudo-code is other. ![image](https://user-images.githubusercontent.com/54056797/138868260-97a7e0e0-e34b-43b6-bbcd-83c85a1ff4c0.png) ![image](https://user-images.githubusercontent.com/54056797/138868286-13d1e4d8-cc81-4989-b59a-b439c337925d.png)

Can I run this code for any other version of Drugbank datasets? It's not clear how the inputs are incorporated into the code.