Simple-QA-EMNLP-2018 icon indicating copy to clipboard operation
Simple-QA-EMNLP-2018 copied to clipboard

Code for my EMNLP 2018 paper "SimpleQuestions Nearly Solved: A New Upperbound and Baseline Approach"

Results 3 Simple-QA-EMNLP-2018 issues
Sort by recently updated
recently updated
newest added

I created a new environment "test" with Python 3.6. When I ran $ python -m pip install -r requirements.txt I got the following error. ``` Collecting git+git://github.com/PetrochukM/allennlp (from -r requirements.txt...

When I ran the third code cell in notebooks/Simple QA End-To-End/Step 1 - Predict Subject Name.ipynb, I got the following error. ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in...

Hi. Looks like we are unable to run through the end-to-end pipeline currently due to missing model checkpoints in pretrained_model folder. `../../pretrained_models/relation_classifier.02_02_07:59:28/1746.pt` `../../pretrained_models/relation_classifier.02_02_13:31:11/189.pt` `../../pretrained_models/relation_classifier.02_02_13:23:02/223.pt`

help wanted
good first issue