CLAIIRLGFeb 21, 2024

ARL2: Aligning Retrievers for Black-box Large Language Models via Self-guided Adaptive Relevance Labeling

arXiv:2402.13542v213 citationsh-index: 38Has Code
Originality Highly original
AI Analysis

This addresses the problem of retriever-LLM misalignment for developers and researchers in knowledge-intensive AI tasks, offering an incremental improvement through adaptive self-training to reduce annotation costs.

The paper tackles the misalignment between retrievers and black-box large language models (LLMs) in retrieval-augmented generation by proposing ARL2, a technique that uses LLMs to label and score relevant evidence for retriever training, resulting in accuracy improvements of 5.4% on NQ and 4.6% on MMLU compared to state-of-the-art methods.

Retrieval-augmented generation enhances large language models (LLMs) by incorporating relevant information from external knowledge sources. This enables LLMs to adapt to specific domains and mitigate hallucinations in knowledge-intensive tasks. However, existing retrievers are often misaligned with LLMs due to their separate training processes and the black-box nature of LLMs. To address this challenge, we propose ARL2, a retriever learning technique that harnesses LLMs as labelers. ARL2 leverages LLMs to annotate and score relevant evidence, enabling learning the retriever from robust LLM supervision. Furthermore, ARL2 uses an adaptive self-training strategy for curating high-quality and diverse relevance data, which can effectively reduce the annotation cost. Extensive experiments demonstrate the effectiveness of ARL2, achieving accuracy improvements of 5.4% on NQ and 4.6% on MMLU compared to the state-of-the-art methods. Additionally, ARL2 exhibits robust transfer learning capabilities and strong zero-shot generalization abilities. Our code will be published at \url{https://github.com/zhanglingxi-cs/ARL2}.

Foundations

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

Your Notes