菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-23
📄 Abstract - Inferring High-Level Events from Timestamped Data: Complexity and Medical Applications

In this paper, we develop a novel logic-based approach to detecting high-level temporally extended events from timestamped data and background knowledge. Our framework employs logical rules to capture existence and termination conditions for simple temporal events and to combine these into meta-events. In the medical domain, for example, disease episodes and therapies are inferred from timestamped clinical observations, such as diagnoses and drug administrations stored in patient records, and can be further combined into higher-level disease events. As some incorrect events might be inferred, we use constraints to identify incompatible combinations of events and propose a repair mechanism to select preferred consistent sets of events. While reasoning in the full framework is intractable, we identify relevant restrictions that ensure polynomial-time data complexity. Our prototype system implements core components of the approach using answer set programming. An evaluation on a lung cancer use case supports the interest of the approach, both in terms of computational feasibility and positive alignment of our results with medical expert opinions. While strongly motivated by the needs of the healthcare domain, our framework is purposely generic, enabling its reuse in other areas.

顶级标签: medical machine learning theory
详细标签: event inference temporal reasoning answer set programming healthcare complexity analysis 或 搜索:

从带时间戳的数据中推断高层事件:复杂性与医学应用 / Inferring High-Level Events from Timestamped Data: Complexity and Medical Applications


1️⃣ 一句话总结

本文提出了一种基于逻辑规则的方法,能够从带时间戳的医疗数据(如诊断记录)中自动推断出复杂的疾病和治疗事件,并通过约束和修复机制剔除错误事件,在保证计算效率的前提下,为肺癌等临床场景提供了与专家意见高度一致的决策支持。

源自 arXiv: 2604.21793