CoolFace
Datasetpublic

Meerkat-AI/triz-gold-benchmark

πŸ‡ΊπŸ‡Έ English | πŸ‡¨πŸ‡³ δΈ­ζ–‡ triz-gold-benchmark A Chinese TRIZ (Theory of Inventive Problem Solving) evaluation benchmark, companion to Meerkat-TRIZ-v1 and the meerkat-triz evaluation harness. Contents File Items Protocol triz_gold_v4_public.jsonl 100 v4 evaluation protocol (six-way comparison) triz_gold_v5_public.jsonl 300 v5 evaluation protocol (official release eval) One JSON object per line: {"id": "v5_gold_000", "subset": "ariz_guidance"… See the full description on the dataset page: https://huggingface.co/datasets/Meerkat-AI/triz-gold-benchmark.

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
2likes46downloads
Dataset Card
πŸ‡ΊπŸ‡Έ English | πŸ‡¨πŸ‡³ δΈ­ζ–‡

triz-gold-benchmark

A Chinese TRIZ (Theory of Inventive Problem Solving) evaluation benchmark, companion to Meerkat-TRIZ-v1 and the meerkat-triz evaluation harness.

Contents

FileItemsProtocol
triz_gold_v4_public.jsonl100v4 evaluation protocol (six-way comparison)
triz_gold_v5_public.jsonl300v5 evaluation protocol (official release eval)

One JSON object per line:

json
{"id": "v5_gold_000", "subset": "ariz_guidance", "question": "...", "keywords": ["..."]}

Six task subsets (v4 / v5 item counts):

subsetv4v5
ariz_guidance2060
case_generation1545
concept_explanation1545
contradiction_analysis2060
innovation_assessment1030
principle_recommendation2060

Important: this public release contains no reference answers

The questions and expected keywords were LLM-generated from third-party TRIZ textbooks and course materials; the reference answers are derivative rewrites of copyrighted content. To control copyright risk, this public release only publishes question + keywords + subset β€” no reference_answer field.

Implications:

  • β€”The keyword track is fully reproducible (the harness keyword track only needs question/keywords).
  • β€”The judge track loses its reference-answer anchor: in the judge prompt the reference answer is the quality anchor; without it, absolute scores are not directly comparable to the official reports (paired diffs are less affected).
  • β€”For the full version for academic research, please contact the authors via a repo issue.

Usage

bash
meerkat-eval --config configs/eval_v5.json \
    --adapter-path <adapter> --tag my_run \
    --eval-file triz_gold_v5_public.jsonl \
    --baseline-results <base result.json>

Leakage statement

This benchmark never entered the training distribution of Meerkat-TRIZ-v1: a 3-gram Jaccard β‰₯0.5 scan of the training set against both gold sets found 0 hits.

License

CC-BY-NC-4.0 (non-commercial research use). The question texts are derived from third-party copyrighted TRIZ materials; contact the authors before any commercial use.