EMNLP 2023long main0 citations

Seq2seq is All You Need for Coreference Resolution

Wenzheng Zhang, Sam Wiseman, Karl Stratos

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 consider an even simpler version of seq2seq that generates only the tagged spans and find it highly performant. Our analysis shows that the model size, the amount of supervision, and the choice of sequence representations are key factors in performance.

coreference resolutionsequence-to-sequence models
BibTeX
@inproceedings{
zhang2023seqseq,
title={Seq2seq is All You Need for Coreference Resolution},
author={Wenzheng Zhang and Sam Wiseman and Karl Stratos},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=IhHB1l1mwp}
}