paper-with-me

홈 › Papers

End-to-end Neural Coreference Resolution

2017-07-21 · EMNLP 2017 9 · Kenton Lee, Luheng He, Mike Lewis, Luke Zettlemoyer

We introduce the first end-to-end coreference resolution model and show that it significantly outperforms all previous work without using a syntactic parser or hand-engineered mention detector. The key idea is to directly consider all spans in a document as potential mentions and learn distributions over possible antecedents for each. The model computes span embeddings that combine context-dependent boundary representations with a head-finding attention mechanism. It is trained to maximize the marginal likelihood of gold antecedent spans from coreference clusters and is factored to enable aggressive pruning of potential mentions. Experiments demonstrate state-of-the-art performance, with a gain of 1.5 F1 on the OntoNotes benchmark and by 3.1 F1 using a 5-model ensemble, despite the fact that this is the first approach to be successfully trained with no external resources.

📄 PDF Abstract BibTeX arXiv:1707.07045

Code (4)

kentonl/e2e-coref 공식 구현 tf
Achint08/e2e-coref-keras
ppriyank/Bert-Coref-Resolution-Lee- tf
shayneobrien/coreference-resolution pytorch

Tasks

Coreference Resolution

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Towards Harnessing Memory Networks for Coreference Resolution

2017-08-01 · WS 2017 8 · Joe Cheri, Pushpak Bhattacharyya

Coreference resolution task demands comprehending a discourse, especially for anaphoric mentions which require semantic information for resolving antecedents. We investigate into how memory networks can be helpful for co…

coreference-resolutionCoreference ResolutionQuestion AnsweringRepresentation Learning

Cross-document Coreference Resolution over Predicted Mentions

2021-06-02 · Findings (ACL) 2021 8 · Arie Cattan, Alon Eirew, Gabriel Stanovsky, Mandar Joshi 외

Coreference resolution has been mostly investigated within a single document scope, showing impressive progress in recent years based on end-to-end models. However, the more challenging task of cross-document (CD) corefe…

coreference-resolutionCoreference ResolutionCross Document Coreference Resolution

SinoCoreferencer: An End-to-End Chinese Event Coreference Resolver

2014-05-01 · LREC 2014 5 · Chen Chen, Vincent Ng

Compared to entity coreference resolution, there is a relatively small amount of work on event coreference resolution. Much work on event coreference was done for English. In fact, to our knowledge, there are no publicly…

coreference-resolutionCoreference ResolutionEntity Extraction using GANEntity Typing+3

Exploring Span Representations in Neural Coreference Resolution

2020-11-01 · EMNLP (CODI) 2020 11 · Patrick Kahardipraja, Olena Vyshnevska, Sharid Loáiciga

In coreference resolution, span representations play a key role to predict coreference links accurately. We present a thorough examination of the span representation derived by applying BERT on coreference resolution (Jo…

coreference-resolutionCoreference Resolution

Predicting Coreference in Abstract Meaning Representations

2020-12-01 · COLING (CRAC) 2020 12 · Tatiana Anikina, Alexander Koller, Michael Roth

This work addresses coreference resolution in Abstract Meaning Representation (AMR) graphs, a popular formalism for semantic parsing. We evaluate several current coreference resolution techniques on a recently published …

Abstract Meaning Representationcoreference-resolutionCoreference ResolutionSemantic Parsing