-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add a new task HaeRae-Bench #1445
Add a new task HaeRae-Bench #1445
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 PR! If you run the pre-commit and sign the CLA, we can merge this.
I only modified the readme.md file by applying pre-commit, and I don't know why the unit test suddenly failed. I'll check if I changed something unintentionally. |
The test results for the linter part also don't seem to be an error for the part being added in this commit. |
Yep, #1425 should fix test failures, no worries! Thank you! |
@haileyschoelkopf Thank you! |
* haerae_reimplementation * edited Readme and add few_shot settings * edited readme * newlines at end of each files * Modifying the README file * applied pre-commit
* haerae_reimplementation * edited Readme and add few_shot settings * edited readme * newlines at end of each files * Modifying the README file * applied pre-commit
* haerae_reimplementation * edited Readme and add few_shot settings * edited readme * newlines at end of each files * Modifying the README file * applied pre-commit
This is a re-implementation of the HaeRae-Bench that existed before the big-refactor.
Haerae-Bench is currently being renewed to version 1.1, so we did not implement all the tasks, but only the five tasks listed in the paper.
We'll make additional updates to reflect modifications to the benchmark dataset in the future.
Thank you