Datasets:

Languages:
English
ArXiv:
License:
Jingmiao commited on
Commit
14a073e
1 Parent(s): 6c27bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -3,7 +3,6 @@ language:
3
  - en
4
  license: apache-2.0
5
  ---
6
- # Incomplete, author will come back soon.
7
 
8
  ### Acknowledgements
9
  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),
@@ -12,7 +11,7 @@ The authors of the dataset cleaned the data and made some multiple choice based
12
 
13
  ### Creation
14
  The Multiple Choice Dataset is generated from PUZZLEQA dataset using the following algorithm.
15
- 1. Read the PUZZLEQA.tsv file
16
  2. Group rule-question-answer triples in a given Sunday together (so the rules of each question will be the same)
17
  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. \\
18
  4. identify the correct answer for the given question as the "gold" answer.
 
3
  - en
4
  license: apache-2.0
5
  ---
 
6
 
7
  ### Acknowledgements
8
  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),
 
11
 
12
  ### Creation
13
  The Multiple Choice Dataset is generated from PUZZLEQA dataset using the following algorithm.
14
+ 1. Read the fr_big_exp.tsv.tsv file
15
  2. Group rule-question-answer triples in a given Sunday together (so the rules of each question will be the same)
16
  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. \\
17
  4. identify the correct answer for the given question as the "gold" answer.