The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
๐ PARAMETR-Bench
PARAMETR-Bench is a procedurally generated benchmarking framework for evaluating AI agents on multi-step scientific data analysis tasks. Each task instance is produced by a seeded generator, so every run yields fresh input data โ addressing the dataset contamination and saturation problems that affect static benchmarks. The key methodological contribution is metarubrics: rubric templates that are auto-populated by the same generator that produces the task data, so grading criteria stay aligned with the ground truth without any manual effort per run.
To learn more about the framework, read the blog post.
About This Dataset
Even though the probability of detectable leakage is uncertain, and PARAMETR-Bench is currently a personal proof-of-concept project rather than an established benchmark, the experiment is worth running โ the cost is low and the potential signal is informative regardless of outcome.
Dataset Structure
- Input data โ multimodal files (images, CSV tables, text files) provided to the agent
- Task prompt โ the task definition presented to the model
- Rubrics โ populated grading criteria (JSON) with correct answers, instantiated from metarubrics using the generator's ground truth. To understand metarubric, check the blog post
The dataset is organized by task and seed:
task_name/
seed_N/
input_data/ โ multimodal input files provided to the agent
prompt.md โ task definition
rubrics.json โ populated rubrics with correct answers
This dataset is not intended to be loaded programmatically as a training dataset. It is an evaluation artifact meant to be used with the PARAMETR-Bench framework or inspected manually.
Limitations
This dataset covers four physics tasks in one domain. It is a proof-of-concept release. See the limitations section of the blog post for a full discussion.
- Downloads last month
- 701