-
Notifications
You must be signed in to change notification settings - Fork 120
fix: fix a answer parsing bug in MMLU-Pro. #598
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix. do you mind writing a unit test for this?
Done. |
05477ec
to
4d1aa1f
Compare
@yuki-666 comments addressed, PTAL again. |
Signed-off-by: Xuehan <xxman@google.com>
4d1aa1f
to
db3bc3e
Compare
Thanks @xxman-google ! Approved. @parthchadha @terrykong Can you take a review and enqueue it if it looks good to you? |
@yuki-666 do you know why this PR cannot be merged? |
I have added this PR to merge queue. |
Terry added it but the bot removed it due to some failed status. |
Oh, CI failed due to https://github.com/NVIDIA-NeMo/RL/actions/runs/16128642365/job/45512107088. Looks like an intermittent issue not related to your PR. |
Signed-off-by: Xuehan <xxman@google.com> Signed-off-by: Jialei Chen <jialeic@google.com>
Signed-off-by: Xuehan <xxman@google.com>
Signed-off-by: Xuehan <xxman@google.com>
What does this PR do ?
Fix a bug in answer parsing in MMLU-Pro
The previous answer parsing function is designed for MMLU where only 4 options are available. In MMLU-Pro, there are ten options.
Issues
N/A
Usage
Before your PR is "Ready for review"
Pre checks:
Additional Information
N/A