paper-with-me

홈 › Papers

The Referential Reader: A Recurrent Entity Network for Anaphora Resolution

2019-02-05 · ACL 2019 7 · Fei Liu, Luke Zettlemoyer, Jacob Eisenstein

We present a new architecture for storing and accessing entity mentions during online text processing. While reading the text, entity references are identified, and may be stored by either updating or overwriting a cell in a fixed-length memory. The update operation implies coreference with the other mentions that are stored in the same cell; the overwrite operation causes these mentions to be forgotten. By encoding the memory operations as differentiable gates, it is possible to train the model end-to-end, using both a supervised anaphora resolution objective as well as a supplementary language modeling objective. Evaluation on a dataset of pronoun-name anaphora demonstrates strong performance with purely incremental text processing.

📄 PDF Abstract BibTeX arXiv:1902.01541

Code (1)

liufly/refreader 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Anaphora and Coreference Resolution: A Review

2018-05-30 · Rhea Sukthanker, Soujanya Poria, Erik Cambria, Ramkumar Thirunavukarasu

Entity resolution aims at resolving repeated references to an entity in a document and forms a core component of natural language processing (NLP) research. This field possesses immense potential to improve the performan…

coreference-resolutionCoreference ResolutionEntity ResolutionMachine Translation+2

Pipeline Coreference Resolution Model for Anaphoric Identity in Dialogues

2022-10-01 · COLING (CODI, CRAC) 2022 10 · Damrin Kim, Seongsik Park, Mirae Han, Harksoo Kim

CODI-CRAC 2022 Shared Task in Dialogues consists of three sub-tasks: Sub-task 1 is the resolution of anaphoric identity, sub-task 2 is the resolution of bridging references, and sub-task 3 is the resolution of discourse …

coreference-resolutionCoreference ResolutionTask 2

Graph-combined Coreference Resolution Methods on Conversational Machine Reading Comprehension with Pre-trained Language Model

2022-05-01 · dialdoc (ACL) 2022 5 · Zhaodong Wang, Kazunori Komatani

Coreference resolution such as for anaphora has been an essential challenge that is commonly found in conversational machine reading comprehension (CMRC). This task aims to determine the referential entity to which a pro…

coreference-resolutionCoreference ResolutionGraph Neural NetworkLanguage Modeling+3

The Universal Anaphora Scorer

2022-06-01 · LREC 2022 6 · Juntao Yu, Sopan Khosla, Nafise Sadat Moosavi, Silviu Paun 외

The aim of the Universal Anaphora initiative is to push forward the state of the art in anaphora and anaphora resolution by expanding the aspects of anaphoric interpretation which are or can be reliably annotated in anap…

The Pipeline Model for Resolution of Anaphoric Reference and Resolution of Entity Reference

2021-11-01 · ACL (CODI, CRAC) 2021 11 · Hongjin Kim, Damrin Kim, Harksoo Kim

The objective of anaphora resolution in dialogue shared-task is to go above and beyond the simple cases of coreference resolution in written text on which NLP has mostly focused so far, which arguably overestimate the pe…

coreference-resolutionCoreference ResolutionReferring Expression