ConfQA: The proposed fine-tuning method that trains LLMs to output 'I am unsure' when their internal knowledge is incorrect
ConfRAG: The proposed triggering strategy that invokes RAG only when the ConfQA model outputs 'I am unsure'
dampener prompt: A specific system instruction ('Answer only if you are confident') used to suppress hallucinations
atomic facts: Simple, indivisible factual statements (e.g., entity attributes like 'director of movie X') used for training data to improve generalization
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
Hallucination: When an LLM generates factually incorrect information confidently
Calibration: The alignment between a model's predicted confidence and its actual accuracy (e.g., 80% confidence should mean 80% accuracy)
Speech-in Speech-out: Systems where latency is critical (like voice assistants), making conditional RAG highly desirable