aorogat / Maestro

0 stars 1 forks source link

Draft for supporting DBLP KG #4

Open Reham-Osama opened 5 months ago

Reham-Osama commented 5 months ago

I added an explanation for why I made my changes within the code.

I have a couple of questions related to these changes

  1. When I ran the system on DBPedia KG it took around 13 hours to finish, but with the code here DBLP took only 7 mins, is that variance in the processing time expected ?
  2. The output files contain a lot of generated boolean questions, is there a way to include boolean questions but limit their number?
  3. I understood that there are two offsets that controls the node types to use and the seed nodes, what is the range of these values, and What are their expected effect?
    1. RandomSeedGenerator.addBranchesFromList (Line 102): Is this offset for choosing which node types to include
    2. RandomSeedGenerator.addBranchs (Line 125): Is this offset for choosing nodes that belongs to one node type.