paper-with-me

Papers

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 first encode the given document, question and options in a context aware way. We then propose a new network to solve the inference problem by decomposing it into a series of attention-based reasoning steps. The result of the previous step acts as the context of next step. To make each step can be directly inferred from the text, we design an operational cell with prior structure. By recursively linking the cells, the inferred results are synthesized together to form the evidence chain for reasoning, where the reasoning direction can be guided by imposing structural constraints to regulate interactions on the cells. Moreover, a termination mechanism is introduced to dynamically determine the uncertain reasoning depth, and the network is trained by reinforcement learning. Experimental results on 3 popular data sets, including MCTest, RACE and MultiRC, demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Reading ComprehensionReinforcement Learning

Similar Papers 제목 키워드 기반

Question Generation for Reading Comprehension Assessment by Modeling How and What to Ask

2022-04-06 · Findings (ACL) 2022 5 · Bilal Ghanem, Lauren Lutz Coleman, Julia Rivard Dexter, Spencer McIntosh von der Ohe 외

Reading is integral to everyday life, and yet learning to read is a struggle for many young learners. During lessons, teachers can use comprehension questions to increase engagement, test reading skills, and improve rete…

Question GenerationQuestion-GenerationReading Comprehension

Question Generation for Reading Comprehension Assessment by Modeling How and What to Ask

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Reading is integral to everyday life, and yet learning to read is a struggle for many young learners. During lessons, teachers can use comprehension questions to increase engagement, test reading skills, and improve ret…

Question GenerationQuestion-GenerationReading Comprehension

Are You Smarter Than a Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension

2017-07-01 · CVPR 2017 7 · Aniruddha Kembhavi, Minjoon Seo, Dustin Schwenk, Jonghyun Choi 외

We introduce the task of Multi-Modal Machine Comprehension (M3C), which aims at answering multimodal questions given a context of text, diagrams and images. We present the Textbook Question Answering (TQA) dataset that i…

Question AnsweringReading ComprehensionVisual Question AnsweringVisual Question Answering (VQA)

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…

Question Answering

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