Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Recurrent Chunking Mechanisms for Long-Text Machine Reading Comprehension

About

In this paper, we study machine reading comprehension (MRC) on long texts, where a model takes as inputs a lengthy document and a question and then extracts a text span from the document as an answer. State-of-the-art models tend to use a pretrained transformer model (e.g., BERT) to encode the joint contextual information of document and question. However, these transformer-based models can only take a fixed-length (e.g., 512) text as its input. To deal with even longer text inputs, previous approaches usually chunk them into equally-spaced segments and predict answers based on each segment independently without considering the information from other segments. As a result, they may form segments that fail to cover the correct answer span or retain insufficient contexts around it, which significantly degrades the performance. Moreover, they are less capable of answering questions that need cross-segment information. We propose to let a model learn to chunk in a more flexible way via reinforcement learning: a model can decide the next segment that it wants to process in either direction. We also employ recurrent mechanisms to enable information to flow across segments. Experiments on three MRC datasets -- CoQA, QuAC, and TriviaQA -- demonstrate the effectiveness of our proposed recurrent chunking mechanisms: we can obtain segments that are more likely to contain complete answers and at the same time provide sufficient contexts around the ground truth answers for better predictions.

Hongyu Gong, Yelong Shen, Dian Yu, Jianshu Chen, Dong Yu• 2020

Related benchmarks

TaskDatasetResultRank
Document RetrievalDUDE--
32
Document Question AnsweringM3DocVQA
Exact Match17.5
24
Document Question AnsweringDUDE (test)
ANLS15.92
22
Question AnsweringCUAD
ANLS0.2585
13
Document-level retrievalM3DocVQA (test)
Recall82
13
RetrievalMOAMOB
Recall64.62
13
Document-level retrievalFRAMES (test)
Recall65.3
13
Document Question AnsweringFRAMES
EM6.9
13
RetrievalCUAD
Recall90.11
13
Question AnsweringDUDE
ANLS16.11
13
Showing 10 of 16 rows

Other info

Follow for update