JacobLinCool/gsat-115
Machine-gradable exam benchmarks produced by any-to-bench. Each subset is one exam: the viewer table shows one row per answerable question (figures embedded); the raw, byte-faithful bundle lives under <subset>/bundle/ — exam.json (structured paper), answer_schema.json (strict JSON Schema an answer sheet must satisfy), grading.json (deterministic rules + judge rubrics), manifest.json (provenance), and assets/ (figures). Usage Benchmark any model against an exam: a2b download… See the full description on the dataset page: https://huggingface.co/datasets/JacobLinCool/gsat-115.
<!-- a2b:header:start --> Machine-gradable exam benchmarks produced by any-to-bench. Each subset is one exam: the viewer table shows one row per answerable question (figures embedded); the raw, byte-faithful bundle lives under <subset>/bundle/ — exam.json (structured paper), answer_schema.json (strict JSON Schema an answer sheet must satisfy), grading.json (deterministic rules + judge rubrics), manifest.json (provenance), and assets/ (figures).
Usage
Benchmark any model against an exam:
a2b download JacobLinCool/gsat-115 --name <subset> -o bundle
a2b solve bundle --model <your-model> -o answers.json
a2b grade bundle answers.json -o report.jsonOr load the question table directly:
from datasets import load_dataset
ds = load_dataset("JacobLinCool/gsat-115", "<subset>", split="test")⚠️ Answer key included
<subset>/bundle/grading.json contains the full answer key and scoring rubrics. If you benchmark models against this dataset, keep it out of training corpora.
Exam content copyright belongs to the original exam publisher. <!-- a2b:header:end -->
<!-- a2b:bundle:matha:start -->
matha — 115學年度學科能力測驗試題:數學A考科
a2b download JacobLinCool/gsat-115 --name matha -o bundle <!-- a2b:bundle:matha:end -->
<!-- a2b:bundle:chinese:start -->
chinese — 115學年度學科能力測驗 國語文綜合能力測驗
a2b download JacobLinCool/gsat-115 --name chinese -o bundle <!-- a2b:bundle:chinese:end -->
<!-- a2b:bundle:english:start -->
english — 115學年度學科能力測驗試題:英文考科
a2b download JacobLinCool/gsat-115 --name english -o bundle <!-- a2b:bundle:english:end -->
<!-- a2b:bundle:social:start -->
social — 財團法人大學入學考試中心基金會 115學年度學科能力測驗試題 社會考科
a2b download JacobLinCool/gsat-115 --name social -o bundle <!-- a2b:bundle:social:end -->
<!-- a2b:bundle:science:start -->
science — 115學年度學科能力測驗試題 自然考科
a2b download JacobLinCool/gsat-115 --name science -o bundle <!-- a2b:bundle:science:end -->
