facebookresearch/MLQA

Model's predicted answers as a json dict

shamitb opened this issue · 2 comments

How to generate the model's predicted answers as a json dict? Or is there a sample file that I can download from somewhere, what format etc is also not very clear...

Hi Shamit,

The evaluation script works like SQuAD v1, you provide a file of predicted answers as a json dictionary. The keys should be the question ID, the values should be a string which is the answer you want to predict.

Patrick

closing due to lack of activity