Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TEQUILA: Temporal Question Answering over Knowledge Bases

About

Question answering over knowledge bases (KB-QA) poses challenges in handling complex questions that need to be decomposed into sub-questions. An important case, addressed here, is that of temporal questions, where cues for temporal relations need to be discovered and handled. We present TEQUILA, an enabler method for temporal QA that can run on top of any KB-QA engine. TEQUILA has four stages. It detects if a question has temporal intent. It decomposes and rewrites the question into non-temporal sub-questions and temporal constraints. Answers to sub-questions are then retrieved from the underlying KB-QA engine. Finally, TEQUILA uses constraint reasoning on temporal intervals to compute final answers to the full question. Comparisons against state-of-the-art baselines show the viability of our method.

Zhen Jia, Abdalghani Abujabal, Rishiraj Saha Roy, Jannik Stroetgen, Gerhard Weikum• 2019

Related benchmarks

TaskDatasetResultRank
Temporal ReasoningTempQuestions (test)
Exact Match (EM)43.8
9
Question AnsweringComplexQuestions 341 questions (test)
Aggregate Precision36.2
5
Question AnsweringTempQuestions (test)
Aggregate Precision36
4
Showing 3 of 3 rows

Other info

Code

Follow for update