Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/22 04:00:00

ProbSPARQL: Querying Knowledge Graphs with Multi-dimensional, Uncertain Numeric Data

AI 中文解读
让知识图谱学会“算概率”——新技术ProbSPARQL破解了工业数据“模糊查询”难题。在循环工厂中,传感器测量的产品数据既多维又充满不确定性,传统查询技术无法处理这种“大概、可能”的数值。ProbSPARQL就像给知识图谱装上了“概率计算器”,能直接查询“温度大概在多少度左右”这类模糊问题,还能比较不同数据分布的相似度。这意味着未来质检、维修规划等环节可以更高效地处理不精确的传感器数据,无需人工二次计算。对普通人来说,这项技术将加速制造业回收利用流程,让返修产品更快回到市场,间接降低商品成本,也减少资源浪费。科研团队已用真实工业数据验证,查询速度比传统方法快数倍,且精度可控。
arXiv:2607.18262v1 Announce Type: new Abstract: The SFB 1574 Circular Factory is building a shared knowledge graph infrastructure for integrating data about returned products. A central challenge is that circular-factory data include numeric measurements that (i) originate from sensors or are derived from sensor-based measurements, (ii) are frequently multi-dimensional, and (iii) are inherently uncertain, while downstream triage, validation, reliability-modeling, and reassembly-planning modules require queryable uncertainty representations. Current RDF and SPARQL technologies lack native support for harmonized querying and analysis of such uncertain numeric measurement data. To address this gap, we present ProbSPARQL, an upward-compatible SPARQL extension developed as an early-stage query-layer pilot for this infrastructure. ProbSPARQL models uncertain numeric values as random variables whose distributions are encoded by probabilistic RDF literal datatypes, and supports distribution-aware expressions, probabilistic filters, and divergence-based joins. We implement ProbSPARQL on Apache Jena ARQ and expose it through a Fuseki-compatible execution layer. We assess real-data applicability using project-derived measurement fragments covering GMM-encoded uncertainty and histogram-based empirical roughness distributions, and evaluate scalability separately on controlled ontology-conformant benchmarks with up to 5,000 angle-grinder instances and 1.5M triples. The results show feasible in-engine execution, filter-pushdown speedups over application-layer post-processing, and latency-accuracy trade-offs among divergence-join decision strategies.
分享
阅读原文