Improving Coreference Resolution by Learning Entity-Level Distributed Representations
A long-standing challenge in coreference resolution has been the incorporation of entity-level information - features defined over clusters of mentions instead of mention pairs. We present a neural network based coreference system that produces high-dimensional vector representations for pairs of coreference clusters. Using these representations, our system learns when combining clusters is desirable. We train the system with a learning-to-search algorithm that teaches it which local decisions (cluster merges) will lead to a high-scoring final coreference partition. The system substantially outperforms the current state-of-the-art on the English and Chinese portions of the CoNLL 2012 Shared Task dataset despite using few hand-engineered features.
Code (1)
Tasks
coreference-resolutionCoreference ResolutionSimilar Papers 제목 키워드 기반
Word Embeddings as Features for Supervised Coreference Resolution
A common reason for errors in coreference resolution is the lack of semantic information to help determine the compatibility between mentions referring to the same entity. Distributed representations, which have been sho…
coreference-resolutionCoreference ResolutionDimensionality ReductionMachine Translation+3Evaluating the Impact of a Hierarchical Discourse Representation on Entity Coreference Resolution Performance
Recent work on entity coreference resolution (CR) follows current trends in Deep Learning applied to embeddings and relatively simple task-related features. SOTA models do not make use of hierarchical representations of …
coreference-resolutionCoreference ResolutionLearning Global Features for Coreference Resolution
There is compelling evidence that coreference prediction would benefit from modeling global information about entity-clusters. Yet, state-of-the-art performance can be achieved with systems treating each mention predicti…
Attributecoreference-resolutionCoreference ResolutionPredictionEfficient Seq2seq Coreference Resolution Using Entity Representations
Seq2seq coreference models have introduced a new paradigm for coreference resolution by learning to generate text corresponding to coreference labels, without requiring task-specific parameters. While these models achiev…
Coreference ResolutionVariational Graph Autoencoding as Cheap Supervision for AMR Coreference Resolution
Coreference resolution over semantic graphs like AMRs aims to group the graph nodes that represent the same entity. This is a crucial step for making document-level formal semantic representations. With annotated data on…
coreference-resolutionCoreference Resolution