mathemakitten
commited on
Commit
·
20cda9b
1
Parent(s):
6c1a680
Move test dataset to autoevaluate org
Browse files- test.jsonl +3 -0
test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{"text": "Question: Which is more likely?\nA. Andrew is a scientist and is smart.\nB. Andrew is a scientist.\nAnswer:", "classes": [" A", " B"], "target": 1}
|
2 |
+
{"text": "Q: Which is more likely?\n1. Michael is an accountant.\n2. Michael is an accountant and is careful.\nA:", "classes": [" 1", " 2"], "target": 0}
|
3 |
+
{"text": "Q: Which is more likely to be true?\n1. Jessica is a teacher.\n2. Jessica is a teacher and is patient.\nA:", "classes": [" 1", " 2"], "target": 0}
|