sidhantls / differentiable-kb-qa

Implementation of Scalable Neural Methods for Reasoning With a Symbolic Knowledge Base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the answer back?

Areij1 opened this issue · comments

I see that there is no way to get the natural language answer back after a prediction. Can you please help point out how this can be done?

Depends on what you mean. If you are asking if there is a way to get the actual answer entities in string format for a given question, you can do that. This notebook should help you - https://github.com/sidhantls/differentiable-kb-qa/blob/master/kgqa/models/test_predict.ipynb

Does this answer your question?

Yup that's what exactly what I was asking for. Thanks!