-
Notifications
You must be signed in to change notification settings - Fork 265
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
CharCut: another character-based MT evaluation metric #290
Conversation
The documentation is not available anymore as the PR was closed or merged. |
@lvwerra I fixed the doctest, and also updated the underlying charcut library so that we do not get annoying outputs printed to stdout anymore. |
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.
Just a few minor things, then it's good to go 🚀
Co-authored-by: Leandro von Werra <lvwerra@users.noreply.github.com>
Co-authored-by: Leandro von Werra <lvwerra@users.noreply.github.com>
Could you also merge |
@lvwerra So I had a look to convert this to a multi-reference format, but I am not sure how to handle this. CharCUT is calculated on the document-level. So I do not think it is feasible to add multiple references here. |
Ok, then let's leave it as is. |
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.
Looks good, you could also delete the tests here.
Done! |
Similar to CharacTER, CharCut implements a character-based evaluation metric. First proposed in CHARCUT: Human-Targeted Character-Based MT Evaluation with Loose Differences.
Specifically, this implementation uses the repackaged version of the original for usability reasons.