There is a newer version of the record available.

Published May 27, 2026 | Version v1
Dataset Open

Simulation data for "Self-organised critical exponent of Bayesian--inverse-Bayesian inference in N-hand rock-paper-scissors"

Authors/Creators

  • 1. Ibaraki University

Description

# Paper A — Data archive (Zenodo deposit)

**Title.** *Self-organised critical exponent of Bayesian--inverse-Bayesian
inference in N-hand rock-paper-scissors.* (Phys. Rev. E, in preparation.)

**Source repository.** <https://github.com/kazsasai/bayesian-inverse-bayesian-rps>

**DOI.** `10.5281/zenodo.[TBD]` (to be inserted once Zenodo issues the DOI).

---

## Contents

This deposit contains the raw simulation outputs underlying every data figure
of the paper. Two archives are provided so that users can choose between
*full reproducibility* and *quick figure rebuild*:

| Archive | Size (compressed) | Contains | Use case |
|---|---|---|---|
| `paperA_data_full.tar.gz` | ~6–10 GB | Full simulation output tree (~18 GB uncompressed): all per-run JSONs and NPZs from `simulation/{reward_huge,nhand,reward_huge_v2,analyze_sharpness_plateau,reward}/data/` and `simulation_tie_mode_ablation/data/` | Independent re-analysis from raw outputs |
| `paperA_data_figure_only.tar.gz` | ~1.1 GB | The 163 specific JSON/NPZ files actually read by `build_all.py` (~1.7 GB uncompressed) | Rebuild figures only |

Both archives preserve the relative-path layout so that extracting either of
them at `<repo>/data/` will let `build_all.py` find the data without further
configuration. See **Reproducing the figures** below.

Supporting files:

* `MANIFEST_canonical.txt` — the in-repo data manifest
(`BIB_Levy_v2/latex/figures/scripts/zenodo_data_manifest.txt`), listing each
data tree, the figure(s) it feeds, and the generating script.
* `figure_only_file_list.txt` — exhaustive 163-line list of relative paths
inside `paperA_data_figure_only.tar.gz`, captured by auditing every
`open()` call from a clean `build_all.py` run (and re-running with caches
cleared so that no precomputed intermediate hid raw-data references).
* `checksums.sha256` — SHA-256 of both archives.

## Reproducing the figures

Both tarballs preserve the same layout, so the workflow is identical:

```bash
# 1. Clone the source repo
git clone https://github.com/kazsasai/bayesian-inverse-bayesian-rps.git
cd bayesian-inverse-bayesian-rps

# 2. Get the data: pick ONE archive
# (full = raw-output independent re-analysis;
# figure-only = just enough to rebuild figures)
mkdir -p data
tar xzf /path/to/paperA_data_figure_only.tar.gz -C data # OR _full

# 3. Install dependencies
pip install numpy matplotlib powerlaw

# 4. Rebuild figures
python BIB_Levy_v2/latex/figures/scripts/build_all.py
# (or run individual scripts: build_Fig3_universality.py, etc.)
```

Alternatively, point `PAPERA_DATA` at an extraction directory anywhere on disk:

```bash
tar xzf paperA_data_figure_only.tar.gz -C /scratch/papera_data
export PAPERA_DATA=/scratch/papera_data
python BIB_Levy_v2/latex/figures/scripts/build_all.py
```

`figdata.py` in the source repo searches `$PAPERA_DATA`, then `<repo>/data/`,
then the in-repo `simulation/` tree, in that order.

## What `paperA_data_figure_only.tar.gz` excludes

* The 17 G of per-run / per-step JSONs in the data trees that no current
figure reads.
* Intermediate caches (`fig*_ccdf_cache.json`) — these are regenerated by
`build_Fig4_robustness.py` and `build_FigS2_nh_ccdf.py` on first run.
* The small bundled inputs already shipped with the GitHub repo at
`BIB_Levy_v2/latex/figures/scripts/data/` (`scheme_summary.csv`,
`bo_tournament_results.json`, `sigma_*_rs_bib-bib.json`,
`data_ivb_{equil,biased}.npz`). The build scripts read these straight from
the repo.

## Verifying integrity

```bash
shasum -a 256 -c checksums.sha256
```

## Citation

If you use these data, please cite both the paper (forthcoming) and this
Zenodo record. The repository's `README` is updated with the final citation
on publication.

## License

Data are released under CC-BY-4.0 (deposit metadata sets this on Zenodo).
Source code in the GitHub repository is under its own LICENSE file.

Files

figure_only_file_list.txt

Files (4.1 GB)

Name Size Download all
md5:f75a446fcca3ab0cd9c4eebae17a73bb
187 Bytes Download
md5:f191dd02d7f03e5602102ced7201d953
12.6 kB Preview Download
md5:1f2e695d1ff58a0178005197c3de6c66
3.2 kB Preview Download
md5:aff37105a2e8cce6f2d6ccebe0bdb330
1.2 GB Download
md5:b733ecd1d2af7809b8ae107a949ebe62
2.9 GB Download
md5:a04228767cc3681d484b14878f02b0ea
3.9 kB Preview Download

Additional details