learning_to_retrieve_reasoning_paths icon indicating copy to clipboard operation
learning_to_retrieve_reasoning_paths copied to clipboard

The official implementation of ICLR 2020, "Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering".

Results 4 learning_to_retrieve_reasoning_paths issues
Sort by recently updated
recently updated
newest added

Hi, when I run quick_start_hotpot.sh it raise error: sqlite3.OperationalError: unable to open database file. But I alreay download all the code, dataset and model.

Thank you for the amazing repo. I am curious why are some titles missing from the tfidf index. It seems that during evaluation we get multiple such warnings: ``` Oranjegekte_0...

After I ran the provided script file, the result returned was as follows: {'em': 0.2, 'f1': 0.2976111111111111, 'prec': 0.30498268398268397, 'recall': 0.3068333333333333, 'sp_em': 0.02, 'sp_f1': 0.10866666666666668, 'sp_prec': 0.11333333333333334, 'sp_recall': 0.1075, 'joint_em':...