paper-with-me

Papers

Complex Reading Comprehension Through Question Decomposition

2022-11-07 · Xiao-Yu Guo, Yuan-Fang Li, Gholamreza Haffari

Multi-hop reading comprehension requires not only the ability to reason over raw text but also the ability to combine multiple evidence. We propose a novel learning approach that helps language models better understand difficult multi-hop questions and perform "complex, compositional" reasoning. Our model first learns to decompose each multi-hop question into several sub-questions by a trainable question decomposer. Instead of answering these sub-questions, we directly concatenate them with the original question and context, and leverage a reading comprehension model to predict the answer in a sequence-to-sequence manner. By using the same language model for these two components, our best seperate/unified t5-base variants outperform the baseline by 7.2/6.1 absolute F1 points on a hard subset of DROP dataset.

📄 PDF Abstract BibTeX arXiv:2211.03277

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMulti-Hop Reading ComprehensionReading Comprehension

Similar Papers 제목 키워드 기반

Multi-hop Reading Comprehension through Question Decomposition and Rescoring

2019-06-07 · ACL 2019 7 · Sewon Min, Victor Zhong, Luke Zettlemoyer, Hannaneh Hajishirzi

Multi-hop Reading Comprehension (RC) requires reasoning and aggregation across several paragraphs. We propose a system for multi-hop RC that decomposes a compositional question into simpler sub-questions that can be answ…

Decision MakingMulti-Hop Reading ComprehensionQuestion GenerationQuestion-Generation+1

ChatPRCS: A Personalized Support System for English Reading Comprehension based on ChatGPT

2023-09-22 · Xizhe Wang, Yihua Zhong, Changqin Huang, Xiaodi Huang

As a common approach to learning English, reading comprehension primarily entails reading articles and answering related questions. However, the complexity of designing effective exercises results in students encounterin…

ArticlesQuestion GenerationQuestion-GenerationReading Comprehension

The Web as a Knowledge-base for Answering Complex Questions

2018-03-18 · NAACL 2018 6 · Alon Talmor, Jonathan Berant

Answering complex questions is a time-consuming activity for humans that requires reasoning and integration of information. Recent work on reading comprehension made headway in answering simple questions, but tackling co…

Reading Comprehension

Bridging Information-Seeking Human Gaze and Machine Reading Comprehension

2020-09-30 · CONLL 2020 · Jonathan Malmaud, Roger Levy, Yevgeni Berzak

In this work, we analyze how human gaze during reading comprehension is conditioned on the given reading comprehension question, and whether this signal can be beneficial for machine reading comprehension. To this end, w…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading Comprehension

A Span-Extraction Dataset for Chinese Machine Reading Comprehension

2018-10-17 · IJCNLP 2019 11 · Yiming Cui, Ting Liu, Wanxiang Che, Li Xiao 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, the existing reading comprehension datasets are mostly in English. In this paper, we introduce a S…

Machine Reading ComprehensionReading ComprehensionSentence