Tristan Thrush commited on
Commit
c4ed325
1 Parent(s): 247a186

Create new file

Browse files
Files changed (1) hide show
  1. 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}