Coreference Resolution

263 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.

HuixiangDou-CR: Coreference Resolution in Group Chats

internlm/huixiangdou 5 May 2024

How to eliminate pronominal reference in group chats?

877
05 May 2024

Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-binary Pronouns

gvanboven/transforming_dutch 30 Apr 2024

We further show that CDA remains effective in low-resource settings, in which a limited set of debiasing documents is used.

0
30 Apr 2024

Asking and Answering Questions to Extract Event-Argument Structures

nurakib/event-question-answering 25 Apr 2024

Transformer-based questions are generated using large language models trained to formulate questions based on a passage and the expected answer.

0
25 Apr 2024

REXEL: An End-to-end Model for Document-Level Relation Extraction and Entity Linking

amazon-science/e2e-docie 19 Apr 2024

Extracting structured information from unstructured text is critical for many downstream NLP applications and is traditionally achieved by closed information extraction (cIE).

8
19 Apr 2024

Multimodal Cross-Document Event Coreference Resolution Using Linear Semantic Transfer and Mixed-Modality Ensembles

csu-signal/multimodal-coreference 13 Apr 2024

We establish three methods that incorporate images and text for coreference: 1) a standard fused model with finetuning, 2) a novel linear mapping method without finetuning and 3) an ensembling approach based on splitting mention pairs by semantic and discourse-level difficulty.

2
13 Apr 2024

Okay, Let's Do This! Modeling Event Coreference with Generated Rationales and Knowledge Distillation

csu-signal/llama_cdcr 4 Apr 2024

In NLP, Event Coreference Resolution (ECR) is the task of connecting event clusters that refer to the same underlying real-life event, usually via neural systems.

2
04 Apr 2024

A Rationale-centric Counterfactual Data Augmentation Method for Cross-Document Event Coreference Resolution

danield21/rationale4cdecr 2 Apr 2024

Based on Pre-trained Language Models (PLMs), event coreference resolution (ECR) systems have demonstrated outstanding performance in clustering coreferential events across documents.

0
02 Apr 2024

A Controlled Reevaluation of Coreference Resolution Models

ianporada/coref-reeval 31 Mar 2024

When controlling for language model size, encoder-based CR models outperform more recent decoder-based models in terms of both accuracy and inference speed.

1
31 Mar 2024

Linear Cross-document Event Coreference Resolution with X-AMR

ahmeshaf/gpt_coref 25 Mar 2024

We then linearize the ECR with a novel multi-hop coreference algorithm over the event graphs.

2
25 Mar 2024

SPLICE: A Singleton-Enhanced PipeLIne for Coreference REsolution

yilunzhu/splice 25 Mar 2024

We then propose a two-step neural mention and coreference resolution system, named SPLICE, and compare its performance to the end-to-end approach in two scenarios: the OntoNotes test set and the out-of-domain (OOD) OntoGUM corpus.

0
25 Mar 2024