Gaussian Mixture Model for Short Text Topic Modeling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

There is a need for an unsupervised topic modeling technique that can effectively identify and represent latent topics in large numbers of short texts, which are typically short in length and language-agnostic, and also automatically learn phrases to minimize description length.

Innovation Solution

The method involves creating a Gaussian mixture model using distributed vector representations of words, learned through deep neural networks or log-linear models, to determine the topics of short text messages by estimating Gaussian components and calculating posterior distributions, and using a minimum description length principle to induce phrases.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional topic modeling is applied to short texts, then the method can process text data, but the model fails to capture semantic meaning due to insufficient context

Engineering Contradiction:
Improvesemantic meaning captureVSAvoidtext length
Core Design Contradiction:
Measurement precisionVSLength of moving object

Solution Approach 1:

The patent transforms text data from a one-dimensional sequence of words into a multi-dimensional distributed representation space. Each word is represented as a dense vector with multiple dimensions capturing semantic information, allowing the model to capture meaning even from short texts by utilizing the rich semantic structure in the vector space rather than relying on text length.

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

Solution Approach 2:

The patent introduces distributed word representations as an intermediary between the raw short text and the topic modeling process. These distributed representations serve as a bridge that encapsulates semantic meaning, allowing the topic model to operate on compressed semantic information rather than raw text, thus overcoming the limitation of short text length.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If traditional topic models are used, then the approach is simple, but it cannot handle large numbers of short texts effectively

Engineering Contradiction:
Improveprocessing capacityVSAvoidmodel complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent creates a simplified representation (copy) of the text data in the form of distributed word representations. Instead of processing the full complexity of raw text data, the model works with compressed vector representations that capture essential semantic information, enabling efficient processing of large numbers of short texts without requiring proportional increases in computational complexity.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent changes the representation parameters from discrete word tokens to continuous distributed vectors. This parameter transformation allows the model to capture semantic similarities and handle variability in short texts more effectively, improving processing capacity while maintaining manageable complexity through the use of continuous probability distributions.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If unsupervised learning is applied to short texts, then the method can operate without labels, but it struggles to identify latent topics reliably

Engineering Contradiction:
Improvelatent topic identificationVSAvoidsemantic information
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The patent performs preliminary action by pre-computing distributed word representations that encapsulate semantic information before the topic modeling process. This preliminary representation learning preserves semantic structure and meaning, providing the topic model with rich information to work from, thereby improving the reliability of latent topic identification without requiring supervision.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent replaces traditional mechanical counting and statistical methods with a distributional semantic approach. Instead of relying on simple word frequency counts, the model uses distributed representations that capture semantic relationships through vector space geometry, enabling more reliable topic identification while preserving semantic information through continuous probability distributions.

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

4Loss of information

If phrases are not induced, then the model processes individual words, but it cannot minimize description length

Engineering Contradiction:
Improvedescription lengthVSAvoidphrase induction complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent merges adjacent words into phrases when they exhibit semantic coherence and co-occurrence patterns. By combining words into phrase units, the model can represent meaningful semantic units more compactly, reducing the overall description length required to represent the text corpus while the phrase induction process itself is integrated into the existing topic modeling framework.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11030401B2Unsupervised topic modeling for short texts
Publication Date: 2021.06.08 AT&T INTELLECTUAL PROPERTY I L P
  • US11030401B2 patent drawing
  • US11030401B2 patent drawing
  • US11030401B2 patent drawing

AI summary

Topics are determined for short text messages using an unsupervised topic model. In a training corpus created from a number of short text messages, a vocabulary of words is identified, and for each word a distributed vector representation is obtained by processing windows of the corpus having a fixed length. The corpus is modeled as a Gaussian mixture model in which Gaussian components represent topics. To determine a topic of a sample short text message, a posterior distribution over the corpus topics is obtained using the Gaussian mixture model.