jablonkagroup/corral-oss-trace-logprobs
Corral โ OSS-120B Trace Logprobs Token-level log-probabilities for GPT-Oss-120B evaluation runs across all 8 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 token-level log-probabilities recorded during the evaluation runs of GPT-Oss-120B across all 8 Corral environments. Each configuration (config) of this datasetโฆ See the full description on the dataset page: https://huggingface.co/datasets/jablonkagroup/corral-oss-trace-logprobs.
Corral โ OSS-120B Trace Logprobs
<div align="center">
     
Token-level log-probabilities for GPT-Oss-120B evaluation runs across all 8 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 token-level log-probabilities recorded during the evaluation runs of GPT-Oss-120B across all 8 Corral environments.
Each configuration (config) of this dataset corresponds to a unique combination of environment, scope (difficulty level), and granularity (tasks or subtasks). For example, a config such as afm_level_1_subtasks contains the logprob records for the AFM Experiment Execution environment at scope level 1, broken down at the subtask granularity. The full set of configs spans the Cartesian product of the 8 environments, their respective scope levels, and the tasks/subtasks split.
This resource is designed for process-level analysis, interpretability research, and auditing of scientific-agent reasoning โ not for general-purpose model pre-training.
๐ฏ Supported Uses
- ๐ Auditing token-level confidence and uncertainty in scientific-agent completions
- ๐ Studying the relationship between model certainty and task success
- ๐ Reproducing and extending the log-probability analyses reported in the paper
- ๐ Meta-evaluation and calibration studies of frontier LLMs on scientific tasks
๐งช 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}_{scope}_{granularity}, where:
environmentis a short identifier for one of the 8 Corral environments (e.g.,afm,circuit_inference,spectroscopic,retrosynthesis,ml_property,molecular_simulation,adsorption).scopeis the difficulty level (e.g.,level_1,level_2,level_3).granularityis eithertasksorsubtasks.
Data Splits
All configs expose a single train split.
Data Instances
Each row corresponds to one token-level log-probability record from a GPT-Oss-120B completion produced during an agent evaluation run.
๐๏ธ Dataset Creation
Curation Rationale
This dataset was created as part of Corral to enable process-level analysis of LLM-based scientific agents, specifically to study how token-level confidence relates to scientific reasoning quality and task outcomes.
Source Data
Records are derived from agent evaluation runs on Corral benchmark tasks, capturing the log-probabilities returned by GPT-Oss-120B for each generated token across all 8 environments and their scope levels.
๐ 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.
