SPLICE: A Singleton-Enhanced PipeLIne for Coreference REsolution
Yilun Zhu, Siyao Peng, Sameer Pradhan, Amir Zeldes
TL;DR
This work tackles the absence of singleton annotations in coreference datasets by reconstructing near-gold singletons using syntactic NP extraction and an ARRAU-based classifier, enabling a pipeline that separates mention detection from coreference linking. It introduces SPLICE, a two-step system that trains on the union of gold coreference marks and predicted mentions, achieving comparable in-domain performance to end-to-end models and improved generalization to out-of-domain data. Key findings show that precision in mention detection drives larger gains in coreference clustering than recall improvements, and that incorporating singletons enhances cross-domain stability (+1.1 F1 on OntoGUM). The study provides a more interpretable framework for coreference by decoupling mention detection from linking and emphasizes the practical value of gold-like singleton annotations for robust discourse analysis across domains.
Abstract
Singleton mentions, i.e.~entities mentioned only once in a text, are important to how humans understand discourse from a theoretical perspective. However previous attempts to incorporate their detection in end-to-end neural coreference resolution for English have been hampered by the lack of singleton mention spans in the OntoNotes benchmark. This paper addresses this limitation by combining predicted mentions from existing nested NER systems and features derived from OntoNotes syntax trees. With this approach, we create a near approximation of the OntoNotes dataset with all singleton mentions, achieving ~94% recall on a sample of gold singletons. We then propose a two-step neural mention and coreference resolution system, named SPLICE, and compare its performance to the end-to-end approach in two scenarios: the OntoNotes test set and the out-of-domain (OOD) OntoGUM corpus. Results indicate that reconstructed singleton training yields results comparable to end-to-end systems for OntoNotes, while improving OOD stability (+1.1 avg. F1). We conduct error analysis for mention detection and delve into its impact on coreference clustering, revealing that precision improvements deliver more substantial benefits than increases in recall for resolving coreference chains.
