triviaqa icon indicating copy to clipboard operation
triviaqa copied to clipboard

Code for the TriviaQA reading comprehension dataset

Results 4 triviaqa issues
Sort by recently updated
recently updated
newest added

I tried to extract dataset ("rc" version) which I downloaded from http://nlp.cs.washington.edu/triviaqa/ , for some reason the downloaded file is corrupted and it cannot be extracted. Below is the log:...

I am trying to finetune a RoBERTa (or BERT) model on TriviaQA. I am using [question-answering example from Huggingface transformers](https://github.com/huggingface/transformers/tree/master/examples/question-answering). Before the training, I have done TriviaQA 2 Squad using...

**I found out that files in `triviaqa/utils` have inputs with errors:** `ModuleNotFoundError: No module named 'utils.utils'; 'utils' is not a package` **At `dataset_utils.py` should be:** ``` import utils ``` Instead...

I notice that there are some **incorrect file paths** in the JSON file, which could lead to errors during the process of converting the data format to SQuAD. So I...