Summarization Accuracy via Contrastive Learning Feedback

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current text summarization systems generate summaries that are often not faithful or truthful to the original text due to biased training datasets and overreliance on keyword searches, leading to irrelevant or incorrect information.

Innovation Solution

A system that evaluates summaries using composite metrics to identify high-quality and low-quality summaries, utilizing contrastive learning to enlarge the gap between them, and trains summarization algorithms with a focused dataset of positive and negative examples.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If summarization algorithms generate summaries from text, then summaries are produced efficiently, but the summaries may include irrelevant and incorrect information that is not faithful or truthful to the original text

Engineering Contradiction:
Improvesummary generation efficiencyVSAvoidsummary accuracy and faithfulness
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system implements feedback by generating multiple candidate summaries, evaluating each against composite metrics including faithfulness and truthfulness, and using the evaluation results to identify positive and negative samples for training. This closed-loop feedback mechanism allows the system to learn from evaluation outcomes and improve summary quality while maintaining efficient generation through automated assessment.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system changes parameters by using contrastive learning to adjust the summarization model's parameters based on the gap between high-quality (faithful) and low-quality (unfaithful) summaries. By training with positive and negative samples that represent extreme quality differences, the model learns to optimize parameters for generating more accurate summaries without sacrificing generation speed.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If composite metrics evaluate each summary for truthfulness and faithfulness, then summary quality is assessed accurately, but computational resources and processing time increase

Engineering Contradiction:
Improvesummary quality evaluation accuracyVSAvoidcomputational resource consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The system applies partial action by evaluating only the most critical aspects of summary quality (faithfulness and truthfulness) using composite metrics, rather than进行全面 evaluation. It generates multiple summaries but only retains the top-performing positive samples and bottom-performing negative samples for training, avoiding excessive processing of all generated summaries and reducing computational overhead while maintaining evaluation precision.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system extracts only the essential evaluation results by identifying and separating positive samples (high-quality summaries) from negative samples (low-quality summaries) based on composite metric scores. This extraction approach focuses computational resources on the most relevant examples for training, reducing the burden of processing all evaluation data while preserving measurement precision for the selected samples.

Inventive Principle:
Principle #2Taking out (Extraction)

3Manufacturing precision

If contrastive learning enlarges the gap between high-quality and low-quality summaries, then the summarization algorithm learns more effectively, but the training process becomes more complex

Engineering Contradiction:
Improvesummary quality differentiationVSAvoidtraining process complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The system segments the training data into distinct positive samples (high-quality faithful summaries) and negative samples (low-quality unfaithful summaries) based on composite metric evaluations. This segmentation creates clearly defined training categories that simplify the contrastive learning process by providing explicit examples of what to maximize and what to minimize, reducing training complexity while improving quality differentiation.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250272508A1System and method for increasing the accuracy of text summarization
Publication Date: 2025.08.28 BANK OF AMERICA CORP
  • US20250272508A1 patent drawing
  • US20250272508A1 patent drawing
  • US20250272508A1 patent drawing

AI summary

A system for increasing the accuracy in summarization techniques is disclosed. The system generates a set of summaries for text. The system determines a label for each summary based on a set of composite metrics. The label for the summary indicates the truthfulness and faithfulness of the summary with respect to the text. The system determines that more than a threshold number of the set of composite metrics indicate that a first summary is assigned with a first label. In response, the system adds the first summary paired with the text as a positive sample to a dataset. The system determines that more than a threshold number of composite metrics indicate that a second summary is assigned with a second label. In response, the system adds the second summary paired with the text as a negative sample to the dataset. The system trains a summarization algorithm with the dataset.