TSQA: Time-Sensitive Question Answering—QA tasks where the answer depends on when the question is asked or the specific time period mentioned
TFD: Temporal Functional Dependency—a database constraint where specific attributes (e.g., Country, Role) uniquely determine another attribute (e.g., Name) at any given time point
Temporal Join: A database operation that combines rows from two tables based on overlapping time intervals, useful for generating multi-hop questions
Time Accuracy: A metric measuring whether the specific dates mentioned in an LLM's explanation are factually correct according to the temporal constraints
TDBench: The proposed benchmark system that uses temporal databases to generate and evaluate TSQA pairs
Allen's Interval Algebra: A calculus for temporal reasoning defining 13 possible relations between time intervals (e.g., before, meets, overlaps)
Temporal SQL: SQL queries extended with operators to handle time intervals (e.g., OVERLAPS, CONTAINS)
Open-book: Evaluation setting where the model is provided with external context (database rows) to answer the question
Closed-book: Evaluation setting where the model must rely solely on its internal pre-trained knowledge