UAI's packaging model (2026 cycle, verified 2026-07-08) has three tiers with sharply different review status. Getting content into the right tier is a strategic decision, not a formatting chore. Reconfirm tier rules in the current submission instructions before finalizing.
| Tier | 2026 constraint | Review status | Belongs here |
|---|---|---|---|
| Main part | ≤ 8 pages, UAI template | Read by everyone, judged on all four criteria | Claims, assumptions, method, key evidence, limitations |
| Appendix | Unlimited, same PDF, after references | Part of the reviewed submission; consulted when reviewers verify | Full proofs, protocols, extra experiments, derivations |
| Supplementary ZIP | ≤ 50 MB, separate upload | Explicitly optional for reviewers | Code, data, generators, logs, checkpoints |
Two structural consequences follow. First, because the appendix travels inside the reviewed PDF, UAI has no "the reviewers never saw my proofs" excuse — but also no mercy for identity leaks buried on appendix page 30. Second, because the ZIP is officially optional reading, nothing decision-critical may live only there.
Statisticians and probabilistic-ML researchers navigate by statement numbers. Structure for that reading style:
% Single-PDF assembly, UAI style: appendix follows references in the same document
\bibliography{refs} % references end the main part
\clearpage
\appendix
\section{Proofs for Section 3}\label{app:proofs}
\paragraph{Assumption A2 (restated).} The mixing weights are bounded away from zero.
\begin{proof}[Proof of Theorem 3]
... % full argument; the body kept only the sketch
\end{proof}
\section{Experimental Protocols}\label{app:protocols}
% grids, seeds, per-dataset tables, compute
figure2/, not for
src/utils/..git history, no notebook author
metadata, no cluster paths, no account-bound experiment-tracker URLs.Run after the last content edit, before assembling the final PDF:
A workable allocation when the archive is tight: code and configs are effectively free (rarely over 5 MB); reserve the bulk for whichever single item most de-risks your weakest claim — a gold-standard posterior sample set, a preprocessed data extract with checksums, or trained-model files for the headline table. Everything else ships as a generator script plus a hash of its output. If two heavyweight items compete, keep the one a reviewer cannot regenerate in minutes.
[Tier map] main <pages> / appendix <pages> / ZIP <MB>
[Misplaced content] <items in the wrong tier, with target tier>
[Appendix integrity] statements match body? assumptions labeled?
[ZIP status] runs clean? anonymous? claim-indexed?
[Pointer sentences] <paper locations announcing appendix and ZIP contents>