khanhld commited on
Commit
3ec16be
·
verified ·
1 Parent(s): ed50050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -76,8 +76,8 @@ img {
76
  display: inline;
77
  }
78
  </style>
79
- [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/chunkformer-masked-chunking-conformer-for/speech-recognition-on-common-voice-vi)](https://paperswithcode.com/sota/speech-recognition-on-common-voice-vi?p=chunkformer-masked-chunking-conformer-for)
80
- [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/chunkformer-masked-chunking-conformer-for/speech-recognition-on-vivos)](https://paperswithcode.com/sota/speech-recognition-on-vivos?p=chunkformer-masked-chunking-conformer-for)
81
 
82
  [![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
83
  [![GitHub](https://img.shields.io/badge/GitHub-ChunkFormer-blue)](https://github.com/khanld/chunkformer)
@@ -176,11 +176,16 @@ Example Output:
176
  If you use this work in your research, please cite:
177
 
178
  ```bibtex
179
- @inproceedings{chunkformer,
180
- title={ChunkFormer: Masked Chunking Conformer For Long-Form Speech Transcription},
181
- author={Khanh Le, Tuan Vu Ho, Dung Tran and Duc Thanh Chau},
182
- booktitle={ICASSP},
183
- year={2025}
 
 
 
 
 
184
  }
185
  ```
186
 
 
76
  display: inline;
77
  }
78
  </style>
79
+ [![Ranked #1: Speech Recognition on Common Voice Vi](https://img.shields.io/badge/Ranked%20%231%3A%20Speech%20Recognition%20on%20Common%20Voice%20Vi-%F0%9F%8F%86%20SOTA-blueviolet?style=for-the-badge&logo=paperswithcode&logoColor=white)](https://paperswithcode.com/sota/speech-recognition-on-common-voice-vietnamese)
80
+ [![Ranked #1: Speech Recognition on VIVOS](https://img.shields.io/badge/Ranked%20%231%3A%20Speech%20Recognition%20on%20VIVOS-%F0%9F%8F%86%20SOTA-blueviolet?style=for-the-badge&logo=paperswithcode&logoColor=white)](https://paperswithcode.com/sota/speech-recognition-on-vivos)
81
 
82
  [![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
83
  [![GitHub](https://img.shields.io/badge/GitHub-ChunkFormer-blue)](https://github.com/khanld/chunkformer)
 
176
  If you use this work in your research, please cite:
177
 
178
  ```bibtex
179
+ @INPROCEEDINGS{10888640,
180
+ author={Le, Khanh and Ho, Tuan Vu and Tran, Dung and Chau, Duc Thanh},
181
+ booktitle={ICASSP 2025 - 2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
182
+ title={ChunkFormer: Masked Chunking Conformer For Long-Form Speech Transcription},
183
+ year={2025},
184
+ volume={},
185
+ number={},
186
+ pages={1-5},
187
+ keywords={Scalability;Memory management;Graphics processing units;Signal processing;Performance gain;Hardware;Resource management;Speech processing;Standards;Context modeling;chunkformer;masked batch;long-form transcription},
188
+ doi={10.1109/ICASSP49660.2025.10888640}}
189
  }
190
  ```
191