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

New Problem: Calculate Rouge Score(NLP) #179

Open
rittik9 opened this issue Nov 17, 2024 · 1 comment
Open

New Problem: Calculate Rouge Score(NLP) #179

rittik9 opened this issue Nov 17, 2024 · 1 comment
Assignees

Comments

@rittik9
Copy link
Contributor

rittik9 commented Nov 17, 2024

The ROUGE (Recall-Oriented Understudy for Gisting Evaluation) score is a metric used to evaluate the quality of machine-generated text, such as summaries and translations. It compares the machine-generated text to a reference or set of references, which are typically human-produced.
ROUGE scores range from 0 to 1, with higher scores indicating greater similarity between the machine-generated text and the reference. A score close to zero indicates poor similarity, while a score close to one indicates strong similarity.

@moe18
Copy link
Collaborator

moe18 commented Nov 18, 2024

All yours

@rittik9 rittik9 changed the title New Problem: Calculate Rogue Score(NLP) New Problem: Calculate Rouge Score(NLP) Nov 24, 2024
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

No branches or pull requests

2 participants