Transformer Embeddings for Hierarchical Claims Data Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

There is a lack of a publicly available foundational machine learning model trained on a large repository of claims data to generate predictions such as future claims-related insights, cost, utilization, disease progression, patient similarity, and clinical insights effectively.

Innovation Solution

A transformer-based model system that generates predictions by using multiple machine learning models to create base, event, and time embeddings, allowing for the generation of aggregated embeddings for specified entities, which are then used to make predictions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If multiple machine learning models are used to generate different types of embeddings (base, event, time), then prediction accuracy is improved, but device complexity increases

Engineering Contradiction:
Improveprediction accuracyVSAvoidmodel system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the embedding generation process into three distinct machine learning models, each responsible for a specific type of embedding (base embeddings for code semantics, event embeddings for historical events, and time embeddings for temporal patterns). This segmentation allows each model to specialize in capturing particular aspects of the data, improving overall prediction accuracy while maintaining manageable complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The multiple embedding models serve universal functions by collectively representing different dimensions of the same entity (patient). Rather than requiring separate systems for different prediction tasks, the plurality of models work together to provide comprehensive representations that can be applied across various prediction scenarios, reducing overall system complexity while maintaining high accuracy.

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

2Measurement precision

If large volumes of claims data are processed to train the models, then prediction accuracy is improved, but loss of time increases

Engineering Contradiction:
Improveprediction accuracyVSAvoiddata processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies preliminary action by pre-training the multiple embedding models on large volumes of historical claims data before deployment. The base embedding model learns code semantics, the event embedding model learns historical event patterns, and the time embedding model learns temporal relationships in advance. This pre-training allows the system to quickly generate accurate predictions for new entities without requiring real-time processing of large datasets, thus reducing inference time while maintaining high accuracy.

Inventive Principle:
Principle #10Preliminary action

3Loss of information

If embeddings are generated for multiple dimensions (semantic, event-based, temporal), then information completeness is improved, but device complexity increases

Engineering Contradiction:
Improveinformation completenessVSAvoidembedding system complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent employs dimensionality change by representing multi-dimensional information (semantic, event-based, and temporal characteristics) as vector embeddings in a unified mathematical space. Each type of information is transformed into a numerical vector representation, allowing the system to capture complex relationships across multiple dimensions while simplifying subsequent processing through standard vector operations and distance measurements.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS20250253018A1Transformer-based model for semi-structured hierarchical data
Publication Date: 2025.08.07 EXPRESS SCRIPTS STRATEGIC DEVELOPMENT INC
  • US20250253018A1 patent drawing
  • US20250253018A1 patent drawing
  • US20250253018A1 patent drawing

AI summary

A method includes generating a base code embedding in a first vector space for a specified entity using at least one first machine learning model based on a set of codes corresponding to the entity from a claims datastore. The method includes generating an event embedding in a second vector space for the specified entity using a second machine learning model based on a set of historical events corresponding to the specified entity and the base code embedding, and generating a time embedding in a third vector space for the specified entity using a third machine learning model based on times between consecutive ones of the set of historical events and the base code embedding. The method includes generating an aggregated embedding for the specified entity based on the event embedding and the time embedding, and generating a prediction by supplying the aggregated embedding to a fourth machine learning model.