You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: