Hello,
I have a question related to running the system on KGs that does not exist in the supported list in src/main/resources/conf.properties. I want to generate benchmarks to test my KGQA system on it.
I made the following changes and I need your feedback if these are the correct changes that needs to be done to support a new KG.
- Added a new KG file in
src/main/java/knowledgeGraphs/
- Added a new explorer file in
src/main/java/lexiconGenerator/kg_explorer/
- Added a new Setting file in
src/main/java/settings/
Please let me know if there are any specific methods that I need to implement for better benchmarks.
Thanks.
Hello,
I have a question related to running the system on KGs that does not exist in the supported list in
src/main/resources/conf.properties. I want to generate benchmarks to test my KGQA system on it.I made the following changes and I need your feedback if these are the correct changes that needs to be done to support a new KG.
src/main/java/knowledgeGraphs/src/main/java/lexiconGenerator/kg_explorer/src/main/java/settings/Please let me know if there are any specific methods that I need to implement for better benchmarks.
Thanks.