Semantic Parsing for Short Text Using Syntactic Features

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing natural language processing (NLP) methods struggle to effectively parse short texts due to their sparsity and low number of features, which limits the ability to capture word co-occurrence information.

Innovation Solution

A method is proposed that involves obtaining a set of sentences associated with a short text, determining syntactic features such as constituency and dependency relations, and using these features to determine a semantic structure of the short text, thereby improving parsing accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing NLP methods are used to parse short text, then the processing can be performed, but the parsing accuracy is poor due to text sparsity and low feature count

Engineering Contradiction:
Improveparsing accuracyVSAvoidnumber of features
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent transforms the two-dimensional word co-occurrence matrix into a three-dimensional structure by introducing sentence-level semantic representations as an additional dimension. This allows the model to capture semantic relationships between words that co-occur in the same sentence, effectively increasing the feature dimensionality without adding more words to the input text.

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

Solution Approach 2:

The patent performs preliminary sentence-level semantic parsing before the main word-level parsing task. By first obtaining semantic representations of complete sentences using existing NLP models, the system prepares enriched feature vectors that capture semantic relationships in advance, which then guide the subsequent word-level parsing more accurately.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If more sophisticated NLP methods are used to improve parsing accuracy, then parsing performance improves, but computational cost and complexity increase

Engineering Contradiction:
Improveparsing accuracyVSAvoidmethod complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent introduces sentence-level semantic representations as an intermediary layer between the input short text and the final word-level parsing output. This intermediary captures semantic relationships at the sentence level and then feeds this information back to guide word-level parsing, effectively mediating between simple word processing and complex semantic understanding without requiring entirely new complex methods.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent makes existing NLP models serve multiple functions: they first perform sentence-level semantic representation generation, then their outputs are reused as features for word-level parsing. This multi-functional use of existing models improves parsing accuracy while avoiding the need to develop and deploy entirely new complex parsing systems.

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

Data Source

PatentUS20250148202A1Semantic parsing for short text
Publication Date: 2025.05.08 LEMON INC(GB)
  • US20250148202A1 patent drawing
  • US20250148202A1 patent drawing
  • US20250148202A1 patent drawing

AI summary

Embodiments of the present disclosure relate to semantic parsing for short text. According to embodiments of the present disclosure, a method is proposed. The method comprises: obtaining a set of sentences associated with a short text, each of the set of sentences containing all of words in the short text; determining a set of syntactic features associated with the set of sentences, each of the set of syntactic features indicating at least one of a constituency relation and a dependency relation of the corresponding sentence; and determining a semantic structure of the short text based on the set of syntactic features.