Multi-Decoder Summarization with Gating Mechanism

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current summarization systems lack the ability to generate diverse summaries, as they implicitly encode decision parameters and commonly used sampling methods like beam search and diverse decoding produce stylistically similar outputs, failing to provide multiple summaries that satisfy specific features or styles.

Innovation Solution

A summarization model incorporating a transformer-based encoder and a mixture-of-experts framework with multiple decoders, where each decoder learns to either copy or paraphrase, allowing for a weighted combination to distribute stylistic and lexical features, enabling flexible and diverse summary generation through a gating mechanism that controls the contribution of each decoder.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If a single decoder is used in the summarization model, then the model structure is simple and training is efficient, but the stylistic diversity of generated summaries is limited

Engineering Contradiction:
Improvestylistic diversity of summariesVSAvoiddecoder structure complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The decoder is segmented into multiple specialized decoder heads, each responsible for generating summaries with specific styles or characteristics. This segmentation allows the system to produce diverse summaries by selecting different decoder heads, resolving the contradiction between diversity and complexity by organizing complexity in a modular, manageable way.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The decoder architecture is designed with multi-functionality through multiple decoder heads that can each handle different summarization styles. This universal design allows a single decoder structure to perform multiple functions (different styles), achieving diversity without requiring entirely separate systems for each style.

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

2Adaptability or versatility

If multiple decoder heads are used to generate diverse summaries, then stylistic diversity is improved, but the computational complexity and training difficulty increase

Engineering Contradiction:
Improvesummary style varietyVSAvoidtraining complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

Multiple decoder heads are merged into a single unified decoder structure that shares common components and training objectives. This merging approach allows the system to benefit from multiple specialized decoders while reducing overall complexity through shared representations and joint training, addressing the contradiction between diversity and training difficulty.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system controls the behavior of multiple decoder heads by changing parameters such as mixing coefficients or selection probabilities rather than fundamentally altering the architecture. This parameter-based control allows flexible adjustment of summary styles without increasing structural complexity, resolving the contradiction between variety and training complexity.

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If implicit parameter encoding is used in current summarization systems, then the model structure remains simple, but user control over summary features and diversity is lost

Engineering Contradiction:
Improveuser control over summary featuresVSAvoidparameter control mechanism
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The system transitions from static implicit parameter encoding to dynamic explicit parameter control. Users can dynamically adjust parameters such as decoder head selection weights or style mixing coefficients to control summary features in real-time, achieving ease of operation through direct parameter control while managing complexity through a systematic parameter interface.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11755637B2Multi-attribute control for text summarization using multiple decoder heads
Publication Date: 2023.09.12 SALESFORCE INC
  • US11755637B2 patent drawing
  • US11755637B2 patent drawing
  • US11755637B2 patent drawing

AI summary

The decoder network includes multiple decoders trained to generate different types of summaries. The lower layers of the multiple decoders are shared. The upper layers of the multiple decoders do not overlap. The multiple decoders generate probability distributions. A gating mechanism combines the probability distributions of the multiple decoders into a probability distribution of the decoder network. Words in the summary are selected based on the probability distribution of the decoder network.