paper-with-me

Papers

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 deixis/abstract anaphora. Anaphora resolution is the task of detecting mentions from input documents and clustering the mentions of the same entity. The end-to-end model proceeds with the pruning of the candidate mention, and the pruning has the possibility of removing the correct mention. Also, the end-to-end anaphora resolution model has high model complexity, which takes a long time to train. Therefore, we proceed with the anaphora resolution as a two-stage pipeline model. In the first mention detection step, the score of the candidate word span is calculated, and the mention is predicted without pruning. In the second anaphora resolution step, the pair of mentions of the anaphora resolution relationship is predicted using the mentions predicted in the mention detection step. We propose a two-stage anaphora resolution pipeline model that reduces model complexity and training time, and maintains similar performance to end-to-end models. As a result of the experiment, the anaphora resolution showed a performance of 68.27% in Light, 48.87% in AMI, 69.06% in Persuasion, and 60.99% on Switchboard. Our final system ranked 3rd on the leaderboard of sub-task 1.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionTask 2

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

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

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…

Scoring Coreference Chains with Split-Antecedent Anaphors

2022-05-24 · Silviu Paun, Juntao Yu, Nafise Sadat Moosavi, Massimo Poesio

Anaphoric reference is an aspect of language interpretation covering a variety of types of interpretation beyond the simple case of identity reference to entities introduced via nominal expressions covered by the traditi…

Adapted End-to-End Coreference Resolution System for Anaphoric Identities in Dialogues

2021-09-01 · ACL (CODI, CRAC) 2021 11 · Liyan Xu, Jinho D. Choi

We present an effective system adapted from the end-to-end neural coreference resolution model, targeting on the task of anaphora resolution in dialogues. Three aspects are specifically addressed in our approach, includi…

coreference-resolutionCoreference ResolutionTransfer Learning

Joint Learning for Event Coreference Resolution

2017-07-01 · ACL 2017 7 · Jing Lu, Vincent Ng

While joint models have been developed for many NLP tasks, the vast majority of event coreference resolvers, including the top-performing resolvers competing in the recent TAC KBP 2016 Event Nugget Detection and Corefere…

coreference-resolutionCoreference ResolutionEvent Coreference Resolution