Topic-Aware Text Summarization via Neural Encoding

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional summarization techniques fail to generate human-like summaries, especially when the length of the summary is small, and cannot cater to individual reader preferences regarding topics of interest, as they often produce a single summary that may not align with all readers' interests in documents covering multiple topics.

Innovation Solution

A topic-aware encoding model and word generation model are used to generate summaries tuned to specific topics of interest by encoding textual content with topic labels, allowing for the selection of words based on attention distributions and feedback to create reader-specific summaries.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If conventional extractive summarization techniques are used, then key phrases can be extracted from input textual content, but the summaries are not human-like and fail to convey information succinctly when the desired summary length is small

Engineering Contradiction:
Improveinformation conveyed in summaryVSAvoidhuman-like quality of summary
Core Design Contradiction:
Loss of informationVSEase of operation

Solution Approach 1:

The patent replaces conventional extractive summarization mechanics with a neural network-based generative system. Specifically, it uses an encoder to transform input text into contextualized embeddings, then employs a generator (transformer model) to autoregressively generate summary tokens. This substitution of mechanical extraction with neural generation enables human-like paraphrasing while preserving information density, directly resolving the contradiction between information retention and natural language quality.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Loss of information

If a single summary is generated using neural networks, then the essential information can be conveyed, but the summary may not align with all readers' topic preferences in documents covering multiple topics

Engineering Contradiction:
Improveessential information in documentVSAvoidalignment with reader preferences
Core Design Contradiction:
Loss of informationVSAdaptability or versatility

Solution Approach 1:

The patent segments the document processing by introducing topic-specific attention mechanisms that divide the summary generation task into topic-aligned components. The system uses topic labels to create separate attention weightings for different topic segments within the document, allowing the generator to selectively emphasize different portions based on reader preferences. This segmentation enables a single generated summary to reflect multiple topic perspectives, resolving the contradiction between information completeness and reader-specific adaptability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces dynamic adaptability through topic-conditioned generation. The system dynamically adjusts attention weights and generation probabilities based on input topic labels, allowing the same model to produce different summary emphases for different reader interests. This dynamic behavior enables the summary to adapt to various topic preferences while maintaining essential information, resolving the contradiction between fixed information content and flexible reader alignment.

Inventive Principle:
Principle #15Dynamics

3Adaptability or versatility

If topic-aware encoding with feedback mechanisms is implemented, then summaries can be tailored to different topics of interest, but the model complexity increases

Engineering Contradiction:
Improvetopic-based summary generationVSAvoidmodel architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent achieves topic-aware summary generation using a universal transformer architecture that handles both standard and topic-specific tasks through a single model. The encoder-decoder structure serves multiple functions: it processes general text sequences, incorporates topic labels through attention mechanisms, and generates summaries conditioned on various topics. This multi-functionality reduces overall system complexity compared to having separate models for each topic, resolving the contradiction between adaptability and complexity by consolidating capabilities into one versatile framework.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS10685050B2Generating a topic-based summary of textual content
Publication Date: 2020.06.16 ADOBE INC
  • US10685050B2 patent drawing
  • US10685050B2 patent drawing
  • US10685050B2 patent drawing

AI summary

A word generation model obtains textual content and a requested topic of interest, and generates a targeted summary of the textual content tuned to the topic of interest. To do so, a topic-aware encoding model encodes the textual content with a topic label corresponding to the topic of interest to generate topic-aware encoded text. A word generation model selects a next word for the topic-based summary from the topic-aware encoded text. The word generation model is trained to generate topic-based summaries using machine learning on training data including a multitude of documents, a respective summary of each document, and a respective topic of each summary. Feedback of the selected next word is provided to the word generation model. The feedback causes the word generation model to select subsequent words for the topic-based summary based on the feedback of the next selected word.