English

Seq2seq is All You Need for Coreference Resolution

Computation and Language 2023-10-24 v1

Abstract

Existing works on coreference resolution suggest that task-specific models are necessary to achieve state-of-the-art performance. In this work, we present compelling evidence that such models are not necessary. We finetune a pretrained seq2seq transformer to map an input document to a tagged sequence encoding the coreference annotation. Despite the extreme simplicity, our model outperforms or closely matches the best coreference systems in the literature on an array of datasets. We also propose an especially simple seq2seq approach that generates only tagged spans rather than the spans interleaved with the original text. Our analysis shows that the model size, the amount of supervision, and the choice of sequence representations are key factors in performance.

Keywords

Cite

@article{arxiv.2310.13774,
  title  = {Seq2seq is All You Need for Coreference Resolution},
  author = {Wenzheng Zhang and Sam Wiseman and Karl Stratos},
  journal= {arXiv preprint arXiv:2310.13774},
  year   = {2023}
}

Comments

EMNLP 2023

R2 v1 2026-06-28T12:57:16.498Z