ASCLJun 27, 2024

Applying LLMs for Rescoring N-best ASR Hypotheses of Casual Conversations: Effects of Domain Adaptation and Context Carry-over

arXiv:2406.18972v16 citations
Originality Incremental advance
AI Analysis

This addresses improving ASR accuracy for casual conversations, which is incremental as it applies existing LLM methods to a specific domain.

The study tackled the problem of rescoring ASR hypotheses for casual conversations using LLMs, finding that Llama2 outperformed a domain-adapted Transformer-LM without adaptation, especially with long contexts, and domain adaptation reduced the context length needed for best performance, lowering computational costs.

Large language models (LLMs) have been successfully applied for rescoring automatic speech recognition (ASR) hypotheses. However, their ability to rescore ASR hypotheses of casual conversations has not been sufficiently explored. In this study, we reveal it by performing N-best ASR hypotheses rescoring using Llama2 on the CHiME-7 distant ASR (DASR) task. Llama2 is one of the most representative LLMs, and the CHiME-7 DASR task provides datasets of casual conversations between multiple participants. We investigate the effects of domain adaptation of the LLM and context carry-over when performing N-best rescoring. Experimental results show that, even without domain adaptation, Llama2 outperforms a standard-size domain-adapted Transformer-LM, especially when using a long context. Domain adaptation shortens the context length needed with Llama2 to achieve its best performance, i.e., it reduces the computational cost of Llama2.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes