Skip to content

[Notes] What is a Knowledge Graph? #15

@heathersherry

Description

@heathersherry

Preliminaries: What is a Knowledge Graph?

A knowledge graph, also known as a semantic network, represents a network of real-world entities—i.e. objects, events, situations, or concepts—and illustrates the relationship between them. This information is usually stored in a graph database and visualized as a graph structure, prompting the term knowledge “graph.” [Source (IBM)]

We classify the common knowledge graph concepts you may come across as follows.

  • Traditional knowledge graph curated or crowsourced by human.
  • Heterogenous information network (HIN) built on relational data, such as social network, financial network and product perchase network. It is also capable to store these data in relational table while relations are usually represented by the foreign keys between tables.
  • Other self-defined heterogenous graphs or knowledge graph for specific tasks. For example,
    • The graph in Microsoft GraphRAG, while the nodes are entities extracted from documents and edges represent the co-occurence of these entities in the document chunks.
    • Agent Memory Graph in Graphiti or ByteDance M3-Agent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions