CLMay 20, 2024

Question-Based Retrieval using Atomic Units for Enterprise RAG

arXiv:2405.12363v233 citationsh-index: 10FEVER
Originality Incremental advance
AI Analysis

This work addresses retrieval accuracy for enterprise RAG users, but it is incremental as it adapts existing dense retrieval methods.

The paper tackles the problem of inaccurate chunk retrieval in enterprise RAG systems, which can cause false responses, by decomposing chunks into atomic statements and using synthetic questions for retrieval, resulting in higher recall and improved LLM performance.

Enterprise retrieval augmented generation (RAG) offers a highly flexible framework for combining powerful large language models (LLMs) with internal, possibly temporally changing, documents. In RAG, documents are first chunked. Relevant chunks are then retrieved for a user query, which are passed as context to a synthesizer LLM to generate the query response. However, the retrieval step can limit performance, as incorrect chunks can lead the synthesizer LLM to generate a false response. This work applies a zero-shot adaptation of standard dense retrieval steps for more accurate chunk recall. Specifically, a chunk is first decomposed into atomic statements. A set of synthetic questions are then generated on these atoms (with the chunk as the context). Dense retrieval involves finding the closest set of synthetic questions, and associated chunks, to the user query. It is found that retrieval with the atoms leads to higher recall than retrieval with chunks. Further performance gain is observed with retrieval using the synthetic questions generated over the atoms. Higher recall at the retrieval step enables higher performance of the enterprise LLM using the RAG pipeline.

Foundations

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

Your Notes