Unsupervised Hypernym Induction via Glossary Filtering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current machine learning systems struggle to automatically extract hypernym-hyponym pairs from unstructured text without supervision, as they rely on manually annotated data and fail to handle phrases and contextual relationships effectively.

Innovation Solution

An unsupervised machine learning approach that uses a neural network to identify hypernyms by parsing candidate lists, generating a super-term-sub-term glossary, filtering out non-hypernym pairs, and applying transitive closure to infer new hypernym-hyponym pairs, allowing for the extraction of hypernyms from unstructured text without manual annotation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If supervised machine learning systems are used to predict hypernym-hyponym pairs, then prediction accuracy can be achieved, but manual annotation of training data is required which is costly and time-consuming

Engineering Contradiction:
Improvehypernym prediction accuracyVSAvoidmanual annotation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs self-service by automatically generating training data through unsupervised learning. It extracts hypernym-hyponym pairs from unstructured text using lexical patterns, distributional inclusion, and transitive closure relationships without requiring manual human annotation, thereby eliminating the time-consuming manual labeling process while maintaining prediction capability

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system performs preliminary action by pre-processing unstructured text to extract candidate hypernym-hyponym pairs before actual prediction tasks. It builds a preliminary knowledge base using lexical-syntactic patterns and distributional analysis, which prepares the system for efficient downstream applications without requiring ad-hoc manual annotation for each task

Inventive Principle:
Principle #10Preliminary action

2Reliability

If lexico-syntactic patterns are used to determine hypernym-hyponym pairs, then contextual constraints can be captured, but the patterns are sparse and require exact word sequences which limits flexibility

Engineering Contradiction:
Improvecontextual constraint captureVSAvoidphrase handling capability
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system merges multiple approaches by combining lexico-syntactic pattern matching with distributional inclusion methods. It integrates lexical-syntactic patterns that capture contextual constraints with distributional analysis of word vectors and part-of-speech tags, creating a hybrid system that maintains the reliability of pattern-based contextual understanding while adding the flexibility of distributional semantics to handle phrases and variations

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system uses composite materials analogy by creating a composite approach that combines rigid lexical-syntactic patterns with flexible distributional vector representations. This composite methodology allows the system to leverage the structural reliability of exact patterns while incorporating the adaptability of probabilistic distributional analysis, enabling handling of both exact sequences and phrase variations

Inventive Principle:
Principle #40Composite materials

3Adaptability or versatility

If distributional inclusion using vectors of adjacent words is used, then phrases can be handled, but lexico-syntactic patterns capture contextual constraints not covered by distributional inclusion approaches

Engineering Contradiction:
Improvephrase handling capabilityVSAvoidcontextual constraint capture
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system merges distributional inclusion methods that handle phrases with lexico-syntactic pattern approaches that capture contextual constraints. By combining word vector distributions with lexical-syntactic pattern matching, the system achieves both phrase flexibility and contextual reliability that neither approach can achieve alone

Inventive Principle:
Principle #5Merging (Combining)

4Productivity

If simple substring matching is used to identify hypernym-hyponym pairs, then processing speed can be improved, but accuracy and ability to capture complex relationships deteriorate

Engineering Contradiction:
Improveprocessing speedVSAvoidhypernym identification accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system replaces simple mechanical substring matching with a more sophisticated neural network-based approach. It substitutes the crude mechanical search with intelligent pattern recognition using trained models that can identify hypernym-hyponym relationships through learned features, achieving both improved accuracy and maintained efficiency through optimized neural network inference

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

Data Source

PatentUS11507828B2Unsupervised hypernym induction machine learning
Publication Date: 2022.11.22 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US11507828B2 patent drawing
  • US11507828B2 patent drawing
  • US11507828B2 patent drawing

AI summary

Training a machine learning model such as a neural network, which can automatically extract a hypernym from unstructured data, is disclosed. A preliminary candidate list of hyponym-hypernym pairs can be parsed from the corpus. A preliminary super-term—sub-term glossary can be generated from the corpus, the preliminary super-term—sub-term glossary containing one or more super-term—sub-term pairs. A super-term—sub-term pair can be filtered from the preliminary super-term—sub-term glossary, responsive to detecting that the super-term—sub-term pair is not a candidate for hyponym-hypernym pair, to generate a final super-term—sub-term glossary. The preliminary candidate list of hyponym-hypernym pairs and the final super-term—sub-term glossary can be combined to generate a final list of hyponym-hypernym pairs. An artificial neural network can be trained using the final list of hyponym-hypernym pairs as a training data set, the artificial neural network trained to identify a hypernym given new text data.