Lakoc commited on
Commit
d8b0b49
·
1 Parent(s): 643ae12

README bibtex update

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -192,10 +192,14 @@ with demo:
192
  If you use DeCRED in your research, please cite the following paper:
193
 
194
  ```bibtex
195
- @misc{polok_2024_decred,
196
- title={Improving Automatic Speech Recognition with Decoder-Centric Regularization in Encoder-Decoder Models},
197
- author={Alexander Polok, Santosh Kesiraju, Karel Beneš, Lukáš Burget, Jan Černocký},
198
- year={2024},
 
 
 
 
199
  }
200
  ```
201
  """
 
192
  If you use DeCRED in your research, please cite the following paper:
193
 
194
  ```bibtex
195
+ @misc{polok2024improvingautomaticspeechrecognition,
196
+ title={Improving Automatic Speech Recognition with Decoder-Centric Regularisation in Encoder-Decoder Models},
197
+ author={Alexander Polok and Santosh Kesiraju and Karel Beneš and Lukáš Burget and Jan Černocký},
198
+ year={2024},
199
+ eprint={2410.17437},
200
+ archivePrefix={arXiv},
201
+ primaryClass={eess.AS},
202
+ url={https://arxiv.org/abs/2410.17437},
203
  }
204
  ```
205
  """