-
Notifications
You must be signed in to change notification settings - Fork 412
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
Enable ROUGEScore
to evaluate hypotheses against multiple references.
#667
Comments
I can take a look at this |
I started working on it. The requirements say: "maximum pairwise score is used". Depending on rouge_types - there are Also, should we have an avg. version also (instead of just maximum pairwise)? It can be passed as an argument during init.
|
@stancld I have written the code for |
Hi @ashutoshml, thanks a lot for your effort! O:] I'll have a look tomorrow, but you can run:
in the project directory to run ROUGE test only :] |
Currently, we have
Should we convert it into
? For handling cases where we have list of predictions and list of list of references for that ? |
Hi @ashutoshml, yes I think we may start with something like this. Feel free to open a draft issue once ready and we'll have a proper look :] |
@stancld During testing, we compare our score against the scores given by the |
@stancld Opened a draft pull-request. Kindly check |
🚀 Feature
Enable
ROUGEScore
to evaluate hypotheses against multiple references.Motivation
In the original paper, Lin (2004) proposes the evaluation of a hypothesis against the multiple references, and eventually, the maximum pairwise score is used.
Pitch
Enable
ROUGEScore
to evaluate hypotheses against multiple references as it is the case for other text metrics.Alternatives
Leave it as it is.
Additional context
Ideal for #new-contributors
The text was updated successfully, but these errors were encountered: