Knowledge Graph (KG): A structured representation of data using entities (nodes) and their relationships (edges).
Community Detection: Algorithms used to identify clusters of nodes in a graph that are more densely connected to each other than to the rest of the network.
Louvain algorithm: A heuristic method for extracting communities from large networks based on modularity optimization.
Modularity: A measure of the structure of networks or graphs which measures the strength of division of a network into modules (clusters).
Triple: The fundamental unit of a Knowledge Graph, consisting of (subject, predicate, object).
Zero-shot: The setting where the model performs the task without any specific training examples for that task.
Multi-hop reasoning: The ability to connect pieces of information from different sources or steps to arrive at a conclusion.
Coreference resolution: The task of finding all expressions that refer to the same entity in a text.