Artificial Intelligence

Relation Extraction

The NLP task of identifying and classifying semantic relationships between entities mentioned in text. It extracts structured facts from unstructured text.

Why It Matters

Relation extraction builds knowledge graphs and databases from documents automatically, turning mountains of text into queryable structured knowledge.

Example

Extracting from 'Tim Cook, CEO of Apple, announced the iPhone 16' the relations: (Tim Cook, CEO_of, Apple) and (Apple, announced, iPhone 16).

Think of it like...

Like reading a story and drawing a map of who knows whom and how they are connected — finding the relationships between all the characters.

Related Terms