Skip to content

Commit 9615326

Browse files
authored
Update README.md
1 parent 4446be4 commit 9615326

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Once all the pretraining models are ready, training a summarizer can be done usi
2424
python train_summary_loop.py --experiment wikinews_test --dataset_file data/wikinews.db
2525
```
2626

27+
## CNN/DM Test Set Model Generation
28+
29+
We provide the 11,490 summaries produces by the Summary Loop models on the test portion of the CNN/Daily Mail dataset.
30+
The release is [available here](https://github.com/CannyLab/summary_loop/releases/tag/0.3). This is intended to facilitate comparison to future work, and analysis work, such as analysis of abstractiveness and factuality.
31+
2732
## Scorer Models
2833

2934
The Coverage and Fluency model and Guardrails scores can be used separately for analysis, evaluation, etc.

0 commit comments

Comments
 (0)