RAG: Retrieval-Augmented Generation—providing LLMs with external knowledge to reduce hallucinations
CoT: Chain-of-Thought—a prompting technique encouraging LLMs to generate intermediate reasoning steps
Reasoning-Enhanced RAG: Using reasoning to optimize specific stages of the RAG pipeline (e.g., query rewriting, result filtering)
RAG-Enhanced Reasoning: Using retrieved knowledge to supply premises and context for complex inference tasks
Synergized RAG-Reasoning: Systems where retrieval and reasoning are tightly coupled and iteratively influence each other, often via agents
Deep Research: Agentic products (like OpenAI's Deep Research) that orchestrate multi-step web search and reasoning for complex investigation
ToT: Tree-of-Thought—a reasoning framework that explores multiple branching reasoning paths
MCTS: Monte Carlo Tree Search—a search algorithm used to navigate complex decision spaces in reasoning trees
GNN: Graph Neural Network—neural networks designed to process data structured as graphs