PhilippChr / CONVEX

Code for our CIKM 2019 paper. As far as we know, CONVEX is the first unsupervised method for conversational question answering over knowledge graphs. A demo and our benchmark (and more) can be found at
https://convex.mpi-inf.mpg.de/
MIT License
28 stars 9 forks source link

Custom knowledge graph #8

Closed Sharathmk99 closed 4 years ago

Sharathmk99 commented 4 years ago

Hi,

We have custom knowledge graph built. How can I use this repository on my custom knowledge graph. Currently we have saved our graph in Neo4j

PhilippChr commented 4 years ago

Hi, to use a Neo4j graph, you would need to reimplement the functions in library/wikidata.py. You need to stick to the output formats of these functions, to get the code working, e.g. return the same dictionary-format as a statement in the get_all_statements_of_entity-function.