LLM Summary Self-Verification to Minimize Hallucinations

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Large language models (LLMs) are prone to generating non-factual and imaginative text (hallucinations), making their outputs risky for many use cases, and existing methods to minimize hallucinations are computationally expensive and limit scalability.

Innovation Solution

A self-critic approach is used to minimize hallucinations by grounding summaries on the subject, prompting LLMs to generate initial summaries emphasizing relevant features, asking factual questions, and refining based on positive answers to these questions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If auxiliary context or knowledge is provided to the LLM to minimize hallucinations, then the reliability of generated summaries is improved, but the computational cost and complexity increase

Engineering Contradiction:
Improvereliability of generated summariesVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by stationary object

Solution Approach 1:

The system performs preliminary extraction of factual information from the input text before generating the summary. By identifying and separating factual claims early in the process, the LLM can focus on synthesizing only verified information, reducing the need for extensive auxiliary context and computational resources while maintaining reliability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The summary generation process is divided into distinct stages: factual information extraction, verification against input text, and synthesis. This segmentation allows each component to operate efficiently with minimal computational overhead, avoiding the need to provide the LLM with large amounts of auxiliary context while still ensuring factual accuracy.

Inventive Principle:
Principle #1Segmentation

2Reliability

If auxiliary context or knowledge is provided to the LLM to minimize hallucinations, then the reliability of generated summaries is improved, but the scalability is limited

Engineering Contradiction:
Improvereliability of generated summariesVSAvoidscalability
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system enables the LLM to self-verify factual information by directly comparing generated content against the input text. This self-service mechanism eliminates the need for external knowledge bases or auxiliary context, allowing the system to scale without proportionally increasing computational resources or complexity.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

By pre-processing the input text to identify factual claims and constraints before summary generation, the system creates a self-contained verification framework. This preliminary action enables scalable operation because the verification process relies only on the input text itself, not on external resources that would limit scalability.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If the LLM is prompted to generate factual questions and refine summaries, then hallucinations are reduced, but the time and computational resources required increase

Engineering Contradiction:
Improvefactual accuracy of summariesVSAvoidtime for summary generation
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

Instead of requiring complete verification of all possible factual claims through extensive questioning, the system applies partial verification focused on key factual elements. This selective approach maintains factual accuracy while significantly reducing the time and computational resources required compared to exhaustive verification methods.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system performs preliminary identification of critical factual claims that require verification, then focuses refinement efforts only on those specific elements. This targeted preliminary action reduces overall processing time while maintaining high factual accuracy by concentrating resources on the most important verification tasks.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12602541B2Minimizing large language model hallucinations in generated summaries
Publication Date: 2026.04.14 EBAY INC
  • US12602541B2 patent drawing
  • US12602541B2 patent drawing
  • US12602541B2 patent drawing

AI summary

Systems and methods are directed to minimizing hallucinations in a generated summary. A summary generation system embodied within a server triggers a large language model (LLM) to generate an initial summary for a subject. Based on the initial summary, the server prompts the LLM to generate a list of factual questions about the initial summary. The server then triggers the LLM to answer the list of factual questions without knowledge of the initial summary and using internal knowledge of the LLM. Questions from the list of factual questions that received a positive answer are identified. Based on the questions, the server prompts the LLM to generate a refined summary from the initial summary. The server then generates a user interface that presents the refined summary. Approval of the refined summary triggers generation of a publication using the refined summary.