From 2488deff02737330ff4f355746be2b49492ac3dc Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 9 Jun 2026 15:27:14 -0500 Subject: 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 --- paper/main.tex | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 paper/main.tex (limited to 'paper/main.tex') 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} -- cgit v1.2.3