paper-with-me

홈 › Papers

Neural Coreference Resolution with Deep Biaffine Attention by Joint Mention Detection and Mention Clustering

2018-05-13 · ACL 2018 7 · Rui Zhang, Cicero Nogueira dos santos, Michihiro Yasunaga, Bing Xiang, Dragomir Radev

Coreference resolution aims to identify in a text all mentions that refer to the same real-world entity. The state-of-the-art end-to-end neural coreference model considers all text spans in a document as potential mentions and learns to link an antecedent for each possible mention. In this paper, we propose to improve the end-to-end coreference resolution system by (1) using a biaffine attention model to get antecedent scores for each possible mention, and (2) jointly optimizing the mention detection accuracy and the mention clustering log-likelihood given the mention cluster labels. Our model achieves the state-of-the-art performance on the CoNLL-2012 Shared Task English test set.

📄 PDF Abstract BibTeX arXiv:1805.04893

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringcoreference-resolutionCoreference Resolution

Similar Papers 제목 키워드 기반

Neural Mention Detection

2019-07-29 · LREC 2020 5 · Juntao Yu, Bernd Bohnet, Massimo Poesio

Mention detection is an important preprocessing step for annotation and interpretation in applications such as NER and coreference resolution, but few stand-alone neural models have been proposed able to handle the full …

coreference-resolutionCoreference ResolutionNER

Revisiting Joint Modeling of Cross-document Entity and Event Coreference Resolution

2019-06-04 · ACL 2019 7 · Shany Barhom, Vered Shwartz, Alon Eirew, Michael Bugert 외

Recognizing coreferring events and entities across multiple texts is crucial for many NLP applications. Despite the task's importance, research focus was given mostly to within-document entity coreference, with rather li…

coreference-resolutionCoreference ResolutionCross Document Coreference ResolutionEntity Cross-Document Coreference Resolution+3

Tackling Zero Pronoun Resolution and Non-Zero Coreference Resolution Jointly

2021-11-01 · CoNLL (EMNLP) 2021 11 · Shisong Chen, Binbin Gu, Jianfeng Qu, Zhixu Li 외

Zero pronoun resolution aims at recognizing dropped pronouns and pointing out their anaphoric mentions, while non-zero coreference resolution targets at clustering mentions referring to the same entity. Existing efforts …

coreference-resolutionCoreference Resolution

ImCoref-CeS: An Improved Lightweight Pipeline for Coreference Resolution with LLM-based Checker-Splitter Refinement

2025-10-11 · Kangyang Luo, Yuzhuo Bai, Shuzheng Si, Cheng Gao 외 arxiv

Coreference Resolution (CR) is a critical task in Natural Language Processing (NLP). Current research faces a key dilemma: whether to further explore the potential of supervised neural methods based on small language mod…

Coreference Resolution

Neural Coreference Resolution based on Reinforcement Learning

2022-12-18 · Yu Wang, Hongxia Jin

The target of a coreference resolution system is to cluster all mentions that refer to the same entity in a given context. All coreference resolution systems need to solve two subtasks; one task is to detect all of the p…

AllClusteringcoreference-resolutionCoreference Resolution+4