Code for the TriviaQA reading comprehension dataset
339
stars
15
commits
Python
primary language
Apr 5, 2024
updated
TriviaQA: A Large Scale Distantly Supervised Challenge Dataset for Reading Comprehension In Association for Computational Linguistics (ACL) 2017, Vancouver, Canada.
utils.utils.py.The dataset file parameter refers to files in the qa directory of the data (e.g., wikipedia-dev.json). For file format, check out the sample directory in the repo.
python3 -m evaluation.triviaqa_evaluation --dataset_file samples/triviaqa_sample.json --prediction_file samples/sample_predictions.json
utils.convert_to_squad_format.py15 commits
Python
100.0%
Code for the TriviaQA reading comprehension dataset
339
stars
15
commits
Python
primary language
Apr 5, 2024
updated
TriviaQA: A Large Scale Distantly Supervised Challenge Dataset for Reading Comprehension In Association for Computational Linguistics (ACL) 2017, Vancouver, Canada.
utils.utils.py.The dataset file parameter refers to files in the qa directory of the data (e.g., wikipedia-dev.json). For file format, check out the sample directory in the repo.
python3 -m evaluation.triviaqa_evaluation --dataset_file samples/triviaqa_sample.json --prediction_file samples/sample_predictions.json
utils.convert_to_squad_format.py15 commits
Python
100.0%