CLAug 1, 2017

Using Linguistic Features to Improve the Generalization Capability of Neural Coreference Resolvers

arXiv:1708.00160v21097 citations
AI Analysis

This addresses the generalization issue in coreference resolution for tasks and domains lacking annotated data, representing an incremental improvement.

The paper tackled the problem of poor generalization of neural coreference resolvers to new domains by investigating linguistic features, showing that using informative features and their subsets considerably improves generalization, achieving state-of-the-art results in out-of-domain evaluations, such as on-par performance on WikiCoref with a system trained on CoNLL.

Coreference resolution is an intermediate step for text understanding. It is used in tasks and domains for which we do not necessarily have coreference annotated corpora. Therefore, generalization is of special importance for coreference resolution. However, while recent coreference resolvers have notable improvements on the CoNLL dataset, they struggle to generalize properly to new domains or datasets. In this paper, we investigate the role of linguistic features in building more generalizable coreference resolvers. We show that generalization improves only slightly by merely using a set of additional linguistic features. However, employing features and subsets of their values that are informative for coreference resolution, considerably improves generalization. Thanks to better generalization, our system achieves state-of-the-art results in out-of-domain evaluations, e.g., on WikiCoref, our system, which is trained on CoNLL, achieves on-par performance with a system designed for this dataset.

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