aorogat / Maestro

0 stars 1 forks source link

Running with Unsupported KGs #2

Open Reham-Osama opened 5 months ago

Reham-Osama commented 5 months ago

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.

  1. Added a new KG file in src/main/java/knowledgeGraphs/
  2. Added a new explorer file in src/main/java/lexiconGenerator/kg_explorer/
  3. 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.

aorogat commented 5 months ago

Hi Reham, You also need to ensure that Maestro updates based on the new setting file by adding a new case here. https://github.com/aorogat/Maestro/blob/bad4a2f048d82233ec9d890f6427321852cf0b4d/src/main/java/system/components/SmartBench.java#L35