Multi-Granularity Text Segmentation via Lexicon Merging

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing word segmentation technologies face challenges in providing multiple granularity levels effectively, leading to low recall rates and semantic item loss, as well as the need for vast and costly lexicon maintenance due to ambiguity and precision issues.

Innovation Solution

A system that establishes a lexicon of smallest semantic units with reasonable lengths and semantic integrity, allowing for medium-grained segmentation results to be merged into coarser-grained results, and using search elements to obtain finer-grained results, thereby addressing the ambiguity and precision issues.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If maximum matching method is used for word segmentation, then segmentation speed is improved, but segmentation precision deteriorates due to ambiguity

Engineering Contradiction:
Improvesegmentation speedVSAvoidsegmentation precision
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent segments the word segmentation process into two distinct stages: first performing maximum matching segmentation to obtain initial segments, then performing ambiguity resolution segmentation to refine the results. This two-stage segmentation approach allows the system to maintain high processing speed while improving segmentation precision by addressing ambiguities in a separate refinement step.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs maximum matching segmentation as a preliminary action before ambiguity resolution. By first obtaining initial segmentation results through fast maximum matching, the system prepares a baseline that can then be refined. This preliminary segmentation provides a starting point that speeds up the overall process while allowing subsequent refinement to improve precision.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If finer-grained segmentation is used, then search recall rate is improved, but search precision deteriorates

Engineering Contradiction:
Improvesearch recall rateVSAvoidsearch precision
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent implements dynamic granularity adjustment where the segmentation granularity is not fixed but adapts based on the specific text and segmentation context. The system can dynamically switch between finer-grained and coarser-grained segmentation strategies, allowing it to optimize the balance between recall rate and precision for different search scenarios and text types.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the granularity parameter of segmentation based on different search requirements and text characteristics. By adjusting the granularity parameter dynamically, the system can optimize search recall rate when finer-grained segmentation is needed while maintaining search precision when coarser-grained segmentation is more appropriate, thus resolving the contradiction between these two metrics.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If vast lexicon is used to improve segmentation precision, then segmentation precision is improved, but lexicon maintenance complexity and cost increase

Engineering Contradiction:
Improvesegmentation precisionVSAvoidlexicon maintenance complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the lexicon into different levels and types, organizing lexical resources in a hierarchical structure. This segmentation of the lexicon allows the system to use comprehensive lexical coverage for precision without requiring a single vast flat lexicon, thereby reducing maintenance complexity through structured organization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary ambiguity resolution mechanism that acts as a mediator between the segmentation process and the lexicon. This intermediary layer handles complex disambiguation tasks, allowing the system to achieve high segmentation precision without relying solely on an excessively large lexicon, thus reducing lexicon maintenance burden while maintaining precision.

Inventive Principle:
Principle #24Intermediary (Mediator)

4Measurement precision

If coarser-grained segmentation is used, then search precision is improved, but search recall rate deteriorates

Engineering Contradiction:
Improvesearch precisionVSAvoidsearch recall rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent implements dynamic granularity adjustment that allows the system to adapt between coarser-grained and finer-grained segmentation based on search requirements. When search precision is prioritized, coarser-grained segmentation is used; when search recall rate is prioritized, finer-grained segmentation is applied. This dynamic approach resolves the contradiction by making granularity adjustable rather than fixed.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent creates a universal segmentation system that can serve multiple search objectives simultaneously. By implementing multi-granularity segmentation capabilities, the system can provide both coarser-grained results for precision-oriented searches and finer-grained results for recall-oriented searches, making the segmentation system universally applicable to different search scenarios without sacrificing either precision or recall rate.

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

Data Source

PatentUS9223779B2Text segmentation with multiple granularity levels
Publication Date: 2015.12.29 CLOUD INTELLIGENCE ASSETS HOLDING (SINGAPORE) PTE LTD
  • US9223779B2 patent drawing
  • US9223779B2 patent drawing
  • US9223779B2 patent drawing

AI summary

Text processing includes: segmenting received text based on a lexicon of smallest semantic units to obtain medium-grained segmentation results; merging the medium-grained segmentation results to obtain coarse-grained segmentation results, the coarse-grained segmentation results having coarser granularity than the medium-grained segmentation results; looking up in the lexicon of smallest semantic units respective search elements that correspond to segments in the medium-grained segmentation results; and forming fine-grained segmentation results based on the respective search elements, the fine-grained segmentation results having finer granularity than the medium-grained segmentation results.