Schema Matching: The process of identifying semantic correspondences between elements of two different database schemas.
Graph RAG: Graph Retrieval-Augmented Generation—using structured data from knowledge graphs to enhance LLM prompts.
BFS: Breadth-First Search—a graph traversal algorithm that explores neighbor nodes layer by layer.
HNSW: Hierarchical Navigable Small World—an algorithm for approximate nearest neighbor search in high-dimensional spaces.
Triple: The fundamental unit of a knowledge graph, consisting of (Subject, Predicate, Object).
Context Poisoning: Performance degradation in LLMs caused by including too much irrelevant information in the prompt.
PLM: Pre-trained Language Model (e.g., BERT, RoBERTa).
SOTA: State-of-the-Art—the current best performing methods.