seq2seq icon indicating copy to clipboard operation
seq2seq copied to clipboard

ROUGE evaluation with multi-sentence summaries

Open falcondai opened this issue 7 years ago • 0 comments

If i understand correctly, the ROUGE functions implemented do support multi-sentence summaries (a summary as a list of strings), i.e., respecting the sentence boundaries when computing n-grams, but the rouge function assumes summaries to be single-sentence (a summary as a string).

I can submit a quick fix on https://github.com/google/seq2seq/blob/master/seq2seq/metrics/rouge.py

falcondai avatar Aug 10 '17 15:08 falcondai