diff --git a/egs/librispeech/WSASR/README.md b/egs/librispeech/WSASR/README.md index d69cec729..1b46dd2f1 100644 --- a/egs/librispeech/WSASR/README.md +++ b/egs/librispeech/WSASR/README.md @@ -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} +} +```