CLLGMar 30, 2022

Graph Refinement for Coreference Resolution

arXiv:2203.16574v1641 citations
Originality Incremental advance
AI Analysis

This addresses coreference resolution for NLP applications, offering an incremental advance by incorporating global dependencies.

The paper tackles coreference resolution by proposing a document-level modeling approach using graph structures and iterative refinement, achieving improvements over various baselines.

The state-of-the-art models for coreference resolution are based on independent mention pair-wise decisions. We propose a modelling approach that learns coreference at the document-level and takes global decisions. For this purpose, we model coreference links in a graph structure where the nodes are tokens in the text, and the edges represent the relationship between them. Our model predicts the graph in a non-autoregressive manner, then iteratively refines it based on previous predictions, allowing global dependencies between decisions. The experimental results show improvements over various baselines, reinforcing the hypothesis that document-level information improves conference resolution.

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