LLM Reasoning 相关度: 7/10

Odin: Multi-Signal Graph Intelligence for Autonomous Discovery in Knowledge Graphs

Muyukani Kizito, Elizabeth Nyambere
arXiv: 2603.03097v1 发布: 2026-03-03 更新: 2026-03-03

AI 摘要

Odin是一种用于知识图谱中自主发现有意义模式的图智能引擎。

主要贡献

  • 提出了 COMPASS 评分,融合结构、语义、时间及社群信息
  • 解决了图谱探索中的“回音室”问题,通过桥梁节点实现跨社群探索
  • 在医疗和保险等受监管环境中部署,提升了模式发现质量和分析师效率

方法论

采用 Personalized PageRank、NPLL、时间衰减和 GNN 等技术,并通过 Beam Search 实现高效探索。

原文摘要

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.

标签

Knowledge Graph Autonomous Discovery Graph Intelligence Pattern Mining

arXiv 分类

cs.AI cs.DB