ResearchPod Summary
Existing temporal knowledge graph (TKG) models are typically transductive, meaning they are restricted to the specific entities, relations, and timestamps present during training. This paper addresses the challenge of cross-domain transfer: can a model trained on one TKG generalize to a completely different graph with an entirely disjoint vocabulary and different temporal characteristics without needing to be retrained?
The authors propose FITTER (Fully Inductive Time-aware Transferable Representation), a framework designed to learn structural and temporal patterns that are independent of specific dataset identifiers. FITTER introduces three key innovations:
FITTER was evaluated across 15 cross-dataset transfer settings using six diverse TKG benchmarks, including datasets from different domains (e.g., diplomatic events vs. encyclopedic facts) and varying temporal granularities (e.g., 15-minute intervals vs. yearly data). The results demonstrate that FITTER consistently outperforms existing inductive baselines in cross-domain transfer scenarios. It effectively captures structural and temporal regularities that persist across heterogeneous graphs, proving that vocabulary-agnostic structural learning is a viable foundation for inference in the Semantic Web.
This work significantly lowers the barrier for deploying TKG models in cold-start scenarios where training data is scarce or unavailable. By enabling models to transfer knowledge across domains, FITTER reduces the computational cost of training separate models for every new graph and provides a more scalable approach to reasoning over the vast, heterogeneous landscape of temporal knowledge graphs.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.