Update README.md

This commit is contained in:
Dongji Gao 2023-09-18 16:07:33 -04:00 committed by GitHub
parent 9916c667b3
commit bffc421c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,3 +129,13 @@ python conformer_ctc2/decode.py \
--lang-dir "${lang_dir}" \
--lm-dir "${lm_dir}"
```
## Citations
```
@article{gao2023bypass,
title={Bypass Temporal Classification: Weakly Supervised Automatic Speech Recognition with Imperfect Transcripts},
author={Gao, Dongji and Wiesner, Matthew and Xu, Hainan and Garcia, Leibny Paola and Povey, Daniel and Khudanpur, Sanjeev},
journal={arXiv preprint arXiv:2306.01031},
year={2023}
}
```