Entity Enriching

33 - Coreference Resolution

Finding all expressions that refer to the same entity in a text. You can compare this to Named Entity Linking, but it doesn’t necessarily use a knowledge base.

Coreference resolution is the task of finding all expressions that refer to the same entity in a text. It has much to do with Named Entity Linking, but it doesn’t necessarily use a knowledge base.

The nomenclature of Coreference Resolution (source)

You can test Coreference-demo’s from AllenNLP or Huggingface.

It doesn’t know who’s in the band! Coreference Resolution by Huggingface (source)



This article is part of the project Periodic Table of NLP Tasks. Click to read more about the making of the Periodic Table and the project to systemize NLP tasks.