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 132 forks source link

SQuAD Sentence Selection reader + SentenceSelectionInstance #264

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

This PR adds a "reader" for taking in SQuAD and transforming it into an answer sentence selection task. Note that it's written in python --- we're trying this out.

It also adds a SentenceSelectionInstance for general use.