pyf98 commited on
Commit
aae726c
·
verified ·
1 Parent(s): e2f4e38

Update README.md

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