Context URL Audience Segmentation for Real-Time Content Matching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The challenge of efficiently delivering secondary content alongside primary content on websites within strict time constraints, as existing systems struggle to accurately match secondary content with user preferences and site characteristics in real-time due to limited information availability and processing time.

Innovation Solution

A content management system that utilizes machine learning models trained on vector embeddings of website content and consumer metrics to predict consumer behavior, enabling real-time selection and delivery of secondary content aligned with user preferences and site characteristics.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the system attempts to fill secondary content locations in real-time without pre-processing, then the website can be displayed quickly, but the secondary content may not be accurately matched to user preferences and site characteristics

Engineering Contradiction:
Improvecontent matching accuracyVSAvoidwebsite load time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary action by generating vector embeddings for website content and training machine learning models in advance, before actual content delivery requests. This pre-processing enables fast, accurate content matching during real-time operations without compromising website load time, as the heavy computational work is completed beforehand.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If the system collects and processes multiple data sources for content matching, then the content accuracy improves, but the processing time increases

Engineering Contradiction:
Improvecontent matching accuracyVSAvoidcontent delivery speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system transforms content and user data into vector embeddings, changing the parameter representation from raw text to numerical vectors. This transformation enables efficient similarity calculations and machine learning processing, allowing the system to handle multiple data sources accurately while maintaining fast content delivery speed through optimized vector operations.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If the system uses machine learning models for content prediction, then the content relevance improves, but the system complexity increases

Engineering Contradiction:
Improveconsumer behavior prediction accuracyVSAvoidsystem architecture complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system introduces vector embeddings as an intermediary representation layer between raw content data and machine learning models. This intermediary simplifies the system architecture by providing a standardized numerical format that bridges content processing and prediction algorithms, making the overall system more manageable while maintaining high prediction accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260038003A1Segmented audience built from context urls
Publication Date: 2026.02.05 ORACLE INT CORP
  • US20260038003A1 patent drawing
  • US20260038003A1 patent drawing
  • US20260038003A1 patent drawing

AI summary

Particular content is retrieved from a particular site, converted into vector embeddings, and categorized based on a similarity between the vector embeddings and aggregate vector embeddings of various categories. Consumer metric values are accessed for instances of content consumption by users and content for the sites accessed by those users as converted to vector embeddings. The consumer metric values and vector embeddings are used to train and validate a machine learning model. Content of a particular site is retrieved and converted into vector embeddings, and the machine learning model is used to generate predicted consumer metric values for the content, the content also having been categorized.