git404hub

what is industrybench fr?

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

Analysis updated 2026-05-18

66PythonAudience · researcherComplexity · 3/5Setup · moderate

tl;dr

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

vibe map

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 make with this?

VIBE 1

Measure how well an AI model handles industrial domain questions

VIBE 2

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

VIBE 3

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

VIBE 4

Check whether model answers contradict the source standards document

what's the stack?

PythonHugging Face

how it stacks up fr

alibaba-multimodal-industrial-ai/industrybenchafadtc/afa-dtc-skillsmitkox/skillopt
Stars666666
LanguagePythonPythonPython
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audienceresearcherpm founderdeveloper

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

how do i run it?

Difficulty · moderate time til it works · 30min

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

in plain english

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.

prompts (copy fr)

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 fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.