dice-group / dice-group/SESSA

Nodes not Connecting in the Right Order

Open
#25 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
0
Forks
4
PR merge metrics
No merged PRs in 30d

Description

The current algorithm can lead to graphs which don't seem to connect in the right order, which can lead to wrong answers

Example for such an error:
The below picture show an excerpt of the graph for the question "music by elton john type musical"
![image](https://user-images.githubusercontent.com/7562025/37527282-f68b00ac-2931-11e8-91a6-ec22b14a58e8.png)
*Nodes with numbers are fact nodes.

The example shows that instead of rdf:type and Musical leading to the right answers (The Lion King & Lestat), it is the other way around. This propagates the colors to "Musical" instead of the other way around. Because the nodes are now related by their colors, they are not considered in future "node searching" cycles and "The Lion King" & "Lestat" never get the colors for "Musical".

Contributor guide

No contributing guide indexed for this repository

Research direction

No source file or test is named. Start by reproducing the query "music by elton john type musical" and tracing the node-searching cycles and color propagation around rdf:type and Musical; done means The Lion King and Lestat receive the colors for Musical and the query returns the right answers.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
search
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.