Reasoning-Chains-MultihopQA
Reasoning-Chains-MultihopQA copied to clipboard
The code is hard to read and make it hard to follow . where can I get an entrance of the code
the program start bu python -m allennlp.run . It's hard to debug on server
Hi, Sorry you feel that way. The code does have dependency on allennlp, and the model training uses commands such as allennlp.run train (http://docs.allennlp.org/v0.9.0/api/allennlp.commands.html). However, the model and evaluation codes are available in code/allennlp_reasoning_explainqa/ of this repository. So, could you please clarify more on the exact issue you are facing - did you face any runtime error ? What were you trying to debug ?