Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running with Unsupported KGs #2

Open
Reham-Osama opened this issue Apr 1, 2024 · 1 comment
Open

Running with Unsupported KGs #2

Reham-Osama opened this issue Apr 1, 2024 · 1 comment

Comments

@Reham-Osama
Copy link

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
Copy link
Owner

aorogat commented Apr 3, 2024

Hi Reham,
You also need to ensure that Maestro updates based on the new setting file by adding a new case here.

switch (Configuration.kg_name) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants