dennlinger / summaries

A toolkit for summarization analysis and aspect-based summarizers
MIT License
11 stars 0 forks source link

Add compression ratio to `Stats` #62

Open dennlinger opened 2 years ago

dennlinger commented 2 years ago

One issue with the current Stats module is that it separately looks at the reference and summary lengths, respectively. We did use compression ratio in Jiahui's module, and depending on the completeness of our analysis, this might make sense to look at here, too.

Especially if plotting distributions!