Inferential Question Answering
Jamshid Mozafari, Hamed Zamani, Guido Zuccon, Adam Jatowt
TL;DR
Inferential QA addresses questions whose answers are not explicitly stated in the corpus, introducing QUIT, a large-scale hint-based dataset with 7,401 questions and 2.4 million passages. The authors evaluate a full retrieval–reranking–reading pipeline and find that existing methods struggle to infer answers from indirect clues, with retrievers underperforming, rerankers offering limited gains, and even reasoning-oriented LLMs failing to surpass smaller general-purpose models. The work demonstrates that fine-tuning alone is insufficient and highlights the need for novel inference-aware retrieval and reasoning strategies. By isolating inference from direct answer containment, the paper lays groundwork for QA systems that reason over distributed evidence, aligning AI capabilities more closely with human-like comprehension.
Abstract
Despite extensive research on a wide range of question answering (QA) systems, most existing work focuses on answer containment-i.e., assuming that answers can be directly extracted and/or generated from documents in the corpus. However, some questions require inference, i.e., deriving answers that are not explicitly stated but can be inferred from the available information. We introduce Inferential QA -- a new task that challenges models to infer answers from answer-supporting passages which provide only clues. To study this problem, we construct QUIT (QUestions requiring Inference from Texts) dataset, comprising 7,401 questions and 2.4M passages built from high-convergence human- and machine-authored hints, labeled across three relevance levels using LLM-based answerability and human verification. Through comprehensive evaluation of retrievers, rerankers, and LLM-based readers, we show that methods effective on traditional QA tasks struggle in inferential QA: retrievers underperform, rerankers offer limited gains, and fine-tuning provides inconsistent improvements. Even reasoning-oriented LLMs fail to outperform smaller general-purpose models. These findings reveal that current QA pipelines are not yet ready for inference-based reasoning. Inferential QA thus establishes a new class of QA tasks that move towards understanding and reasoning from indirect textual evidence.
