CLAILGMay 12, 2023

A Memory Model for Question Answering from Streaming Data Supported by Rehearsal and Anticipation of Coreference Information

arXiv:2305.07565v1224 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient memory usage in question answering for streaming data, offering a domain-specific improvement over existing memory networks.

The authors tackled the problem of question answering from streaming data by proposing a memory model that uses rehearsal and anticipation mechanisms, inspired by human memorization, to improve information retention. The model achieved substantial improvements over previous memory network approaches on datasets like bAbI, NarrativeQA, and ActivityNet-QA.

Existing question answering methods often assume that the input content (e.g., documents or videos) is always accessible to solve the task. Alternatively, memory networks were introduced to mimic the human process of incremental comprehension and compression of the information in a fixed-capacity memory. However, these models only learn how to maintain memory by backpropagating errors in the answers through the entire network. Instead, it has been suggested that humans have effective mechanisms to boost their memorization capacities, such as rehearsal and anticipation. Drawing inspiration from these, we propose a memory model that performs rehearsal and anticipation while processing inputs to memorize important information for solving question answering tasks from streaming data. The proposed mechanisms are applied self-supervised during training through masked modeling tasks focused on coreference information. We validate our model on a short-sequence (bAbI) dataset as well as large-sequence textual (NarrativeQA) and video (ActivityNet-QA) question answering datasets, where it achieves substantial improvements over previous memory network approaches. Furthermore, our ablation study confirms the proposed mechanisms' importance for memory models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes