Learn Before
Concept

RAG as Problem Decomposition

Retrieval-Augmented Generation (RAG) can be understood as a practical application of the general problem decomposition framework. The framework breaks down the problem-solving process into two distinct stages: first, gathering relevant and supporting data for a specific query from various knowledge sources; and second, utilizing Large Language Models to produce a response based on that collected data.

0

1

Updated 2026-04-30

Contributors are:

Who are from:

Tags

Foundations of Large Language Models

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Related