You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"direct": "Answer the following math problem. Put your final answer in \\boxed{{}}. For example, if your final answer is 5, write \\boxed{{5}}.\n\nProblem: {question}",
"cot": "Solve the following math problem step by step. Give your chain of thought. Wrap your final answer in \\boxed{{}}. For example, if your final answer is 5, write \\boxed{{5}}.\n\nProblem: {question}",
"pot": "Solve the following math problem by writing a Python program.\n\nProblem: {question}\n\nMake sure to print your answer. Wrap your final Python code in <python>...</python> tags.\n\nFor example,\n\n<python>\napple_count = 5\ncost_per_apple = 3\n\nprint(apple_count * cost_per_apple)\n</python>",
"sc": "Solve the following math problem step by step. Give your chain of thought. Wrap your final answer in \\boxed{{}}. For example, if your final answer is 5, write \\boxed{{5}}.\n\nProblem: {question}"