CodaRAG: Connecting the Dots with Associativity Inspired by Complementary Learning

arXiv cs.CL / 4/14/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • CodaRAG is proposed to address LLM difficulties in knowledge-intensive tasks by improving how retrieved evidence is connected into coherent logical chains rather than treated as isolated snippets.
  • The framework builds retrieval into an active process inspired by Complementary Learning Systems, using a three-stage pipeline: Knowledge Consolidation, Associative Navigation over multi-dimensional pathways, and Interference Elimination to prune noisy hyper-associations.
  • Experiments on GraphRAG-Bench show absolute improvements of 7–10% in retrieval recall and 3–11% in generation accuracy compared with prior approaches.
  • The authors argue CodaRAG can robustify associative evidence retrieval for factual, reasoning, and creative tasks by maintaining higher-precision reasoning context.
  • Overall, the work positions retrieval as a graph/associativity problem with explicit evidence-chain reconstruction to reduce hallucinations and fragmented reasoning.

Abstract

Large Language Models (LLMs) struggle with knowledge-intensive tasks due to hallucinations and fragmented reasoning over dispersed information. While Retrieval-Augmented Generation (RAG) grounds generation in external sources, existing methods often treat evidence as isolated units, failing to reconstruct the logical chains that connect these dots. Inspired by Complementary Learning Systems (CLS), we propose CodaRAG, a framework that evolves retrieval from passive lookup into active associative discovery. CodaRAG operates via a three-stage pipeline: (1) Knowledge Consolidation to unify fragmented extractions into a stable memory substrate; (2) Associative Navigation to traverse the graph via multi-dimensional pathways-semantic, contextualized, and functional-explicitly recovering dispersed evidence chains; and (3) Interference Elimination to prune hyper-associative noise, ensuring a coherent, high-precision reasoning context. On GraphRAG-Bench, CodaRAG achieves absolute gains of 7-10% in retrieval recall and 3-11% in generation accuracy. These results demonstrate CodaRAG's superior ability to systematically robustify associative evidence retrieval for factual, reasoning, and creative tasks.