Entity Extraction

Entity Extraction

Entity Extraction

Entity extraction identifies and classifies named items in text: individuals, companies, providers, dates, monetary amounts, medications, locations, and document references. It is often the first structured layer built from raw documents.

Entity resolution follows, determining that references such as Dr. Smith, R. Smith MD, and the treating orthopedist point to the same person.

Alternative Names:

Named Entity Extraction, Entity Recognition

Why it Matters?

Resolution is the harder problem and the one that determines usefulness. Medical records refer to the same provider a dozen ways, and productions spell party names inconsistently across custodians. A system that extracts entities but does not resolve them produces a list that still requires manual reconciliation, which is most of the work it was supposed to save.

Frequently Confused with

Related terms

Frequently asked questions

What is entity resolution?

What is entity resolution?

Determining that different references point to the same real-world person or organization, such as matching a provider named several different ways across records.

Why is resolution harder than extraction?

Why is resolution harder than extraction?

Because it requires judgment about identity across inconsistent naming, abbreviations, titles, and typographical variation rather than pattern recognition within a single document.