Functional Dependency (FD): A constraint in a database where the value of one set of attributes (X) uniquely determines the value of another set of attributes (Y)
Foreign Key Constraint (FKC): A field in one table that links to the primary key of another table, ensuring referential integrity and allowing tables to be joined
Entity-Relationship (ER) Model: A data model that describes a database in terms of entities (objects) and relationships between them
Multi-hop question: A question that requires multiple steps of reasoning or retrieving information from connected pieces of data to answer
Hallucination Rate (H): The portion of responses that are incorrect, excluding those where the LLM explicitly admits uncertainty
Rationale Accuracy (R): A metric measuring whether the LLM's explanation contains the correct intermediate values required to derive the answer
Answer-Rationale Accuracy (AR): A strict metric requiring both the final answer to be correct AND the rationale to contain the correct inferred values
Snowball effect: The phenomenon where an error in an early step of a multi-step reasoning process leads to compounding errors in subsequent steps