JohnnyBoy00 commited on
Commit
72a5f44
1 Parent(s): ee0b759

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ The dataset is comprised of four data splits.
119
  - `train`: used for training, contains a set of questions and the provided answers to them.
120
  - `validation`: used for validation, contains a set of questions and the provided answers to them (derived from the original training set defined in the paper).
121
  - `test_unseen_answers`: used for testing, contains unseen answers to the questions present in the `train` split.
122
- - `test_unseen_questions`: used for testing, contains unseen questions that do not appear in `train` split.
123
 
124
  | name |train|validation|test_unseen_answers|test_unseen_questions|
125
  |-------------------|----:|---------:|------------------:|--------------------:|
 
119
  - `train`: used for training, contains a set of questions and the provided answers to them.
120
  - `validation`: used for validation, contains a set of questions and the provided answers to them (derived from the original training set defined in the paper).
121
  - `test_unseen_answers`: used for testing, contains unseen answers to the questions present in the `train` split.
122
+ - `test_unseen_questions`: used for testing, contains unseen questions that do not appear in the `train` split.
123
 
124
  | name |train|validation|test_unseen_answers|test_unseen_questions|
125
  |-------------------|----:|---------:|------------------:|--------------------:|