Skip to content

Knowledge graphs

Knowledge graphs represent factual information as networks of entities (nodes) and relations/predicates (edges). Large-scale examples include Wikipedia (via DBpedia), Freebase, Wikidata, and YAGO. Knowledge graphs encode structured factual knowledge that can be queried, reasoned over, and analyzed. In the misinformation domain, knowledge graphs serve as ground-truth reference bases for fact checking and as data sources for training detection systems.

Knowledge graph properties relevant to misinformation work: - Completeness: Coverage varies; well-known entities have rich infoboxes while obscure entities may be sparse - Reliability: Crowdsourced graphs like Wikipedia exhibit high overall reliability despite vandalism and bias - Temporal dynamics: Facts evolve; entities are added/removed and relations change - Ambiguity: Polysemy and entity linkage challenges affect reasoning

Applications in misinformation research

Fact verification: Using paths and connectivity patterns to assess claim truthfulness. Example: checking if "X is a member of Y" by examining entity connectivity in the graph.

Knowledge base augmentation: Inferring missing facts from the graph structure to improve coverage and support detection systems.

Reasoning and inference: Applying logic-based and neural reasoning methods to combine multiple facts and verify complex claims.

Bias and knowledge measurement: Analyzing what facts are present/absent in graphs to understand coverage bias.

Key papers in this wiki