blob: 8006ed0d3eb4900c4b7c1df93733050ec392307f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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}
|