malllabiisc / EmbedKGQA

ACL 2020: Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings
Apache License 2.0
412 stars 95 forks source link

EmbedKGQA for Neo4J KG #91

Open jprashant21 opened 2 years ago

jprashant21 commented 2 years ago

Hi, Can you suggest how can i implement this method on my own KG dataset in neo4j?

albert-jin commented 2 years ago

ok ,you should change the networkx Graph processing code with your neo4j driving implementations.

KecenGuo commented 2 years ago

Hi, I also want to implement this method in neo4j. How do you implement in details?