jablonkagroup/corral-QAs-reports
Corral โ QA Reports Model completions for question-answer evaluations probing factual knowledge and reasoning across Corral environments ๐ Dataset Summary This dataset is part of the Corral collection accompanying the paper AI scientists produce results without reasoning scientifically. It contains the model completions and reports for the question-answer evaluations used to test the factual knowledge and reasoning ability of models across Corralโฆ See the full description on the dataset page: https://huggingface.co/datasets/jablonkagroup/corral-QAs-reports.
Corral โ QA Reports
<div align="center">
     
Model completions for question-answer evaluations probing factual knowledge and reasoning across Corral environments
</div>
๐ Dataset Summary
This dataset is part of the Corral collection accompanying the paper *AI scientists produce results without reasoning scientifically*. It contains the model completions and reports for the question-answer evaluations used to test the factual knowledge and reasoning ability of models across Corral environments.
The dataset is organized into 50 configurations, with one configuration for each available combination of environment, model, and evaluation dimension (knowledge or reasoning). For example, a config encodes the reports generated by one model on either the knowledge-focused or reasoning-focused QA set for a given Corral environment.
These completions correspond to the QA items used in the Item Response Theory (IRT) analyses reported in the Corral study, where the underlying knowledge and reasoning QAs serve as indicators for the latent knowledge and reasoning factors. This resource is intended for evaluation, psychometric modeling, and analysis of scientific-agent capabilities rather than for general-purpose model pre-training.
๐ฏ Supported Uses
- ๐ง Analyzing model completions on factual-knowledge and scientific-reasoning QAs across Corral environments
- ๐ Reproducing and extending the IRT analyses reported in the paper
- ๐ Studying latent knowledge and reasoning factors through model response behavior
- ๐ Building meta-evaluation datasets for model comparison, reporting, and capability analysis
๐งช About Corral
*Corral* is a framework for the science of agents and agents for science. It provides a microservice architecture that decouples agents from environments via a clientโserver design (REST API), ensuring flexibility, reproducibility, and robust isolation.
- ๐ Environments define the task space, available tools, and observable feedback โ from chemistry labs to HPC clusters.
- ๐ค Agents are modular LLM-based entities supporting scaffolds such as ReAct, ToolCalling, LLMPlanner, and Reflection.
- ๐ Tasks define problems to solve, complete with scoring functions. Tasks can be chained into TaskGroups for complex multi-stage challenges.
Corral currently ships 8 environments, 97 tools, 115 tasks, and 786 subtasks spanning chemistry, physics, and materials science.
๐ Environments
๐๏ธ Dataset Structure
Configs
Each config name encodes {environment}_{model}_{dimension}, where:
environmentis a short identifier for one of the 8 Corral environments (e.g.,afm,circuit_inference,spectroscopic,retrosynthesis,ml_property,molecular_simulation,adsorption).modelidentifies the model whose completions are included in that configuration.dimensionis eitherknowledgeorreasoning.
This yields 50 total configs, one for each available environment-model pair and knowledge/reasoning combination.
Data Splits
All configs expose a single train split.
Data Instances
Each row corresponds to one model completion/report for a specific question-answer item, associated with a particular Corral environment, model, and evaluation dimension: knowledge or reasoning.
๐๏ธ Dataset Creation
Curation Rationale
This dataset was created as part of Corral to measure scientific-agent capabilities beyond end-task success by collecting model outputs on targeted QA items that separate factual knowledge from reasoning ability and support IRT-based analysis.
Source Data
The underlying QAs were derived from the task content, domain knowledge, and reasoning demands of the Corral benchmark environments. The dataset released here contains the corresponding model completions/reports on those QAs, organized by environment, model, and evaluation dimension, and used in the analyses of latent knowledge and reasoning factors.
๐ Relation to Other Corral Artifacts
This dataset is one component of the broader Corral release and is best interpreted together with the matching task definitions, execution traces, reports, aggregate results, and reasoning annotations available in the *Corral* collection.
๐ Citation
@article{rรญos-garcรญa2026ai,
title = {AI scientists produce results without reasoning scientifically},
author = {Martiรฑo Rรญos-Garcรญa and Nawaf Alampara and Chandan Gupta and Indrajeet Mandal and Sajid Mannan and Ali Asghar Aghajani and N. M. Anoop Krishnan and Kevin Maik Jablonka},
year = {2026},
journal = {arXiv preprint arXiv: 2604.18805}
}๐ License
This dataset is released under the MIT License.
Changelog
2026-04-22
- Initial release of the dataset card.
