Semiconductor Language Model Training for Actionable Failure Summaries

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for summarizing semiconductor equipment data using artificial neural networks are limited in generating summaries that can assist with failure actions, as they primarily focus on overall context rather than actionable insights.

Innovation Solution

A method for training an artificial neural network using semiconductor data, which involves preprocessing the data, generating tokens, and performing unsupervised learning to create a semiconductor language model. This model is then updated using supervised learning with correction data to improve the accuracy of failure data summarization.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If existing methods for summarizing semiconductor equipment data using artificial neural networks are used, then overall context can be captured, but actionable insights for failure actions cannot be generated

Engineering Contradiction:
Improveactionable insightsVSAvoidmodel complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent segments the summarization task into multiple specialized neural network models, each trained to extract specific types of actionable information (failure causes, failure actions, maintenance actions) from semiconductor equipment data. This segmentation allows each model to focus on specific aspects of failure analysis, thereby capturing actionable insights that a single general-purpose model would miss.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the training parameters and objectives of the neural network models by using supervised learning with specifically curated datasets containing labeled failure actions and maintenance actions. This parameter change enables the models to generate actionable insights rather than just general summaries, directly addressing the information loss problem.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If a language model is trained using unsupervised learning on semiconductor equipment data, then a semiconductor language model can be generated, but accuracy in failure data summarization is limited

Engineering Contradiction:
Improvefailure data summarization accuracyVSAvoidtraining time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary unsupervised learning to generate a semiconductor language model that captures general patterns in equipment data. This preliminary action creates a foundation model that can then be efficiently refined through supervised learning on smaller, labeled datasets, reducing the overall training time while improving accuracy for failure data summarization.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements a continuous training process where the language model undergoes unsupervised learning first, then supervised learning, and can be iteratively refined. This continuity allows the model to maintain and improve its failure data summarization accuracy over time without requiring complete retraining, thus managing training time effectively.

Inventive Principle:
Principle #20Continuity of useful action

3Adaptability or versatility

If semiconductor equipment data is preprocessed and tokens are generated using a mapping table, then data can be prepared for language model training, but data processing complexity increases

Engineering Contradiction:
Improvemodel training capabilityVSAvoiddata processing complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent introduces a mapping table as an intermediary component that bridges raw semiconductor equipment data and the language model's token representation system. This intermediary handles the complexity of data preprocessing by providing a standardized conversion mechanism, thereby enabling model training capability without directly increasing the overall system complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent creates a tokenized copy of the semiconductor equipment data through the mapping table, which serves as a simplified representation suitable for language model training. This copying approach allows the model to work with processed data while the original data structure remains intact, managing processing complexity through representation transformation.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS20250173551A1Language model training method and computing device
Publication Date: 2025.05.29 SAMSUNG ELECTRONICS CO LTD
  • US20250173551A1 patent drawing
  • US20250173551A1 patent drawing
  • US20250173551A1 patent drawing

AI summary

A language model training method includes: obtaining first data comprising semiconductor equipment data; performing preprocessing on the first data to generate second data; generating a first token from the second data using a mapping table; and generating a semiconductor language model by performing unsupervised learning on a language model using the first token.