🤖 AI Summary
Existing knowledge graph completion (KGC) methods predominantly rely on static embedding scoring functions, limiting their ability to capture contextual dependencies and temporal evolution of relations. To address this, we propose Flow-Modulated Scoring—a novel framework that introduces conditional flow matching to KGC for the first time. Our approach models fine-grained, context-aware embedding transformation paths from head to tail entities, explicitly encoding dynamic relational semantics. It integrates a semantic context learning module with a conditional vector field learned via flow matching, enabling dynamic score calibration. Extensive experiments on standard benchmarks—including FB15k-237 and WN18RR—demonstrate substantial improvements over state-of-the-art methods, validating the framework’s superiority in modeling complex semantic relationships and enhancing prediction accuracy.
📝 Abstract
Effective modeling of multifaceted relations is pivotal for Knowledge Graph Completion (KGC). However, a majority of existing approaches are predicated on static, embedding-based scoring, exhibiting inherent limitations in capturing contextual dependencies and relational dynamics. Addressing this gap, we propose the Flow-Modulated Scoring (FMS) framework. FMS comprises two principal components: (1) a semantic context learning module that encodes context-sensitive entity representations, and (2) a conditional flow-matching module designed to learn the dynamic transformation from a head to a tail embedding, governed by the aforementioned context. The resultant predictive vector field, representing the context-informed relational path, serves to dynamically refine the initial static score of an entity pair. Through this synergy of context-aware static representations and conditioned dynamic information, FMS facilitates a more profound modeling of relational semantics. Comprehensive evaluations on several standard benchmarks demonstrate that our proposed method surpasses prior state-of-the-art results.