Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -761,7 +761,7 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
|
|
761 |
The second, called SymPy Verification, will only provide the final answer.
|
762 |
|
763 |
If the SymPy Verification answer is consistent with the final answer Original solution,
|
764 |
-
then please say that
|
765 |
Note that you may use numerical analysis to check whether the two answers are consistent,
|
766 |
and it may be the case that the two answers evaluate to the same expression or number.
|
767 |
|
@@ -772,7 +772,7 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
|
|
772 |
to end, including all parts that were correct and the corrections for any incorrect parts.
|
773 |
Do not refer to the original solution or say things like "the rest remains the same" - write
|
774 |
out everything in full.
|
775 |
-
4. Start with "SYMPY_CORRECT:
|
776 |
|
777 |
Original solution:
|
778 |
{initial_response}
|
|
|
761 |
The second, called SymPy Verification, will only provide the final answer.
|
762 |
|
763 |
If the SymPy Verification answer is consistent with the final answer Original solution,
|
764 |
+
then please write "SYMPY_CORRECT: True" on its own line and say that the answers are consistent and briefly explain why.
|
765 |
Note that you may use numerical analysis to check whether the two answers are consistent,
|
766 |
and it may be the case that the two answers evaluate to the same expression or number.
|
767 |
|
|
|
772 |
to end, including all parts that were correct and the corrections for any incorrect parts.
|
773 |
Do not refer to the original solution or say things like "the rest remains the same" - write
|
774 |
out everything in full.
|
775 |
+
4. Start with "SYMPY_CORRECT: False" on its own line.
|
776 |
|
777 |
Original solution:
|
778 |
{initial_response}
|