Rename simulation scripts to descriptive names

This commit is contained in:
Ki-Ho Lee
2026-08-25 20:26:08 +09:00
parent 1fc9cad834
commit d9f6f4ac53
10 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -227,14 +227,14 @@ evaluation uses 150-200 Monte Carlo batches of 64 per point.
`simulation/semantic_correlation_sim.py` with the trained decoder-only
overlay from `simulation/maml_semantic.py --decoder_only`; threshold
sweep tau in [0.30,0.50] and the mean-cosine comparison in
`simulation/revision_experiments.py`.
- **beta sweep** (monotone gain law): `simulation/revision_betasweep.py`
`simulation/threshold_phase_study.py`.
- **beta sweep** (monotone gain law): `simulation/betasweep.py`
(figure `fig/fig4_beta_sweep.pdf`).
- **Attention heatmaps**: `simulation/plot_figures.py`
(figure `fig/fig6_hlm.pdf`).
- **Hyperparameter studies** (S, lambda, d, H, K):
`simulation/revision_ablation.py`, `simulation/revision_dsweep.py`,
`simulation/revision_e2e.py`.
`simulation/ablation_hks.py`, `simulation/dsweep.py`,
`simulation/e2e_check.py`.
- **Real-data study** (manuscript Fig. 5): UCI optical-recognition digits
(8x8=64 dimensions), `simulation/revision_realdata_train.py` +
`simulation/revision_realdata_plot.py`.
(8x8=64 dimensions), `simulation/realdata_train.py` +
`simulation/realdata_plot.py`.