id
string
domain
string
input_paragraph
string
training_sequence
list
BM_000221
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000222
Coding
Write a C++ code to print hello world.
[ { "pass_id": 1, "type": "inner_draft", "content": "cout << 'Hello World'" }, { "pass_id": 2, "type": "inner_critique", "content": "Missing endl or semicolon." }, { "pass_id": 3, "type": "final_output", "content": "cout << \"Hello World\" << endl;" } ]
BM_000223
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000224
Coding
Write a Java code to reverse a string.
[ { "pass_id": 1, "type": "inner_draft", "content": "def reverse_a_string(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For reverse a string, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for reverse a stri...
BM_000225
Math
What is 97 - 31?
[ { "pass_id": 1, "type": "inner_draft", "content": "97 - 31 = 61" }, { "pass_id": 2, "type": "inner_critique", "content": "No, 97 - 31 = 66" }, { "pass_id": 3, "type": "final_output", "content": "97 - 31 = 66" } ]
BM_000226
Creative
Invent a story title.
[ { "pass_id": 1, "type": "inner_draft", "content": "The Adventure." }, { "pass_id": 2, "type": "inner_critique", "content": "Better." }, { "pass_id": 3, "type": "final_output", "content": "Epic Tale." } ]
BM_000227
Math
What is 27 - 2?
[ { "pass_id": 1, "type": "inner_draft", "content": "27 - 2 = 21" }, { "pass_id": 2, "type": "inner_critique", "content": "No, 27 - 2 = 25" }, { "pass_id": 3, "type": "final_output", "content": "27 - 2 = 25" } ]
BM_000228
Logic
If it rains, ground wet. It rained. Is ground wet?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000229
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000230
Math
What is 37 - 13?
[ { "pass_id": 1, "type": "inner_draft", "content": "37 - 13 = 20" }, { "pass_id": 2, "type": "inner_critique", "content": "No, 37 - 13 = 24" }, { "pass_id": 3, "type": "final_output", "content": "37 - 13 = 24" } ]
BM_000231
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000232
Coding
Write a Java code to add two numbers.
[ { "pass_id": 1, "type": "inner_draft", "content": "def add_two_numbers(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For add two numbers, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for add two numbers ...
BM_000233
Coding
Write a Java code to add two numbers.
[ { "pass_id": 1, "type": "inner_draft", "content": "def add_two_numbers(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For add two numbers, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for add two numbers ...
BM_000234
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000235
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000236
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000237
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000238
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000239
Coding
Write a C++ code to calculate factorial.
[ { "pass_id": 1, "type": "inner_draft", "content": "def calculate_factorial(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For calculate factorial, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for calculat...
BM_000240
Coding
Write a Ruby code to add two numbers.
[ { "pass_id": 1, "type": "inner_draft", "content": "def add_two_numbers(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For add two numbers, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for add two numbers ...
BM_000241
Math
What is 91 * 91?
[ { "pass_id": 1, "type": "inner_draft", "content": "91 * 91 = 8285" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 91 * 91 = 8281" }, { "pass_id": 3, "type": "final_output", "content": "91 * 91 = 8281" } ]
BM_000242
Math
What is 64 * 37?
[ { "pass_id": 1, "type": "inner_draft", "content": "64 * 37 = 2374" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 64 * 37 = 2368" }, { "pass_id": 3, "type": "final_output", "content": "64 * 37 = 2368" } ]
BM_000243
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000244
Math
What is 9 + 34?
[ { "pass_id": 1, "type": "inner_draft", "content": "9 + 34 = 46" }, { "pass_id": 2, "type": "inner_critique", "content": "Incorrect, 9 + 34 = 43" }, { "pass_id": 3, "type": "final_output", "content": "9 + 34 = 43" } ]
BM_000245
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000246
Math
What is 37 + 67?
[ { "pass_id": 1, "type": "inner_draft", "content": "37 + 67 = 107" }, { "pass_id": 2, "type": "inner_critique", "content": "Incorrect, 37 + 67 = 104" }, { "pass_id": 3, "type": "final_output", "content": "37 + 67 = 104" } ]
BM_000247
Coding
Write a C++ code to print hello world.
[ { "pass_id": 1, "type": "inner_draft", "content": "cout << 'Hello World'" }, { "pass_id": 2, "type": "inner_critique", "content": "Missing endl or semicolon." }, { "pass_id": 3, "type": "final_output", "content": "cout << \"Hello World\" << endl;" } ]
BM_000248
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000249
Coding
Write a Ruby code to reverse a string.
[ { "pass_id": 1, "type": "inner_draft", "content": "def reverse_a_string(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For reverse a string, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for reverse a stri...
BM_000250
Coding
Write a Python code to reverse a string.
[ { "pass_id": 1, "type": "inner_draft", "content": "def reverse_a_string(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For reverse a string, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for reverse a stri...
BM_000251
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000252
Coding
Write a C++ code to reverse a string.
[ { "pass_id": 1, "type": "inner_draft", "content": "def reverse_a_string(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For reverse a string, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for reverse a stri...
BM_000253
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000254
Logic
If it rains, ground wet. It rained. Is ground wet?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000255
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000256
Math
What is 16 * 16?
[ { "pass_id": 1, "type": "inner_draft", "content": "16 * 16 = 259" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 16 * 16 = 256" }, { "pass_id": 3, "type": "final_output", "content": "16 * 16 = 256" } ]
BM_000257
Creative
Write a haiku.
[ { "pass_id": 1, "type": "inner_draft", "content": "Short poem." }, { "pass_id": 2, "type": "inner_critique", "content": "5-7-5." }, { "pass_id": 3, "type": "final_output", "content": "Haiku here." } ]
BM_000258
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000259
Coding
Write a JavaScript code to add two numbers.
[ { "pass_id": 1, "type": "inner_draft", "content": "def add_two_numbers(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For add two numbers, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for add two numbers ...
BM_000260
Math
What is 100 - 45?
[ { "pass_id": 1, "type": "inner_draft", "content": "100 - 45 = 51" }, { "pass_id": 2, "type": "inner_critique", "content": "No, 100 - 45 = 55" }, { "pass_id": 3, "type": "final_output", "content": "100 - 45 = 55" } ]
BM_000261
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000262
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000263
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000264
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000265
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000266
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000267
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000268
Math
What is 90 + 97?
[ { "pass_id": 1, "type": "inner_draft", "content": "90 + 97 = 188" }, { "pass_id": 2, "type": "inner_critique", "content": "Incorrect, 90 + 97 = 187" }, { "pass_id": 3, "type": "final_output", "content": "90 + 97 = 187" } ]
BM_000269
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000270
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000271
Math
What is 51 - 50?
[ { "pass_id": 1, "type": "inner_draft", "content": "51 - 50 = -1" }, { "pass_id": 2, "type": "inner_critique", "content": "No, 51 - 50 = 1" }, { "pass_id": 3, "type": "final_output", "content": "51 - 50 = 1" } ]
BM_000272
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000273
Coding
Write a Ruby code to add two numbers.
[ { "pass_id": 1, "type": "inner_draft", "content": "def add_two_numbers(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For add two numbers, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for add two numbers ...
BM_000274
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000275
Coding
Write a C++ code to print hello world.
[ { "pass_id": 1, "type": "inner_draft", "content": "cout << 'Hello World'" }, { "pass_id": 2, "type": "inner_critique", "content": "Missing endl or semicolon." }, { "pass_id": 3, "type": "final_output", "content": "cout << \"Hello World\" << endl;" } ]
BM_000276
Logic
If it rains, ground wet. It rained. Is ground wet?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000277
Coding
Write a Python code to calculate factorial.
[ { "pass_id": 1, "type": "inner_draft", "content": "def calculate_factorial(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For calculate factorial, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for calculat...
BM_000278
Logic
If it rains, ground wet. It rained. Is ground wet?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000279
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000280
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000281
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000282
Math
What is 9 * 73?
[ { "pass_id": 1, "type": "inner_draft", "content": "9 * 73 = 660" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 9 * 73 = 657" }, { "pass_id": 3, "type": "final_output", "content": "9 * 73 = 657" } ]
BM_000283
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000284
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000285
Math
What is 22 + 86?
[ { "pass_id": 1, "type": "inner_draft", "content": "22 + 86 = 111" }, { "pass_id": 2, "type": "inner_critique", "content": "Incorrect, 22 + 86 = 108" }, { "pass_id": 3, "type": "final_output", "content": "22 + 86 = 108" } ]
BM_000286
Creative
Write a haiku.
[ { "pass_id": 1, "type": "inner_draft", "content": "Short poem." }, { "pass_id": 2, "type": "inner_critique", "content": "5-7-5." }, { "pass_id": 3, "type": "final_output", "content": "Haiku here." } ]
BM_000287
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000288
Math
What is 73 + 90?
[ { "pass_id": 1, "type": "inner_draft", "content": "73 + 90 = 167" }, { "pass_id": 2, "type": "inner_critique", "content": "Incorrect, 73 + 90 = 163" }, { "pass_id": 3, "type": "final_output", "content": "73 + 90 = 163" } ]
BM_000289
Coding
Write a Python code to add two numbers.
[ { "pass_id": 1, "type": "inner_draft", "content": "def add_two_numbers(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For add two numbers, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for add two numbers ...
BM_000290
Logic
If it rains, ground wet. It rained. Is ground wet?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000291
Logic
If it rains, ground wet. It rained. Is ground wet?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000292
Creative
Write a haiku.
[ { "pass_id": 1, "type": "inner_draft", "content": "Short poem." }, { "pass_id": 2, "type": "inner_critique", "content": "5-7-5." }, { "pass_id": 3, "type": "final_output", "content": "Haiku here." } ]
BM_000293
Coding
Write a JavaScript code to print hello world.
[ { "pass_id": 1, "type": "inner_draft", "content": "console.log('Hello World'" }, { "pass_id": 2, "type": "inner_critique", "content": "Missing closing parenthesis." }, { "pass_id": 3, "type": "final_output", "content": "console.log('Hello World');" } ]
BM_000294
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000295
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000296
Math
What is 64 * 81?
[ { "pass_id": 1, "type": "inner_draft", "content": "64 * 81 = 5194" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 64 * 81 = 5184" }, { "pass_id": 3, "type": "final_output", "content": "64 * 81 = 5184" } ]
BM_000297
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000298
Creative
Invent a story title.
[ { "pass_id": 1, "type": "inner_draft", "content": "The Adventure." }, { "pass_id": 2, "type": "inner_critique", "content": "Better." }, { "pass_id": 3, "type": "final_output", "content": "Epic Tale." } ]
BM_000299
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000300
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000301
Math
What is 65 + 34?
[ { "pass_id": 1, "type": "inner_draft", "content": "65 + 34 = 100" }, { "pass_id": 2, "type": "inner_critique", "content": "Incorrect, 65 + 34 = 99" }, { "pass_id": 3, "type": "final_output", "content": "65 + 34 = 99" } ]
BM_000302
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000303
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000304
Math
What is 39 * 60?
[ { "pass_id": 1, "type": "inner_draft", "content": "39 * 60 = 2345" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 39 * 60 = 2340" }, { "pass_id": 3, "type": "final_output", "content": "39 * 60 = 2340" } ]
BM_000305
Creative
Describe a sunset.
[ { "pass_id": 1, "type": "inner_draft", "content": "Red sky." }, { "pass_id": 2, "type": "inner_critique", "content": "More vivid." }, { "pass_id": 3, "type": "final_output", "content": "Beautiful hues." } ]
BM_000306
Math
What is 81 * 52?
[ { "pass_id": 1, "type": "inner_draft", "content": "81 * 52 = 4213" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 81 * 52 = 4212" }, { "pass_id": 3, "type": "final_output", "content": "81 * 52 = 4212" } ]
BM_000307
Creative
Invent a story title.
[ { "pass_id": 1, "type": "inner_draft", "content": "The Adventure." }, { "pass_id": 2, "type": "inner_critique", "content": "Better." }, { "pass_id": 3, "type": "final_output", "content": "Epic Tale." } ]
BM_000308
Math
What is 30 * 58?
[ { "pass_id": 1, "type": "inner_draft", "content": "30 * 58 = 1743" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 30 * 58 = 1740" }, { "pass_id": 3, "type": "final_output", "content": "30 * 58 = 1740" } ]
BM_000309
Logic
All men are mortal. Socrates is a man. Is Socrates mortal?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000310
Coding
Write a Ruby code to print hello world.
[ { "pass_id": 1, "type": "inner_draft", "content": "puts 'Hello World'" }, { "pass_id": 2, "type": "inner_critique", "content": "Correct." }, { "pass_id": 3, "type": "final_output", "content": "puts 'Hello World'" } ]
BM_000311
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000312
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000313
Coding
Write a C++ code to reverse a string.
[ { "pass_id": 1, "type": "inner_draft", "content": "def reverse_a_string(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For reverse a string, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for reverse a stri...
BM_000314
General
What is the capital of France?
[ { "pass_id": 1, "type": "inner_draft", "content": "Paris." }, { "pass_id": 2, "type": "inner_critique", "content": "Paris." }, { "pass_id": 3, "type": "final_output", "content": "Paris." } ]
BM_000315
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]
BM_000316
General
What is water made of?
[ { "pass_id": 1, "type": "inner_draft", "content": "Hydrogen and oxygen." }, { "pass_id": 2, "type": "inner_critique", "content": "Hydrogen and oxygen." }, { "pass_id": 3, "type": "final_output", "content": "Hydrogen and oxygen." } ]
BM_000317
Math
What is 65 * 3?
[ { "pass_id": 1, "type": "inner_draft", "content": "65 * 3 = 196" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 65 * 3 = 195" }, { "pass_id": 3, "type": "final_output", "content": "65 * 3 = 195" } ]
BM_000318
Math
What is 59 * 9?
[ { "pass_id": 1, "type": "inner_draft", "content": "59 * 9 = 535" }, { "pass_id": 2, "type": "inner_critique", "content": "Wrong, 59 * 9 = 531" }, { "pass_id": 3, "type": "final_output", "content": "59 * 9 = 531" } ]
BM_000319
Coding
Write a Java code to reverse a string.
[ { "pass_id": 1, "type": "inner_draft", "content": "def reverse_a_string(a, b): return a + b" }, { "pass_id": 2, "type": "inner_critique", "content": "For reverse a string, this is approximate." }, { "pass_id": 3, "type": "final_output", "content": "Code for reverse a stri...
BM_000320
Logic
No cats fly. Some animals fly. Are some animals not cats?
[ { "pass_id": 1, "type": "inner_draft", "content": "Yes." }, { "pass_id": 2, "type": "inner_critique", "content": "Yes." }, { "pass_id": 3, "type": "final_output", "content": "Yes." } ]