JohnnyBoy00
commited on
Commit
•
ee0b759
1
Parent(s):
7807e8e
Update README.md
Browse files
README.md
CHANGED
@@ -117,7 +117,7 @@ The data fields are the same among all splits.
|
|
117 |
The dataset is comprised of four data splits.
|
118 |
|
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
|
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 |
|
|
|
117 |
The dataset is comprised of four data splits.
|
118 |
|
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 |
|