paper-with-me

홈 › Papers

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 achieve new state-of-the-art performance, they do so at the cost of flexibility and efficiency. In particular, they do not efficiently handle incremental settings such as dialogue, where text must processed sequentially. We propose a compressed representation in order to improve the efficiency of these methods in incremental settings. Our method works by extracting and re-organizing entity-level tokens, and discarding the majority of other input tokens. On OntoNotes, our best model achieves just 0.6 CoNLL F1 points below a full-prefix, incremental baseline while achieving a compression ratio of 1.8. On LitBank, where singleton mentions are annotated, it passes state-of-the-art performance. Our results indicate that discarding a wide portion of tokens in seq2seq resolvers is a feasible strategy for incremental coreference resolution.

📄 PDF Abstract BibTeX arXiv:2510.14504

Code (0)

등록된 구현이 없습니다.

Tasks

Coreference Resolution

Similar Papers 제목 키워드 기반

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

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 corefere…

coreference-resolutionCoreference Resolution

Light Coreference Resolution for Russian with Hierarchical Discourse Features

2023-06-02 · Elena Chistova, Ivan Smirnov

Coreference resolution is the task of identifying and grouping mentions referring to the same real-world entity. Previous neural models have mainly focused on learning span representations and pairwise scores for corefer…

coreference-resolutionCoreference ResolutionLanguage ModelingLanguage Modelling

Hybrid Rule-Neural Coreference Resolution System based on Actor-Critic Learning

2022-12-20 · Yu Wang, Hongxia Jin

A coreference resolution system is to cluster all mentions that refer to the same entity in a given context. All coreference resolution systems need to tackle two main tasks: one task is to detect all of the potential me…

Allcoreference-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