RAIR combines a fine-tuned retriever, multi-turn length reflection, and adaptive selection to improve LLM-based Chinese spelling correction in equal-length and variable-length scenarios.
Bridging Speech and Text: Enhancing ASR with Pinyin-to-Character Pre-training in LLMs
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The integration of large language models (LLMs) with pre-trained speech models has opened up new avenues in automatic speech recognition (ASR). While LLMs excel in multimodal understanding tasks, effectively leveraging their capabilities for ASR remains a significant challenge. This paper presents a novel training approach to enhance LLM performance in ASR tasks. We propose pre-training LLMs on Pinyin embedding sequences, which represent pronunciation features, to generate corresponding Chinese characters. This step enables the LLM to adapt to generating text from pronunciation features before encountering real speech data. Furthermore, we fine-tune the LoRA parameters to enhance the LLM's understanding of speech modality information. In AISHELL-1 corpus, our approach yields a 9.5% relative improvement in ASR tasks compared to the baseline without Pinyi-to-Character pre-training. Additionally, incorporating auxiliary text data for Pinyi-to-Character pre-training further boosts performance, achieving a 19.0% relative improvement.
fields
cs.CL 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
RAIR: Retrieval-Augmented Iterative Refinement for Chinese Spelling Correction
RAIR combines a fine-tuned retriever, multi-turn length reflection, and adaptive selection to improve LLM-based Chinese spelling correction in equal-length and variable-length scenarios.