Differential Diagnosis: The process of distinguishing between two or more conditions that share similar signs or symptoms
CoT: Chain-of-Thought—a prompting technique where the model generates intermediate reasoning steps before the final answer
RAG: Retrieval-Augmented Generation—enhancing model responses by fetching relevant external data (e.g., guidelines) during inference
BM25: A ranking function used in information retrieval to estimate the relevance of documents to a given search query
MedCPT: A pre-trained biomedical embedding model used for dense retrieval and re-ranking of medical texts
Agentic AI: Systems composed of autonomous modules (agents) that can plan, use tools, and collaborate to solve complex tasks
Self-verification: A process where an agent iteratively reviews its own outputs to correct errors or refine logic before final submission
Ablation study: Experiments where parts of the model are removed to assess their individual contribution to performance