TL;DR
This paper introduces a word-level approach to coreference resolution that reduces computational complexity and outperforms span-based models, while maintaining competitive accuracy on benchmark datasets.
Contribution
The authors propose a novel word-level coreference resolution model that simplifies computations and eliminates the need for pruning, outperforming span-based models like SpanBERT.
Findings
Reduces complexity from O(n^4) to O(n^2)
Outperforms SpanBERT on coreference resolution
Maintains competitive accuracy on OntoNotes
Abstract
Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is in the length of text and the number of potential links is , various pruning techniques are necessary to make this approach computationally feasible. We propose instead to consider coreference links between individual words rather than word spans and then reconstruct the word spans. This reduces the complexity of the coreference model to and allows it to consider all potential mentions without pruning any of them out. We also demonstrate that, with these changes, SpanBERT for coreference resolution will be significantly outperformed by RoBERTa. While being highly efficient, our model performs competitively with recent coreference resolution systems on the OntoNotes benchmark.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Pruning · Linear Layer · Attention Dropout · Multi-Head Attention · WordPiece · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Weight Decay · Residual Connection
