TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Word-Level Coreference Resolution

Word-Level Coreference Resolution

Vladimir Dobrovolskii

2021-09-09EMNLP 2021 11coreference-resolutionCoreference Resolution
PaperPDFCode(official)

Abstract

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

Results

TaskDatasetMetricValueModel
Coreference ResolutionOntoNotesF181wl-coref + RoBERTa
Coreference ResolutionCoNLL 2012Avg F181wl-coref + RoBERTa

Related Papers

CORE-KG: An LLM-Driven Knowledge Graph Construction Framework for Human Smuggling Networks2025-06-20Disambiguating Reference in Visually Grounded Dialogues through Joint Modeling of Textual and Multimodal Semantic Structures2025-05-16Multimodal Coreference Resolution for Chinese Social Media Dialogues: Dataset and Benchmark Approach2025-04-19Long-context Non-factoid Question Answering in Indic Languages2025-04-18RAKG:Document-level Retrieval Augmented Knowledge Graph Construction2025-04-14Cross-Document Contextual Coreference Resolution in Knowledge Graphs2025-04-08A Rule Based Solution to Co-reference Resolution in Clinical Text2025-03-12LegalCore: A Dataset for Legal Documents Event Coreference Resolution2025-02-18