Papers
arxiv:2608.22817

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

Published on Aug 24
· Submitted by
Parsa Bakhtiari
on Aug 25
Authors:
,
,
,

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.

Community

Paper author Paper submitter

industrial_instruction_summary(2)(1)
We release Industrial-Instruction — two open QA datasets built from 906 real Panasonic technical PDFs (7,525 pages), for training and benchmarking RAG models on industrial documentation instead of general web text.

Same pipeline, two generator models

We built the same dataset twice with an identical pipeline:

Qwen3-30B-A3B-Instruct Claude-Opus-4.6
Cost $3.2 (local compute) $330 (API usage)
Raw samples filtered out 43% 0.5%

The frontier model gave a much cleaner raw dataset and bigger downstream gains — but not proportional to 100× the cost.

Results

Fine-tuning Qwen3-4B lifts Set-Match Accuracy:

  • 28.5% → 42.0% on the Qwen-generated data
  • 40.9% → 56.4% on the Claude-generated data

MMLU stays essentially flat for the Claude-trained model (72.13 → 72.08), with a small but measurable drop for the Qwen-trained one (→ 70.87).

Each model is scored on its own held-out split — not a controlled head-to-head.

Everything is released

Datasets, both fine-tuned models, the FAISS index and the full pipeline are all public.

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2608.22817
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 2

Datasets citing this paper 1

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.22817 in a Space README.md to link it from this page.

Collections including this paper 1