Roshan Sharma commited on
Commit
149fb4a
1 Parent(s): 257f991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -36,8 +36,9 @@ cd egs2/how2/sum1
36
  - Commit date: `Mon Feb 7 09:06:12 2022 -0500`
37
 
38
  ## asr_raw_ft_sum
39
- |dataset|ROUGE-1|ROUGE-2|ROUGE-L|METEOR|BERTScore|
40
- |---|---|---|---|---|---|
 
41
 
42
  ## ASR config
43
 
@@ -1262,7 +1263,18 @@ distributed: true
1262
 
1263
  </details>
1264
 
 
 
 
 
 
 
 
 
 
 
1265
 
 
1266
 
1267
  ### Citing ESPnet
1268
 
@@ -1286,11 +1298,10 @@ or arXiv:
1286
 
1287
  ```bibtex
1288
  @misc{watanabe2018espnet,
1289
- title={ESPnet: End-to-End Speech Processing Toolkit},
1290
  author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
1291
  year={2018},
1292
  eprint={1804.00015},
1293
  archivePrefix={arXiv},
1294
- primaryClass={cs.CL}
1295
- }
1296
  ```
 
36
  - Commit date: `Mon Feb 7 09:06:12 2022 -0500`
37
 
38
  ## asr_raw_ft_sum
39
+ |dataset|Snt|Wrd|ROUGE-1|ROUGE-2|ROUGE-L|METEOR|BERTScore|
40
+ |---|---|---|---|---|---|---|---|
41
+ |decode_sum_asr_model_valid.acc.best/dev5_test_sum|2127|69795|60.72|44.7|56.1|29.36|91.53|
42
 
43
  ## ASR config
44
 
 
1263
 
1264
  </details>
1265
 
1266
+ Please cite the following paper if you use this recipe:
1267
+ ```BibTex
1268
+ @misc{sharma2022speech,
1269
+ title={Speech Summarization using Restricted Self-Attention},
1270
+ author={Roshan Sharma and Shruti Palaskar and Alan W Black and Florian Metze},
1271
+ year={2022},
1272
+ eprint={2110.06263},
1273
+ archivePrefix={arXiv},
1274
+ primaryClass={cs.CL}
1275
+ }
1276
 
1277
+ ```
1278
 
1279
  ### Citing ESPnet
1280
 
 
1298
 
1299
  ```bibtex
1300
  @misc{watanabe2018espnet,
1301
+ title##3={ESPnet: End-to-End Speech Processing Toolkit},
1302
  author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
1303
  year={2018},
1304
  eprint={1804.00015},
1305
  archivePrefix={arXiv},
1306
+ primaryClass{cs.CL}
 
1307
  ```