Open NxxTGT opened 2 years ago
Hi,
Sorry for the late reply! You can find most of the code here: • https://github.com/Francesco-Sovrano/DoXpy, you can import it with “from doxpy.models.reasoning.question_answerer import QuestionAnswerer“
• you can find the question answerer also inside here https://github.com/Francesco-Sovrano/YAI4Hu/tree/main/code/Packages. You can install knowpy with “pip install -e knowpy” and import the Q/A with “from knwopy.models.reasoning.question_answerer import QuestionAnswerer“
The source code of “ Legal-Knowledge-Extraction-for-Knowledge-Graph-Based-Question-Answering” is mostly the same
Hi there, Good idea and great work you made! But I am a little confused about how to run the code of this project you have shared on the github. Thx