Adding train csv file
Browse files
train.csv
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,choices,question
|
| 2 |
+
0,"[{'text': '5', 'score': 'True'}, {'text': '4', 'score': 'False'}, {'text': '6', 'score': 'False'}]",What is 2 + 3?
|
| 3 |
+
1,"[{'text': '3', 'score': 'True'}, {'text': '4', 'score': 'False'}, {'text': '2', 'score': 'False'}]",What is 6 - 3?
|
| 4 |
+
2,"[{'text': '2', 'score': 'True'}, {'text': '3', 'score': 'False'}, {'text': '1', 'score': 'False'}]",What is 4 - 2?
|
| 5 |
+
3,"[{'text': '5', 'score': 'False'}, {'text': '2', 'score': 'False'}, {'text': '4', 'score': 'True'}]",What is 8 - 4?
|
| 6 |
+
4,"[{'text': '7', 'score': 'True'}, {'text': '6', 'score': 'False'}, {'text': '5', 'score': 'False'}]",What is 3 + 4?
|
| 7 |
+
5,"[{'text': '5', 'score': 'True'}, {'text': '3', 'score': 'False'}, {'text': '6', 'score': 'False'}]",What is 4 + 1?
|
| 8 |
+
6,"[{'text': '4', 'score': 'False'}, {'text': '3', 'score': 'False'}, {'text': '4', 'score': 'True'}]",What is 5 - 1?
|
| 9 |
+
7,"[{'text': '6', 'score': 'True'}, {'text': '5', 'score': 'False'}, {'text': '7', 'score': 'False'}]",What is 7 - 1?
|