Adaptive Text Sampling for Representative Transformer Summaries

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current text summarization systems face challenges in efficiently processing large volumes of qualitative responses due to computational constraints, leading to processor bottlenecks, memory overflow, and inefficient resource utilization, while traditional methods often compromise representativeness and quality.

Innovation Solution

A system utilizing dynamic token management and intelligent sampling techniques, such as random or stratified sampling, to generate structured prompts for transformer models, ensuring optimal performance and representative coverage of input text.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If traditional text summarization systems process large volumes of qualitative responses, then computational resources are consumed, but processor bottlenecks and memory overflow occur

Engineering Contradiction:
Improvevolume of qualitative responsesVSAvoidprocessor bottleneck and memory overflow
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

The system segments the large volume of qualitative responses into smaller manageable batches for processing. By dividing the complete set of responses into multiple batches, the system can process them in chunks that fit within memory constraints, preventing memory overflow while still processing the entire dataset over time.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system extracts only the essential information from each qualitative response using natural language processing techniques. By extracting key insights, sentiments, and topics from the full text, the system reduces the data volume that needs to be processed while preserving the meaningful content, thereby reducing computational load.

Inventive Principle:
Principle #2Taking out (Extraction)

2Device complexity

If traditional systems use fixed input size limits, then processing is simplified, but representativeness of the processed data is compromised

Engineering Contradiction:
Improveprocessing simplicityVSAvoidrepresentativeness of processed data
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The system dynamically adjusts the input size limits and batch configurations based on the actual volume and characteristics of the qualitative responses being processed. Rather than using fixed limits, the system adapts its processing parameters in real-time to maintain optimal representativeness while managing computational resources efficiently.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system incorporates feedback mechanisms that monitor the processing results and adjust the sampling and processing strategies accordingly. By analyzing the representativeness of processed data and comparing it against the full dataset characteristics, the system refines its approach to ensure accurate representation while maintaining processing efficiency.

Inventive Principle:
Principle #23Feedback

3Quantity of substance

If systems process varying lengths of qualitative responses, then comprehensive coverage is achieved, but computational efficiency decreases

Engineering Contradiction:
Improvecoverage of qualitative responsesVSAvoidcomputational efficiency
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The system changes processing parameters dynamically based on the length and complexity of individual qualitative responses. By adjusting parameters such as batch size, processing depth, and resource allocation according to the specific characteristics of each response, the system maintains high computational efficiency while achieving comprehensive coverage of varying-length data.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20260050623A1System and method for adaptive text sampling and summarization of qualitative responses in a communication exchange environment
Publication Date: 2026.02.19 FULCRUM MANAGEMENT SOLUTIONS
  • US20260050623A1 patent drawing
  • US20260050623A1 patent drawing
  • US20260050623A1 patent drawing

AI summary

A system and method for text summarization is described. A transformation computer receives thought objects containing text inputs and queries. The transformation computer performs text normalization, determines a dynamic token capacity threshold based on system requirements and text characteristics, and generates sampled subsets using random or stratified sampling techniques. The system combines text processing instructions with sampled texts to create structured prompts, processes them through a transformer, and outputs summarized content in predetermined formats with associated metadata.