joshuarauh commited on
Commit
1224e3d
·
verified ·
1 Parent(s): be5bcf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1062,10 +1062,10 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
1062
  If equivalence CANNOT be proven:
1063
  - Write "SYMPY_CONFIRMED: False" on its own line
1064
  - Explain why equivalence cannot be established including errors you now detect in the original solution.
1065
- - Write "Here is the revised complete solution:" and then write out an ENTIRE correct solution from beginning
1066
- Do not try to shorten by referring to the previous solution.
1067
- Do not say things like "the rest remains the same".
1068
- Write a complete solution to the question in full.
1069
 
1070
  If verification is INCONCLUSIVE:
1071
  - Write "SYMPY_CONFIRMED: Inconclusive" on its own line
 
1062
  If equivalence CANNOT be proven:
1063
  - Write "SYMPY_CONFIRMED: False" on its own line
1064
  - Explain why equivalence cannot be established including errors you now detect in the original solution.
1065
+ - Write "Here is the revised complete solution:" and then write out an ENTIRE correct solution from beginning to end showing all steps.
1066
+ Do not try to shorten the text by saying that certain steps are the same as in the original solution. Write them out again.
1067
+ Do not try to shorten the text by saying "the rest remains the same". Write it out again.
1068
+ Under "Here is the revised complete solution:" there should be a complete solution to the question in full from beginning to end.
1069
 
1070
  If verification is INCONCLUSIVE:
1071
  - Write "SYMPY_CONFIRMED: Inconclusive" on its own line