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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
I was able to install and run the code. I'm getting the predicted relations from the input data. But can you please guide me about the next steps? My final objective is to create a question answering system.
As I understand, now I need to construct SPARQL query using the parsed subject, object and the predicted relations.. is it going to be just a simple query like so:
SELECT ?name WHERE{ ?subject relation ?object}
Or it has to follow some more complex logic?
Also, do you have the code base for the reasoning module (Logical Neural Networks) available? As I understand it is an important part of the whole QnA system according to your papers.