Domain-Specific Token Probability Model for Novel Information Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Identifying relevant and new information within large volumes of unstructured textual data remains challenging, particularly in domains like financial reporting, where existing methods fail to accurately detect novel information beyond simple similarity comparisons.

Innovation Solution

A domain-specific language model is trained on a corpus of documents to identify high-surprisal information by generating probability distributions for tokens and calculating surprise values, leveraging transformer neural networks to quantify the novelty of textual content.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional similarity comparison methods are used to identify relevant information, then the process is simple and fast, but the ability to detect novel information is insufficient

Engineering Contradiction:
Improvedetection accuracy of novel informationVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent changes the parameter from simple similarity scores to probability distributions generated by language models. By computing surprise values based on the difference between actual token probabilities and predicted token probabilities, the system achieves superior novel information detection while managing complexity through efficient model architecture choices.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces an intermediary domain-specific language model that acts as a mediator between the raw text data and the novelty detection process. This model generates probability distributions that serve as an intermediate representation, enabling precise detection of surprising information without requiring direct complex comparisons of all possible information elements.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If domain-specific language models are trained on large corpora to improve detection accuracy, then the identification of novel information improves, but the training time and computational resources increase

Engineering Contradiction:
Improvenovel information detection accuracyVSAvoidmodel training time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies preliminary action by pre-training domain-specific language models on large corpora of historical documents before deployment. This pre-training phase, while computationally intensive, is performed once to establish the model's baseline understanding of the domain, enabling efficient real-time detection of novel information during actual use without repeated training cycles.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements dynamics by using fine-tuning mechanisms that allow the model to adapt to specific domains or contexts efficiently. The system can dynamically adjust the model's parameters through targeted fine-tuning on smaller datasets when domain shifts occur, reducing the need for complete retraining while maintaining high detection accuracy.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20250315620A1Domain-specific model for surfacing high-surprisal information
Publication Date: 2025.10.09 UNIVERSITY OF CHICAGO
  • US20250315620A1 patent drawing
  • US20250315620A1 patent drawing
  • US20250315620A1 patent drawing

AI summary

A method of surfacing high-surprisal information includes reading an input document. The input document can comprise an ordered sequence of tokens. The method includes, for each token of the ordered sequence of tokens, generating by a language model a probability distribution of predicted tokens based on preceding tokens in the ordered sequence. The method includes comparing each token to its predicted tokens to determine a probability of occurrence of that token. The method includes, based on the probability of occurrence of each token, assigning a surprise value thereto.