demo / examples /example_math.json
huangzhii
update
32486dc
raw
history blame
468 Bytes
{
"default_initial_solution": "To solve the equation 3x^2 - 7x + 2 = 0, we use the quadratic formula:\nx = (-b ± √(b^2 - 4ac)) / 2a\na = 3, b = -7, c = 2\nx = (7 ± √((-7)^2 + 4(3)(2))) / 6\nx = (7 ± √73) / 6\nThe solutions are:\nx1 = (7 + √73)\nx2 = (7 - √73)",
"default_loss_system_prompt": "You will evaluate a solution to a math question.\nDo not attempt to solve it yourself, do not give a solution, only identify errors. Be super concise."
}