allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 133 forks source link

Sequence tagging fixes #278

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

With this PR, the sequence tagger looks like it actually works, and can be run on SQuAD. I'll start it running now with this code. If the accuracy isn't good enough, we can try adding the CRF layer that you pointed me to.