Bidirectional LSTM Sentiment Prediction with Convolution Pooling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional sentiment prediction techniques struggle with accurately distinguishing between complex sentiments in textual data due to their focus on individual words rather than linguistic interactions and their inability to account for global order and context, leading to limited generalization and uncertainty in emotion perception.

Innovation Solution

The implementation of a recurrent neural network architecture with convolution-and-pooling, specifically a bidirectional LSTM network, to capture the global order and context of textual units, allowing for more accurate and robust sentiment prediction by considering long-distance dependencies and local structures in textual data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional sentiment prediction techniques focus on individual words using static emotional taxonomies, then the system complexity remains low and ease of operation is maintained, but the measurement precision of sentiment classification deteriorates due to inability to capture complex linguistic interactions and global context

Engineering Contradiction:
Improvesentiment classification accuracyVSAvoidmodel architecture complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the sentiment prediction task into multiple processing levels: word-level embedding, phrase-level context features, and sentence-level sentiment classification. This hierarchical segmentation allows the system to capture local linguistic interactions at the word level while maintaining global context at the sentence level, thereby improving measurement precision without overwhelming complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces bidirectional LSTM networks that process text sequences in both forward and backward directions, adding a temporal dimension to the analysis. This allows the model to capture long-distance dependencies and global context that unidirectional approaches miss, significantly improving sentiment classification accuracy while managing complexity through structured recurrent processing

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If word-level affective distribution is used for sentiment prediction, then the ease of manufacture and implementation is improved, but the reliability of emotion perception deteriorates due to substantial uncertainty from annotator variability and limited coverage

Engineering Contradiction:
Improveemotion perception consistencyVSAvoidsystem implementation simplicity
Core Design Contradiction:
ReliabilityVSEase of manufacture

Solution Approach 1:

The patent merges multiple feature representations including word embeddings, phrase-level context features from bidirectional LSTMs, and sentiment lexicon information. This combination integrates diverse information sources that complement each other, reducing the uncertainty inherent in any single approach and improving the reliability of emotion perception while maintaining reasonable implementation complexity

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent introduces phrase-level context features as intermediary representations that bridge individual words and sentence-level sentiment. These intermediate features aggregate local linguistic interactions before final sentiment classification, reducing the direct impact of annotator variability at the word level and improving overall reliability

Inventive Principle:
Principle #24Intermediary (Mediator)

3Adaptability or versatility

If Latent Semantic Mapping decouples general domain fabric from affective categories, then the adaptability to different domains is improved, but the measurement precision deteriorates because individual words still influence sentiment in predetermined manners without capturing complex linguistic interactions

Engineering Contradiction:
Improvedomain generalization capabilityVSAvoidsentiment prediction accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The patent employs dynamic bidirectional LSTM networks that adaptively process text sequences based on their specific characteristics rather than applying fixed predetermined rules. The model dynamically adjusts to capture complex linguistic interactions in different domains while maintaining the decoupled structure for domain generalization, thereby improving both adaptability and measurement precision

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11010561B2Sentiment prediction from textual data
Publication Date: 2021.05.18 APPLE INC
  • US11010561B2 patent drawing
  • US11010561B2 patent drawing
  • US11010561B2 patent drawing

AI summary

Techniques for predicting sentiment from textual data are described herein. In some examples, the described techniques utilize a sentiment prediction model having bidirectional long short-term memory (LSTM) networks with one or more convolution-and-pooling stages. The bidirectional LSTM networks process vector representations of words in a textual word sequence to determine forward and backward word-level context feature vectors. Forward and backward phrase-level feature vectors are determined based on the forward and backward word-level context feature vectors. The one or more convolution-and-pooling stages pool the forward and backward phrase-level feature vectors to determine pooled phrase-level feature vectors. A sentiment representing the textual word sequence is determined based on the pooled phrase-level feature vectors.