Industrial-Instruction: An End-to-End Framework for Building Instruction-Tuning and Benchmark Datasets from Industrial Technical Reports

Parsa Bakhtiari, Hassan Bashiri, Alireza Khalilipour, Masoud Nasiripour, Moharram Challenger

arXiv:2608.22817 · 2026-08-25 공개 · arXiv · PDF

benchmarking instruction-tuning llm-finetuning benchmark-datasets open-weight-models mmlu-evaluation qa-datasets industrial-documents

Abstract

Industrial technical reports contain high-value knowledge for maintenance, troubleshooting, and product engineering, but their heterogeneous structure (dense prose, specifications, tables) makes them difficult to index and reason over with standard retrieval and QA pipelines, and no public instruction-tuning or benchmark datasets are built from such documents. We address this gap with Industrial-Instruction, contributing (i) two open QA datasets built from real industrial technical reports and (ii) the end-to-end pipeline that produces them. Using 906 public Panasonic documents (7,525 pages), we apply layout-aware extraction, build a semantic retrieval index, and synthesize multiple-choice QA grounded in retrieved evidence under five query-document relationships (irrelevant retrieval, single-/multi-document support, single-/multi-document answer). After filtering an initial 23.9k generated samples, each dataset provides approximately 13.6k QA pairs with source documents and a held-out benchmark split. Fine-tuning small open LLMs (under 10B parameters) improves Set-Match Accuracy from 28.5% to 42.0% and F1 from 46.6% to 63.5% on the Panasonic benchmark. We release two parallel versions built by the same pipeline: one generated with the open-weight Qwen3-30B-A3B-Instruct model and one with the closed, API-based Claude-Opus-4.6 model, enabling a direct comparison of open- versus frontier-model data generation. The Claude-Opus-4.6 dataset yields a cleaner raw corpus and larger fine-tuning gains, at roughly two orders of magnitude higher cost. MMLU evaluation shows models trained on the Claude-Opus-4.6 data retain essentially all general knowledge, versus a small but measurable forgetting effect for the Qwen-generated data. Together, these datasets and pipeline offer a practical, reproducible path toward scalable industrial benchmarks and training data from real-world documentation.

한국어 요약

한 줄 요약

Industrial-Instruction은 산업 기술 보고서를 기반으로 QA 데이터셋과 생성 파이프라인을 제공하여 산업 벤치마크 및 훈련 데이터를 구축하는 실용적이고 재현 가능한 방법을 제시한다.

핵심 기여도

핵심 아이디어

Industrial-Instruction은 산업 기술 보고서의 이질적인 구조(밀집된 텍스트, 표, 명세서)를 고려해 QA 데이터셋을 생성하는 파이프라인을 제시한다. 기존 QA 데이터셋은 일반 문서에 집중되었으나, 산업 문서는 복잡한 구조와 분산된 정보로 인해 기존 파이프라인에서 효과적으로 추출 및 추론이 어려웠다. 이를 해결하기 위해 레이아웃 인식 추출(layout-aware extraction)를 적용하여 텍스트와 표 정보를 보존하고, 의미 기반 검색 인덱스를 구축한 후, 5가지 질의-문서 관계를 반영한 QA 쌍을 생성한다. 특히, Claude-Opus-4.6과 Qwen3-30B-A3B-Instruct 모델을 비교하면서 오픈 모델과 프론티어 모델의 데이터 생성 품질과 비용 효율성을 평가하는 새로운 접근을 제시한다.

기술적 접근법

주요 결과

의의 및 한계

Industrial-Instruction은 산업 문서를 기반으로 한 QA 데이터셋 생성의 첫 번째 시도로, 산업 벤치마크와 훈련 데이터의 부족한 공급을 해결하는 실용적 접근을 제시한다. 특히, 오픈 모델(Qwen3-30B-A3B-Instruct)을 사용한 저비용 데이터셋 생성이 가능함을 보여주며, 이는 대규모 산업 데이터셋 구축에 중요한 단서를 제공한다. 그러나 실험에서 Claude-Opus-4.6 모델이 생성한 데이터셋이 품질 면에서 우수함을 보여주며, 품질-비용 간 균형이 필요하다는 한계도 드러난다. 또한, 현재 파이프라인은 질문 변형(perturbation)이나 재구성된 질문을 포함하지 않아 모델의 robustness 향상에 한계가 있다.

실용적 활용

Industrial-Instruction은 유지보수, 고장 진단, 제품 공학 등 산업 분야에서 실제 문서를 기반으로 한 QA 시스템 개발에 활용 가능하다. 특히, 소형 언어 모델(10B 미만 파라미터)을 사용한 저비용 훈련 데이터셋 생성이 가능하므로, 자원이 제한된 산업 현장에서 실용적이다. 또한, 오픈 모델을 활용한 데이터셋 생성은 비용 효율성을 높이고, 산업 내 지식 관리 시스템의 자동화를 촉진할 수 있다.