paper-with-me

홈 › Papers

Improving Coreference Resolution by Learning Entity-Level Distributed Representations

2016-06-04 · ACL 2016 8 · Kevin Clark, Christopher D. Manning

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.

📄 PDF Abstract BibTeX arXiv:1606.01323

Code (1)

clarkkev/deep-coref 공식 구현

Tasks

coreference-resolutionCoreference Resolution

Similar Papers 제목 키워드 기반

Word Embeddings as Features for Supervised Coreference Resolution

2017-09-01 · RANLP 2017 9 · Iliana Simova, Hans Uszkoreit

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+3

Evaluating the Impact of a Hierarchical Discourse Representation on Entity Coreference Resolution Performance

2021-04-20 · NAACL 2021 4 · Sopan Khosla, James Fiacco, Carolyn Rose

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 Resolution

Learning Global Features for Coreference Resolution

2016-04-11 · NAACL 2016 6 · Sam Wiseman, Alexander M. Rush, Stuart M. Shieber

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 ResolutionPrediction

Efficient Seq2seq Coreference Resolution Using Entity Representations

2025-10-16 · Matt Grenander, Shay B. Cohen, Mark Steedman arxiv

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 Resolution

Variational Graph Autoencoding as Cheap Supervision for AMR Coreference Resolution

2022-05-01 · ACL 2022 5 · Irene Li, Linfeng Song, Kun Xu, Dong Yu

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