Time-Series-to-Text Language Models Using Concept Label Mediation

Resolve Bottlenecks,
Find Innovative Solutions
Generate 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

VSEngineering 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

Engineering Contradiction:
Improvesystem complexityVSAvoiddescription detail
Core Design Contradiction:
Device complexityVSLoss of information

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.

Inventive Principle:
Principle #24Intermediary (Mediator)

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.

Inventive Principle:
Principle #1Segmentation

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

Engineering Contradiction:
Improvedescription qualityVSAvoidexpert training time
Core Design Contradiction:
Loss of informationVSLoss of time

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.

Inventive Principle:
Principle #25Self-service

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.

Inventive Principle:
Principle #26Copying

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

Engineering Contradiction:
Improveautomation levelVSAvoidoutput detail
Core Design Contradiction:
Extent of automationVSLoss of information

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.

Inventive Principle:
Principle #5Merging (Combining)

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.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS12511476B2Concept-conditioned and pretrained language models based on time series to free-form text description generation
Publication Date: 2025.12.30 NEC CORP
  • US12511476B2 patent drawing
  • US12511476B2 patent drawing
  • US12511476B2 patent drawing

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.