CLAIOct 9, 2023

CAW-coref: Conjunction-Aware Word-level Coreference Resolution

arXiv:2310.06165v2136 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific failure case in efficient coreference resolution for NLP applications like information extraction, but it is incremental as it builds on an existing word-level system.

The paper tackled the problem of coreference resolution systems being too expensive for large-scale use by improving an efficient word-level model's handling of conjoined mentions like 'Tom and Mary', resulting in a 0.9% F1 improvement on the OntoNotes test set and reducing the performance gap with expensive state-of-the-art methods by 34.6%.

State-of-the-art coreference resolutions systems depend on multiple LLM calls per document and are thus prohibitively expensive for many use cases (e.g., information extraction with large corpora). The leading word-level coreference system (WL-coref) attains 96.6% of these SOTA systems' performance while being much more efficient. In this work, we identify a routine yet important failure case of WL-coref: dealing with conjoined mentions such as 'Tom and Mary'. We offer a simple yet effective solution that improves the performance on the OntoNotes test set by 0.9% F1, shrinking the gap between efficient word-level coreference resolution and expensive SOTA approaches by 34.6%. Our Conjunction-Aware Word-level coreference model (CAW-coref) and code is available at https://github.com/KarelDO/wl-coref.

Code Implementations1 repo
Foundations

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

Your Notes