LLM Reasoning 相关度: 7/10

Learning to Predict, Discover, and Reason in High-Dimensional Discrete Event Sequences

Hugo Math
arXiv: 2603.16313v1 发布: 2026-03-17 更新: 2026-03-17

AI 摘要

利用Transformer和LLM构建车辆故障诊断的预测、发现和推理框架。

主要贡献

  • 提出基于Transformer的预测性维护架构
  • 开发可扩展的样本和群体级别因果发现框架
  • 构建自动化布尔EP规则的多智能体系统

方法论

结合事件序列建模、因果发现和LLM,针对高维事件流进行故障诊断。

原文摘要

Electronic control units (ECUs) embedded within modern vehicles generate a large number of asynchronous events known as diagnostic trouble codes (DTCs). These discrete events form complex temporal sequences that reflect the evolving health of the vehicle's subsystems. In the automotive industry, domain experts manually group these codes into higher-level error patterns (EPs) using Boolean rules to characterize system faults and ensure safety. However, as vehicle complexity grows, this manual process becomes increasingly costly, error-prone, and difficult to scale. Notably, the number of unique DTCs in a modern vehicle is on the same order of magnitude as the vocabulary of a natural language, often numbering in the tens of thousands. This observation motivates a paradigm shift: treating diagnostic sequences as a language that can be modeled, predicted, and ultimately explained. Traditional statistical approaches fail to capture the rich dependencies and do not scale to high-dimensional datasets characterized by thousands of nodes, large sample sizes, and long sequence lengths. Specifically, the high cardinality of categorical event spaces in industrial logs poses a significant challenge, necessitating new machine learning architectures tailored to such event-driven systems. This thesis addresses automated fault diagnostics by unifying event sequence modeling, causal discovery, and large language models (LLMs) into a coherent framework for high-dimensional event streams. It is structured in three parts, reflecting a progressive transition from prediction to causal understanding and finally to reasoning for vehicle diagnostics. Consequently, we introduce several Transformer-based architectures for predictive maintenance, scalable sample- and population-level causal discovery frameworks and a multi-agent system that automates the synthesis of Boolean EP rules.

标签

时间序列 故障诊断 因果推断 Transformer LLM 汽车工程

arXiv 分类

cs.AI cs.LG