shmsw25 / AmbigQA

An original implementation of EMNLP 2020, "AmbigQA: Answering Ambiguous Open-domain Questions"
https://arxiv.org/abs/2004.10645
117 stars 22 forks source link

About unanswerable questions #22

Open YuxuanJiang1 opened 2 years ago

YuxuanJiang1 commented 2 years ago

It seems unanswerable questions are not considered, is that right?

shmsw25 commented 2 years ago

Yes! We don't have any unanswerable questions. If we find some questions unanswerable during annotation, we excluded them in the dataset.

YuxuanJiang1 commented 2 years ago

Yes! We don't have any unanswerable questions. If we find some questions unanswerable during annotation, we excluded them in the dataset.

Thanks for your quick reply!

Btw, do you have ideas on how to using your work on handling unanswerable questions in squad2.0 or natural questions? I'm trying to do some work on that.