Automatic Speech Recognition
ESPnet
multilingual
audio
speech-translation
language-identification
pyf98 commited on
Commit
004735e
·
verified ·
1 Parent(s): 369dc59

Update README.md

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