TLDR: IM-Chat is a multi-agent framework using large language models (LLMs) to improve knowledge transfer in the injection molding industry. It combines documented knowledge (manuals, troubleshooting tables) with extensive field data modeled by a diffusion generative model. The system, evaluated with GPT-4o, GPT-4o-mini, and GPT-3.5-turbo, shows that more capable LLMs achieve higher accuracy in complex, tool-integrated tasks. IM-Chat aims to address challenges like an aging workforce and multilingual barriers by providing context-aware, AI-assisted decision support, with future plans to enhance multimodal understanding and tool interoperability.
The injection molding industry, a cornerstone of global manufacturing, faces significant hurdles in preserving and sharing vital operational knowledge. As experienced workers retire and a diverse, multilingual workforce emerges, the implicit expertise accumulated over decades is at risk of being lost. Traditional methods like manuals and apprenticeships are proving insufficient in this evolving landscape.
Addressing these challenges, researchers have introduced IM-Chat, an innovative multi-agent framework powered by large language models (LLMs). This system is designed to streamline knowledge transfer in injection molding, ensuring that critical information is retained and accessible to all operators, regardless of their experience level or language.
How IM-Chat Works
IM-Chat operates on a sophisticated yet adaptable architecture. It integrates both readily available documented knowledge, such as troubleshooting guides and machine manuals, with extensive field data. This field data is processed through a data-driven process condition generator, which can infer optimal manufacturing settings based on environmental factors like temperature and humidity. This dual approach allows IM-Chat to provide robust and context-aware solutions for various tasks.
The system employs a retrieval-augmented generation (RAG) strategy, meaning it retrieves relevant information from its knowledge base before generating a response, enhancing factual accuracy. Furthermore, it incorporates tool-calling agents, enabling it to dynamically leverage external tools for more precise task execution. Its modular design ensures that it can adapt without needing extensive fine-tuning, making it a scalable and generalizable solution for AI-assisted decision support in manufacturing.
When a user interacts with IM-Chat, their input goes through a three-stage process: input formatting, task solving, and output formatting. A ‘Task Formatter’ clarifies the user’s request, and a ‘Translator’ converts it to English to support multilingual users. A ‘Classifier’ then determines if the query is related to injection molding. If it is, a ‘Planner’ breaks down the task into subtasks, which are then executed by an ‘Executor’ using one of four tools: an internet searcher, a troubleshooting table retriever, a manufacturing manual retriever, or a diffusion model for process parameter recommendations. A ‘Supervisor’ evaluates the results, and if needed, a ‘Replanner’ adjusts the plan. Finally, a ‘Reporter’ summarizes and translates the response back into the user’s original language.
Bridging Knowledge Gaps
IM-Chat’s knowledge base is comprehensive, drawing from expert interviews, standardized troubleshooting charts, and detailed machine operation manuals. This allows it to provide guidance on adjusting process parameters for specific defects or understanding machine maintenance procedures. For more complex scenarios, especially those requiring quantitative recommendations, IM-Chat utilizes a diffusion model trained on real-world production data. This model can suggest optimal process parameters for defect-free production based on environmental conditions, moving beyond traditional heuristic approaches.
Also Read:
- AI Models Offer New Insights into Bridge Health Through Non-Destructive Evaluation
- Generative AI Enhances Realism in Human Motion Simulation
Performance and Future Outlook
Evaluations of IM-Chat using various OpenAI models (GPT-4o, GPT-4o-mini, and GPT-3.5-turbo) demonstrated that more advanced models like GPT-4o consistently achieved higher accuracy, particularly in complex tasks requiring the coordination of multiple tools. While GPT-3.5-turbo was faster, its performance suffered from frequent tool misselection and shallower reasoning. The study also highlighted that automated LLM-based evaluations, while scalable, may not fully capture the technical correctness required in industrial domains, underscoring the importance of human expert validation.
Despite its promising capabilities, IM-Chat has areas for improvement. Current limitations include its ability to extract information from complex visual content like diagrams and engineering drawings, its reliance on commercial LLMs (raising concerns about cost and data privacy), and its limited set of external tools. Future developments aim to integrate more robust multimodal capabilities, expand tool interfaces to include simulators and design software, and incorporate input refinement mechanisms to handle vague user queries more effectively.
IM-Chat represents a significant step towards leveraging multi-agent LLM systems for industrial knowledge transfer. Its modular and extensible architecture makes it adaptable not only for injection molding but also for broader manufacturing applications, paving the way for more intelligent and human-aligned decision support systems in the industry. For more in-depth technical details, you can refer to the full research paper available at arXiv.org.


