Time-Series Data Object Scoring With Recency-Weighted Text Signals

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data management systems face challenges in accurately predicting parameters such as software or hardware component failures, title defects, patient health risks, and psychographic segments due to error-prone lien data and the need to process expansive records, which are often manual and inefficient.

Innovation Solution

A machine learning model is trained to generate data object scores using text content and time entries, applying recency weights and vectorization to predict parameters like software/hardware failures, title defects, or patient health risks, and perform condition-specific actions based on these scores.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If manual processing of expansive records is used, then human error increases and efficiency decreases, but automated processing requires training machine learning models which consumes time and computational resources

Engineering Contradiction:
Improveaccuracy of predictionsVSAvoidtime to train model
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary actions by collecting and storing time series data objects with text content and time stamps in advance. The machine learning model is pre-trained using this prepared data, so when predictions are needed, the model is already ready to process new data without requiring additional training time. This resolves the contradiction by preparing everything beforehand.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses vector representations (embeddings) to create simplified copies of the text content from time series data objects. Instead of processing the original expansive text records during prediction, the system uses these pre-computed vector copies which capture the essential meaning. This allows fast automated processing while maintaining accuracy.

Inventive Principle:
Principle #26Copying

2Productivity

If automated machine learning processing is implemented, then efficiency and predictive accuracy improve, but system complexity increases

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidsystem architecture complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system introduces vector representations as an intermediary between the original text data and the machine learning model. The text content is converted to vector embeddings which serve as a simplified intermediate form that the model can process efficiently. This intermediary layer enables automated high-speed processing without requiring the model to directly handle complex text, thus improving productivity while managing complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system changes the parameter representation of text data from raw text strings to vector embeddings with fixed dimensions. This parameter transformation allows the machine learning model to work with standardized numerical inputs, enabling efficient automated processing. The change in representation parameters simplifies the processing pipeline while maintaining the essential information needed for accurate predictions.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If recency weights are applied to time series data, then predictive accuracy for time-sensitive parameters improves, but computational complexity increases

Engineering Contradiction:
Improvepredictive accuracyVSAvoidscoring parameter complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system applies recency weights to give different importance to different time entries based on their temporal proximity to the current time. More recent entries receive higher weights while older entries receive lower weights. This local differentiation in quality of data points allows the model to focus on the most relevant recent information, improving predictive accuracy for time-sensitive parameters without requiring complex global transformations.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20250348688A1Predictive time series data object machine learning system
Publication Date: 2025.11.13 DOMA TECHNOLOGY LLC
  • US20250348688A1 patent drawing
  • US20250348688A1 patent drawing
  • US20250348688A1 patent drawing

AI summary

Provided is a method including obtaining a first data object including a first set of data entries, wherein each data entry of the first set of data entries includes text content associated with a time entry. The method includes generating a first data object score using the text content and the time entries included in the first set of data entries and using scoring parameters, determine that the first data object score satisfies a data object score condition; perform in response to the first data object score satisfying the data object score condition, a condition-specific action associated with the data object score condition.