Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- research
|
| 5 |
+
- emergent-communication
|
| 6 |
+
- compositional-generalization
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# POPULUS — paired-visibility battery checkpoints
|
| 10 |
+
|
| 11 |
+
Final checkpoints for **"What You Can't See Is What You Learn: Restricted
|
| 12 |
+
Evidence Visibility Favors Compositional Generalization in Shared-Genome
|
| 13 |
+
Language-Model Societies"** (Narcis Marincat, 2026; arXiv link to follow).
|
| 14 |
+
|
| 15 |
+
Twenty-two files: nineteen society finals (`run3v_F_{P|G}_m<init>_o<order>_ckpt_final.pt`
|
| 16 |
+
— P = restricted visibility, G = global visibility; the twentieth, P
|
| 17 |
+
init 202 / order 952, is marooned on an unreachable provider instance and
|
| 18 |
+
disclosed in the paper) and three staged centralized comparators
|
| 19 |
+
(`posctl_F_s93*_ckpt_final.pt`).
|
| 20 |
+
|
| 21 |
+
Each checkpoint contains the trainable bridge parameters, the shared rank-8
|
| 22 |
+
LoRA, and optimizer/RNG state for bit-exact resume, over a frozen
|
| 23 |
+
Qwen2.5-0.5B-Instruct backbone (not included; loaded from its own
|
| 24 |
+
distribution). Evaluation code, result records, preregistration, and the
|
| 25 |
+
incident ledger: https://github.com/tokenosopher/populus-evidence-partitioning
|