Skip to content
New issue

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

Problem in Math Evaluation #175

Open
chang-github-00 opened this issue Aug 5, 2024 · 1 comment
Open

Problem in Math Evaluation #175

chang-github-00 opened this issue Aug 5, 2024 · 1 comment

Comments

@chang-github-00
Copy link

The grader used in math evaluation (PAL-MATH) cannot pass the _test_math_equal(). All three samples returned False.

@chang-github-00
Copy link
Author

chang-github-00 commented Aug 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant