Automatic Speech Recognition
ESPnet
multilingual
audio
speech-translation
language-identification
pyf98 commited on
Commit
3719821
·
verified ·
1 Parent(s): 7c2420b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -152,4 +152,56 @@ utt4 AND CONCENTRATE ON PROPERTY MANAGEMENT
152
 
153
  segments = aligner(speech, text)
154
  print(segments)
155
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
 
153
  segments = aligner(speech, text)
154
  print(segments)
155
+ ```
156
+
157
+ ## Citations
158
+
159
+ #### OWSM-CTC
160
+
161
+ ```BibTex
162
+ @inproceedings{owsm-ctc,
163
+ title = "{OWSM}-{CTC}: An Open Encoder-Only Speech Foundation Model for Speech Recognition, Translation, and Language Identification",
164
+ author = "Peng, Yifan and
165
+ Sudo, Yui and
166
+ Shakeel, Muhammad and
167
+ Watanabe, Shinji",
168
+ booktitle = "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)",
169
+ year = "2024",
170
+ month= {8},
171
+ url = "https://aclanthology.org/2024.acl-long.549",
172
+ }
173
+ ```
174
+
175
+ #### OWSM v3.1 and v3.2
176
+
177
+ ```BibTex
178
+ @inproceedings{owsm-v32,
179
+ title={On the Effects of Heterogeneous Data Sources on Speech-to-Text Foundation Models},
180
+ author={Jinchuan Tian and Yifan Peng and William Chen and Kwanghee Choi and Karen Livescu and Shinji Watanabe},
181
+ booktitle={Proceedings of the Annual Conference of the International Speech Communication Association (INTERSPEECH)},
182
+ year={2024},
183
+ month={9},
184
+ pdf="https://arxiv.org/pdf/2406.09282"
185
+ }
186
+ @inproceedings{owsm-v31,
187
+ title={{OWSM v3.1: Better and Faster Open Whisper-Style Speech Models based on E-Branchformer}},
188
+ author={Yifan Peng and Jinchuan Tian and William Chen and Siddhant Arora and Brian Yan and Yui Sudo and Muhammad Shakeel and Kwanghee Choi and Jiatong Shi and Xuankai Chang and Jee-weon Jung and Shinji Watanabe},
189
+ booktitle={Proceedings of the Annual Conference of the International Speech Communication Association (INTERSPEECH)},
190
+ year={2024},
191
+ month={9},
192
+ pdf="https://arxiv.org/pdf/2401.16658",
193
+ }
194
+ ```
195
+
196
+ #### Initial OWSM (v1, v2, v3)
197
+
198
+ ```BibTex
199
+ @inproceedings{owsm,
200
+ title={Reproducing Whisper-Style Training Using An Open-Source Toolkit And Publicly Available Data},
201
+ author={Yifan Peng and Jinchuan Tian and Brian Yan and Dan Berrebbi and Xuankai Chang and Xinjian Li and Jiatong Shi and Siddhant Arora and William Chen and Roshan Sharma and Wangyou Zhang and Yui Sudo and Muhammad Shakeel and Jee-weon Jung and Soumi Maiti and Shinji Watanabe},
202
+ booktitle={Proceedings of the IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)},
203
+ year={2023},
204
+ month={12},
205
+ pdf="https://arxiv.org/pdf/2309.13876",
206
+ }
207
+ ```