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

Support for Multiple References? #17

Open
ethanjperez opened this issue Aug 14, 2018 · 6 comments
Open

Support for Multiple References? #17

ethanjperez opened this issue Aug 14, 2018 · 6 comments

Comments

@ethanjperez
Copy link

Thank you for making this package - it will really make using ROUGE easier! Does the package currently support evaluating with multiple references? I didn't find an example in the repo, and looking through the code, I didn't find implementation for this feature (though I may have missed something).

@pltrdy
Copy link
Owner

pltrdy commented Aug 14, 2018

This feature is not (yet?) implemented.

Contributions on this are welcome!

@damnko
Copy link

damnko commented Jan 23, 2020

Hi, that would be an interesting feature!
Do you know how to currently deal with multiple references? Is that simply the average ROUGE score between the candidate and each of the single references?
Thanks!

@pltrdy
Copy link
Owner

pltrdy commented Jan 23, 2020

@damnko Hi damnko, unfortunately I've no plan of implementing it myself in the short term. Again, contributions are welcome.

I never used it myself, but I know the original ROUGE (aka. ROUGE-1.5.5) handles multiple references by either averaging scores accross references (default) or using the best score. It's controlled by the -f flag, see https://github.com/pltrdy/files2rouge/blob/master/files2rouge/RELEASE-1.5.5/README.txt#L122

@damnko
Copy link

damnko commented Jan 23, 2020

Thanks a lot @pltrdy for your prompt reply! I will look more into it.

@SecNotice
Copy link

Thanks a lot @pltrdy for your prompt reply! I will look more into it.

Good afternoon! Do you already have a prototype? Can I offer you some help?

@pltrdy
Copy link
Owner

pltrdy commented May 18, 2022

Feel free to open a PR, I would be able to review it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants