CLJul 4, 2021

End-to-end Neural Coreference Resolution Revisited: A Simple yet Effective Baseline

arXiv:2107.01700v313 citations
AI Analysis

This work provides a competitive, simpler alternative for researchers and practitioners in natural language processing, though it is incremental as it builds on existing models.

The authors tackled the complexity of extended neural coreference resolution models by proposing a simplified baseline using pre-trained Transformers, which outperformed all recent extended works on the English OntoNotes benchmark.

Since the first end-to-end neural coreference resolution model was introduced, many extensions to the model have been proposed, ranging from using higher-order inference to directly optimizing evaluation metrics using reinforcement learning. Despite improving the coreference resolution performance by a large margin, these extensions add substantial extra complexity to the original model. Motivated by this observation and the recent advances in pre-trained Transformer language models, we propose a simple yet effective baseline for coreference resolution. Even though our model is a simplified version of the original neural coreference resolution model, it achieves impressive performance, outperforming all recent extended works on the public English OntoNotes benchmark. Our work provides evidence for the necessity of carefully justifying the complexity of existing or newly proposed models, as introducing a conceptual or practical simplification to an existing model can still yield competitive results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes