paper-with-me

Papers

Inferential Question Answering

2026-02-01 · Jamshid Mozafari, Hamed Zamani, Guido Zuccon, Adam Jatowt arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.01239

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Context Convergence Improves Answering Inferential Questions

2026-05-12 · Jamshid Mozafari, Bhawna Piryani, Adam Jatowt arxiv

While Large Language Models (LLMs) are widely used in open-domain Question Answering (QA), their ability to handle inferential questions-where answers must be derived rather than directly retrieved-remains still underexp…

Open-Domain Question Answering

Inferential Machine Comprehension: Answering Questions by Recursively Deducing the Evidence Chain from Text

2019-07-01 · ACL 2019 7 · Jianxing Yu, Zheng-Jun Zha, Jian Yin

This paper focuses on the topic of inferential machine comprehension, which aims to fully understand the meanings of given text to answer generic questions, especially the ones needed reasoning skills. In particular, we …

Reading ComprehensionReinforcement Learning

Tell Me Why: Using Question Answering as Distant Supervision for Answer Justification

2017-08-01 · CONLL 2017 8 · Rebecca Sharp, Mihai Surdeanu, Peter Jansen, Marco A. Valenzuela-Esc{\'a}rcega 외

For many applications of question answering (QA), being able to explain why a given model chose an answer is critical. However, the lack of labeled data for answer justifications makes learning this difficult and expensi…

Answer SelectionInterpretable Machine LearningQuestion Answering

Knowing What's Missing: Assessing Information Sufficiency in Question Answering

2025-12-06 · Akriti Jain, Aparna Garimella arxiv

Determining whether a provided context contains sufficient information to answer a question is a critical challenge for building reliable question-answering systems. While simple prompting strategies have shown success o…

Question Answering

A hierarchical taxonomy for classifying hardness of inference tasks

2014-05-01 · LREC 2014 5 · Martin Gleize, Brigitte Grau

Exhibiting inferential capabilities is one of the major goals of many modern Natural Language Processing systems. However, if attempts have been made to define what textual inferences are, few seek to classify inference …

coreference-resolutionCoreference ResolutionInformation RetrievalNatural Language Inference+4