diff --git a/prompts/game24.py b/prompts/game24.py index 71cd374..7177f55 100644 --- a/prompts/game24.py +++ b/prompts/game24.py @@ -13,7 +13,7 @@ Answer: 5 + 5 + 5 + 9 = 24 Input: {input} ''' -# 5-shot +# 5-shot + cot cot_prompt = '''Use numbers and basic arithmetic operations (+ - * /) to obtain 24. Each step, you are only allowed to choose two of the remaining numbers to obtain a new number. Input: 4 4 6 8 Steps: @@ -131,4 +131,4 @@ Judge: impossible Input: {input} Answer: {answer} -Judge:''' \ No newline at end of file +Judge:'''