Skip to content

fix(scoring): treat ideographic , as a thousands separator - #503

Open
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/500-ideographic-comma
Open

fix(scoring): treat ideographic , as a thousands separator#503
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/500-ideographic-comma

Conversation

@marktech0813

Copy link
Copy Markdown
Contributor

Summary

  • Map ideographic/fullwidth (U+FF0C) to ASCII , in extract + normalize.
  • CI helpers included.

Fixes #500

Test plan

  • pytest tests/test_reward_ideographic_comma.py
  • CI green

Made with Cursor

Fullwidth U+FF0C commas split 1,000 into "000"; fold to ASCII comma so
extract/normalize match gold 1000 (James-CUDA#500).

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: ideographic thousands comma 1,000 extracts as "000" (Chinese fullwidth ,)

1 participant