Sentence-Incremental Neural Coreference Resolution
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.
Code (1)
Tasks
coreference-resolutionCoreference ResolutionSentenceSimilar Papers 제목 키워드 기반
Incremental Neural Coreference Resolution in Constant Memory
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 ResolutionSentenceEfficient 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 ResolutionLimited memory incremental coreference resolution
Sentence Level Representation And Language Models In The Task Of Coreference Resolution For Russian
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 ResolutionSentenceCorefDRE: Document-level Relation Extraction with coreference resolution
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