joshuarauh commited on
Commit
113a158
·
verified ·
1 Parent(s): ae38345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -1022,7 +1022,16 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
1022
  If equivalence CANNOT be proven:
1023
  - Write "SYMPY_CORRECT: False" on its own line
1024
  - Explain why equivalence cannot be established
1025
- - Write "Here is the revised complete solution:" and provide a new solution that validates against SymPy
 
 
 
 
 
 
 
 
 
1026
 
1027
  If verification is INCONCLUSIVE:
1028
  - Write "SYMPY_CORRECT: Inconclusive" on its own line
 
1022
  If equivalence CANNOT be proven:
1023
  - Write "SYMPY_CORRECT: False" on its own line
1024
  - Explain why equivalence cannot be established
1025
+ - Write "Here is the revised complete solution:" and then write out an ENTIRE corrected solution from beginning
1026
+ to end, including all parts that were correct and the corrections for any incorrect parts.
1027
+ Do not try to shorten by referring to the previous solution or say things like "the rest remains the same" - write
1028
+ out everything in full.
1029
+
1030
+ If the two answers are inconsistent with each other then please:
1031
+ 1. Identify which solution is correct
1032
+ 2. Explain the error in the incorrect solution
1033
+ 3. Write "Here is the revised complete solution:"
1034
+ 4. Start with "SYMPY_CORRECT: False" on its own line.
1035
 
1036
  If verification is INCONCLUSIVE:
1037
  - Write "SYMPY_CORRECT: Inconclusive" on its own line