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

Allow for more summary-specific fields than just "summary" #21

Closed danieldeutsch closed 4 years ago

danieldeutsch commented 4 years ago

Currently, the only summary-specific field allowed is the summary itself (via key "summary"). We should change the Metric interface to list the summary fields and context fields required by the model.

This change is required to implement #20