ARM retrieves all needed tables and passages for complex questions in one constrained LLM decoding pass by aligning keywords to corpus n-grams and using a MIP solver to connect related objects, beating RAG and ReAct on Bird and OTT-QA.
From RAG to RICHES: Retrieval Interlaced with Sequence Generation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present RICHES, a novel approach that interleaves retrieval with sequence generation tasks. RICHES offers an alternative to conventional RAG systems by eliminating the need for separate retriever and generator. It retrieves documents by directly decoding their contents, constrained on the corpus. Unifying retrieval with generation allows us to adapt to diverse new tasks via prompting alone. RICHES can work with any Instruction-tuned model, without additional training. It provides attributed evidence, supports multi-hop retrievals and interleaves thoughts to plan on what to retrieve next, all within a single decoding pass of the LLM. We demonstrate the strong performance of RICHES across ODQA tasks including attributed and multi-hop QA.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Can we Retrieve Everything All at Once? ARM: An Alignment-Oriented LLM-based Retrieval Method
ARM retrieves all needed tables and passages for complex questions in one constrained LLM decoding pass by aligning keywords to corpus n-grams and using a MIP solver to connect related objects, beating RAG and ReAct on Bird and OTT-QA.