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.

Most implemented papers

Higher-order Coreference Resolution with Coarse-to-fine Inference

kentonl/e2e-coref NAACL 2018

We introduce a fully differentiable approximation to higher-order inference for coreference resolution.

Multi-Task Identification of Entities, Relations, and Coreference for Scientific Knowledge Graph Construction

luanyi/DyGIE EMNLP 2018

We introduce a multi-task setup of identifying and classifying entities, relations, and coreference clusters in scientific articles.

Stanza: A Python Natural Language Processing Toolkit for Many Human Languages

stanfordnlp/stanza ACL 2020

We introduce Stanza, an open-source Python natural language processing toolkit supporting 66 human languages.

Finetuned Language Models Are Zero-Shot Learners

google-research/flan ICLR 2022

We show that instruction tuning -- finetuning language models on a collection of tasks described via instructions -- substantially improves zero-shot performance on unseen tasks.

PaLM: Scaling Language Modeling with Pathways

lucidrains/CoCa-pytorch Google Research 2022

To further our understanding of the impact of scale on few-shot learning, we trained a 540-billion parameter, densely activated, Transformer language model, which we call Pathways Language Model PaLM.

End-to-end Neural Coreference Resolution

kentonl/e2e-coref EMNLP 2017

We introduce the first end-to-end coreference resolution model and show that it significantly outperforms all previous work without using a syntactic parser or hand-engineered mention detector.

Mind the GAP: A Balanced Corpus of Gendered Ambiguous Pronouns

google-research-datasets/gap-coreference TACL 2018

Coreference resolution is an important task for natural language understanding, and the resolution of ambiguous pronouns a longstanding challenge.

Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling

eleutherai/gpt-neox 3 Apr 2023

How do large language models (LLMs) develop and evolve over the course of training?

Gender Bias in Coreference Resolution: Evaluation and Debiasing Methods

uclanlp/corefBias NAACL 2018

We introduce a new benchmark, WinoBias, for coreference resolution focused on gender bias.

Gender Bias in Coreference Resolution

rudinger/winogender-schemas NAACL 2018

We present an empirical study of gender bias in coreference resolution systems.