danieldeutsch / sacrerouge

SacreROUGE is a library dedicated to the use and development of text generation evaluation metrics with an emphasis on summarization.
Apache License 2.0
134 stars 11 forks source link

Add `--disable-peer-jackknifing` option to `score` command #34

Closed danieldeutsch closed 4 years ago

danieldeutsch commented 4 years ago

Sometimes jackknifing is unnecessary if only peers need to be compared, and jackknifing can significantly increase the processing time. We should add a --disable-peer-jackknifing to the score command to bypass this extra computation.