Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -56,11 +56,11 @@ The data includes information about the page paths we crawled and some text that
|
|
56 |
|
57 |
Data fields include:
|
58 |
|
59 |
-
- id: id of an
|
60 |
-
- question:
|
61 |
-
- explanation:
|
62 |
-
- choices:
|
63 |
-
- answer:
|
64 |
|
65 |
## Dataset Creation
|
66 |
|
|
|
56 |
|
57 |
Data fields include:
|
58 |
|
59 |
+
- id: id of an question instance.
|
60 |
+
- question: Multiple choice question text
|
61 |
+
- explanation: explanation for how to find the answer to the question
|
62 |
+
- choices: 4 choices A, B, C, D for the question.
|
63 |
+
- answer: one of 4 choices, the final answer.
|
64 |
|
65 |
## Dataset Creation
|
66 |
|