Entity Linking
Entity linking is the natural-language-processing task of identifying mentions of entities in unstructured text and linking them to their canonical identifiers in a knowledge base — "Apple" in a news article links to either Apple Inc. (Q312 in Wikidata) or the fruit (Q89), based on context. Entity linking is foundational to
knowledge graph construction, document understanding, search relevance, recommendation systems, and any AI workflow that needs to reason about entities consistently across multiple sources. The pipeline typically has three stages: (1) mention detection (find spans of text that refer to entities, overlapping with
named entity recognition); (2) candidate generation (look up plausible target entities for each mention, usually via name aliases in the knowledge base); (3) disambiguation (pick the right target based on contextual clues — "Apple announced new products" disambiguates by neighboring tokens like "announced," "products," "iPhone"). The classical neural approach (Hoffart et al. 2011, Le and Titov 2018) used learned embeddings of mentions and entities with attention over context; the modern era uses
LLMs directly: REL, BLINK (Facebook), GENRE (Facebook, sequence-to-sequence linking), and LLM-based zero-shot linking. Production tooling includes spaCy with entity linker components, BabelNet, DBpedia Spotlight, OpenTapioca (for Wikidata), and commercial offerings from Diffbot, Refinitiv, and TheyDo. For LLM-grounded applications, entity linking provides the bridge between fuzzy natural language and structured knowledge graphs — once a mention is linked to a canonical ID, you can query the knowledge graph for related facts, enforce access control at the entity level, and provide consistent citation across documents. AI governance teams use entity linking for compliance critical applications (linking every drug mention to RxNorm, every company to its ticker, every legal entity to its registered identifier) where ambiguity is a regulatory risk.
Entity resolution from 25 years of master-data discipline: Centralpoint's MDM heritage — resolving "Acme Corp" vs "Acme Corporation" vs "ACME, Inc." into one canonical entity — is the same discipline modern entity linking applies to free text. The 25-year MDM practice extends naturally to AI-era entity linking. Linking runs on-premise, tokens meter per skill, and entity-linked chatbots deploy through one line of JavaScript.
Related Keywords:
Entity Linking,
Entity Linking,Oxcyon, AI, AI Governance, Generative AI, Inference, Inference, Inferencing, RAG, Prompts, Skills Manager,