DecompRC icon indicating copy to clipboard operation
DecompRC copied to clipboard

An original implementation of ACL 2019, "Multi-hop Reading Comprehension through Question Decomposition and Rescoring"

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

I believe that project of this size, that has this many dependencies, should include a file (requirements.txt) in python, of the requirements to run this project.

Hi, Thank you for your work and repository. I'm trying to use the type classifier explained in your paper in Sec. 3.4 (Pipeline Approach), where you first predict the reasoning...

Hi, thank you for your repository. In my understanding, to obtain the scores for the comparison questions, we need to do the following steps: 1. Prepare sub-questions data Download your...

Could you please explain how the type_dev_predictions.json file in the open-source code of your paper 'Multi-hop Reading Comprehension through Question Decomposition and Rescoring' was generated? Thank you.