List-Type Answer Generation With Redundancy Filtering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional QA systems often provide redundant introductory text or fail to classify list types accurately, leading to user confusion and inefficiency in understanding the provided answers.

Innovation Solution

Employing two machine learning models to classify introductory text as redundant or nonredundant and list type, and providing appropriate information to users, including only nonredundant introductory text and optionally a subset of the list with type description.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If conventional QA systems provide introductory text with list answers, then users receive contextual information, but redundant information increases and user understanding becomes less efficient

Engineering Contradiction:
Improveredundant informationVSAvoiduser understanding efficiency
Core Design Contradiction:
Loss of informationVSEase of operation

Solution Approach 1:

The system extracts and removes redundant introductory text from the answer presentation by using a machine learning classifier to identify and filter out non-informative introductory sentences, keeping only those that provide genuine contextual value to the user

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system implements feedback mechanisms where the classifier model continuously learns from user interactions and classification accuracy, adjusting its thresholds and parameters to improve the distinction between redundant and nonredundant introductory text over time

Inventive Principle:
Principle #23Feedback

2Quantity of substance

If QA systems provide complete lists as answers, then users receive comprehensive information, but users face difficulty in quickly grasping the type and structure of the provided list

Engineering Contradiction:
Improvecompleteness of informationVSAvoidtime to understand list structure
Core Design Contradiction:
Quantity of substanceVSLoss of time

Solution Approach 1:

The system performs preliminary classification of list types (ranking, sequence, catalog, itemization) before presenting the answer to the user, allowing it to pre-format the display with appropriate visual cues, icons, or structural indicators that immediately communicate the list's purpose and organization

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses visual differentiation techniques such as color-coding, icons, or formatting variations to indicate different list types, enabling users to quickly distinguish between rankings, sequences, catalogs, and itemizations without reading the entire list content

Inventive Principle:
Principle #32Color changes

3Loss of information

If QA systems display all introductory text and list items, then users receive complete context, but information overload occurs and user experience deteriorates

Engineering Contradiction:
Improvecontextual informationVSAvoiduser experience efficiency
Core Design Contradiction:
Loss of informationVSProductivity

Solution Approach 1:

The system applies partial action by selectively displaying only the necessary portion of introductory text (nonredundant portions only) and optionally showing a subset of list items with indicators for remaining items, providing sufficient context without overwhelming the user

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system segments the answer into distinct components: classified introductory text (marked as redundant or nonredundant), the list content itself, and optional metadata about list type, allowing users to process information in manageable segments rather than as a single dense block

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12585677B2Automated generation of improved list-type answers in question answering systems
Publication Date: 2026.03.24 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12585677B2 patent drawing
  • US12585677B2 patent drawing

AI summary

A computer-implemented method comprising: receiving data comprising: a question provided by a user, a list that constitutes a direct answer to the question, and an introductory text to the list; using a first machine learning model to classify the introductory text as redundant or nonredundant, based on the data; using a second machine learning model to classify the list as belonging to a certain list type out of multiple list types, based on the list; and providing to the user: (a) the introductory text, only if the introductory text has been classified as nonredundant, (b) all or only a subset of the items of the list, (c) an indication as to the number of non-provided items of the list or the number of all items of the list, if only a subset of the items is being provided in (b), and (d) a description of the certain list type.