English

Learning to Ignore: Long Document Coreference with Bounded Memory Neural Networks

Computation and Language 2020-11-18 v3 Machine Learning

Abstract

Long document coreference resolution remains a challenging task due to the large memory and runtime requirements of current models. Recent work doing incremental coreference resolution using just the global representation of entities shows practical benefits but requires keeping all entities in memory, which can be impractical for long documents. We argue that keeping all entities in memory is unnecessary, and we propose a memory-augmented neural network that tracks only a small bounded number of entities at a time, thus guaranteeing a linear runtime in length of document. We show that (a) the model remains competitive with models with high memory and computational requirements on OntoNotes and LitBank, and (b) the model learns an efficient memory management strategy easily outperforming a rule-based strategy.

Keywords

Cite

@article{arxiv.2010.02807,
  title  = {Learning to Ignore: Long Document Coreference with Bounded Memory Neural Networks},
  author = {Shubham Toshniwal and Sam Wiseman and Allyson Ettinger and Karen Livescu and Kevin Gimpel},
  journal= {arXiv preprint arXiv:2010.02807},
  year   = {2020}
}

Comments

Post EMNLP 2020 camera ready updates

R2 v1 2026-06-23T19:05:32.079Z