CLAIFeb 11, 2023

Characterizing Attribution and Fluency Tradeoffs for Retrieval-Augmented Large Language Models

DeepMind
arXiv:2302.05578v220 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the problem of balancing factual accuracy and natural language quality in AI-generated content, offering incremental improvements for knowledge-heavy applications.

The study investigated the trade-off between attribution and fluency in retrieval-augmented large language models, finding that larger models improve both metrics, while naive top-k retrieval boosts attribution but reduces fluency, and proposed a method to help smaller models achieve similar benefits without drawbacks.

Despite recent progress, it has been difficult to prevent semantic hallucinations in generative Large Language Models. One common solution to this is augmenting LLMs with a retrieval system and making sure that the generated output is attributable to the retrieved information. Given this new added constraint, it is plausible to expect that the overall quality of the output will be affected, for example, in terms of fluency. Can scaling language models help? Here we examine the relationship between fluency and attribution in LLMs prompted with retrieved evidence in knowledge-heavy dialog settings. Our experiments were implemented with a set of auto-metrics that are aligned with human preferences. They were used to evaluate a large set of generations, produced under varying parameters of LLMs and supplied context. We show that larger models tend to do much better in both fluency and attribution, and that (naively) using top-k retrieval versus top-1 retrieval improves attribution but hurts fluency. We next propose a recipe that could allow smaller models to both close the gap with larger models and preserve the benefits of top-k retrieval while avoiding its drawbacks.

Foundations

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

Your Notes