Repairing Knowledge Graphs Flashcards

(10 cards)

1
Q

What is Knowledge Graph Repair/Refinement?

A

The process of detecting and correcting errors in a knowledge graph to ensure its reliability for downstream tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name two broad approaches to KG repair.

A

Manual correction (human) and automatic correction (machine).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Advantage and disadvantage of manual KG repair.

A

Advantage: Highly accurate; Disadvantage: Slow and labor-intensive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantage and disadvantage of automatic KG repair.

A

Advantage: Scalable and fast; Disadvantage: May introduce new inconsistencies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is General Link Prediction?

A

A method learning entity and relation embeddings from text to predict missing links.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Type-link Prediction?

A

Infers an entity’s semantic type by learning from known (entity, type) pairs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Identity-link Prediction?

A

Identifies when different labels refer to the same real-world entity, merging duplicates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Fact Validation?

A

Automatically checks KG facts against models or external data to detect anomalies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why use embeddings in KG repair?

A

They enable similarity queries and anomaly detection for link/type prediction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name two challenges in automatic KG repair methods.

A

Handling KG incompleteness and balancing precision vs. recall.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly