Back to Feed
Training & Fine-Tuning / Benchmarks & Evals

Building Industrial Datasets from Technical Reports

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

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 3 concepts

Key Takeaways

  • The Industrial-Instruction framework produces datasets for fine-tuning LLMs using both open and closed source models.
  • Full fine-tuning of small models on this data improved Panasonic benchmark performance from 28.5% to 42.0% in Set-Match Accuracy.
  • The framework incorporates the Dots.OCR model for text extraction, though it remains sensitive to document density.
  • Fine-tuned models show significant brittleness, demonstrating 0% accuracy on perturbed or rephrased questions from the FailureSensorIQ benchmark.

Summary & Methodology Analysis

The framework establishes an automated pipeline to process technical documentation, utilizing the Dots.OCR model to extract text content. This pipeline generates two parallel versions of instruction-tuning and benchmark datasets, produced by either the Qwen3-30B-A3B-Instruct model or the Claude-Opus-4.6 model. The authors aim to bridge the gap in specialized industrial documentation by automating the creation of high-quality training pairs, which are then used to perform full fine-tuning, an adjustment process where all parameters of a pre-trained model are updated on a new, specific task dataset.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary goal of this research?

The authors created an end-to-end framework to convert complex industrial technical reports into usable instruction-tuning and benchmark datasets.

Q2. What results did the fine-tuning achieve?

On the Panasonic benchmark, small LLMs improved from 28.5% to 42.0% in Set-Match Accuracy and from 46.6% to 63.5% in F1 score.

Q3. Is this framework open source?

The authors contribute two open question-answering datasets and the end-to-end pipeline used to produce them.

Q4. Which models were used for data generation?

The authors generated datasets using the open-weight Qwen3-30B-A3B-Instruct model and the closed, API-based Claude-Opus-4.6 model.

Q5. How does the Dots.OCR model perform?

While it serves as the extraction engine, it is prone to hallucinations and loss of spatial detail, particularly in dense areas of documents.

Q6. How did the models perform on the FailureSensorIQ benchmark?

The models exhibited 0% accuracy on perturbed or rephrased questions, regardless of whether they were trained on Qwen- or Claude-generated datasets.

Q7. Does the model's performance hold when using RAG?

Yes, the improvements on the Panasonic benchmark remain consistent both with and without the use of RAG.

Q8. What is the scale of the models used for fine-tuning?

The paper experiments with small open LLMs consisting of approximately 10 billion parameters.

Q9. Are there any known failure modes for these fine-tuned models?

Yes, the models show a high sensitivity to input variations, as evidenced by their failure to answer rephrased questions in the FailureSensorIQ benchmark.

Flag an issue

What is wrong with this summary?

What is wrong?