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

scripts for data processing? #382

Closed dykang closed 7 years ago

dykang commented 7 years ago

Do you have script files for processing raw dataset such as snli_1.0 to processed/{train,dev}.tsv in your example json file?

matt-gardner commented 7 years ago

Yes, see here: https://github.com/allenai/deep_qa/issues/328.

dykang commented 7 years ago

Seems working well. Thanks!