ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2109.04127
14
72

Word-Level Coreference Resolution

9 September 2021
V. Dobrovolskii
ArXivPDFHTML
Abstract

Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is O(n2)O(n^2)O(n2) in the length of text and the number of potential links is O(n4)O(n^4)O(n4), 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 O(n2)O(n^2)O(n2) 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.

View on arXiv
Comments on this paper