diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-09 15:27:14 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-09 15:27:14 -0500 |
| commit | 2488deff02737330ff4f355746be2b49492ac3dc (patch) | |
| tree | 6e114f541c433549f27f3e6419145441ce64d819 /paper/main.tex | |
| parent | ff15a76f241e3beb84b203aa6d530e07a0127fd3 (diff) | |
Add AAAI-27 paper scaffolding
main.tex (AuthorKit 27 wrapper), preview.tex (kit-free preview build),
shared defs. body.tex is a draft to be REWRITTEN from the evidence
ledger (notes/36): it omits most of the validation chain and cites the
retired closed-form number; do not treat its content as authoritative.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'paper/main.tex')
| -rw-r--r-- | paper/main.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/paper/main.tex b/paper/main.tex new file mode 100644 index 0000000..8006ed0 --- /dev/null +++ b/paper/main.tex @@ -0,0 +1,45 @@ +% ===================================================================== +% AAAI AuthorKit 27 format. +% +% TO COMPILE: download the AuthorKit from https://aaai.org/authorkit27/ , +% place aaai27.sty (and aaai27.bst if you switch to a .bib) next to this +% file, then run: pdflatex main ; pdflatex main (or: tectonic main) +% +% aaai27.sty is distributed only inside the AuthorKit zip (not on CTAN), +% so it is not bundled here. The body lives in body.tex and is shared with +% preview.tex (a generic wrapper that compiles WITHOUT the kit, for a quick +% look: tectonic preview.tex). +% Figure: python scripts/closed_form_soft_ramp.py +% ===================================================================== +\documentclass[letterpaper]{article} % DO NOT CHANGE THIS +\usepackage[submission]{aaai27} % DO NOT CHANGE THIS +\usepackage{times} % DO NOT CHANGE THIS +\usepackage{helvet} % DO NOT CHANGE THIS +\usepackage{courier} % DO NOT CHANGE THIS +\usepackage[hyphens]{url} % DO NOT CHANGE THIS +\usepackage{graphicx} % DO NOT CHANGE THIS +\urlstyle{rm} % DO NOT CHANGE THIS +\def\UrlFont{\rm} % DO NOT CHANGE THIS +\usepackage{natbib} % DO NOT CHANGE THIS +\usepackage{caption} % DO NOT CHANGE THIS +\frenchspacing % DO NOT CHANGE THIS +\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS +\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS + +\input{defs} + +\setcounter{secnumdepth}{2} % number sections so \ref{sec:...} resolves + +\pdfinfo{ +/TemplateVersion (2027.1) +} + +\title{What Does Random Feedback Cost?\\ +A Distributional Capacity and Operator-Gap Analysis of Feedback Alignment} +\author{Anonymous Submission} +\affiliations{Association for the Advancement of Artificial Intelligence} + +\begin{document} +\maketitle +\input{body} +\end{document} |
