Retrieval-Augmented Multi-LLM Ensemble for Industrial Part Specification Extraction
Muzakkiruddin Ahmed Mohammed, John R. Talburt, Leon Claasssens, Adriaan Marais
TL;DR
The paper tackles the challenge of extracting precise industrial part specifications from unstructured text, a task hindered by hallucinations and uneven model performance. It introduces RAGsemble, a nine-LLM ensemble connected through a three-phase, retrieval-augmented pipeline that grounds outputs in FAISS-based knowledge retrieval and a central synthesis layer. Key contributions include scalable ensemble architecture, seamless RAG grounding, transparent confidence and consensus mechanisms, and a deployable implementation for manufacturing domains. Results on real industrial data, including GE9X, show substantial improvements in completeness, technical depth, and formatting reliability over strong single-model baselines, demonstrating practical potential for production deployment.
Abstract
Industrial part specification extraction from unstructured text remains a persistent challenge in manufacturing, procurement, and maintenance, where manual processing is both time-consuming and error-prone. This paper introduces a retrieval-augmented multi-LLM ensemble framework that orchestrates nine state-of-the-art Large Language Models (LLMs) within a structured three-phase pipeline. RAGsemble addresses key limitations of single-model systems by combining the complementary strengths of model families including Gemini (2.0, 2.5, 1.5), OpenAI (GPT-4o, o4-mini), Mistral Large, and Gemma (1B, 4B, 3n-e4b), while grounding outputs in factual data using FAISS-based semantic retrieval. The system architecture consists of three stages: (1) parallel extraction by diverse LLMs, (2) targeted research augmentation leveraging high-performing models, and (3) intelligent synthesis with conflict resolution and confidence-aware scoring. RAG integration provides real-time access to structured part databases, enabling the system to validate, refine, and enrich outputs through similarity-based reference retrieval. Experimental results using real industrial datasets demonstrate significant gains in extraction accuracy, technical completeness, and structured output quality compared to leading single-LLM baselines. Key contributions include a scalable ensemble architecture for industrial domains, seamless RAG integration throughout the pipeline, comprehensive quality assessment mechanisms, and a production-ready solution suitable for deployment in knowledge-intensive manufacturing environments.
