Lexical Dropout Training for Context-Aware Entity Recognition

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing artificial intelligence-based chatbots struggle to accurately identify named entities due to insufficient attention on contextual information during training, leading to misclassification of entities.

Innovation Solution

Implementing lexical dropout techniques to selectively drop out feature vectors associated with entities during training, focusing the model on contextual information using a dropout parameter and hypertuning to determine the appropriate dropout rate.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the model is trained to focus on entity feature vectors, then entity recognition capability is improved, but contextual understanding deteriorates leading to misclassification

Engineering Contradiction:
Improveentity recognition accuracyVSAvoidcontextual information
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent extracts and removes entity feature vectors from the training process through selective dropout. By taking out the entity-specific feature vectors and preventing the model from learning their patterns, the method forces the model to rely on contextual information instead, thereby resolving the contradiction between entity recognition and contextual understanding.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces dropout as an intermediary mechanism that mediates between entity features and contextual information. During training, dropout randomly masks entity feature vectors, acting as a mediator that prevents the model from over-relying on entities while still allowing contextual information to flow through and be learned.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of information

If dropout is applied to entity feature vectors during training, then contextual information processing is improved, but training complexity increases

Engineering Contradiction:
Improvecontextual information retentionVSAvoidtraining process complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent applies dropout selectively and locally only to entity feature vectors rather than uniformly across all features. This localized application of dropout to specific entity tokens allows the model to retain contextual information while avoiding unnecessary complexity in processing non-entity features, thus improving contextual retention without excessive training complexity.

Inventive Principle:
Principle #3Local quality

3Measurement precision

If selective dropout is implemented for entity tokens, then named entity recognition accuracy is improved, but computational overhead during training increases

Engineering Contradiction:
Improvenamed entity recognition accuracyVSAvoidcomputational energy during training
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent implements partial dropout by applying the dropout mechanism only to entity feature vectors during training, rather than to all features. This partial action approach achieves improved named entity recognition accuracy by forcing contextual learning, while avoiding the excessive computational overhead of applying dropout uniformly across the entire feature space.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12572852B2Lexical dropout for natural language processing
Publication Date: 2026.03.10 ORACLE INT CORP
  • US12572852B2 patent drawing
  • US12572852B2 patent drawing
  • US12572852B2 patent drawing

AI summary

Techniques are provided for improved training of a machine learning model using lexical dropout. A machine learning model and a training data set are accessed. The training data set can include sample utterances and corresponding labels. A dropout parameter is identified. The dropout parameter can indicate a likelihood for dropping out one or more feature vectors for tokens associated with respective entities during training of the machine learning model. The dropout parameter is applied to feature vectors for tokens associated with respective entities. The machine learning model is trained using the training data set and the dropout parameter to generate a trained machine learning model. The use of the trained the machine learning model is facilitated.