OpenDecoder: Open Large Language Model Decoding to Incorporate Document Quality in RAG
Fengran Mo, Zhan Su, Yuchen Hui, Jinghan Zhang, Jia Ao Sun, Zheyuan Liu, Chao Zhang, Tetsuya Sakai, Jian-Yun Nie

TL;DR
OpenDecoder enhances retrieval-augmented generation by explicitly evaluating retrieved information's relevance, improving robustness and performance across multiple benchmarks, and allowing flexible integration with existing LLM systems.
Contribution
It introduces a novel approach that incorporates explicit relevance and quality indicators into LLM decoding for more robust RAG performance.
Findings
Outperforms baseline methods on five benchmark datasets.
Demonstrates improved robustness to noisy context.
Flexible integration with various external indicators.
Abstract
The development of large language models (LLMs) has achieved superior performance in a range of downstream tasks, including LLM-based retrieval-augmented generation (RAG). The quality of generated content heavily relies on the usefulness of the retrieved information and the capacity of LLMs' internal information processing mechanism to incorporate it in answer generation. It is generally assumed that the retrieved information is relevant to the question. However, the retrieved information may have a variable degree of relevance and usefulness, depending on the question and the document collection. It is important to take into account the relevance of the retrieved information in answer generation. In this paper, we propose OpenDecoder, a new approach that leverages explicit evaluation of the retrieved information as quality indicator features for generation. We aim to build a RAG model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Information Retrieval and Search Behavior · Computational and Text Analysis Methods
