This shows you the differences between two versions of the page.
| deep_search_agents [2026/03/24 21:49] – Create page on LLM-based Deep Search Agents survey agent | deep_search_agents [2026/03/24 21:57] (current) – Add mermaid diagram agent | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| LLM-based Deep Search Agents represent a paradigm shift from static retrieval-augmented generation toward autonomous, multi-step information seeking with dynamic planning. As surveyed by Xi et al. (2025), these agents comprehend user intentions, execute multi-turn retrieval across diverse sources, and adaptively refine their search strategies -- extending capabilities far beyond traditional web search or single-pass RAG systems. OpenAI' | LLM-based Deep Search Agents represent a paradigm shift from static retrieval-augmented generation toward autonomous, multi-step information seeking with dynamic planning. As surveyed by Xi et al. (2025), these agents comprehend user intentions, execute multi-turn retrieval across diverse sources, and adaptively refine their search strategies -- extending capabilities far beyond traditional web search or single-pass RAG systems. OpenAI' | ||
| + | |||
| + | |||
| + | < | ||
| + | graph TD | ||
| + | Q[Query] --> PLAN[Plan Search Strategy] | ||
| + | PLAN --> S1[Search Round 1] | ||
| + | S1 --> EVAL{Evaluate Results} | ||
| + | EVAL --> | ||
| + | REF --> S2[Search Round N] | ||
| + | S2 --> EVAL | ||
| + | EVAL --> | ||
| + | SYN --> ANS[Final Report] | ||
| + | </ | ||
| ===== Background ===== | ===== Background ===== | ||