Skip to content

Commit

Permalink
Added ROUGE score evaluation
Browse files Browse the repository at this point in the history
ROUGE is now available as the stopping criterion for tasks such as summarization.
  • Loading branch information
Zarana-Parekh authored and mjpost committed Jun 22, 2018
1 parent a0eebaa commit a4f8698
Show file tree
Hide file tree
Showing 8 changed files with 492 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Note that Sockeye has checks in place to not translate with an old model that wa

Each version section may have have subsections for: _Added_, _Changed_, _Removed_, _Deprecated_, and _Fixed_.


## [1.18.26]
### Added
- ROUGE score evaluation. It can be used as the stopping criterion for tasks such as summarization.

## [1.18.25]
### Changed
- Update requirements to use MKL versions of MXNet for fast CPU operation.
Expand Down Expand Up @@ -490,3 +495,4 @@ sockeye.evaluate now accepts `bleu` and `chrf` as values for `--metrics`
- `--attention-*` CLI params renamed to `--rnn-attention-*`.
- `--transformer-no-positional-encodings` generalized to `--transformer-positional-embedding-type`.


Loading

0 comments on commit a4f8698

Please sign in to comment.