Contextual Table Embeddings for Tabular Data Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Large organizations face challenges in understanding and effectively utilizing their vast amounts of tabular data due to its sheer volume and complexity, making it difficult to derive meaningful insights or summaries.

Innovation Solution

The development of a system and method for generating contextual table embeddings using a table transformer model that separates and embeds data types, enhances cells based on position and type, and generates summaries, enabling meaningful feature representation and downstream tasks such as table summarization and search optimization.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If tabular data is stored in large volumes, then data storage capacity is improved, but data understanding and utilization difficulty increases

Engineering Contradiction:
Improvedata volumeVSAvoiddata understanding difficulty
Core Design Contradiction:
Quantity of substanceVSDifficulty of detecting and measuring

Solution Approach 1:

The patent introduces contextual embeddings as an intermediary representation that bridges raw tabular data and human understanding. The embedding model transforms complex tabular data into compressed contextual representations that capture essential patterns and relationships, making the data more interpretable while preserving information from large datasets

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system extracts meaningful patterns and contextual information from large tabular datasets through the embedding model. By separating and embedding data by type (text, numeric, date) and enhancing cells based on position and data type, the model extracts essential features that enable data understanding without requiring direct analysis of the entire large dataset

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If tabular data is processed in detail, then data analysis precision is improved, but processing time increases

Engineering Contradiction:
Improvedata analysis precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments the tabular data into different data types (text, numeric, date) and processes each type through specialized embedding mechanisms. This segmentation allows parallel processing and optimized handling of different data characteristics, maintaining analysis precision while reducing overall processing time through efficient type-specific operations

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary embedding and enhancement of table cells before final analysis. By pre-processing the data to create contextual embeddings that capture patterns and relationships, the system prepares the data in advance for downstream tasks, reducing computation time during actual analysis while maintaining precision

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If table cells are enhanced with position and data type information, then embedding accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improveembedding accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies local quality enhancement by treating different cell types (text, numeric, date) differently and incorporating position-specific information. Each cell receives enhancements tailored to its specific data type and location in the table, which improves embedding accuracy for diverse data patterns while keeping the complexity manageable through type-specific processing rules

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20240242024A1Systems and methods for generating contextual table embeddings for tabular data
Publication Date: 2024.07.18 JPMORGAN CHASE BANK NA
  • US20240242024A1 patent drawing
  • US20240242024A1 patent drawing
  • US20240242024A1 patent drawing

AI summary

Systems and methods for generating contextual table embeddings for tabular data are disclosed. In one embodiment, a method may include: receiving, by a table embedding computer program, an input table comprising a plurality of cells; separating, by the table embedding computer program, the cells in the input table by data type, wherein the data type comprises a text data type or a numeric data type; embedding, by the table embedding computer program, the data type in each cell of the input table; enhancing, by the table embedding computer program, the cells of the input table based on a position and/or the data type; generating, by the table embedding computer program, contextual embeddings for the input table using an encoder of a table transformer; and generating, by the table embedding computer program, a table summary for the contextual embeddings using a decoder for the table transformer.