Abstract
Retrieval-Augmented Generation (RAG) lifts the factuality of Large LanguageModels (LLMs) by injecting external knowledge, yet it falls short on problemsthat demand multi-step inference; conversely, purely reasoning-orientedapproaches often hallucinate or mis-ground facts. This survey synthesizes bothstrands under a unified reasoning-retrieval perspective. We first map howadvanced reasoning optimizes each stage of RAG (Reasoning-Enhanced RAG). Then,we show how retrieved knowledge of different type supply missing premises andexpand context for complex inference (RAG-Enhanced Reasoning). Finally, wespotlight emerging Synergized RAG-Reasoning frameworks, where (agentic) LLMsiteratively interleave search and reasoning to achieve state-of-the-artperformance across knowledge-intensive benchmarks. We categorize methods,datasets, and open challenges, and outline research avenues toward deeperRAG-Reasoning systems that are more effective, multimodally-adaptive,trustworthy, and human-centric. The collection is available athttps://github.com/DavidZWZ/Awesome-RAG-Reasoning.