Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): (None, {}), NamedSplit('validation'): ('json', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
AutoResearchExam
This repository contains the 29 tasks from AutoResearchExam.
View tasks by area →
Model training
Representation learning
- Compact encoding for a column with many categories
- Compact item embeddings for recommendations
- Short binary codes for image search
Reinforcement learning
Predictive modeling
Model merging and distillation
Algorithms and optimization
Statistical methods
- Estimate uncertainty in a streaming optimizer
- Estimate individual treatment effects
- Recover river flow links
Constrained optimization
Data engineering and curation
Imputation
Data selection
- Unlabeled pool pruning
- Low discrepancy subset selection
- Group robust coreset selection
- Pretraining token budget selection
Systems and efficiency
Inference
Compression
Evaluation, calibration, and robustness
Metric estimation
Robustness
AI safety and alignment
Interpretability
Run with the harness
Download the tasks and harness into separate folders:
mkdir autoresearch-exam-run && cd autoresearch-exam-run
git clone https://github.com/bespokelabsai/AutoResearchExam-Terminus.git harness
cd harness
uv sync --python 3.12 --extra modal
uv run hf download bespokelabs/AutoResearchExam \
--repo-type dataset \
--local-dir ../hf-tasks
Run one task on Modal:
uv run harbor run \
--path ../hf-tasks/tasks/cpu-decoder-graph-executor \
--agent autoresearchexam-terminus \
--model openai/gpt-5.6-sol \
--env modal \
--plugin autoresearch-exam \
--pk max_iterations=1 \
--pk max_duration_seconds=3600
Use --path ../hf-tasks/tasks to run all tasks. Use --env docker to run with local Docker.
AutoResearchExam-Terminus provides the harness and the code used to compute AUARC.
Citation
If you use AutoResearchExam in your research, please cite:
@misc{ramesh2026autoresearchexam,
author = {Ramesh, Anirudha and
Devic, Siddartha and
Garg, Shivank and
Parulekar, Advait and
Mahnot, Drish and
Pimpalgaonkar, Shreyas and
Suresh, Vishnu and
Dimakis, Alex and
Sathiamoorthy, Maheswaran},
title = {{AutoResearchExam}},
year = {2026},
month = sep,
url = {https://benchmarks.bespokelabs.ai/autoresearchexam/},
note = {Published September 9, 2026}
}
- Downloads last month
- 45