mrqa / MRQA-Shared-Task-2019

Resources for the MRQA 2019 Shared Task
https://mrqa.github.io
MIT License
292 stars 31 forks source link

Convert MRQA format into SQuAD format #33

Open KazutoshiShinoda opened 3 years ago

KazutoshiShinoda commented 3 years ago

I would like to use other datasets in the SQuAD format, because some existing implementations such as Hugging Face's assume that the input QA dataset follows the SQuAD format. If anyone else wants to do the same thing, I think my code can help them. So, I send this pull request.