CLLGSep 25, 2020

Revealing the Myth of Higher-Order Inference in Coreference Resolution

arXiv:2009.12013v21011 citations
Originality Incremental advance
AI Analysis

This work challenges a widely adopted technique in coreference resolution, suggesting it may be unnecessary with strong encoders, which is incremental for researchers and practitioners in NLP.

The paper investigates the effectiveness of higher-order inference (HOI) in coreference resolution, finding that with a high-performing encoder like SpanBERT, HOI has negative to marginal impact, and achieves an Avg-F1 of 80.2 on the CoNLL 2012 dataset using a novel cluster merging method.

This paper analyzes the impact of higher-order inference (HOI) on the task of coreference resolution. HOI has been adapted by almost all recent coreference resolution models without taking much investigation on its true effectiveness over representation learning. To make a comprehensive analysis, we implement an end-to-end coreference system as well as four HOI approaches, attended antecedent, entity equalization, span clustering, and cluster merging, where the latter two are our original methods. We find that given a high-performing encoder such as SpanBERT, the impact of HOI is negative to marginal, providing a new perspective of HOI to this task. Our best model using cluster merging shows the Avg-F1 of 80.2 on the CoNLL 2012 shared task dataset in English.

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