komats commited on
Commit
c37a475
·
verified ·
1 Parent(s): 2f2b41b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -61,10 +61,11 @@ configs:
61
  | Gigaword | test | 4,000 | 80 | 12.5 | 11.2 | 24.1 |
62
  | DUC2003 | duc2003 | 624 | 80 | 2.1 | 12.2 | 27.5 |
63
 
64
- *CR (compression rate, %) = #words in summary / #words in transcription * 100. Lower is shorter.
65
 
66
  # Notes
67
  - The core set is identical to the first 50k samples of the train split.
 
68
  - The duc2003 split has four reference summaries for each speech. You can report the best score from 4 scores.
69
  - Spoken sentences were generated using VITS [Kim+2021](https://proceedings.mlr.press/v139/kim21f.html) trained with LibriTTS-R [Koizumi+2023](https://www.isca-archive.org/interspeech_2023/koizumi23_interspeech.html).
70
  - More details and some experiments on this dataset can be found [here](https://www.isca-archive.org/interspeech_2024/matsuura24_interspeech.html#).
 
61
  | Gigaword | test | 4,000 | 80 | 12.5 | 11.2 | 24.1 |
62
  | DUC2003 | duc2003 | 624 | 80 | 2.1 | 12.2 | 27.5 |
63
 
64
+ *CR (compression rate, %) = #words in summary / #words in transcription * 100. Lower is shorter summary.
65
 
66
  # Notes
67
  - The core set is identical to the first 50k samples of the train split.
68
+ - You may train your model and report the results only with the core set because the train split is too large. Using the entire train split is generally not recommended unless there are special reasons (e.g., to investigate the upper bound).
69
  - The duc2003 split has four reference summaries for each speech. You can report the best score from 4 scores.
70
  - Spoken sentences were generated using VITS [Kim+2021](https://proceedings.mlr.press/v139/kim21f.html) trained with LibriTTS-R [Koizumi+2023](https://www.isca-archive.org/interspeech_2023/koizumi23_interspeech.html).
71
  - More details and some experiments on this dataset can be found [here](https://www.isca-archive.org/interspeech_2024/matsuura24_interspeech.html#).