--- pretty_name: Corral โ€“ OSS-120B Trace Logprobs language: - en license: - mit multilinguality: - monolingual size_categories: - 100K ![Corral Logo](corral_logo_final.png) [![Website](https://img.shields.io/badge/๐ŸŒ-Website-green)](https://lamalab-org.github.io/corral/) [![Docs](https://img.shields.io/badge/๐Ÿ“š-Docs-blue)](https://lamalab-org.github.io/corral/docs/) [![GitHub](https://img.shields.io/badge/๐Ÿ’ป-Code-black?logo=github)](https://github.com/lamalab-org/corral) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Paper](https://img.shields.io/badge/๐Ÿ“„-Paper-red)](https://arxiv.org/abs/2604.18805) [![Dataset](https://img.shields.io/badge/๐Ÿค—%20Hugging%20Face-Dataset-yellow)](https://huggingface.co/datasets/jablonkagroup/corral-oss-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*](https://arxiv.org/abs/2604.18805). 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*](https://lamalab-org.github.io/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 | Environment | Description | ๐Ÿ”ง Tools | ๐Ÿ“ Tasks/scope | ๐Ÿ”ญ Scopes | โฑ๏ธ Avg. trace length | |---|---|:---:|:---:|:---:|:---:| | ๐Ÿงซ **Inorganic Qualitative Analysis** | Identify unknown cations in solution through systematic wet-lab procedures (reagent addition, flame tests, pH measurement, centrifugation, etc.). Observations are computed from thermodynamic data. Three scopes progressively increase the number of candidate ions. | 14 | 10 | 3 | 39.4 | | โšก **Circuit Inference** | Recover the topology and component values of a hidden resistor network from pairwise resistance measurements. Tools provide series/parallel calculations, delta-wye transforms, and circuit validation. | 9 | 6 | 1 | 15.0 | | ๐Ÿ”ญ **Spectroscopic Structure Elucidation** | Determine the molecular structure of an unknown compound by requesting and interpreting spectroscopic data (MS, NMR, HSQC, IR) alongside reference databases for chemical shifts and isotope distributions. | 16 | 20 | 2 | 15.1 | | ๐Ÿงฌ **Retrosynthetic Planning** | Design multi-step synthetic routes to target molecules under cost, step-count, and commercial-availability constraints, using a template catalogue and functional-group detection tools. | 15 | 8 | 3 | 25.5 | | ๐Ÿค– **ML-based Property Prediction** | Assemble a complete ML pipeline to predict formation energies of material polymorphs using data from the Materials Project, covering feature engineering, XGBoost training, and cross-validation. | 14 | 3 | 1 | 16.6 | | ๐Ÿ”ฌ **AFM Experiment Execution** | Analyze and interpret atomic force microscopy data for nanoscale surface characterization, including topographical and mechanical property measurements. | 6 | 1 | 4 | 26.3 | | โš›๏ธ **Molecular Simulation** | Design and execute molecular dynamics simulations with LAMMPS to predict materials properties, covering the full workflow from crystal structure retrieval to force-field queries and log analysis. | 8 | 2โ€“3 | 2 | 30.4 | | ๐Ÿ—๏ธ **Adsorption Surface Construction** | Build adsorbateโ€“slab configurations from bulk crystal structures for heterogeneous catalysis studies, integrating Materials Project retrieval, slab generation, and adsorption-site enumeration. | 15 | 3 | 1 | 19.6 | --- ## ๐Ÿ—‚๏ธ Dataset Structure ### Configs Each config name encodes `{environment}_{scope}_{granularity}`, where: - `environment` is a short identifier for one of the 8 *Corral* environments (e.g., `afm`, `circuit_inference`, `spectroscopic`, `retrosynthesis`, `ml_property`, `molecular_simulation`, `adsorption`). - `scope` is the difficulty level (e.g., `level_1`, `level_2`, `level_3`). - `granularity` is either `tasks` or `subtasks`. ### 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](https://huggingface.co/collections/jablonkagroup/corral). --- ## ๐Ÿ“„ Citation ```bibtex @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](https://opensource.org/licenses/MIT). ## Changelog ### 2026-04-22 - Initial release of the dataset card.