Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

working with the resulting data #3

@PolKul

Description

@PolKul

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions