CLJun 25, 2024

Entropy-Based Decoding for Retrieval-Augmented Large Language Models

arXiv:2406.17519v222 citations
Originality Incremental advance
AI Analysis

This addresses the problem of factual accuracy in retrieval-augmented LLMs for users in question-answering applications, representing an incremental improvement.

The paper tackles the distractibility issue in retrieval-augmented LLMs by introducing a training-free, entropy-based decoding method that prioritizes low-entropy distributions from retrieved documents and contrasts them with high-entropy internal knowledge. Experiments on open-domain question answering datasets show its superiority.

Augmenting Large Language Models (LLMs) with retrieved external knowledge has proven effective for improving the factual accuracy of generated responses. Despite their success, retrieval-augmented LLMs still face the distractibility issue, where the generated responses are negatively influenced by noise from both external and internal knowledge sources. In this paper, we introduce a novel, training-free decoding method guided by entropy considerations to mitigate this issue. Our approach utilizes entropy-based document-parallel ensemble decoding to prioritize low-entropy distributions from retrieved documents, thereby enhancing the extraction of relevant information of context. Additionally, it incorporates a contrastive decoding mechanism that contrasts the obtained low-entropy ensemble distribution with the high-entropy distribution derived from the model's internal knowledge across layers, which ensures a greater emphasis on reliable external information. Extensive experiments on open-domain question answering datasets demonstrate the superiority of our method.

Code Implementations1 repo
Foundations

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

Your Notes