Graph Neural Network for Multi-Party Dialogue Parsing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conversational discourse parsing faces challenges in discovering inter-dependencies between non-adjacent utterances due to error propagation in existing neural models like DeepSequential, which rely on historical predictions rather than implicit structural information.

Innovation Solution

An edge-centric structural self-aware graph neural network (SSA-GNN) is employed for discourse parsing, using edge-specific vectors to capture implicit structural information and incorporating auxiliary loss terms for enhanced representation learning, avoiding error propagation and focusing on direct structural interactions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Extent of automation

If DeepSequential model is used for discourse parsing, then neural network capabilities are utilized for automatic feature extraction, but error propagation occurs due to reliance on historical predictions

Engineering Contradiction:
Improveautomatic feature extractionVSAvoiderror propagation
Core Design Contradiction:
Extent of automationVSReliability

Solution Approach 1:

The patent extracts and removes the harmful element of historical prediction dependencies from the model. By using a graph neural network that processes all utterances simultaneously rather than sequentially, the model eliminates the propagation of errors from previous predictions while retaining automatic feature extraction capabilities through neural networks.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Instead of building discourse structure sequentially from previous predictions (DeepSequential approach), the patent inverts the approach by constructing the complete discourse structure simultaneously through graph neural networks, where all utterances are processed in parallel and relationships are determined based on global context rather than incremental historical predictions.

Inventive Principle:
Principle #13The other way round (Inversion)

2Ease of manufacture

If pipeline decoding with maximum spanning tree is used, then discourse structure can be inferred systematically, but the process is complex and computationally intensive

Engineering Contradiction:
Improvesystematic discourse structure inferenceVSAvoidcomputational complexity
Core Design Contradiction:
Ease of manufactureVSDevice complexity

Solution Approach 1:

The patent replaces the mechanical pipeline decoding process with a neural network-based approach. Instead of using handcrafted features followed by maximum spanning tree algorithms, the graph neural network automatically learns discourse relationships through neural computations, simplifying the overall process while maintaining systematic structure inference.

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

Solution Approach 2:

The patent changes the fundamental parameters of the discourse parsing approach by transitioning from sequential pipeline processing to simultaneous graph-based neural network processing. This parameter change allows the model to capture long-range dependencies and non-adjacent relationships more effectively while reducing computational complexity through parallel processing.

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If handcrafted features are used for discourse parsing, then interpretability is maintained, but the model lacks the capability to capture complex implicit relationships

Engineering Contradiction:
ImproveinterpretabilityVSAvoidcapture implicit relationships
Core Design Contradiction:
Ease of operationVSAdaptability or versatility

Solution Approach 1:

The patent creates a composite approach by combining the interpretability of structured graph representations with the powerful feature extraction capabilities of neural networks. The graph neural network maintains the structured, interpretable discourse framework while using neural networks to automatically learn complex features and relationships from the data.

Inventive Principle:
Principle #40Composite materials

Data Source

PatentUS20240256790A1Structure self-aware model for discourse parsing on multi-party dialogues
Publication Date: 2024.08.01 TENCENT AMERICA LLC
  • US20240256790A1 patent drawing
  • US20240256790A1 patent drawing
  • US20240256790A1 patent drawing

AI summary

A method, computer program, and computer system is provided for parsing multi-party dialogue. Dialogue data having one or more elementary discourse units is received. A local representation and a global representation are determined for each of the elementary discourse units based on performing a pairwise comparison on the elementary discourse units. Relationships between the elementary discourse units are identified based on the determined local and global representations. A contextual link is predicted between non-adjacent elementary discourse units based on the identified relationships.