paper-with-me

Papers

Retrieval-augmented Decoding for Improving Truthfulness in Open-ended Generation

2025-08-04 · Manh Nguyen, Sunil Gupta, Hung Le arxiv

Ensuring truthfulness in large language models (LLMs) remains a critical challenge for reliable text generation. While supervised fine-tuning and reinforcement learning with human feedback have shown promise, they require a substantial amount of annotated data and computational resources, limiting scalability. In contrast, decoding-time interventions offer lightweight alternatives without model retraining. However, existing decoding strategies often face issues like prompt sensitivity, limited generalization, or dependence on internal model states. We propose Retrieval-Augmented Decoding (RAD), a context-aware adaptive decoding method that leverages a compact reference grounding space built from as few as 10 annotated examples and comprising pairs of context embeddings and next-token logits from truthful responses, to enable retrieval-based logit shaping during inference. At each decoding step, RAD retrieves high-quality semantically similar contexts from this grounding space and aggregates their associated next token logits to modify the model's current logits. Across four open-ended generation benchmarks and four LLMs, our method consistently outperforms strong baselines and shows robust cross-task generalization, underscoring the promise of context-aware decoding for enhancing factual reliability.

📄 PDF Abstract BibTeX arXiv:2508.02184

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningText Generation

Similar Papers 제목 키워드 기반

KNN-LM Does Not Improve Open-ended Text Generation

2023-05-24 · Shufan Wang, Yixiao Song, Andrew Drozdov, Aparna Garimella 외

In this paper, we study the generation quality of interpolation-based retrieval-augmented language models (LMs). These methods, best exemplified by the KNN-LM, interpolate the LM's predicted distribution of the next word…

RetrievalText Generation

Enhancing Retrieval-Augmented LMs with a Two-stage Consistency Learning Compressor

2024-06-04 · Chuankai Xu, Dongming Zhao, Bo wang, Hanwen Xing

Despite the prevalence of retrieval-augmented language models (RALMs), the seamless integration of these models with retrieval mechanisms to enhance performance in document-based tasks remains challenging. While some pos…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Knowledge Graph-extended Retrieval Augmented Generation for Question Answering

2025-04-11 · Jasper Linders, Jakub M. Tomczak

Large Language Models (LLMs) and Knowledge Graphs (KGs) offer a promising approach to robust and explainable Question Answering (QA). While LLMs excel at natural language understanding, they suffer from knowledge gaps an…

In-Context LearningInformation RetrievalKnowledge GraphsNatural Language Understanding+4

Retrieval Augmented Generation Framework for the Nepali Legal Domain Question Answering

2026-04-20 · Samir Wagle, Abiral Adhikari, Reewaj Khanal, Batsal Bhandari 외 arxiv

Legal domains in high-resource languages like English have widely adopted artificial intelligence for legal question answering. However, data scarcity in low resource languages such as Nepali has limited the training of …

Question AnsweringAnswer Generation

Adaptive Contrastive Decoding in Retrieval-Augmented Generation for Handling Noisy Contexts

2024-08-02 · Youna Kim, Hyuhng Joon Kim, Cheonbok Park, Choonghyun Park 외

When using large language models (LLMs) in knowledge-intensive tasks, such as open-domain question answering, external context can bridge the gap between external knowledge and the LLMs' parametric knowledge. Recent rese…

Open-Domain Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation