Search papers, labs, and topics across Lattice.
The paper introduces S2S-FDD, a framework that converts industrial time-series signals into natural language summaries to enable explainable zero-shot fault diagnosis using LLMs. A Signal-to-Semantic operator translates time-series data into natural language descriptions of trends and deviations, which are then used by a multi-turn tree-structured diagnosis method to identify faults. Experiments on a multiphase flow process demonstrate the framework's effectiveness in providing explainable diagnoses without task-specific training.
Get zero-shot, explainable fault diagnoses from your industrial time series data by translating sensor signals into natural language that LLMs can understand.
Fault diagnosis is critical for the safe operation of industrial systems. Conventional diagnosis models typically produce abstract outputs such as anomaly scores or fault categories, failing to answer critical operational questions like "Why" or "How to repair". While large language models (LLMs) offer strong generalization and reasoning abilities, their training on discrete textual corpora creates a semantic gap when processing high-dimensional, temporal industrial signals. To address this challenge, we propose a Signals-to-Semantics fault diagnosis (S2S-FDD) framework that bridges high-dimensional sensor signals with natural language semantics through two key innovations: We first design a Signal-to-Semantic operator to convert abstract time-series signals into natural language summaries, capturing trends, periodicity, and deviations. Based on the descriptions, we design a multi-turn tree-structured diagnosis method to perform fault diagnosis by referencing historical maintenance documents and dynamically querying additional signals. The framework further supports human-in-the-loop feedback for continuous refinement. Experiments on the multiphase flow process show the feasibility and effectiveness of the proposed method for explainable zero-shot fault diagnosis.