Coreference Resolution

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

RGAT: A Deeper Look into Syntactic Dependency Information for Coreference Resolution

qingtian5/rgat_with_bert 10 Sep 2023

Our experiments on a public Gendered Ambiguous Pronouns (GAP) dataset show that with the supervision learning of the syntactic dependency graph and without fine-tuning the entire BERT, we increased the F1-score of the previous best model (RGCN-with-BERT) from 80. 3% to 82. 5%, compared to the F1-score by single BERT embeddings from 78. 5% to 82. 5%.

1
10 Sep 2023

Similarity-based Memory Enhanced Joint Entity and Relation Extraction

kosciukiewicz/similarity_based_memory_re 14 Jul 2023

Document-level joint entity and relation extraction is a challenging information extraction problem that requires a unified approach where a single neural network performs four sub-tasks: mention detection, coreference resolution, entity classification, and relation extraction.

3
14 Jul 2023

How Good is the Model in Model-in-the-loop Event Coreference Resolution Annotation?

ahmeshaf/model_in_coref 6 Jun 2023

Annotating cross-document event coreference links is a time-consuming and cognitively demanding task that can compromise annotation quality and efficiency.

6
06 Jun 2023

GENTLE: A Genre-Diverse Multilayer Challenge Set for English NLP and Linguistic Evaluation

gucorpling/gentle 3 Jun 2023

We evaluate state-of-the-art NLP systems on GENTLE and find severe degradation for at least some genres in their performance on all tasks, which indicates GENTLE's utility as an evaluation dataset for NLP systems.

4
03 Jun 2023

Light Coreference Resolution for Russian with Hierarchical Discourse Features

tchewik/corefhd 2 Jun 2023

Our best model employing rhetorical distance between mentions has ranked 1st on the development set (74. 6% F1) and 2nd on the test set (73. 3% F1) of the Shared Task.

0
02 Jun 2023

Sentence-Incremental Neural Coreference Resolution

mgrenander/sentence-incremental-coref 26 May 2023

We propose a sentence-incremental neural coreference resolution system which incrementally builds clusters after marking mention boundaries in a shift-reduce method.

2
26 May 2023

COMET-M: Reasoning about Multiple Events in Complex Sentences

sahithyaravi/comet-m 24 May 2023

We propose COMET-M (Multi-Event), an event-centric commonsense model capable of generating commonsense inferences for a target event within a complex sentence.

4
24 May 2023

Comparing Humans and Models on a Similar Scale: Towards Cognitive Gender Bias Evaluation in Coreference Resolution

slab-nlp/cog-gb-eval 24 May 2023

We approach this question through the lens of the dual-process theory for human decision-making.

1
24 May 2023

The CoT Collection: Improving Zero-shot and Few-shot Learning of Language Models via Chain-of-Thought Fine-Tuning

kaist-lklab/cot-collection 23 May 2023

Furthermore, we show that instruction tuning with CoT Collection allows LMs to possess stronger few-shot learning capabilities on 4 domain-specific tasks, resulting in an improvement of +2. 24% (Flan-T5 3B) and +2. 37% (Flan-T5 11B), even outperforming ChatGPT utilizing demonstrations until the max length by a +13. 98% margin.

190
23 May 2023

Are Large Language Models Robust Coreference Resolvers?

nle18/coref-llms 23 May 2023

Recent work on extending coreference resolution across domains and languages relies on annotated data in both the target domain and language.

2
23 May 2023