Coreference Resolution

258 papers with code • 15 benchmarks • 42 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

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

no code yet • 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.

KoCoNovel: Annotated Dataset of Character Coreference in Korean Novels

no code yet • 1 Apr 2024

In this paper, we present KoCoNovel, a novel character coreference dataset derived from Korean literary texts, complete with detailed annotation guidelines.

Modeling Multimodal Social Interactions: New Challenges and Baselines with Densely Aligned Representations

no code yet • 4 Mar 2024

Furthermore, we propose a novel multimodal baseline that leverages densely aligned language-visual representations by synchronizing visual features with their corresponding utterances.

EvoGrad: A Dynamic Take on the Winograd Schema Challenge with Human Adversaries

no code yet • 20 Feb 2024

Our results emphasize the challenge posed by EvoGrad: Even the best performing LLM, GPT-3. 5, achieves an accuracy of 65. 0% with an average error depth of 7. 2, a stark contrast to human performance of 92.

GUMsley: Evaluating Entity Salience in Summarization for 12 English Genres

no code yet • 31 Jan 2024

As NLP models become increasingly capable of understanding documents in terms of coherent entities rather than strings, obtaining the most salient entities for each document is not only an important end task in itself but also vital for Information Retrieval (IR) and other downstream applications such as controllable summarization.

From Dialogue to Diagram: Task and Relationship Extraction from Natural Language for Accelerated Business Process Prototyping

no code yet • 16 Dec 2023

The automatic transformation of verbose, natural language descriptions into structured process models remains a challenge of significant complexity - This paper introduces a contemporary solution, where central to our approach, is the use of dependency parsing and Named Entity Recognition (NER) for extracting key elements from textual descriptions.

A Pipeline For Discourse Circuits From CCG

no code yet • 29 Nov 2023

DisCoCirc represents natural language text as a `circuit' that captures the core semantic information of the text.

Releasing the CRaQAn (Coreference Resolution in Question-Answering): An open-source dataset and dataset creation methodology using instruction-following models

no code yet • 27 Nov 2023

Instruction-following language models demand robust methodologies for information retrieval to augment instructions for question-answering applications.

Towards Harmful Erotic Content Detection through Coreference-Driven Contextual Analysis

no code yet • 22 Oct 2023

Especially given that harmful erotic narratives, despite appearing similar to harmless ones, usually reveal their harmful nature first through contextual information hidden in the non-sexual parts of the narrative.

Filling in the Gaps: Efficient Event Coreference Resolution using Graph Autoencoder Networks

no code yet • 18 Oct 2023

We introduce a novel and efficient method for Event Coreference Resolution (ECR) applied to a lower-resourced language domain.