--- language: - en license: apache-2.0 --- # Incomplete, author will come back soon. ### Acknowledgements The PUZZLEQA is scraped from [NPR Sunday Puzzle Official Website](https://www.npr.org/series/4473090/sunday-puzzle) and [NPR Puzzle Synopsis](https://groups.google.com/g/nprpuzzle), 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. 1. Read the PUZZLEQA.tsv file 2. Group rule-question-answer triples in a given Sunday together (so the rules of each question will be the same) 3. 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. \\ 4. identify the correct answer for the given question as the "gold" answer.