RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
PHQ-8: Patient Health Questionnaire-8—a standard clinical survey used to screen for depression by assessing eight specific symptoms
DAIC-WoZ: Distress Analysis Interview Corpus-Wizard of Oz—a widely used dataset containing clinical interviews for depression detection
LLM: Large Language Model—a deep learning algorithm that can recognize, summarize, translate, predict, and generate text
COKE: A cognitive knowledge graph for machine theory of mind, used here to provide social intelligence context
Macro F1: An evaluation metric that calculates the average F1 score (harmonic mean of precision and recall) for each class, treating all classes equally
Event-centric retrieval: Extracting 'event triplets' (subject, predicate, object) from text to use as search queries against a knowledge base
Dense retriever: A retrieval method that uses vector embeddings to find semantically similar text rather than just keyword matching