paper-with-me

Papers

Error-Aware TF-IDF Retrieval-Augmented Generation for ASR Error Correction

2026-06-19 · Mohammad Aref Jafari-Raddani arxiv

End-to-end automatic speech recognition systems frequently hallucinate rare entities and domain-specific terms, especially in low-resource languages. While retrieval-augmented generation frameworks can mitigate these errors using large language models, current architectures face significant challenges. They either rely on standard sparse retrieval that ignores phonetic misrecognitions or utilize heavyweight cross-modal embeddings that introduce high latency. This letter proposes a highly efficient, purely lexical error-aware framework designed to explicitly resolve phonetic and loop hallucinations. Our approach integrates a symmetric text normalization module with a novel error-aware term frequency-inverse document frequency algorithm. By constructing a sparse diagonal penalty matrix based on historical errors, the retriever mathematically prioritizes corrective documents containing specific high-risk misrecognitions. Evaluated on the Persian subset of the FLEURS dataset, our method increased the error-aware hit rate from 53.7% to 90.9%. In end-to-end evaluations, the integrated framework reduced the final word error rate from 23.06% to 18.83%, achieving significant accuracy gains with near-zero inference latency.

📄 PDF Abstract BibTeX arXiv:2606.24915

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

List-aware Reranking-Truncation Joint Model for Search and Retrieval-augmented Generation

2024-02-05 · Shicheng Xu, Liang Pang, Jun Xu, HuaWei Shen 외

The results of information retrieval (IR) are usually presented in the form of a ranked list of candidate documents, such as web search for humans and retrieval-augmented generation for large language models (LLMs). List…

Information RetrievalLearning-To-RankMisinformationReranking+2

Context-Aware Search and Retrieval Over Erasure Channels

2025-07-16 · Sara Ghasvarianjahromi, Yauhen Yakimenka, Jörg Kliewer

This paper introduces and analyzes a search and retrieval model that adopts key semantic communication principles from retrieval-augmented generation. We specifically present an information-theoretic analysis of a remote…

DecoderRetrievalRetrieval-augmented GenerationSemantic Communication

Detecting Hallucination and Coverage Errors in Retrieval Augmented Generation for Controversial Topics

2024-03-13 · Tyler A. Chang, Katrin Tomanek, Jessica Hoffmann, Nithum Thain 외

We explore a strategy to handle controversial topics in LLM-based chatbots based on Wikipedia's Neutral Point of View (NPOV) principle: acknowledge the absence of a single true answer and surface multiple perspectives. W…

HallucinationRetrievalRetrieval-augmented GenerationText Generation

Classifying and Addressing the Diversity of Errors in Retrieval-Augmented Generation Systems

2025-10-15 · Kin Kwan Leung, Mouloud Belbahri, Yi Sui, Alex Labach 외 arxiv

Retrieval-augmented generation (RAG) is a prevalent approach for building LLM-based question-answering systems that can take advantage of external knowledge databases. Due to the complexity of real-world RAG systems, the…

Improving Retrieval-Augmented Generation without Taxonomy-based Error Categorization

2026-04-16 · Gongbo Zhang, Yifan Peng, Chunhua Weng arxiv

Retrieval-Augmented Generation (RAG) improves the factual accuracy of large language model (LLM) outputs by grounding generation in external knowledge. Recent agentic RAG systems extend this paradigm with critical agents…