FLANEC is an encoder-decoder model based on FLAN-T5, specifically fine-tuned for post-Automatic Speech Recognition (ASR) error correction, also known as Generative Speech Error Correction (GenSEC). The model utilizes n-best hypotheses from ASR systems to enhance the accuracy and grammaticality of final transcriptions by generating a single corrected output. FLANEC models are trained on diverse subsets of the
HyPoradise dataset, leveraging multiple ASR domains to provide robust, scalable error correction across different types of audio data.
FLANEC was developed for the
GenSEC Task 1 challenge at SLT 2024 -
Challenge website.
FLANEC is designed for the task of Generative Speech Error Correction (GenSEC). The model is suitable for post-processing ASR outputs to correct grammatical and linguistic errors. The model supports the English language.
FLANEC is trained on the
HyPoradise dataset, which contains data from eight ASR domains:
For more details, see the
HyPoradise paper.
The model has been fine-tuned using both full fine-tuning and LoRA (Low-Rank Adaptation) methods. Fine-tuning was performed on multiple model scales, ranging from 250M to 3B parameters. Both single-dataset (SD) and cumulative dataset (CD) training approaches were employed to assess model performance across different ASR domains.
For more information on the training strategy, refer to the SLT 2024 paper.
1@article{quatra_2024_flanec:,
2 author = {Moreno La Quatra and Valerio Mario Salerno and Yu Tsao and Sabato Marco Siniscalchi},
3 title = {FlanEC: Exploring Flan-T5 for Post-ASR Error Correction},
4 journal = {2024 IEEE Spoken Language Technology Workshop (SLT)},
5 year = {2024},
6 doi = {10.1109/slt61566.2024.10832257},
7 url = {https://doi.org/10.1109/slt61566.2024.10832257}
8}