Relation Extraction (RE)
Relationship Extraction (RE) is the task of detecting, classifying, and extracting semantic relationships from a text. These relationships tend to occur between two or more entities of a certain type (e.g., person, organization, place) and can be denoted using triples. RE is one of the techniques of Natural Language Processing (NLP).
Further Resources
- Deep Dive (2023) “Relation Extraction”
- NLP Progress (2023). “Relation Extraction”
- Relation Extraction (Wikipedia)