A Survey of RAG

This post is primarily based on the survey “Retrieval-Augmented Generation for AI-Generated Content: A Survey”. I presents retrieval-augmented generation (RAG) in six parts: background, method, enhancement, applications, outlook, and takeaways. Background In recent years, we’ve seen a rapid surge in Artificial Intelligence Generated Content (AIGC), driven by large generative models that can produce text, code, images and even videos (Zhao et al. 2024). For text and code, widely used examples including GPT-style models and Anthropic’s Claude family (Achiam et al. 2023, Anthropic 2024). For images, modern systems are often powered by diffusion-based text-image generation, including latent diffusion models (Ramesh et al. 2021, Rombach et al. 2022). For video, OpenAI’s Sora is a prominent example of large-scale text-to-video generation (OpenAI 2024). ...

October 19, 2025 | 8549 words | Author: Tan Ke

From Local to Global: A GraphRAG Approach to Query-Focused Summarization

Paper-reading notes: GraphRAG
October 16, 2025 | 588 words | Author: Tan Ke

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

Paper-reading notes: Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks
October 15, 2025 | 2177 words | Author: Tan Ke