paper-with-me

홈 › Papers

Sentence-Incremental Neural Coreference Resolution

2023-05-26 · Matt Grenander, Shay B. Cohen, Mark Steedman

We propose a sentence-incremental neural coreference resolution system which incrementally builds clusters after marking mention boundaries in a shift-reduce method. The system is aimed at bridging two recent approaches at coreference resolution: (1) state-of-the-art non-incremental models that incur quadratic complexity in document length with high computational cost, and (2) memory network-based models which operate incrementally but do not generalize beyond pronouns. For comparison, we simulate an incremental setting by constraining non-incremental systems to form partial coreference chains before observing new sentences. In this setting, our system outperforms comparable state-of-the-art methods by 2 F1 on OntoNotes and 7 F1 on the CODI-CRAC 2021 corpus. In a conventional coreference setup, our system achieves 76.3 F1 on OntoNotes and 45.8 F1 on CODI-CRAC 2021, which is comparable to state-of-the-art baselines. We also analyze variations of our system and show that the degree of incrementality in the encoder has a surprisingly large effect on the resulting performance.

📄 PDF Abstract BibTeX arXiv:2305.16947

Code (1)

mgrenander/sentence-incremental-coref 공식 구현 pytorch

Tasks

coreference-resolutionCoreference ResolutionSentence

Similar Papers 제목 키워드 기반

Incremental Neural Coreference Resolution in Constant Memory

2020-04-30 · EMNLP 2020 11 · Patrick Xia, João Sedoc, Benjamin Van Durme

We investigate modeling coreference resolution under a fixed memory constraint by extending an incremental clustering algorithm to utilize contextualized encoders and neural components. Given a new sentence, our end-to-e…

Clusteringcoreference-resolutionCoreference ResolutionSentence

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

Limited memory incremental coreference resolution

2014-08-01 · COLING 2014 8 · Kellie Webster, James R. Curran
coreference-resolutionCoreference ResolutionEntity LinkingRelation Extraction

Sentence Level Representation And Language Models In The Task Of Coreference Resolution For Russian

2019-05-29 · Computational Linguistics and Intellectual Technologies: Proceedings of the International Conference “Dialogue 2019” 2019 5 · Le T. A., Petrov M. A., Kuratov Y. M., Burtsev M. S.

Coreference Resolution (CR) is one of the most difficult tasks in the field of Natural Language Processing due to the lack of deeply and comprehensively understanding the semantic meaning of the mention in not only the s…

coreference-resolutionCoreference ResolutionSentence

CorefDRE: Document-level Relation Extraction with coreference resolution

2022-02-22 · Zhongxuan Xue, Rongzhen Li, Qizhu Dai, Zhong Jiang

Document-level relation extraction is to extract relation facts from a document consisting of multiple sentences, in which pronoun crossed sentences are a ubiquitous phenomenon against a single sentence. However, most of…

coreference-resolutionCoreference ResolutionDocument-level Relation ExtractionRelation+2