中文
相关论文

相关论文: SPLICE: A Singleton-Enhanced PipeLIne for Corefere…

200 篇论文

A long-standing challenge in coreference resolution has been the incorporation of entity-level information - features defined over clusters of mentions instead of mention pairs. We present a neural network based coreference system that…

计算与语言 · 计算机科学 2016-06-10 Kevin Clark , Christopher D. Manning

Coreference resolution is the task of identifying and grouping mentions referring to the same real-world entity. Previous neural models have mainly focused on learning span representations and pairwise scores for coreference decisions.…

计算与语言 · 计算机科学 2024-02-07 Elena Chistova , Ivan Smirnov

Traditional learning-based coreference resolvers operate by training the mention-pair model for determining whether two mentions are coreferent or not. Though conceptually simple and easy to understand, the mention-pair model is…

计算与语言 · 计算机科学 2014-05-21 Altaf Rahman , Vincent Ng

Coreference resolution is typically evaluated using aggregate statistical metrics such as CoNLL-F1, which measure structural overlap between predicted and gold clusters. While widely used, these metrics offer limited diagnostic insights,…

计算与语言 · 计算机科学 2026-05-12 Bruno Gatti , Giuliano Martinelli , Roberto Navigli

Performing event and entity coreference resolution across documents vastly increases the number of candidate mentions, making it intractable to do the full $n^2$ pairwise comparisons. Existing approaches simplify by considering coreference…

计算与语言 · 计算机科学 2023-05-29 William Held , Dan Iter , Dan Jurafsky

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) coreference resolution…

计算与语言 · 计算机科学 2021-06-03 Arie Cattan , Alon Eirew , Gabriel Stanovsky , Mandar Joshi , Ido Dagan

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 potential mentions,…

计算与语言 · 计算机科学 2022-12-20 Yu Wang , Hongxia Jin

Various neural-based methods have been proposed so far for joint mention detection and coreference resolution. However, existing works on coreference resolution are mainly dependent on filtered mention representation, while other spans are…

计算与语言 · 计算机科学 2021-08-06 Xin Tan , Longyin Zhang , Guodong Zhou

SOTA coreference resolution produces increasingly impressive scores on the OntoNotes benchmark. However lack of comparable data following the same scheme for more genres makes it difficult to evaluate generalizability to open domain data.…

计算与语言 · 计算机科学 2021-06-04 Yilun Zhu , Sameer Pradhan , Amir Zeldes

We propose a triad-based neural network system that generates affinity scores between entity mentions for coreference resolution. The system simultaneously accepts three mentions as input, taking mutual dependency and logical constraints of…

信息检索 · 计算机科学 2018-10-16 Yuanliang Meng , Anna Rumshisky

Recent evaluation protocols for Cross-document (CD) coreference resolution have often been inconsistent or lenient, leading to incomparable results across works and overestimation of performance. To facilitate proper future research on this…

计算与语言 · 计算机科学 2020-10-26 Arie Cattan , Alon Eirew , Gabriel Stanovsky , Mandar Joshi , Ido Dagan

We introduce PreCo, a large-scale English dataset for coreference resolution. The dataset is designed to embody the core challenges in coreference, such as entity representation, by alleviating the challenge of low overlap between training…

计算与语言 · 计算机科学 2018-10-24 Hong Chen , Zhenhua Fan , Hao Lu , Alan L. Yuille , Shu Rong

Despite significant recent progress in coreference resolution, the quality of current state-of-the-art systems still considerably trails behind human-level performance. Using the CoNLL-2012 and PreCo datasets, we dissect the best…

计算与语言 · 计算机科学 2021-09-10 Zhaofeng Wu , Matt Gardner

Entity Coreference Resolution is the task of resolving all mentions in a document that refer to the same real world entity and is considered as one of the most difficult tasks in natural language understanding. It is of great importance for…

计算与语言 · 计算机科学 2020-12-10 Nikolaos Stylianou , Ioannis Vlahavas

Coreference resolution, the task of identifying expressions in text that refer to the same entity, is a critical component in various natural language processing applications. This paper presents a novel end-to-end neural coreference…

计算与语言 · 计算机科学 2024-12-30 Ondřej Pražák , Miloslav Konopík , Pavel Král

Academic neural models for coreference resolution (coref) are typically trained on a single dataset, OntoNotes, and model improvements are benchmarked on that same dataset. However, real-world applications of coref depend on the annotation…

计算与语言 · 计算机科学 2021-10-04 Patrick Xia , Benjamin Van Durme

Relating entities and events in text is a key component of natural language understanding. Cross-document coreference resolution, in particular, is important for the growing interest in multi-document analysis tasks. In this work we propose…

计算与语言 · 计算机科学 2021-04-20 Emily Allaway , Shuai Wang , Miguel Ballesteros

Most existing approaches for zero pronoun resolution are heavily relying on annotated data, which is often released by shared task organizers. Therefore, the lack of annotated data becomes a major obstacle in the progress of zero pronoun…

计算与语言 · 计算机科学 2017-09-25 Ting Liu , Yiming Cui , Qingyu Yin , Weinan Zhang , Shijin Wang , Guoping Hu

There is compelling evidence that coreference prediction would benefit from modeling global information about entity-clusters. Yet, state-of-the-art performance can be achieved with systems treating each mention prediction independently,…

计算与语言 · 计算机科学 2016-04-12 Sam Wiseman , Alexander M. Rush , Stuart M. Shieber

We improve upon pairwise annotation for active learning in coreference resolution, by asking annotators to identify mention antecedents if a presented mention pair is deemed not coreferent. This simple modification, when combined with a…

计算与语言 · 计算机科学 2020-05-20 Belinda Z. Li , Gabriel Stanovsky , Luke Zettlemoyer