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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -1061,17 +1061,11 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
1061
 
1062
  If equivalence CANNOT be proven:
1063
  - Write "SYMPY_CONFIRMED: False" on its own line
1064
- - Explain why equivalence cannot be established
1065
- - Write "Here is the revised complete solution:" and then write out an ENTIRE corrected solution from beginning
1066
- to end, including all parts that were correct and the corrections for any incorrect parts.
1067
- Do not try to shorten by referring to the previous solution or say things like "the rest remains the same" - write
1068
- out everything in full.
1069
-
1070
- If the two answers are inconsistent with each other then please:
1071
- 1. Identify which solution is correct
1072
- 2. Explain the error in the incorrect solution
1073
- 3. Write "Here is the revised complete solution:"
1074
- 4. Start with "SYMPY_CONFIRMED: False" on its own line.
1075
 
1076
  If verification is INCONCLUSIVE:
1077
  - Write "SYMPY_CONFIRMED: Inconclusive" on its own line
 
1061
 
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