Spaces:
Sleeping
Sleeping
Lakoc
commited on
Commit
·
d8b0b49
1
Parent(s):
643ae12
README bibtex update
Browse files
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{
|
196 |
-
|
197 |
-
|
198 |
-
|
|
|
|
|
|
|
|
|
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 |
"""
|