metadata
language:
- en
license: apache-2.0
Incomplete, author will come back soon.
Acknowledgements
The PUZZLEQA is scraped from NPR Sunday Puzzle Official Website and NPR Puzzle Synopsis, made by a group of fans by running a mailing list that distributed questions and answers for each week’s puzzle. The authors of the dataset cleaned the data and made some multiple choice based on the question and answers.
Creation
The Multiple Choice Dataset is generated from PUZZLEQA dataset using the following algorithm.
- Read the PUZZLEQA.tsv file
- Group rule-question-answer triples in a given Sunday together (so the rules of each question will be the same)
- For each question, randomly select three other answers from answers on the same Sunday. Shuffle 3 selected answers with the correct answer for the given question to obtain 4 choices for this question. \
- identify the correct answer for the given question as the "gold" answer.