-
Notifications
You must be signed in to change notification settings - Fork 12
Refactors BB dataset, eva + grading scripts #30
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
|
I can't comment much on the code, but looks good to me. Is the README still a |
|
@jonlaurent README is now updated |
| unsure=unsure, | ||
| partial_match=False, | ||
| llm_match=False, | ||
| ) |
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.
Do we need to update the open_ended_prompt_template to ensure it outputs things that can be evaluated by the exact match grade_range_verifier? A bit scared the LLMs output may be correct but will fail on the grade_verifier method
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.
@ludomitch yes, feel free to suggest changes here
This PR refactors
evaluation moderun_zeroshot_evals.py->generate_zeroshot_evals.py