Coreference Resolution

261 papers with code • 16 benchmarks • 43 datasets

Coreference resolution is the task of clustering mentions in text that refer to the same underlying real world entities.

Example:

               +-----------+
               |           |
I voted for Obama because he was most aligned with my values", she said.
 |                                                 |            |
 +-------------------------------------------------+------------+

"I", "my", and "she" belong to the same cluster and "Obama" and "he" belong to the same cluster.

Latest papers with no code

Parallel Data Helps Neural Entity Coreference Resolution

no code yet • 28 May 2023

Coreference resolution is the task of finding expressions that refer to the same entity in a text.

Linear-Time Modeling of Linguistic Structure: An Order-Theoretic Perspective

no code yet • 24 May 2023

We show that these exhaustive comparisons can be avoided, and, moreover, the complexity of such tasks can be reduced to linear by casting the relation between tokens as a partial order over the string.

It Takes Two to Tango: Navigating Conceptualizations of NLP Tasks and Measurements of Performance

no code yet • 15 May 2023

Progress in NLP is increasingly measured through benchmarks; hence, contextualizing progress requires understanding when and why practitioners may disagree about the validity of benchmarks.

Investigating Failures to Generalize for Coreference Resolution Models

no code yet • 16 Mar 2023

We investigate the extent to which errors of current coreference resolution models are associated with existing differences in operationalization across datasets (OntoNotes, PreCo, and Winogrande).

Variational Quantum Classifiers for Natural-Language Text

no code yet • 4 Mar 2023

As part of the recent research effort on quantum natural language processing (QNLP), variational quantum sentence classifiers (VQSCs) have been implemented and supported in lambeq / DisCoPy, based on the DisCoCat model of sentence meaning.

Evaluating and Improving the Coreference Capabilities of Machine Translation Models

no code yet • 16 Feb 2023

Machine translation (MT) requires a wide range of linguistic capabilities, which current end-to-end models are expected to learn implicitly by observing aligned sentences in bilingual corpora.

Counter-GAP: Counterfactual Bias Evaluation through Gendered Ambiguous Pronouns

no code yet • 11 Feb 2023

Bias-measuring datasets play a critical role in detecting biased behavior of language models and in evaluating progress of bias mitigation methods.

SMDDH: Singleton Mention detection using Deep Learning in Hindi Text

no code yet • 23 Jan 2023

Coreferential mentions are those mentions in a text that refer to the same entities in a real world.

Ensemble Transfer Learning for Multilingual Coreference Resolution

no code yet • 22 Jan 2023

Leveraging the idea that the coreferential links naturally exist between anchor texts pointing to the same article, our method builds a sizeable distantly-supervised dataset for the target language that consists of tens of thousands of documents.

Hybrid Rule-Neural Coreference Resolution System based on Actor-Critic Learning

no code yet • 20 Dec 2022

A coreference resolution system is to cluster all mentions that refer to the same entity in a given context.