Repairing Knowledge Graphs Flashcards
(10 cards)
What is Knowledge Graph Repair/Refinement?
The process of detecting and correcting errors in a knowledge graph to ensure its reliability for downstream tasks.
Name two broad approaches to KG repair.
Manual correction (human) and automatic correction (machine).
Advantage and disadvantage of manual KG repair.
Advantage: Highly accurate; Disadvantage: Slow and labor-intensive.
Advantage and disadvantage of automatic KG repair.
Advantage: Scalable and fast; Disadvantage: May introduce new inconsistencies.
What is General Link Prediction?
A method learning entity and relation embeddings from text to predict missing links.
What is Type-link Prediction?
Infers an entity’s semantic type by learning from known (entity, type) pairs.
What is Identity-link Prediction?
Identifies when different labels refer to the same real-world entity, merging duplicates.
What is Fact Validation?
Automatically checks KG facts against models or external data to detect anomalies.
Why use embeddings in KG repair?
They enable similarity queries and anomaly detection for link/type prediction.
Name two challenges in automatic KG repair methods.
Handling KG incompleteness and balancing precision vs. recall.