← Back to Paper List

Synergizingragand reasoning: A systematic review

Y Gao, Y Xiong, Y Zhong, Y Bi, M Xue…
Shanghai Research Institute for Intelligent Autonomous Systems, Tongji University, Shanghai Key Laboratory of Data Science, School of Computer Science, Fudan University, Percena AI
arXiv, 4/2025 (2025)
RAG Reasoning RL KG Agent

📝 Paper Summary

Advanced RAG paradigm Large Reasoning Models (LRMs)
This survey establishes a formal definition and taxonomy for integrating reasoning capabilities into Retrieval-Augmented Generation systems to overcome limitations in complex multi-step problem solving.
Core Problem
Traditional RAG systems rely on semantic matching and unidirectional flow (retrieval → generation), failing at tasks requiring multi-hop logic, ambiguity resolution, and iterative decision-making.
Why it matters:
  • Simple semantic matching misses the intent of ambiguous queries, leading to irrelevant retrieval in complex domains like medical or legal advice
  • Directly injecting retrieved chunks often creates fragmented or contradictory contexts that confuse standard LLMs
  • Current systems lack the autonomy to verify retrieved data or perform multi-step deduction, limiting their use in deep research or strategic planning
Concrete Example: When asked 'How to reduce postoperative infection risks in diabetes patients?', a standard RAG might simply match 'diabetes postoperative care'. A reasoning-enhanced system would logically deduce the need for 'blood glucose control thresholds' and 'antibiotic guidelines', actively prioritizing those specific sub-topics.
Key Novelty
Formal Taxonomy of RAG-Reasoning Synergy
  • Formalizes 'reasoning' in RAG as a tuple ⟨𝒦p, 𝒦r, 𝒮t, Φ⟩ involving parametric knowledge, retrieved knowledge, evolving states, and state transitions, distinguishing it from simple inference
  • Classifies integration into two main objectives: Reasoning-Augmented Retrieval (using logic to improve search) and Retrieval-Augmented Reasoning (using search to support deduction)
  • Categorizes workflows into Pre-defined (static steps) vs. Dynamic (Proactivity/Reflection/Feedback-driven) and implementation methods (Prompt, Tuning, RL-based)
Evaluation Highlights
  • Comprehensive review of over 50 recent papers (post-2024) integrating reasoning into RAG
  • Identifies 5 key shifts enabled by reasoning: Ambiguous→Targeted retrieval, Aggregation→Coherent context, QA→Decision support, Indiscriminate→Intelligent allocation, Passive→Proactive assistant
  • Proposes future directions including RAG-graph integration, multimodal reasoning, and RL-driven optimization
Breakthrough Assessment
9/10
A timely and rigorously structured survey that defines the emerging field of 'Reasoning RAG' (RAG + LRMs) just as models like DeepSeek-R1 and OpenAI o1 are shifting the industry focus.
×