The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'complexity', 'd_tilde', 'RT_over_sqrtT', 'S', 'R_T_cbs', 'alpha_cbs'}) and 11 missing columns ({'norm_length', 'usage_count', 'group_mean_reward', 'truncation_flag', 'reward', 'entropy', 'clip_ratio', 'advantage', 'sample_age', 'arm', 'group_std_reward'}).
This happened while the csv dataset builder was generating data using
hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts/outputs/claim2/geometry.csv (at revision 66af635f6f1c58320b8cf3bf651369d58548e232), ['hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim1/arm_examples.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim2/geometry.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim2/regret_curves.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim3/paper_fig11.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim3/realized_invertedU.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim3/upper_bound.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim5/gpu/actor_time_by_fraction.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim5/table2_recompute.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim5/time_reduction.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim6/overhead.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
complexity: string
d_tilde: double
S: double
alpha_cbs: double
R_T_cbs: double
RT_over_sqrtT: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 976
to
{'arm': Value('int64'), 'reward': Value('float64'), 'advantage': Value('float64'), 'group_mean_reward': Value('float64'), 'group_std_reward': Value('float64'), 'norm_length': Value('float64'), 'truncation_flag': Value('float64'), 'entropy': Value('float64'), 'clip_ratio': Value('float64'), 'usage_count': Value('float64'), 'sample_age': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'complexity', 'd_tilde', 'RT_over_sqrtT', 'S', 'R_T_cbs', 'alpha_cbs'}) and 11 missing columns ({'norm_length', 'usage_count', 'group_mean_reward', 'truncation_flag', 'reward', 'entropy', 'clip_ratio', 'advantage', 'sample_age', 'arm', 'group_std_reward'}).
This happened while the csv dataset builder was generating data using
hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts/outputs/claim2/geometry.csv (at revision 66af635f6f1c58320b8cf3bf651369d58548e232), ['hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim1/arm_examples.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim2/geometry.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim2/regret_curves.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim3/paper_fig11.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim3/realized_invertedU.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim3/upper_bound.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim5/gpu/actor_time_by_fraction.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim5/table2_recompute.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim5/time_reduction.csv', 'hf://datasets/debajyotidasgupta/repro-contextual-rollout-bandits-for-reinforcement-learning-with-verifiable-rewards-artifacts@66af635f6f1c58320b8cf3bf651369d58548e232/outputs/claim6/overhead.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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.
arm int64 | reward float64 | advantage float64 | group_mean_reward float64 | group_std_reward float64 | norm_length float64 | truncation_flag float64 | entropy float64 | clip_ratio float64 | usage_count float64 | sample_age float64 |
|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 1.290992 | 0.375 | 0.484123 | 0.215332 | 0 | 0.806636 | 0.145899 | 2 | 3 |
1 | 1 | 1.290992 | 0.375 | 0.484123 | 0.565674 | 0 | 1.015854 | 0.000548 | 1 | 2 |
2 | 1 | 1.290992 | 0.375 | 0.484123 | 0.575928 | 0 | 0.375656 | 0.172636 | 0 | 6 |
3 | 0 | -0.774595 | 0.375 | 0.484123 | 0.563721 | 0 | 0.622687 | 0.005664 | 0 | 6 |
4 | 0 | -0.774595 | 0.375 | 0.484123 | 0.056641 | 0 | 0.815385 | 0.076736 | 2 | 4 |
5 | 0 | -0.774595 | 0.375 | 0.484123 | 0.997314 | 0 | 0.885542 | 0.130092 | 2 | 3 |
6 | 0 | -0.774595 | 0.375 | 0.484123 | 0.718262 | 0 | 0.921488 | 0.105071 | 1 | 5 |
7 | 0 | -0.774595 | 0.375 | 0.484123 | 0.34375 | 0 | 1.089488 | 0.186809 | 1 | 5 |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Reproduction: Contextual Rollout Bandits for RLVR (ICML 2026, #985)
Independent reproduction of "Contextual Rollout Bandits for Reinforcement Learning
with Verifiable Rewards" (Lu, Wang, Chai, Yin, Lin, Chen, Luo, Zhuang, Ban, Wang) —
OpenReview weMYE1B16x,
arXiv 2602.08499.
Part of the Hugging Face × AlphaXiv ICML-2026 reproduction challenge.
Official code: github.com/lxd99/CBS_public (verl 0.5.x fork).
What CBS is
The paper reframes rollout scheduling in RLVR as a contextual bandit: each rollout is
an arm with a 10-dim feature vector; its reward is the induced policy-performance gain
between consecutive optimization steps. A small neural scheduler (CBS = global reuse over
a replay buffer; CBS* = intra-group top-p% selection) uses ε-greedy to pick high-value
rollouts, cutting noise and training time.
What reproduces (and what does not)
Full replication needs the released verl recipes trained for 200–500 steps each across 54 cells (Qwen3-1.7B/4B/8B × {GRPO, DAPO, GSPO} × {base, CBS, CBS*}) on an 8-GPU node — many GPU-days, far beyond this budget, and HF Jobs was unavailable (402, no credits). We instead reproduce the method, theory, and efficiency mechanism:
| Claim | What we did | Verdict |
|---|---|---|
| 1 · 10-dim arm | re-implement encoder, check vs Table 1 + official aux_info_names |
SUPPORTED (exact) |
| 2 · sub-linear regret (Thm 5.4) | neural ε-greedy bandit sim; fit exponent; vary reward geometry | SUPPORTED (α≈0.63) |
| 3 · buffer bound (Thm 5.3) | φ(M) monotone; decompose Fig.11 inverted-U | SUPPORTED |
| 4 · 6 benchmarks × 3 methods | verify all datasets on Hub; load MATH-500 | SUPPORTED (setup) |
| 5 · +5/+5.8/+2% & −50.4% | recompute from Table 2/Fig.2b; GPU time-reduction mechanism | PARTIAL |
| 6 · overhead < 4% | measure faithful residual-MLP scheduler cost | SUPPORTED |
Layout
src/cbs/ features.py (10-dim encoder) · scheduler.py (MLP + official residual-MLP,
ε-greedy, EMA reward) · buffer.py (FIFO) · bandit.py (synthetic env)
experiments/ claim{1,3,4,6}_*.py, claim2_regret.py, claim5_arithmetic.py,
gpu_grpo_timing.py (Claim 5B/6 on a real GPU), make_plots.py
outputs/ per-claim CSV/JSON results + figures/
make_poster.py build the reproduction poster (poster_embed.html)
build_logbook.py populate the Trackio logbook
Rerun
pip install torch numpy scipy plotly datasets transformers
for c in claim1_features claim2_regret claim3_buffer claim4_setup claim5_arithmetic claim6_overhead; do
python experiments/$c.py
done
python experiments/make_plots.py
# GPU mechanism (Claim 5B/6):
python experiments/gpu_grpo_timing.py --model Qwen/Qwen3-0.6B-Base --n_prompts 32 --group 8
Compute: local CPU/MPS + one Vast.ai RTX 3090 (~$0.12/hr). Total ~1–2 h, < $1.
- Downloads last month
- 214