Search papers, labs, and topics across Lattice.
The paper introduces Odin, a graph intelligence engine for autonomous knowledge graph exploration that discovers meaningful patterns without pre-defined queries. Odin uses a novel COMPASS score that integrates structural importance (Personalized PageRank), semantic plausibility (NPLL), temporal relevance, and community awareness (GNN-identified bridges) to guide exploration. The system achieves $O(b \cdot h)$ complexity with high recall using beam search and is deployed in healthcare and insurance, demonstrating improved pattern discovery and analyst efficiency while maintaining provenance traceability.
Escape knowledge graph echo chambers and uncover hidden patterns with Odin, a multi-signal graph intelligence engine that autonomously guides exploration using structural, semantic, temporal, and community-aware signals.
We present Odin, the first production-deployed graph intelligence engine for autonomous discovery of meaningful patterns in knowledge graphs without prior specification. Unlike retrieval-based systems that answer predefined queries, Odin guides exploration through the COMPASS (Composite Oriented Multi-signal Path Assessment) score, a novel metric that combines (1) structural importance via Personalized PageRank, (2) semantic plausibility through Neural Probabilistic Logic Learning (NPLL) used as a discriminative filter rather than generative model, (3) temporal relevance with configurable decay, and (4) community-aware guidance through GNN-identified bridge entities and inter-community affinity scores. This multi-signal integration, particularly the bridge scoring mechanism, addresses the "echo chamber" problem where graph exploration becomes trapped in dense local communities. We formalize the autonomous discovery problem, prove theoretical properties of our scoring function, and demonstrate that beam search with multi-signal guidance achieves $O(b \cdot h)$ complexity while maintaining high recall compared to exhaustive exploration. To our knowledge, Odin represents the first autonomous discovery system deployed in regulated production environments (healthcare and insurance), demonstrating significant improvements in pattern discovery quality and analyst efficiency. Our approach maintains complete provenance traceability -- a critical requirement for regulated industries where hallucination is unacceptable.