Update README.md
Browse files
README.md
CHANGED
|
@@ -65,17 +65,18 @@ For more information on the training strategy, refer to the SLT 2024 paper.
|
|
| 65 |
|
| 66 |
## Citation
|
| 67 |
|
| 68 |
-
|
|
|
|
| 69 |
|
| 70 |
-
|
| 71 |
|
| 72 |
```bibtex
|
| 73 |
-
@
|
| 74 |
-
author={
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
year={2024},
|
| 78 |
-
|
| 79 |
-
|
| 80 |
}
|
| 81 |
```
|
|
|
|
| 65 |
|
| 66 |
## Citation
|
| 67 |
|
| 68 |
+
- [arXiv version](https://arxiv.org/abs/2501.12979)
|
| 69 |
+
- [IEEEXplore version](https://ieeexplore.ieee.org/document/10832257)
|
| 70 |
|
| 71 |
+
Please use the following citation to reference this work in your research:
|
| 72 |
|
| 73 |
```bibtex
|
| 74 |
+
@article{quatra_2024_flanec:,
|
| 75 |
+
author = {Moreno La Quatra and Valerio Mario Salerno and Yu Tsao and Sabato Marco Siniscalchi},
|
| 76 |
+
title = {FlanEC: Exploring Flan-T5 for Post-ASR Error Correction},
|
| 77 |
+
journal = {2024 IEEE Spoken Language Technology Workshop (SLT)},
|
| 78 |
+
year = {2024},
|
| 79 |
+
doi = {10.1109/slt61566.2024.10832257},
|
| 80 |
+
url = {https://doi.org/10.1109/slt61566.2024.10832257}
|
| 81 |
}
|
| 82 |
```
|