Intent-Driven Smart Manufacturing Integrating Knowledge Graphs and Large Language Models

· Source: cs.AI updates on arXiv.org · Field: Manufacturing & Industrial — Smart Manufacturing & Industry 4.0, Artificial Intelligence & Machine Learning, Manufacturing Operations & Management · Depth: Advanced, extended

Summary

A new framework integrates instruction-tuned Large Language Models (LLMs) with ontology-aligned Knowledge Graphs (KGs) to enable intent-driven interaction in Manufacturing-as-a-Service (MaaS) ecosystems. Researchers fine-tuned Mistral-7B-Instruct-V02 on a custom dataset of 2,580 domain-specific samples, achieving 89.33% exact match accuracy and 97.27% overall accuracy in translating natural language intents into structured JSON requirement models. These models are then semantically mapped to a Neo4j-based knowledge graph, grounded in the ISA-95 standard, to ensure operational alignment with manufacturing processes, resources, and constraints. The system significantly outperforms zero-shot and few-shot baselines, demonstrating its potential for scalable, explainable, and adaptive human-machine collaboration in smart manufacturing, with an average inference time of 54ms per sample.

Key takeaway

For AI Scientists developing smart manufacturing solutions, this framework offers a robust method to bridge natural language user intents with machine-executable actions. You should consider fine-tuning lightweight LLMs like Mistral-7B-Instruct-V02 on domain-specific datasets and integrating them with an ISA-95 compliant Neo4j knowledge graph to achieve high accuracy and real-time performance in MaaS environments. This approach enhances interpretability and operational flexibility, crucial for dynamic industrial settings.

Key insights

Integrating fine-tuned LLMs with KGs translates natural language manufacturing intents into machine-executable actions with high accuracy.

Principles

Method

A multi-stage pipeline translates natural language intents into JSON requirement models via a fine-tuned LLM, then maps these to a Neo4j-based KG using an ISA-95 aligned ontology for operational execution.

In practice

Topics

Best for: NLP Engineer, AI Scientist, AI Engineer, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.