mathcompose / tests /fixtures /prm800k_sample.jsonl
42e's picture
Upload folder using huggingface_hub
014b14c verified
Raw
History Blame Contribute Delete
1.41 kB
{"question": {"problem": "What is 2 + 2?", "ground_truth_answer": "4"}, "label": {"steps": [{"completions": [{"text": "We add 2 and 2.", "rating": 1}], "chosen_completion": 0, "human_completion": null}, {"completions": [{"text": "2 + 2 = 5.", "rating": -1}], "chosen_completion": 0, "human_completion": null}], "finish_reason": "found_error"}}
{"question": {"problem": "What is 3 times 3?", "ground_truth_answer": "9"}, "label": {"steps": [{"completions": [{"text": "Multiply 3 by 3.", "rating": 1}], "chosen_completion": 0, "human_completion": null}, {"completions": [{"text": "3 * 3 = 9.", "rating": 1}], "chosen_completion": 0, "human_completion": null}], "finish_reason": "solution"}}
{"question": {"problem": "Find the derivative of x^2.", "ground_truth_answer": "2x"}, "label": {"steps": [{"completions": [{"text": "Apply the power rule.", "rating": 1}], "chosen_completion": 0, "human_completion": null}, {"completions": [{"text": "d/dx x^2 = x.", "rating": -1}], "chosen_completion": 0, "human_completion": null}], "finish_reason": "found_error"}}
{"question": {"problem": "What is 10 divided by 2?", "ground_truth_answer": "5"}, "label": {"steps": [{"completions": [{"text": "Divide 10 by 2.", "rating": 1}], "chosen_completion": 0, "human_completion": null}, {"completions": [{"text": "10 / 2 = 5.", "rating": 1}], "chosen_completion": 0, "human_completion": null}], "finish_reason": "solution"}}