Time-Series-to-Text Language Models Using Concept Label Mediation
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing time series analytics software provides only simple labels, such as 'normal' or 'abnormal', failing to generate detailed and understandable free-form text descriptions that require human expertise, which is costly and time-consuming to obtain.
Innovation Solution
A time-series-to-text generation model using a time series encoder, multilayer perceptron classifier, serializer, and adapter-enhanced pretrained language model to convert time series data into fluent and accurate descriptions.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Device complexity
If simple label classification is used for time series analysis, then the system complexity is low and processing is fast, but the output lacks detail and understanding for non-expert users
Solution Approach 1:
The patent introduces concept labels as an intermediary between time series data and natural language descriptions. The model first predicts concept labels (e.g., 'temperature increase', 'pressure fluctuation') from time series data, then uses these labels to generate human-understandable descriptions. This intermediary layer enables detailed explanations without requiring direct complex mapping from raw data to text.
Solution Approach 2:
The patent segments the time series description task into two distinct stages: (1) concept label prediction using a classifier, and (2) natural language generation using a language model. This segmentation allows each component to specialize - the classifier handles pattern recognition while the language model handles fluent description generation, achieving detailed outputs without proportionally increasing overall system complexity.
2Loss of information
If human experts are used to explain time series data, then detailed and accurate descriptions are obtained, but it takes time and is costly to train and maintain experts
Solution Approach 1:
The patent enables the system to generate expert-level descriptions autonomously without requiring human expert intervention. The trained model automatically predicts concept labels and generates natural language descriptions from time series data, making the system self-sufficient for the task that previously required human experts. This eliminates the need for hiring, training, and maintaining human expert personnel.
Solution Approach 2:
The patent uses a pretrained language model to copy and adapt human expert description patterns. By training on examples of expert-generated descriptions, the model learns to replicate their reasoning and explanation styles, producing output that mimics expert quality without requiring actual human experts to be present for each analysis task.
3Extent of automation
If automated machine learning models are used for time series analysis, then reliance on human experts is reduced, but the models only provide simple labels rather than detailed descriptions
Solution Approach 1:
The patent merges two different types of models - a supervised classification model for concept prediction and a pretrained language model for description generation - into a unified automated system. This combination allows the system to maintain high automation while producing detailed natural language descriptions, overcoming the limitation of simple label-only outputs from traditional ML models.
Solution Approach 2:
The patent makes the system multi-functional by integrating both classification and natural language generation capabilities. The same system architecture handles both the technical task of pattern recognition and the communicative task of explanation generation, providing comprehensive automated analysis that serves multiple purposes without requiring separate systems.
Data Source
AI summary
A computer-implemented method for employing a time-series-to-text generation model to generate accurate description texts is provided. The method includes passing time series data through a time series encoder and a multilayer perceptron (MLP) classifier to obtain predicted concept labels, converting the predicted concept labels, by a serializer, to a text token sequence by concatenating an aspect term and an option term of every aspect, inputting the text token sequence into a pretrained language model including a bidirectional encoder and an autoregressive decoder, and using adapter layers to fine-tune the pretrained language model to generate description texts.


