Closed kent930 closed 4 years ago
Hello, I would like to know what script did you use to evaluate LEAD and Oracle ROUGE score?
Thank you.
@kent930 Could you please kindly share you updated script.
Here is the updated script: https://pastebin.com/E20G4qyc
Hello,
When I compute the Rouge scores for the CNN/DailyMail dataset, using the pre-processed data downloaded through this repository I get different results from these in the paper. Especially for the RougeL metric.
Do you have an idea why I have such a difference? Thank you
Edit: Just find the mistake. Pyrouge requires to write summaries with one sentence per line, not all the summary on one line. Doing this fixes the RougeL mistmatch.