anon123312/retrieval-conditional-neurips2026
Dataset Release — Retrieval-Conditional NeurIPS 2026 This bundle accompanies the NeurIPS 2026 D&B Track submission "To Retrieve or Not to Retrieve? Most of the Benefit is Structural, Not Semantic." Contents File Config name Description data/per_task_outcomes.csv per_task_outcomes (default) Per-(backbone × env × condition × task) success/failure labels. 3,064 rows. data/stats_per_cell.csv stats_per_cell 54-cell aggregate success rates and pairwise… See the full description on the dataset page: https://huggingface.co/datasets/anon123312/retrieval-conditional-neurips2026.
Dataset Release — Retrieval-Conditional NeurIPS 2026
This bundle accompanies the NeurIPS 2026 D&B Track submission "To Retrieve or Not to Retrieve? Most of the Benefit is Structural, Not Semantic."
Contents
The four CSV files have heterogeneous schemas, so each is exposed as a separate dataset config. Load any of them with:
from datasets import load_dataset
ds = load_dataset("anon123312/retrieval-conditional-neurips2026", "per_task_outcomes")Reproducing analysis
The CSVs are sufficient to reproduce every number in the paper body. Trajectory JSONs are provided for qualitative inspection / extending the TFA features.
License
Released under CC-BY-4.0. See Croissant metadata license field.
Verification
sha256sum data/per_task_outcomes.csv # 78fdbbe70384...
sha256sum trajectories.tar.gz # 88b013d0e27e...
python -c "import mlcroissant as mlc; mlc.Dataset(jsonld='croissant_metadata.json')"