Ad-KG: Advertisement Knowledge Graph—a structured network linking users, ads, products, and interest tags
TransE: A knowledge graph embedding method that models relationships as translations in vector space (h + r ≈ t)
GNN: Graph Neural Network—a deep learning model that processes data represented as graphs
ANN: Approximate Nearest Neighbor—algorithms used in vector databases to find similar items efficiently without checking every single one
FAISS/Milvus: Libraries/Systems for efficient similarity search and clustering of dense vectors
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that gives more weight to correct items at the top of the list
MRR: Mean Reciprocal Rank—a statistical measure for evaluating any process that produces a list of possible responses to a sample of queries
GAT: Graph Attention Network—a type of GNN that uses attention mechanisms to weigh the importance of different neighbors