Skip to content

fix(scoring): fold Unicode Greek letters to the same tokens as LaTeX - #502

Open
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/498-greek-unicode
Open

fix(scoring): fold Unicode Greek letters to the same tokens as LaTeX#502
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/498-greek-unicode

Conversation

@marktech0813

Copy link
Copy Markdown
Contributor

Summary

  • Fold common Greek LaTeX + Unicode glyphs to shared ascii tokens (like pi).
  • CI helpers included.

Fixes #498

Test plan

  • pytest tests/test_reward_greek_unicode.py
  • CI green

Made with Cursor

θ/α/φ and \theta/\alpha/\phi must normalize alike (pi already did); otherwise
symbolic answers are false negatives (James-CUDA#498).

Co-authored-by: Cursor <cursoragent@cursor.com>
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

Successfully merging this pull request may close these issues.

[bug] MATH grader: Unicode Greek letters never equal LaTeX \\theta/\\alpha/\\phi

1 participant