Capsule Networks for Context-Aware Semantic Frame Identification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing semantic frame parsing methods fail to consider the context of a target word within a sentence, leading to incorrect frame selection, and models like LSTM and BERT do not generalize well across multiple domains.

Innovation Solution

The use of Capsule Neural Networks (CapsNet) for semantic frame identification, which derives features of a target word and its context through dynamic routing to filter candidate frames, reducing the search space and improving frame selection accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional semantic frame parsing methods are used to identify target words, then the process is simple, but the frame selection accuracy deteriorates because context is not considered

Engineering Contradiction:
Improveframe selection accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The model segments the frame selection process into multiple stages: initial frame candidate generation based on target word, context-based filtering through capsule networks, and final frame selection. This segmentation allows the system to consider contextual information improve accuracy without requiring a single complex model to handle all aspects simultaneously.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The capsule network acts as an intermediary between the target word embedding and the frame selection process. It receives the target word embedding and contextual information, processes them through dynamic routing, and produces refined frame predictions. This intermediary structure enables contextual consideration while maintaining a modular architecture.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If LSTM or BERT models are used for frame identification, then context is considered, but the model generalization deteriorates across multiple domains

Engineering Contradiction:
Improvedomain generalizationVSAvoidframe identification accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The capsule network architecture is designed to be domain-agnostic and can be applied universally across different domains. By using dynamic routing that adapts to the specific input characteristics rather than domain-specific training, the model achieves both universality across domains and reliability in frame identification through its ability to consider contextual information.

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

Solution Approach 2:

The dynamic routing algorithm in the capsule network allows the model to adapt its internal connections based on the input characteristics. This dynamic adjustment enables the model to generalize across domains by adapting to different contextual patterns rather than relying on domain-specific training data, while maintaining high accuracy through context-aware processing.

Inventive Principle:
Principle #15Dynamics

3Productivity

If the search through all FrameNet frames is performed, then complete frame coverage is achieved, but the processing time increases

Engineering Contradiction:
Improveframe identification efficiencyVSAvoidprocessing time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The model performs preliminary frame candidate generation based on the target word embedding before full frame evaluation. The capsule network pre-processes the input to identify promising frame candidates, which then undergo more detailed evaluation. This preliminary filtering reduces the number of frames that require complete processing, improving efficiency while maintaining complete frame coverage where necessary.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The capsule network applies partial processing to the frame search space by focusing computational resources on the most promising frame candidates identified through dynamic routing. Rather than uniformly processing all frames, the model performs detailed evaluation only on selected candidates, reducing processing time while maintaining accuracy for the most relevant frames.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12387047B2Semantic frame identification using capsule networks
Publication Date: 2025.08.12 COGNIZER INC
  • US12387047B2 patent drawing
  • US12387047B2 patent drawing
  • US12387047B2 patent drawing

AI summary

Semantic frame identification involves associating identified target words in the sentential context of their natural language source with semantic frames from a frame lexical database. The disclosed invention leverages the CapsNet architecture for improved semantic frame identification of a target word in a natural language input. This includes deriving the features of a target word identified in the sentence and extracting the features of the word units and the thematic words around the target word. Through dynamic routing of capsules, the CapsNet is able to filter the candidate frames for the target word to reduce the search space and apply the CapsNet prediction to identify a frame from a frame lexical database.