Sirui
Sirui
Hi, nice work. How do I get the trained embeddings of entities and relations?
Hi, what is the best performance (hits@10, mean rank) for each model in your experiments? Could you please share the results and settings?
I noticed that you used `testList = random.choices(testList, k=k)` to randomly select validation examples. Does it mean the validation set is different every time and you just used one batch...
Hi, thanks for releasing the source code. Could you please give the statistics of the knowledge graph? How many entities and edges are in the knowledge graph? Thank you.
Hi, which function is for generating negative samples?
I created a KG and intended to split them into train/val/test without negative triples. I saved my KG as a multidigraph (networkx) and set resample_negatives=False. However, the splitting graphs still...
Hi, is the dataset for your Covid-19 KG paper: Knowledge-Graph-Based Drug Repositioning against COVID-19 by Graph Convolutional Network with Attention Mechanism?
I cannot clone the project due to permission denied. I also tried to download the zip but the graphnn folder is empty.
I am using Linux and running "pip install -r requirements.txt", but I got the following issue when the MATPLOTLIB is installing: 
Can I just get filtered _ro prediction results? Hit@N and MRR. Thank you.