Skip to content

aaronbae/AnaQA

Repository files navigation

AnaQA

Multi-Hop Question Answering system based on DecompRC and Dr.QA. The goal is to replace the single-hop question answering engien in DecompRC with DrQA system. The goal was to see if the the answer accuracy will further improve if it were to use a different single-hop answering engine.

As apparent in the table above, the result was unfortunately poorer than the original DecompRC. However, significant insight related to question-answer model was observed. You can see the final report in this repo or from this link here: https://github.com/aaronbae/AnaQA/blob/master/NLP_Project_Report.pdf

Important Notes to Run

Make sure that you have the "model" folder from DecompRC and "data" folder from DrQA. Also, you will need the Hoptpot QA dataset in an additional folder called "dataset". These data are not included becasue of the size issue. Here are links to download them:

Citation

We recognize that the project is largely an attempt to combine two different projects together. Here are the 2 projects that we reference:

  1. DecompRC:
  1. DrQA: