Pith. sign in

Learning to Search in Long Documents Using Document Structure

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Reading comprehension models are based on recurrent neural networks that sequentially process the document tokens. As interest turns to answering more complex questions over longer documents, sequential reading of large portions of text becomes a substantial bottleneck. Inspired by how humans use document structure, we propose a novel framework for reading comprehension. We represent documents as trees, and model an agent that learns to interleave quick navigation through the document tree with more expensive answer extraction. To encourage exploration of the document tree, we propose a new algorithm, based on Deep Q-Network (DQN), which strategically samples tree nodes at training time. Empirically we find our algorithm improves question answering performance compared to DQN and a strong information-retrieval (IR) baseline, and that ensembling our model with the IR baseline results in further gains in performance.

fields

cs.CL 1

years

2019 1

verdicts

CONDITIONAL 1

representative citing papers

citing papers explorer

Showing 1 of 1 citing paper.

  • Interactive Machine Comprehension with Information Seeking Agents cs.CL · 2019-08-27 · conditional · none · ref 4 · internal anchor

    Reframing machine reading comprehension as an interactive, partially observable environment where agents reveal hidden sentences via commands, and showing a DQN-based baseline can learn to seek answers.