中文
相关论文

相关论文: Evaluation of Coreference Rules on Complex Narrati…

200 篇论文

Correctly resolving textual mentions of people fundamentally entails making inferences about those people. Such inferences raise the risk of systemic biases in coreference resolution systems, including biases that can harm binary and…

计算与语言 · 计算机科学 2020-12-03 Yang Trista Cao , Hal Daumé

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

Anaphora resolution is envisaged in this paper as part of the reference resolution process. A general open architecture is proposed, which can be particularized and configured in order to simulate some classic anaphora resolution methods.…

计算与语言 · 计算机科学 2007-05-23 Andrei Popescu-Belis , Isabelle Robba

People are often entities of interest in tasks such as search and information extraction. In these tasks, the goal is to find as much information as possible about people specified by their name. However in text, some of the references to…

计算与语言 · 计算机科学 2018-11-21 Oshin Agarwal , Sanjay Subramanian , Ani Nenkova , Dan Roth

The state-of-the-art models for coreference resolution are based on independent mention pair-wise decisions. We propose a modelling approach that learns coreference at the document-level and takes global decisions. For this purpose, we…

计算与语言 · 计算机科学 2022-04-01 Lesly Miculicich , James Henderson

Coreference resolution is a key problem in natural language understanding that still escapes reliable solutions. One fundamental difficulty has been that of resolving instances involving pronouns since they often require deep language…

计算与语言 · 计算机科学 2019-07-15 Haoruo Peng , Daniel Khashabi , Dan Roth

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 tackle two main tasks: one task is to detect all of the potential mentions, and the…

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

We consider estimation procedures which are recursive in the sense that each successive estimator is obtained from the previous one by a simple adjustment. We study rate of convergence of recursive estimation procedures for the general…

统计理论 · 数学 2007-05-23 Teo Sharia

Coreference resolution is essential for natural language understanding and has been long studied in NLP. In recent years, as the format of Question Answering (QA) became a standard for machine reading comprehension (MRC), there have been…

计算与语言 · 计算机科学 2021-06-10 Mingzhu Wu , Nafise Sadat Moosavi , Dan Roth , Iryna Gurevych

Explanations for Convolutional Neural Networks (CNNs) based on relevance of input pixels might be too unspecific to evaluate which and how input features impact model decisions. Especially in complex real-world domains like biology, the…

机器学习 · 计算机科学 2024-08-07 Bettina Finzel , Patrick Hilme , Johannes Rabold , Ute Schmid

Statements about entities occur everywhere, from newspapers and web pages to structured databases. Correlating references to entities across systems that use different identifiers or names for them is a widespread problem. In this paper, we…

人工智能 · 计算机科学 2014-06-27 R. V. Guha

We consider estimation procedures which are recursive in the sense that each successive estimator is obtained from the previous one by a simple adjustment. We propose a wide class of recursive estimation procedures for the general…

统计理论 · 数学 2007-05-23 Teo Sharia

Coreference resolution is an intermediate step for text understanding. It is used in tasks and domains for which we do not necessarily have coreference annotated corpora. Therefore, generalization is of special importance for coreference…

计算与语言 · 计算机科学 2018-10-15 Nafise Sadat Moosavi , Michael Strube

ARKref is a tool for noun phrase coreference. It is a deterministic, rule-based system that uses syntactic information from a constituent parser, and semantic information from an entity recognition component. Its architecture is based on…

计算与语言 · 计算机科学 2013-10-09 Brendan O'Connor , Michael Heilman

Coreference Resolution systems are typically evaluated on benchmarks containing small- to medium-scale documents. When it comes to evaluating long texts, however, existing benchmarks, such as LitBank, remain limited in length and do not…

计算与语言 · 计算机科学 2025-07-17 Giuliano Martinelli , Tommaso Bonomo , Pere-Lluís Huguet Cabot , Roberto Navigli

All state-of-the-art coreference resolution (CR) models involve finetuning a pretrained language model. Whether the superior performance of one CR model over another is due to the choice of language model or other factors, such as the…

计算与语言 · 计算机科学 2024-04-24 Ian Porada , Xiyuan Zou , Jackie Chi Kit Cheung

Selectional preferences have long been claimed to be essential for coreference resolution. However, they are mainly modeled only implicitly by current coreference resolvers. We propose a dependency-based embedding model of selectional…

计算与语言 · 计算机科学 2017-07-21 Benjamin Heinzerling , Nafise Sadat Moosavi , Michael Strube

In this paper, we present an accurate and extensible approach for the coreference resolution task. We formulate the problem as a span prediction task, like in machine reading comprehension (MRC): A query is generated for each candidate…

计算与语言 · 计算机科学 2020-07-21 Wei Wu , Fei Wang , Arianna Yuan , Fei Wu , Jiwei Li

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

Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is $O(n^2)$ in the length of text and the number of potential links is $O(n^4)$, various pruning…

计算与语言 · 计算机科学 2022-04-12 Vladimir Dobrovolskii