Skip to content
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

[Feature] Evaluating acc based on minimum edit distance, update SIQA #130

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

gaotongxiao
Copy link
Contributor

Prior to that, the only clue to determine whether the model made a right choice in multiple-choice questions is by strictly matching the leading capital character, which may underestimate the model's performance if the model tends to output the choice content instead of the leading character.

Now the model's choice can be matched to the one which has the minimum edit distance.

Addressing #52

Copy link
Contributor

@yingfhu yingfhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yingfhu yingfhu merged commit c00179d into open-compass:main Aug 1, 2023
1 check passed
@gaotongxiao gaotongxiao deleted the edevaluator branch August 1, 2023 06:42
go-with-me000 pushed a commit to go-with-me000/opencompass that referenced this pull request Oct 9, 2023
…ass#130)

* [Feature] Support evaluating acc based on minimum edit distance, update SIQA

* update
liuyaox pushed a commit to liuyaox/opencompass that referenced this pull request Jun 26, 2024
…pen-compass#130)

* [Feature] Support evaluating acc based on minimum edit distance, update SIQA

* update
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.

2 participants