Declara configs explicitas por CSV: arregla el visor (fusion de esquemas incompatibles)
Browse files
README.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# angular-separation-vit — results
|
|
@@ -16,25 +39,32 @@ Paper (both languages): [`paper/angular_separation_paper.pdf`](paper/angular_sep
|
|
| 16 |
[`paper/separacion_angular_paper.pdf`](paper/separacion_angular_paper.pdf)
|
| 17 |
(Spanish original).
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## Table/figure → file map
|
| 20 |
|
| 21 |
-
| Paper item | File(s) |
|
| 22 |
-
|---|---|
|
| 23 |
-
| tab:gauge (gauge-flip invariance, H2) | `logs/fase_G/gauge_flip.csv` |
|
| 24 |
-
| tab:residuo (computed/static residue) | `logs/fase_0/computado_estatico.csv` |
|
| 25 |
-
| tab:inversion, fig:inversion (Q·K relocation) | `tables/dissociation_D/by_layer.csv` |
|
| 26 |
-
| tab:arch (cross-architecture contrast) | `logs/fase_G/gauge_flip.csv`, `logs/fase_0/computado_estatico.csv`, `tables/dissociation_D/by_layer.csv` |
|
| 27 |
-
| tab:divattn (angular regularizer ablation, ViT-B) | `logs/vitb_clean/attnA_{base,blanda,dura}_seed{42..46}/run.csv` |
|
| 28 |
-
| ViT-L cost/inertia readings (§6.2) | `logs/vitl_clean/attnA_{base,blanda,dura}_seed{42..44}/run.csv` |
|
| 29 |
-
| tab:decision (decision instability under gauge, vision) | `logs/decision_rota/decision_rota.csv` |
|
| 30 |
-
| tab:decision (decision instability under gauge, language, Pythia-410M) | `logs/decision_rota/decision_rota_lm.csv` |
|
| 31 |
-
| tab:poda (pruning by similarity vs. random) | `logs/poda_criterio/poda_criterio.csv` |
|
| 32 |
-
| app:orbita (certified gauge orbit) | `logs/orbita_gauge/orbita_gauge.csv`, `logs/orbita_gauge/certificado_simultaneo.csv` |
|
| 33 |
-
| `artifacts/tables/ablation_A.csv` | raw per-arch ablation table (last-epoch extraction; the paper's prose numbers use the ce>0 window instead, see `sec:setup` "Métricas") |
|
| 34 |
|
| 35 |
Per-run auxiliary CSVs (`layerwise.csv`, `entropy.csv`,
|
| 36 |
`head_norms.csv` under each `attnA_*` directory) are diagnostic detail
|
| 37 |
-
behind `run.csv`, not cited individually.
|
| 38 |
|
| 39 |
## `archive/`
|
| 40 |
|
|
@@ -43,7 +73,7 @@ bounds) and prototype-detection artifacts from analyses retired
|
|
| 43 |
before the current paper (v5.3 surgery dropped the Riesz-energy/
|
| 44 |
spherical-codes apparatus and the earlier detection contribution
|
| 45 |
entirely). Kept for provenance, not cited by any table or figure
|
| 46 |
-
above.
|
| 47 |
|
| 48 |
## License
|
| 49 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: gauge_flip
|
| 5 |
+
data_files: logs/fase_G/gauge_flip.csv
|
| 6 |
+
- config_name: computado_estatico
|
| 7 |
+
data_files: logs/fase_0/computado_estatico.csv
|
| 8 |
+
- config_name: dissociation_D_by_layer
|
| 9 |
+
data_files: tables/dissociation_D/by_layer.csv
|
| 10 |
+
- config_name: decision_rota
|
| 11 |
+
data_files: logs/decision_rota/decision_rota.csv
|
| 12 |
+
- config_name: decision_rota_lm
|
| 13 |
+
data_files: logs/decision_rota/decision_rota_lm.csv
|
| 14 |
+
- config_name: poda_criterio
|
| 15 |
+
data_files: logs/poda_criterio/poda_criterio.csv
|
| 16 |
+
- config_name: orbita_gauge
|
| 17 |
+
data_files: logs/orbita_gauge/orbita_gauge.csv
|
| 18 |
+
- config_name: certificado_simultaneo
|
| 19 |
+
data_files: logs/orbita_gauge/certificado_simultaneo.csv
|
| 20 |
+
- config_name: ablation_A
|
| 21 |
+
data_files: tables/ablation_A.csv
|
| 22 |
+
- config_name: vitb_run
|
| 23 |
+
data_files: logs/vitb_clean/attnA_*/run.csv
|
| 24 |
+
- config_name: vitl_run
|
| 25 |
+
data_files: logs/vitl_clean/attnA_*/run.csv
|
| 26 |
---
|
| 27 |
|
| 28 |
# angular-separation-vit — results
|
|
|
|
| 39 |
[`paper/separacion_angular_paper.pdf`](paper/separacion_angular_paper.pdf)
|
| 40 |
(Spanish original).
|
| 41 |
|
| 42 |
+
Each CSV group above is declared as its own dataset **config**
|
| 43 |
+
(dropdown in the viewer): the underlying files have different
|
| 44 |
+
schemas from each other, and a single merged view previously failed
|
| 45 |
+
or showed spurious nulls across incompatible columns. Files not
|
| 46 |
+
listed as a config (per-run auxiliary CSVs, `archive/`) are not part
|
| 47 |
+
of any config and are only reachable via the Files tab, by design.
|
| 48 |
+
|
| 49 |
## Table/figure → file map
|
| 50 |
|
| 51 |
+
| Paper item | File(s) | Viewer config |
|
| 52 |
+
|---|---|---|
|
| 53 |
+
| tab:gauge (gauge-flip invariance, H2) | `logs/fase_G/gauge_flip.csv` | `gauge_flip` |
|
| 54 |
+
| tab:residuo (computed/static residue) | `logs/fase_0/computado_estatico.csv` | `computado_estatico` |
|
| 55 |
+
| tab:inversion, fig:inversion (Q·K relocation) | `tables/dissociation_D/by_layer.csv` | `dissociation_D_by_layer` |
|
| 56 |
+
| tab:arch (cross-architecture contrast) | `logs/fase_G/gauge_flip.csv`, `logs/fase_0/computado_estatico.csv`, `tables/dissociation_D/by_layer.csv` | `gauge_flip`, `computado_estatico`, `dissociation_D_by_layer` |
|
| 57 |
+
| tab:divattn (angular regularizer ablation, ViT-B) | `logs/vitb_clean/attnA_{base,blanda,dura}_seed{42..46}/run.csv` | `vitb_run` |
|
| 58 |
+
| ViT-L cost/inertia readings (§6.2) | `logs/vitl_clean/attnA_{base,blanda,dura}_seed{42..44}/run.csv` | `vitl_run` |
|
| 59 |
+
| tab:decision (decision instability under gauge, vision) | `logs/decision_rota/decision_rota.csv` | `decision_rota` |
|
| 60 |
+
| tab:decision (decision instability under gauge, language, Pythia-410M) | `logs/decision_rota/decision_rota_lm.csv` | `decision_rota_lm` |
|
| 61 |
+
| tab:poda (pruning by similarity vs. random) | `logs/poda_criterio/poda_criterio.csv` | `poda_criterio` |
|
| 62 |
+
| app:orbita (certified gauge orbit) | `logs/orbita_gauge/orbita_gauge.csv`, `logs/orbita_gauge/certificado_simultaneo.csv` | `orbita_gauge`, `certificado_simultaneo` |
|
| 63 |
+
| `artifacts/tables/ablation_A.csv` | raw per-arch ablation table (last-epoch extraction; the paper's prose numbers use the ce>0 window instead, see `sec:setup` "Métricas") | `ablation_A` |
|
| 64 |
|
| 65 |
Per-run auxiliary CSVs (`layerwise.csv`, `entropy.csv`,
|
| 66 |
`head_norms.csv` under each `attnA_*` directory) are diagnostic detail
|
| 67 |
+
behind `run.csv`, not cited individually, and not part of any config.
|
| 68 |
|
| 69 |
## `archive/`
|
| 70 |
|
|
|
|
| 73 |
before the current paper (v5.3 surgery dropped the Riesz-energy/
|
| 74 |
spherical-codes apparatus and the earlier detection contribution
|
| 75 |
entirely). Kept for provenance, not cited by any table or figure
|
| 76 |
+
above, and not part of any viewer config.
|
| 77 |
|
| 78 |
## License
|
| 79 |
|