Fountain -- an intelligent contextual assistant combining knowledge representation and language models for manufacturing risk identification

Saurabh Kumar,Daniel Fuchs,Klaus Spindler
2023-08-01
Abstract:Deviations from the approved design or processes during mass production can lead to unforeseen risks. However, these changes are sometimes necessary due to changes in the product design characteristics or an adaptation in the manufacturing process. A major challenge is to identify these risks early in the workflow so that failures leading to warranty claims can be avoided. We developed Fountain as a contextual assistant integrated in the deviation management workflow that helps in identifying the risks based on the description of the existing design and process criteria and the proposed deviation. In the manufacturing context, it is important that the assistant provides recommendations that are explainable and consistent. We achieve this through a combination of the following two components 1) language models finetuned for domain specific semantic similarity and, 2) knowledge representation in the form of a property graph derived from the bill of materials, Failure Modes and Effect Analysis (FMEA) and prior failures reported by customers. Here, we present the nuances of selecting and adapting pretrained language models for an engineering domain, continuous model updates based on user interaction with the contextual assistant and creating the causal chain for explainable recommendations based on the knowledge representation. Additionally, we demonstrate that the model adaptation is feasible using moderate computational infrastructure already available to most engineering teams in manufacturing organizations and inference can be performed on standard CPU only instances for integration with existing applications making these methods easily deployable.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
The paper attempts to address the issue of how to identify potential risks early when product design or production processes change during the automotive manufacturing process. Specifically, the paper develops a contextual assistant named Fountain, which aims to help identify risks triggered by design or process changes by combining language models and knowledge representation, ensuring that these suggestions are interpretable and consistent. In this way, Fountain can help reduce product quality issues caused by design changes, thereby avoiding warranty claims. Additionally, the system can continuously improve based on user feedback to enhance the quality and accuracy of its recommendations.