RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
POMDP: Partially Observable Markov Decision Process—a mathematical framework for modeling decision-making where the agent cannot directly see the full state of the world
NIAH: Needle-In-A-Haystack—an evaluation method where a specific fact (needle) is hidden in a large amount of unrelated text (haystack) to test retrieval
Causality Graph: A data structure proposed in AMA-Agent that represents interaction history as nodes (actions/observations) linked by directed edges representing temporal and causal dependencies
Tool-Augmented Retrieval: A hybrid retrieval mechanism in AMA-Agent that combines graph traversal with keyword-based search tools (like grep) to find exact matches in machine-generated text
TextWorld: A text-based game generator used for synthetic environments where agents interact via text commands
BabyAI: A grid-world environment used for testing agents on instruction-following tasks
BM25: A ranking function used by search engines to estimate the relevance of documents to a given search query