# Incremental Reading for Question Answering

**Authors:** Samira Abnar, Tania Bedrax-weiss, Tom Kwiatkowski, William W. Cohen

arXiv: 1901.04936 · 2019-01-16

## TL;DR

This paper extends a question answering model to enable incremental reading and answering, allowing systems to process information step-by-step and determine when they have enough information to answer accurately.

## Contribution

It introduces modifications to the DocQA model to support incremental reading and answer prediction without sacrificing accuracy.

## Key findings

- Incremental reading improves goal-directed question answering.
- The extended model maintains accuracy while processing text incrementally.
- Joint learning of answer quality and sufficiency enhances performance.

## Abstract

Any system which performs goal-directed continual learning must not only learn incrementally but process and absorb information incrementally. Such a system also has to understand when its goals have been achieved. In this paper, we consider these issues in the context of question answering. Current state-of-the-art question answering models reason over an entire passage, not incrementally. As we will show, naive approaches to incremental reading, such as restriction to unidirectional language models in the model, perform poorly. We present extensions to the DocQA [2] model to allow incremental reading without loss of accuracy. The model also jointly learns to provide the best answer given the text that is seen so far and predict whether this best-so-far answer is sufficient.

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1901.04936/full.md

---
Source: https://tomesphere.com/paper/1901.04936