whatisgithub

What is industrybench?

alibaba-multimodal-industrial-ai/industrybench — explained in plain English

Analysis updated 2026-05-18

66PythonAudience · researcherComplexity · 3/5Setup · moderate

In one sentence

A benchmark dataset and toolkit that tests how well AI language models understand specialized industrial and manufacturing knowledge across multiple languages.

Mindmap

mindmap
  root((IndustryBench))
    What it does
      2049 QA items
      Multilingual translations
      AI judge scoring
    Tech stack
      Python
      Hugging Face
    Use cases
      Benchmark LLM industrial knowledge
      Compare models across languages
      Score closed book answers
    Audience
      AI researchers
      Model evaluators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Measure how well an AI model handles industrial domain questions

USE CASE 2

Compare model performance across English, Russian, Chinese, and Vietnamese

USE CASE 3

Score model answers with a calibrated AI judge on a 0 to 3 scale

USE CASE 4

Check whether model answers contradict the source standards document

What is it built with?

PythonHugging Face

How does it compare?

alibaba-multimodal-industrial-ai/industrybenchafadtc/afa-dtc-skillshamid-k/nginx-rift-private-lab
Stars666667
LanguagePythonPythonPython
Setup difficultymoderateeasyhard
Complexity3/52/55/5
Audienceresearcherpm founderresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Python 3.10+ and an OpenAI-compatible API endpoint to run evaluations.

So what is it?

IndustryBench is a dataset and evaluation toolkit designed to test how well large language models (LLMs, AI systems that understand and generate text) understand specialized knowledge from industrial and manufacturing sectors. The problem it addresses is that most AI benchmarks test general knowledge or programming ability, leaving it unclear how well these models handle technical industrial topics like procurement standards and product specifications. The dataset contains 2,049 question-and-answer items drawn from Chinese national standards (GB/T) and structured industrial product records. Each item has been translated into English, Russian, and Vietnamese by human reviewers, all tied back to the same original Chinese source material. Items are tagged across 7 capability dimensions, 10 industry categories, and three difficulty levels. To score a model's performance, an evaluator feeds a question to the model without giving it any reference material (closed-book style), then uses a separate calibrated AI judge to score the response on a scale of 0 to 3. There is also a safety check that can penalize answers that contradict the source document. You would use this project if you are a researcher wanting to measure how well an AI model handles industrial domain questions, especially across multiple languages. The evaluation script requires Python 3.10 or later and an OpenAI-compatible API endpoint, meaning it works with many hosted AI services. The dataset itself is freely available on Hugging Face without needing to clone the repository.

Copy-paste prompts

Prompt 1
Help me run IndustryBench's evaluation script against my own OpenAI-compatible model endpoint.
Prompt 2
Explain how IndustryBench's 7 capability dimensions and 10 industry categories are structured.
Prompt 3
Show me how to download and explore the IndustryBench dataset from Hugging Face.
Prompt 4
Walk me through interpreting the AI judge's 0 to 3 scoring for a failed answer.

Frequently asked questions

What is industrybench?

A benchmark dataset and toolkit that tests how well AI language models understand specialized industrial and manufacturing knowledge across multiple languages.

What language is industrybench written in?

Mainly Python. The stack also includes Python, Hugging Face.

How hard is industrybench to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is industrybench for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.