CarExpert: An in-car RAG system developed at BMW that answers user questions based on the vehicle owner's manual
Input-Output Prompting: Standard prompting where the LLM is given instructions and input, then generates the output directly without intermediate reasoning steps
Chain-of-Thought (CoT): A prompting technique where the LLM is instructed to generate intermediate reasoning steps before producing the final answer
Multi-Persona Self-Collaboration (MPSC): A method where an LLM simulates multiple personas (e.g., Fact Checker, Editor) to critique and refine an answer
Round Table (RT) Conference: A multi-agent approach where different LLM instances debate an answer until consensus is reached
Factual Consistency: Whether the system's answer is fully supported by the retrieved documents (no hallucinations)
Factual Relevance: Whether the system's answer actually addresses the user's specific question
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents