We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The grader used in math evaluation (PAL-MATH) cannot pass the _test_math_equal(). All three samples returned False.
_test_math_equal()
The text was updated successfully, but these errors were encountered:
Solved, it's due to missing installation of a package that supports parse_latex. BTW, it seems that the latex parser and the expression parser could yield different evaluation results (https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/Evaluation/PAL-Math/utils/grader.py#L102). It would be more accurate to grade the solution as correct as long as it passes through one test.
parse_latex
Sorry, something went wrong.
No branches or pull requests
The grader used in math evaluation (PAL-MATH) cannot pass the
_test_math_equal()
. All three samples returned False.The text was updated successfully, but these errors were encountered: