pyf98 commited on
Commit
cabc00e
·
verified ·
1 Parent(s): 2268286

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -87,3 +87,56 @@ Specifically, it supports the following speech-to-text tasks:
87
  url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
88
  }
89
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
88
  }
89
  ```
90
+
91
+
92
+ ## Citations
93
+
94
+ #### OWSM-CTC
95
+
96
+ ```BibTex
97
+ @inproceedings{owsm-ctc,
98
+ title = "{OWSM}-{CTC}: An Open Encoder-Only Speech Foundation Model for Speech Recognition, Translation, and Language Identification",
99
+ author = "Peng, Yifan and
100
+ Sudo, Yui and
101
+ Shakeel, Muhammad and
102
+ Watanabe, Shinji",
103
+ booktitle = "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)",
104
+ year = "2024",
105
+ month= {8},
106
+ url = "https://aclanthology.org/2024.acl-long.549",
107
+ }
108
+ ```
109
+
110
+ #### OWSM v3.1 and v3.2
111
+
112
+ ```BibTex
113
+ @inproceedings{owsm-v32,
114
+ title={On the Effects of Heterogeneous Data Sources on Speech-to-Text Foundation Models},
115
+ author={Jinchuan Tian and Yifan Peng and William Chen and Kwanghee Choi and Karen Livescu and Shinji Watanabe},
116
+ booktitle={Proceedings of the Annual Conference of the International Speech Communication Association (INTERSPEECH)},
117
+ year={2024},
118
+ month={9},
119
+ pdf="https://arxiv.org/pdf/2406.09282"
120
+ }
121
+ @inproceedings{owsm-v31,
122
+ title={{OWSM v3.1: Better and Faster Open Whisper-Style Speech Models based on E-Branchformer}},
123
+ 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},
124
+ booktitle={Proceedings of the Annual Conference of the International Speech Communication Association (INTERSPEECH)},
125
+ year={2024},
126
+ month={9},
127
+ pdf="https://arxiv.org/pdf/2401.16658",
128
+ }
129
+ ```
130
+
131
+ #### Initial OWSM (v1, v2, v3)
132
+
133
+ ```BibTex
134
+ @inproceedings{owsm,
135
+ title={Reproducing Whisper-Style Training Using An Open-Source Toolkit And Publicly Available Data},
136
+ 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},
137
+ booktitle={Proceedings of the IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)},
138
+ year={2023},
139
+ month={12},
140
+ pdf="https://arxiv.org/pdf/2309.13876",
141
+ }
142
+ ```