id string | domain string | input_paragraph string | training_sequence list |
|---|---|---|---|
BM_000521 | 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_000522 | 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_000523 | 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_000524 | 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_000525 | 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_000526 | 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_000527 | 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_000528 | 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_000529 | Math | What is 87 - 60? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "87 - 60 = 25"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 87 - 60 = 27"
},
{
"pass_id": 3,
"type": "final_output",
"content": "87 - 60 = 27"
}
] |
BM_000530 | 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_000531 | 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_000532 | Math | What is 33 - 8? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "33 - 8 = 22"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 33 - 8 = 25"
},
{
"pass_id": 3,
"type": "final_output",
"content": "33 - 8 = 25"
}
] |
BM_000533 | 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_000534 | Math | What is 98 - 63? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "98 - 63 = 33"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 98 - 63 = 35"
},
{
"pass_id": 3,
"type": "final_output",
"content": "98 - 63 = 35"
}
] |
BM_000535 | Math | What is 45 - 26? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "45 - 26 = 15"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 45 - 26 = 19"
},
{
"pass_id": 3,
"type": "final_output",
"content": "45 - 26 = 19"
}
] |
BM_000536 | Coding | Write a Ruby 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_000537 | Math | What is 89 * 14? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "89 * 14 = 1254"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 89 * 14 = 1246"
},
{
"pass_id": 3,
"type": "final_output",
"content": "89 * 14 = 1246"
}
] |
BM_000538 | 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_000539 | Coding | Write a Java 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_000540 | 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_000541 | 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_000542 | Math | What is 91 - 37? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "91 - 37 = 53"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 91 - 37 = 54"
},
{
"pass_id": 3,
"type": "final_output",
"content": "91 - 37 = 54"
}
] |
BM_000543 | 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_000544 | Coding | Write a C++ 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_000545 | 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_000546 | 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_000547 | Coding | Write a JavaScript 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_000548 | 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_000549 | 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_000550 | 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_000551 | Coding | Write a Ruby 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_000552 | 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_000553 | Math | What is 53 + 92? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "53 + 92 = 146"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Incorrect, 53 + 92 = 145"
},
{
"pass_id": 3,
"type": "final_output",
"content": "53 + 92 = 145"
}
] |
BM_000554 | Math | What is 55 * 66? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "55 * 66 = 3636"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 55 * 66 = 3630"
},
{
"pass_id": 3,
"type": "final_output",
"content": "55 * 66 = 3630"
}
] |
BM_000555 | Math | What is 96 - 95? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "96 - 95 = -3"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 96 - 95 = 1"
},
{
"pass_id": 3,
"type": "final_output",
"content": "96 - 95 = 1"
}
] |
BM_000556 | 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_000557 | 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_000558 | 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_000559 | 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_000560 | Math | What is 39 * 13? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "39 * 13 = 516"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 39 * 13 = 507"
},
{
"pass_id": 3,
"type": "final_output",
"content": "39 * 13 = 507"
}
] |
BM_000561 | 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_000562 | Math | What is 73 * 30? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "73 * 30 = 2194"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 73 * 30 = 2190"
},
{
"pass_id": 3,
"type": "final_output",
"content": "73 * 30 = 2190"
}
] |
BM_000563 | Math | What is 35 * 52? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "35 * 52 = 1828"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 35 * 52 = 1820"
},
{
"pass_id": 3,
"type": "final_output",
"content": "35 * 52 = 1820"
}
] |
BM_000564 | Math | What is 49 - 30? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "49 - 30 = 18"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 49 - 30 = 19"
},
{
"pass_id": 3,
"type": "final_output",
"content": "49 - 30 = 19"
}
] |
BM_000565 | Math | What is 72 + 70? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "72 + 70 = 145"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Incorrect, 72 + 70 = 142"
},
{
"pass_id": 3,
"type": "final_output",
"content": "72 + 70 = 142"
}
] |
BM_000566 | 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_000567 | 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_000568 | Coding | Write a C++ 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_000569 | 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_000570 | 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_000571 | 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_000572 | 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_000573 | 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_000574 | 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_000575 | Math | What is 21 + 52? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "21 + 52 = 78"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Incorrect, 21 + 52 = 73"
},
{
"pass_id": 3,
"type": "final_output",
"content": "21 + 52 = 73"
}
] |
BM_000576 | 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_000577 | 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_000578 | 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_000579 | 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_000580 | 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_000581 | 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_000582 | 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_000583 | Math | What is 15 * 4? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "15 * 4 = 64"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 15 * 4 = 60"
},
{
"pass_id": 3,
"type": "final_output",
"content": "15 * 4 = 60"
}
] |
BM_000584 | 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_000585 | 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_000586 | Math | What is 80 * 35? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "80 * 35 = 2806"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 80 * 35 = 2800"
},
{
"pass_id": 3,
"type": "final_output",
"content": "80 * 35 = 2800"
}
] |
BM_000587 | 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_000588 | 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_000589 | 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_000590 | 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_000591 | 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_000592 | Math | What is 36 * 88? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "36 * 88 = 3177"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 36 * 88 = 3168"
},
{
"pass_id": 3,
"type": "final_output",
"content": "36 * 88 = 3168"
}
] |
BM_000593 | 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_000594 | 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_000595 | Coding | Write a Java code to print hello world. | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "System.out.println('Hello World'"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Missing closing parenthesis."
},
{
"pass_id": 3,
"type": "final_output",
"content": "System.out.println(\"Hello World\");"
}
] |
BM_000596 | 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_000597 | Coding | Write a JavaScript 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_000598 | 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_000599 | 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_000600 | 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_000601 | Math | What is 38 + 40? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "38 + 40 = 82"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Incorrect, 38 + 40 = 78"
},
{
"pass_id": 3,
"type": "final_output",
"content": "38 + 40 = 78"
}
] |
BM_000602 | 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_000603 | 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_000604 | Coding | Write a C++ 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_000605 | Coding | Write a C++ 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_000606 | 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_000607 | Coding | Write a Ruby 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_000608 | 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_000609 | General | Who wrote Romeo and Juliet? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "Shakespeare."
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Shakespeare."
},
{
"pass_id": 3,
"type": "final_output",
"content": "Shakespeare."
}
] |
BM_000610 | 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_000611 | 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_000612 | Math | What is 5 + 79? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "5 + 79 = 85"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Incorrect, 5 + 79 = 84"
},
{
"pass_id": 3,
"type": "final_output",
"content": "5 + 79 = 84"
}
] |
BM_000613 | Math | What is 84 - 25? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "84 - 25 = 55"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "No, 84 - 25 = 59"
},
{
"pass_id": 3,
"type": "final_output",
"content": "84 - 25 = 59"
}
] |
BM_000614 | 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_000615 | 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_000616 | Coding | Write a Python code to print hello world. | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "print('Hello World'"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Missing closing parenthesis."
},
{
"pass_id": 3,
"type": "final_output",
"content": "print('Hello World')"
}
] |
BM_000617 | 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_000618 | Math | What is 86 * 46? | [
{
"pass_id": 1,
"type": "inner_draft",
"content": "86 * 46 = 3963"
},
{
"pass_id": 2,
"type": "inner_critique",
"content": "Wrong, 86 * 46 = 3956"
},
{
"pass_id": 3,
"type": "final_output",
"content": "86 * 46 = 3956"
}
] |
BM_000619 | Coding | Write a JavaScript 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_000620 | 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."
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.