Update logbook: Repro - Networked Information Aggregation for Binary Classification
fcba531 verified | # Claim 5 - Sequential logit protocol | |
| --- | |
| <!-- trackio-cell | |
| {"type": "markdown", "id": "cell_c15950a5d6d1", "created_at": "2026-07-16T12:29:20+00:00", "title": "Claim 5 protocol audit"} | |
| --> | |
| **Verdict: supported.** Section 2 (PDF page 3) defines a topologically ordered DAG. Agent i sees only local features `x_{S_i}` and parent **logits** `z_j`, then minimizes expected BCE for | |
| `z_i(x)=w_i^T x_{S_i} + sum_{j in Pa(i)} v_ij z_j(x)`, | |
| `p_i(x)=sigmoid(z_i(x))`. | |
| The reproduction implements exactly this logit-span update on a path; it never substitutes probabilities for parent logits. Loss was non-increasing at every within-k trajectory transition, and the hard-instance relevant-information suffix invariant held exactly. The abstract loosely says “prediction columns,” but the formal protocol and proof use logits. | |