hitvoice / DrQA

A pytorch implementation of Reading Wikipedia to Answer Open-Domain Questions.
401 stars 109 forks source link

using DrQA for Squad 2.0 and other datasets #23

Open guilhebl opened 5 years ago

guilhebl commented 5 years ago

Is it possible to use DrQA with Squad 2.0 or other QA datasets ? If so what would be the steps?

hitvoice commented 5 years ago

The original paper does not include how to identify unanswerable questions, so it's not directly applicable. You may refer to models/papers tailored for SQuAD 2.0. If you find a way to modify 1st generation models like DrQA to work for the 2.0 dataset, you can post the link here and I'll look into it.