Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Shubham Toshniwal, Sam Wiseman, Allyson Ettinger, Karen Livescu, Kevin Gimpel• 2020

Related benchmarks

TaskDatasetResultRank
Coreference ResolutionLitBank 1.0 (test)
CoNLL F176.5
27
Coreference ResolutionEnglish OntoNotes 5.0 (test)--
18
Coreference ResolutionLitBank 1.0 (dev)
CoNLL F177.1
15
Coreference ResolutionOntoNotes 5.0 (dev)
CoNLL F179.6
13
Coreference ResolutionOntoNotes v1 (test)
CoNLL F179.6
11
Coreference ResolutionOntoNotes v1 (dev)
CoNLL F179.7
11
Showing 6 of 6 rows

Other info

Code

Follow for update