N-of-1: A clinical trial or study design focused on a single patient, gathering extensive data to determine optimal intervention for that specific individual
Orchestrator: A central module in the framework responsible for analyzing queries, retrieving data from models, and transcribing non-textual data for the LLM
Causal Discovery: Methods to identify cause-and-effect relationships from data, constructing a causal graph (e.g., SAM algorithm)
ATE: Average Treatment Effect—a measure used to quantify the average impact of an intervention (e.g., nutrient intake) on an outcome
BM25: Best Match 25—a ranking function used by search engines to estimate the relevance of documents to a given search query
Chain-of-Thought: A prompting technique that encourages the LLM to generate intermediate reasoning steps before producing the final answer
SAM: Structural Agnostic Modeling—a neural network-based causal discovery algorithm used to learn causal generative models
DoWhy: A Python library for causal inference that supports modeling, identification, estimation, and refutation of causal effects