templates/aaai2026/aaai2026-unified-template.tex
templates/aaai2026/aaai2026-unified-template.texBrowse 56 files
15,009 tokens
63,140 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1%File: aaai2026-unified-template.tex2%3% UNIFIED AAAI 2026 TEMPLATE 4% To switch between anonymous submission and camera-ready versions,5% simply change the next line:6%7% For ANONYMOUS SUBMISSION: uncomment the next line8% \def\aaaianonymous{true}9%10% For CAMERA-READY VERSION: comment out or delete the next line11% \def\aaaianonymous{true}12%13%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%14 15\documentclass[letterpaper]{article} % DO NOT CHANGE THIS16 17% Conditional package loading based on version18\ifdefined\aaaianonymous19 \usepackage[submission]{aaai2026} % Anonymous submission version20\else21 \usepackage{aaai2026} % Camera-ready version22\fi23 24\usepackage{times} % DO NOT CHANGE THIS25\usepackage{helvet} % DO NOT CHANGE THIS26\usepackage{courier} % DO NOT CHANGE THIS27\usepackage[hyphens]{url} % DO NOT CHANGE THIS28\usepackage{graphicx} % DO NOT CHANGE THIS29\urlstyle{rm} % DO NOT CHANGE THIS30\def\UrlFont{\rm} % DO NOT CHANGE THIS31\usepackage{natbib} % DO NOT CHANGE THIS AND DO NOT ADD ANY OPTIONS TO IT32\usepackage{caption} % DO NOT CHANGE THIS AND DO NOT ADD ANY OPTIONS TO IT33\frenchspacing % DO NOT CHANGE THIS34\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS35\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS36 37%38% These are recommended to typeset algorithms but not required. See the subsubsection on algorithms. Remove them if you don't have algorithms in your paper.39\usepackage{algorithm}40\usepackage{algorithmic}41 42%43% These are are recommended to typeset listings but not required. See the subsubsection on listing. Remove this block if you don't have listings in your paper.44\usepackage{newfloat}45\usepackage{listings}46\DeclareCaptionStyle{ruled}{labelfont=normalfont,labelsep=colon,strut=off} % DO NOT CHANGE THIS47\lstset{%48 basicstyle={\footnotesize\ttfamily},% footnotesize acceptable for monospace49 numbers=left,numberstyle=\footnotesize,xleftmargin=2em,% show line numbers, remove this entire line if you don't want the numbers.50 aboveskip=0pt,belowskip=0pt,%51 showstringspaces=false,tabsize=2,breaklines=true}52\floatstyle{ruled}53\newfloat{listing}{tb}{lst}{}54\floatname{listing}{Listing}55 56%57% Keep the \pdfinfo as shown here. There's no need58% for you to add the /Title and /Author tags.59\pdfinfo{60/TemplateVersion (2026.1)61}62 63% DISALLOWED PACKAGES64% \usepackage{authblk} -- This package is specifically forbidden65% \usepackage{balance} -- This package is specifically forbidden66% \usepackage{color (if used in text)67% \usepackage{CJK} -- This package is specifically forbidden68% \usepackage{float} -- This package is specifically forbidden69% \usepackage{flushend} -- This package is specifically forbidden70% \usepackage{fontenc} -- This package is specifically forbidden71% \usepackage{fullpage} -- This package is specifically forbidden72% \usepackage{geometry} -- This package is specifically forbidden73% \usepackage{grffile} -- This package is specifically forbidden74% \usepackage{hyperref} -- This package is specifically forbidden75% \usepackage{navigator} -- This package is specifically forbidden76% (or any other package that embeds links such as navigator or hyperref)77% \indentfirst} -- This package is specifically forbidden78% \layout} -- This package is specifically forbidden79% \multicol} -- This package is specifically forbidden80% \nameref} -- This package is specifically forbidden81% \usepackage{savetrees} -- This package is specifically forbidden82% \usepackage{setspace} -- This package is specifically forbidden83% \usepackage{stfloats} -- This package is specifically forbidden84% \usepackage{tabu} -- This package is specifically forbidden85% \usepackage{titlesec} -- This package is specifically forbidden86% \usepackage{tocbibind} -- This package is specifically forbidden87% \usepackage{ulem} -- This package is specifically forbidden88% \usepackage{wrapfig} -- This package is specifically forbidden89 90% DISALLOWED COMMANDS91% \nocopyright -- Your paper will not be published if you use this command92% \addtolength -- This command may not be used93% \balance -- This command may not be used94% \baselinestretch -- Your paper will not be published if you use this command95% \clearpage -- No page breaks of any kind may be used for the final version of your paper96% \columnsep -- This command may not be used97% \newpage -- No page breaks of any kind may be used for the final version of your paper98% \pagebreak -- No page breaks of any kind may be used for the final version of your paperr99% \pagestyle -- This command may not be used100% \tiny -- This is not an acceptable font size.101% \vspace{- -- No negative value may be used in proximity of a caption, figure, table, section, subsection, subsubsection, or reference102% \vskip{- -- No negative value may be used to alter spacing above or below a caption, figure, table, section, subsection, subsubsection, or reference103 104\setcounter{secnumdepth}{0} %May be changed to 1 or 2 if section numbers are desired.105 106% The file aaai2026.sty is the style file for AAAI Press107% proceedings, working notes, and technical reports.108%109 110% Title - conditionally set based on version111\ifdefined\aaaianonymous112 \title{AAAI Press Anonymous Submission\\Instructions for Authors Using \LaTeX{}}113\else114 \title{AAAI Press Formatting Instructions \\for Authors Using \LaTeX{} --- A Guide}115\fi116 117% Author and affiliation information118\author{119 %Authors120 % All authors must be in the same font size and format.121 Written by AAAI Press Staff\textsuperscript{\rm 1}\thanks{With help from the AAAI Publications Committee.}\\122 AAAI Style Contributions by Pater Patel Schneider,123 Sunil Issar,\\124 J. Scott Penberthy,125 George Ferguson,126 Hans Guesgen,127 Francisco Cruz\equalcontrib,128 Marc Pujol-Gonzalez\equalcontrib129}130\affiliations{131 %Afiliations132 \textsuperscript{\rm 1}Association for the Advancement of Artificial Intelligence\\133 % If you have multiple authors and multiple affiliations134 % use superscripts in text and roman font to identify them.135 % For example,136 137 % Sunil Issar\textsuperscript{\rm 2},138 % J. Scott Penberthy\textsuperscript{\rm 3},139 % George Ferguson\textsuperscript{\rm 4},140 % Hans Guesgen\textsuperscript{\rm 5}141 % Note that the comma should be placed after the superscript142 143 1101 Pennsylvania Ave, NW Suite 300\\144 Washington, DC 20004 USA\\145 % email address must be in roman text type, not monospace or sans serif146 proceedings-questions@aaai.org147%148% See more examples next149}150 151%Example, Single Author, ->> remove \iffalse,\fi and place them surrounding AAAI title to use it152\iffalse153\title{My Publication Title --- Single Author}154\author {155 Author Name156}157\affiliations{158 Affiliation\\159 Affiliation Line 2\\160 name@example.com161}162\fi163 164\iffalse165%Example, Multiple Authors, ->> remove \iffalse,\fi and place them surrounding AAAI title to use it166\title{My Publication Title --- Multiple Authors}167\author {168 % Authors169 First Author Name\textsuperscript{\rm 1},170 Second Author Name\textsuperscript{\rm 2},171 Third Author Name\textsuperscript{\rm 1}172}173\affiliations {174 % Affiliations175 \textsuperscript{\rm 1}Affiliation 1\\176 \textsuperscript{\rm 2}Affiliation 2\\177 firstAuthor@affiliation1.com, secondAuthor@affilation2.com, thirdAuthor@affiliation1.com178}179\fi180 181% REMOVE THIS: bibentry182% This is only needed to show inline citations in the guidelines document. You should not need it and can safely delete it.183\usepackage{bibentry}184% END REMOVE bibentry185 186\begin{document}187 188\maketitle189 190\begin{abstract}191AAAI creates proceedings, working notes, and technical reports directly from electronic source furnished by the authors. To ensure that all papers in the publication have a uniform appearance, authors must adhere to the following instructions.192\end{abstract}193 194% Links section - only shown in camera-ready version195\ifdefined\aaaianonymous196% Uncomment the following to link to your code, datasets, an extended version or similar.197% You must keep this block between (not within) the abstract and the main body of the paper.198% NOTE: For anonymous submissions, do not include links that could reveal your identity199% \begin{links}200% \link{Code}{https://aaai.org/example/code}201% \link{Datasets}{https://aaai.org/example/datasets}202% \link{Extended version}{https://aaai.org/example/extended-version}203% \end{links}204\else205% Uncomment the following to link to your code, datasets, an extended version or similar.206% You must keep this block between (not within) the abstract and the main body of the paper.207\begin{links}208 \link{Code}{https://aaai.org/example/code}209 \link{Datasets}{https://aaai.org/example/datasets}210 \link{Extended version}{https://aaai.org/example/extended-version}211\end{links}212\fi213 214% Version-specific content215\ifdefined\aaaianonymous216\section{Preparing an Anonymous Submission}217 218This document details the formatting requirements for anonymous submissions. The requirements are the same as for camera ready papers but with a few notable differences:219 220\begin{itemize}221 \item Anonymous submissions must not include the author names and affiliations. Write ``Anonymous Submission'' as the ``sole author'' and leave the affiliations empty.222 \item The PDF document's metadata should be cleared with a metadata-cleaning tool before submitting it. This is to prevent leaked information from revealing your identity.223 \item References must be anonymized whenever the reader can infer that they are to the authors' previous work.224 \item AAAI's copyright notice should not be included as a footer in the first page.225 \item Only the PDF version is required at this stage. No source versions will be requested, nor any copyright transfer form.226\end{itemize}227 228You can remove the copyright notice and ensure that your names aren't shown by including \texttt{submission} option when loading the \texttt{aaai2026} package:229 230\begin{quote}\begin{scriptsize}\begin{verbatim}231\documentclass[letterpaper]{article}232\usepackage[submission]{aaai2026}233\end{verbatim}\end{scriptsize}\end{quote}234 235The remainder of this document are the original camera-ready instructions. Any contradiction of the above points ought to be ignored while preparing anonymous submissions.236 237\section{Camera-Ready Guidelines}238\else239\section{Introduction}240\fi241 242Congratulations on having a paper selected for inclusion in an AAAI Press proceedings or technical report! This document details the requirements necessary to get your accepted paper published using PDF\LaTeX{}. If you are using Microsoft Word, instructions are provided in a different document. AAAI Press does not support any other formatting software.243 244The instructions herein are provided as a general guide for experienced \LaTeX{} users. If you do not know how to use \LaTeX{}, please obtain assistance locally. AAAI cannot provide you with support and the accompanying style files are \textbf{not} guaranteed to work. If the results you obtain are not in accordance with the specifications you received, you must correct your source file to achieve the correct result.245 246These instructions are generic. Consequently, they do not include specific dates, page charges, and so forth. Please consult your specific written conference instructions for details regarding your submission. Please review the entire document for specific instructions that might apply to your particular situation. All authors must comply with the following:247 248\begin{itemize}249\item You must use the 2026 AAAI Press \LaTeX{} style file and the aaai2026.bst bibliography style files, which are located in the 2026 AAAI Author Kit (aaai2026.sty, aaai2026.bst).250\item You must complete, sign, and return by the deadline the AAAI copyright form (unless directed by AAAI Press to use the AAAI Distribution License instead).251\item You must read and format your paper source and PDF according to the formatting instructions for authors.252\item You must submit your electronic files and abstract using our electronic submission form \textbf{on time.}253\item You must pay any required page or formatting charges to AAAI Press so that they are received by the deadline.254\item You must check your paper before submitting it, ensuring that it compiles without error, and complies with the guidelines found in the AAAI Author Kit.255\end{itemize}256 257\ifdefined\aaaianonymous258\else259\section{Copyright}260All papers submitted for publication by AAAI Press must be accompanied by a valid signed copyright form. They must also contain the AAAI copyright notice at the bottom of the first page of the paper. There are no exceptions to these requirements. If you fail to provide us with a signed copyright form or disable the copyright notice, we will be unable to publish your paper. There are \textbf{no exceptions} to this policy. You will find a PDF version of the AAAI copyright form in the AAAI AuthorKit. Please see the specific instructions for your conference for submission details.261\fi262 263\section{Formatting Requirements in Brief}264We need source and PDF files that can be used in a variety of ways and can be output on a variety of devices. The design and appearance of the paper is \ifdefined\aaaianonymous governed by the aaai2026.sty file (aaai2026.bst for the bibliography style).\else strictly governed by the aaai style file (aaai2026.sty).\fi265\ifdefined\aaaianonymous266\begin{itemize}267\item You must not modify the aaai2026.sty file or change the TeX commands.268\item You must not use any commands that alter the layout or formatting of your document (i.e., you cannot change the default margins, line spacing, etc.).269\item You may include other font size changes, color changes, or other formatting commands in your own source, but the paper has to be able to compile, and the styling commands are ignored.270\end{itemize}271\else272\textbf{You must not make any changes to the aaai style file, nor use any commands, packages, style files, or macros within your own paper that alter that design, including, but not limited to spacing, floats, margins, fonts, font size, and appearance.} AAAI imposes requirements on your source and PDF files that must be followed. Most of these requirements are based on our efforts to standardize conference manuscript properties and layout. All papers submitted to AAAI for publication will be recompiled for standardization purposes. Consequently, every paper submission must comply with the following requirements:273 274\begin{itemize}275\item Your .tex file must compile in PDF\LaTeX{} --- (you may not include .ps or .eps figure files.)276\item All fonts must be embedded in the PDF file --- including your figures.277\item Modifications to the style file, whether directly or via commands in your document may not ever be made, most especially when made in an effort to avoid extra page charges or make your paper fit in a specific number of pages.278\item No type 3 fonts may be used (even in illustrations).279\item You may not alter the spacing above and below captions, figures, headings, and subheadings.280\item You may not alter the font sizes of text elements, footnotes, heading elements, captions, or title information (for references and mathematics, please see the limited exceptions provided herein).281\item You may not alter the line spacing of text.282\item Your title must follow Title Case capitalization rules (not sentence case).283\item \LaTeX{} documents must use the Times or Nimbus font package (you may not use Computer Modern for the text of your paper).284\item No \LaTeX{} 209 documents may be used or submitted.285\item Your source must not require use of fonts for non-Roman alphabets within the text itself. If your paper includes symbols in other languages (such as, but not limited to, Arabic, Chinese, Hebrew, Japanese, Thai, Russian and other Cyrillic languages), you must restrict their use to bit-mapped figures. Fonts that require non-English language support (CID and Identity-H) must be converted to outlines or 300 dpi bitmap or removed from the document (even if they are in a graphics file embedded in the document).286\item Two-column format in AAAI style is required for all papers.287\item The paper size for final submission must be US letter without exception.288\item The source file must exactly match the PDF.289\item The document margins may not be exceeded (no overfull boxes).290\item The number of pages and the file size must be as specified for your event.291\item No document may be password protected.292\item Neither the PDFs nor the source may contain any embedded links or bookmarks (no hyperref or navigator packages).293\item Your source and PDF must not have any page numbers, footers, or headers (no pagestyle commands).294\item Your PDF must be compatible with Acrobat 5 or higher.295\item Your \LaTeX{} source file (excluding references) must consist of a \textbf{single} file (use of the ``input" command is not allowed.296\item Your graphics must be sized appropriately outside of \LaTeX{} (do not use the ``clip" or ``trim'' command) .297\end{itemize}298 299If you do not follow these requirements, your paper will be returned to you to correct the deficiencies.300\fi301 302\section{What Files to Submit}303You must submit the following items to ensure that your paper is published:304\begin{itemize}305\item A fully-compliant PDF file.306\item Your \LaTeX{} source file submitted as a \textbf{single} .tex file (do not use the ``input" command to include sections of your paper --- every section must be in the single source file). (The only allowable exception is .bib file, which should be included separately).307\item The bibliography (.bib) file(s).308\item Your source must compile on our system, which includes only standard \LaTeX{} 2020 TeXLive support files.309\item Only the graphics files used in compiling paper.310\item The \LaTeX{}-generated files (e.g. .aux, .bbl file, PDF, etc.).311\end{itemize}312 313Your \LaTeX{} source will be reviewed and recompiled on our system (if it does not compile, your paper will be returned to you. \textbf{Do not submit your source in multiple text files.} Your single \LaTeX{} source file must include all your text, your bibliography (formatted using aaai2026.bst), and any custom macros.314 315Your files should work without any supporting files (other than the program itself) on any computer with a standard \LaTeX{} distribution.316 317\textbf{Do not send files that are not actually used in the paper.} Avoid including any files not needed for compiling your paper, including, for example, this instructions file, unused graphics files, style files, additional material sent for the purpose of the paper review, intermediate build files and so forth.318 319\textbf{Obsolete style files.} The commands for some common packages (such as some used for algorithms), may have changed. Please be certain that you are not compiling your paper using old or obsolete style files.320 321\textbf{Final Archive.} Place your source files in a single archive which should be compressed using .zip. The final file size may not exceed 10 MB.322Name your source file with the last (family) name of the first author, even if that is not you.323 324\section{Using \LaTeX{} to Format Your Paper}325 326The latest version of the AAAI style file is available on AAAI's website. Download this file and place it in the \TeX\ search path. Placing it in the same directory as the paper should also work. You must download the latest version of the complete AAAI Author Kit so that you will have the latest instruction set and style file.327 328\subsection{Document Preamble}329 330In the \LaTeX{} source for your paper, you \textbf{must} place the following lines as shown in the example in this subsection. This command set-up is for three authors. Add or subtract author and address lines as necessary, and uncomment the portions that apply to you. In most instances, this is all you need to do to format your paper in the Times font. The helvet package will cause Helvetica to be used for sans serif. These files are part of the PSNFSS2e package, which is freely available from many Internet sites (and is often part of a standard installation).331 332Leave the setcounter for section number depth commented out and set at 0 unless you want to add section numbers to your paper. If you do add section numbers, you must uncomment this line and change the number to 1 (for section numbers), or 2 (for section and subsection numbers). The style file will not work properly with numbering of subsubsections, so do not use a number higher than 2.333 334\subsubsection{The Following Must Appear in Your Preamble}335\ifdefined\aaaianonymous336\begin{quote}337\begin{scriptsize}\begin{verbatim}338\documentclass[letterpaper]{article}339% DO NOT CHANGE THIS340\usepackage[submission]{aaai2026} % DO NOT CHANGE THIS341\usepackage{times} % DO NOT CHANGE THIS342\usepackage{helvet} % DO NOT CHANGE THIS343\usepackage{courier} % DO NOT CHANGE THIS344\usepackage[hyphens]{url} % DO NOT CHANGE THIS345\usepackage{graphicx} % DO NOT CHANGE THIS346\urlstyle{rm} % DO NOT CHANGE THIS347\def\UrlFont{\rm} % DO NOT CHANGE THIS348\usepackage{graphicx} % DO NOT CHANGE THIS349\usepackage{natbib} % DO NOT CHANGE THIS350\usepackage{caption} % DO NOT CHANGE THIS351\frenchspacing % DO NOT CHANGE THIS352\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS353\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS354%355% Keep the \pdfinfo as shown here. There's no need356% for you to add the /Title and /Author tags.357\pdfinfo{358/TemplateVersion (2026.1)359}360\end{verbatim}\end{scriptsize}361\end{quote}362\else363\begin{quote}364\begin{scriptsize}\begin{verbatim}365\documentclass[letterpaper]{article}366% DO NOT CHANGE THIS367\usepackage{aaai2026} % DO NOT CHANGE THIS368\usepackage{times} % DO NOT CHANGE THIS369\usepackage{helvet} % DO NOT CHANGE THIS370\usepackage{courier} % DO NOT CHANGE THIS371\usepackage[hyphens]{url} % DO NOT CHANGE THIS372\usepackage{graphicx} % DO NOT CHANGE THIS373\urlstyle{rm} % DO NOT CHANGE THIS374\def\UrlFont{\rm} % DO NOT CHANGE THIS375\usepackage{graphicx} % DO NOT CHANGE THIS376\usepackage{natbib} % DO NOT CHANGE THIS377\usepackage{caption} % DO NOT CHANGE THIS378\frenchspacing % DO NOT CHANGE THIS379\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS380\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS381%382% Keep the \pdfinfo as shown here. There's no need383% for you to add the /Title and /Author tags.384\pdfinfo{385/TemplateVersion (2026.1)386}387\end{verbatim}\end{scriptsize}388\end{quote}389\fi390 391\subsection{Preparing Your Paper}392 393After the preamble above, you should prepare your paper as follows:394\begin{quote}395\begin{scriptsize}\begin{verbatim}396\begin{document}397\maketitle398\begin{abstract}399%...400\end{abstract}\end{verbatim}\end{scriptsize}401\end{quote}402 403\noindent If you want to add links to the paper's code, dataset(s), and extended version or similar this is the place to add them, within a \emph{links} environment:404\begin{quote}%405\begin{scriptsize}\begin{verbatim}406\begin{links}407 \link{Code}{https://aaai.org/example/guidelines}408 \link{Datasets}{https://aaai.org/example/datasets}409 \link{Extended version}{https://aaai.org/example}410\end{links}\end{verbatim}\end{scriptsize}411\end{quote}412\ifdefined\aaaianonymous413\noindent Make sure that you do not de-anonymize yourself with these links.414\fi415 416\noindent You should then continue with the body of your paper. Your paper must conclude with the references, which should be inserted as follows:417\begin{quote}418\begin{scriptsize}\begin{verbatim}419% References and End of Paper420% These lines must be placed at the end of your paper421\bibliography{Bibliography-File}422\end{document}423\end{verbatim}\end{scriptsize}424\end{quote}425 426\begin{quote}427\begin{scriptsize}\begin{verbatim}428\begin{document}\\429\maketitle\\430...\\431\bibliography{Bibliography-File}\\432\end{document}\\433\end{verbatim}\end{scriptsize}434\end{quote}435 436\subsection{Commands and Packages That May Not Be Used}437\begin{table*}[t]438\centering439\begin{tabular}{l|l|l|l}440\textbackslash abovecaption &441\textbackslash abovedisplay &442\textbackslash addevensidemargin &443\textbackslash addsidemargin \\444\textbackslash addtolength &445\textbackslash baselinestretch &446\textbackslash belowcaption &447\textbackslash belowdisplay \\448\textbackslash break &449\textbackslash clearpage &450\textbackslash clip &451\textbackslash columnsep \\452\textbackslash float &453\textbackslash input &454\textbackslash input &455\textbackslash linespread \\456\textbackslash newpage &457\textbackslash pagebreak &458\textbackslash renewcommand &459\textbackslash setlength \\460\textbackslash text height &461\textbackslash tiny &462\textbackslash top margin &463\textbackslash trim \\464\textbackslash vskip\{- &465\textbackslash vspace\{- \\466\end{tabular}467\caption{Commands that must not be used}468\label{table1}469\end{table*}470 471\begin{table}[t]472\centering473\begin{tabular}{l|l|l|l}474 authblk & babel & cjk & dvips \\475 epsf & epsfig & euler & float \\476 fullpage & geometry & graphics & hyperref \\477 layout & linespread & lmodern & maltepaper \\478 navigator & pdfcomment & pgfplots & psfig \\479 pstricks & t1enc & titlesec & tocbind \\480 ulem481\end{tabular}482\caption{LaTeX style packages that must not be used.}483\label{table2}484\end{table}485 486There are a number of packages, commands, scripts, and macros that are incompatable with aaai2026.sty. The common ones are listed in tables \ref{table1} and \ref{table2}. Generally, if a command, package, script, or macro alters floats, margins, fonts, sizing, linespacing, or the presentation of the references and citations, it is unacceptable. Note that negative vskip and vspace may not be used except in certain rare occurances, and may never be used around tables, figures, captions, sections, subsections, subsubsections, or references.487 488\subsection{Page Breaks}489For your final camera ready copy, you must not use any page break commands. References must flow directly after the text without breaks. Note that some conferences require references to be on a separate page during the review process. AAAI Press, however, does not require this condition for the final paper.490 491\subsection{Paper Size, Margins, and Column Width}492Papers must be formatted to print in two-column format on 8.5 x 11 inch US letter-sized paper. The margins must be exactly as follows:493\begin{itemize}494\ifdefined\aaaianonymous495\item Top margin: 1.25 inches (first page), .75 inches (others)496\else497\item Top margin: .75 inches498\fi499\item Left margin: .75 inches500\item Right margin: .75 inches501\item Bottom margin: 1.25 inches502\end{itemize}503 504The default paper size in most installations of \LaTeX{} is A4. However, because we require that your electronic paper be formatted in US letter size, the preamble we have provided includes commands that alter the default to US letter size. Please note that using any other package to alter page size (such as, but not limited to the Geometry package) will result in your final paper being returned to you for correction.505 506\subsubsection{Column Width and Margins.}507To ensure maximum readability, your paper must include two columns. Each column should be 3.3 inches wide (slightly more than 3.25 inches), with a .375 inch (.952 cm) gutter of white space between the two columns. The aaai2026.sty file will automatically create these columns for you.508 509\subsection{Overlength Papers}510If your paper is too long and you resort to formatting tricks to make it fit, it is quite likely that it will be returned to you. The best way to retain readability if the paper is overlength is to cut text, figures, or tables. There are a few acceptable ways to reduce paper size that don't affect readability. First, turn on \textbackslash frenchspacing, which will reduce the space after periods. Next, move all your figures and tables to the top of the page. Consider removing less important portions of a figure. If you use \textbackslash centering instead of \textbackslash begin\{center\} in your figure environment, you can also buy some space. For mathematical environments, you may reduce fontsize {\bf but not below 6.5 point}.511 512Commands that alter page layout are forbidden. These include \textbackslash columnsep, \textbackslash float, \textbackslash topmargin, \textbackslash topskip, \textbackslash textheight, \textbackslash textwidth, \textbackslash oddsidemargin, and \textbackslash evensizemargin (this list is not exhaustive). If you alter page layout, you will be required to pay the page fee. Other commands that are questionable and may cause your paper to be rejected include \textbackslash parindent, and \textbackslash parskip. Commands that alter the space between sections are forbidden. The title sec package is not allowed. Regardless of the above, if your paper is obviously ``squeezed" it is not going to to be accepted. Options for reducing the length of a paper include reducing the size of your graphics, cutting text, or paying the extra page charge (if it is offered).513 514\subsection{Type Font and Size}515Your paper must be formatted in Times Roman or Nimbus. We will not accept papers formatted using Computer Modern or Palatino or some other font as the text or heading typeface. Sans serif, when used, should be Courier. Use Symbol or Lucida or Computer Modern for \textit{mathematics only. }516 517Do not use type 3 fonts for any portion of your paper, including graphics. Type 3 bitmapped fonts are designed for fixed resolution printers. Most print at 300 dpi even if the printer resolution is 1200 dpi or higher. They also often cause high resolution imagesetter devices to crash. Consequently, AAAI will not accept electronic files containing obsolete type 3 fonts. Files containing those fonts (even in graphics) will be rejected. (Authors using blackboard symbols must avoid packages that use type 3 fonts.)518 519Fortunately, there are effective workarounds that will prevent your file from embedding type 3 bitmapped fonts. The easiest workaround is to use the required times, helvet, and courier packages with \LaTeX{}2e. (Note that papers formatted in this way will still use Computer Modern for the mathematics. To make the math look good, you'll either have to use Symbol or Lucida, or you will need to install type 1 Computer Modern fonts --- for more on these fonts, see the section ``Obtaining Type 1 Computer Modern.")520 521If you are unsure if your paper contains type 3 fonts, view the PDF in Acrobat Reader. The Properties/Fonts window will display the font name, font type, and encoding properties of all the fonts in the document. If you are unsure if your graphics contain type 3 fonts (and they are PostScript or encapsulated PostScript documents), create PDF versions of them, and consult the properties window in Acrobat Reader.522 523The default size for your type must be ten-point with twelve-point leading (line spacing). Start all pages (except the first) directly under the top margin. (See the next section for instructions on formatting the title page.) Indent ten points when beginning a new paragraph, unless the paragraph begins directly below a heading or subheading.524 525\subsubsection{Obtaining Type 1 Computer Modern for \LaTeX{}.}526If you use Computer Modern for the mathematics in your paper (you cannot use it for the text) you may need to download type 1 Computer fonts. They are available without charge from the American Mathematical Society:527http://www.ams.org/tex/type1-fonts.html.528 529\subsubsection{Nonroman Fonts.}530If your paper includes symbols in other languages (such as, but not limited to, Arabic, Chinese, Hebrew, Japanese, Thai, Russian and other Cyrillic languages), you must restrict their use to bit-mapped figures.531 532\subsection{Title and Authors}533Your title must appear centered over both text columns in sixteen-point bold type (twenty-four point leading). The title must be written in Title Case capitalization rules (not sentence case). The rules are a bit involved, but in general verbs (including short verbs like be, is, using, and go), nouns, adverbs, adjectives, and pronouns should be capitalized, (including both words in hyphenated terms), while articles, conjunctions, and prepositions are lower case unless they directly follow a colon or long dash. You can use the online tool \url{https://titlecaseconverter.com/} to double-check the proper capitalization (select the "Chicago" style and mark the "Show explanations" checkbox).534 535Author's names should appear below the title of the paper, centered in twelve-point type (with fifteen point leading), along with affiliation(s) and complete address(es) (including electronic mail address if available) in nine-point roman type (the twelve point leading). You should begin the two-column format when you come to the abstract.536 537\subsubsection{Formatting Author Information.}538Author information has to be set according to the following specification depending if you have one or more than one affiliation. You may not use a table nor may you employ the \textbackslash authorblk.sty package. For one or several authors from the same institution, please separate them with commas and write all affiliation directly below (one affiliation per line) using the macros \textbackslash author and \textbackslash affiliations:539 540\begin{quote}\begin{scriptsize}\begin{verbatim}541\author{542 Author 1, ..., Author n\\543}544\affiliations {545 Address line\\546 ... \\547 Address line\\548}549\end{verbatim}\end{scriptsize}\end{quote}550 551\noindent For authors from different institutions, use \textbackslash textsuperscript \{\textbackslash rm x \} to match authors and affiliations. Notice that there should not be any spaces between the author name (or comma following it) and the superscript.552 553\begin{quote}\begin{scriptsize}\begin{verbatim}554\author{555 AuthorOne\equalcontrib\textsuperscript{\rm 1,\rm 2},556 AuthorTwo\equalcontrib\textsuperscript{\rm 2},557 AuthorThree\textsuperscript{\rm 3},\\558 AuthorFour\textsuperscript{\rm 4},559 AuthorFive \textsuperscript{\rm 5}}560}561\affiliations {562 \textsuperscript{\rm 1}AffiliationOne,\\563 \textsuperscript{\rm 2}AffiliationTwo,\\564 \textsuperscript{\rm 3}AffiliationThree,\\565 \textsuperscript{\rm 4}AffiliationFour,\\566 \textsuperscript{\rm 5}AffiliationFive\\567 \{email, email\}@affiliation.com,568 email@affiliation.com,569 email@affiliation.com,570 email@affiliation.com571}572\end{verbatim}\end{scriptsize}\end{quote}573 574You can indicate that some authors contributed equally using the \textbackslash equalcontrib command. This will add a marker after the author names and a footnote on the first page.575 576Note that you may want to break the author list for better visualization. You can achieve this using a simple line break (\textbackslash \textbackslash).577 578\subsection{\LaTeX{} Copyright Notice}579The copyright notice automatically appears if you use aaai2026.sty. It has been hardcoded and may not be disabled.580 581\subsection{Credits}582Any credits to a sponsoring agency should appear in the acknowledgments section, unless the agency requires different placement. If it is necessary to include this information on the front page, use583\textbackslash thanks in either the \textbackslash author or \textbackslash title commands.584For example:585\begin{quote}586\begin{small}587\textbackslash title\{Very Important Results in AI\textbackslash thanks\{This work is588 supported by everybody.\}\}589\end{small}590\end{quote}591Multiple \textbackslash thanks commands can be given. Each will result in a separate footnote indication in the author or title with the corresponding text at the botton of the first column of the document. Note that the \textbackslash thanks command is fragile. You will need to use \textbackslash protect.592 593Please do not include \textbackslash pubnote commands in your document.594 595\subsection{Abstract}596Follow the example commands in this document for creation of your abstract. The command \textbackslash begin\{abstract\} will automatically indent the text block. Please do not indent it further. {Do not include references in your abstract!}597 598\subsection{Page Numbers}599Do not print any page numbers on your paper. The use of \textbackslash pagestyle is forbidden.600 601\subsection{Text}602The main body of the paper must be formatted in black, ten-point Times Roman with twelve-point leading (line spacing). You may not reduce font size or the linespacing. Commands that alter font size or line spacing (including, but not limited to baselinestretch, baselineshift, linespread, and others) are expressly forbidden. In addition, you may not use color in the text.603 604\subsection{Citations}605Citations within the text should include the author's last name and year, for example (Newell 1980). Append lower-case letters to the year in cases of ambiguity. Multiple authors should be treated as follows: (Feigenbaum and Engelmore 1988) or (Ford, Hayes, and Glymour 1992). In the case of four or more authors, list only the first author, followed by et al. (Ford et al. 1997).606 607\subsection{Extracts}608Long quotations and extracts should be indented ten points from the left and right margins.609 610\begin{quote}611This is an example of an extract or quotation. Note the indent on both sides. Quotation marks are not necessary if you offset the text in a block like this, and properly identify and cite the quotation in the text.612\end{quote}613 614\subsection{Footnotes}615Use footnotes judiciously, taking into account that they interrupt the reading of the text. When required, they should be consecutively numbered throughout with superscript Arabic numbers. Footnotes should appear at the bottom of the page, separated from the text by a blank line space and a thin, half-point rule.616 617\subsection{Headings and Sections}618When necessary, headings should be used to separate major sections of your paper. Remember, you are writing a short paper, not a lengthy book! An overabundance of headings will tend to make your paper look more like an outline than a paper. The aaai2026.sty package will create headings for you. Do not alter their size nor their spacing above or below.619 620\subsubsection{Section Numbers.}621The use of section numbers in AAAI Press papers is optional. To use section numbers in \LaTeX{}, uncomment the setcounter line in your document preamble and change the 0 to a 1. Section numbers should not be used in short poster papers and/or extended abstracts.622 623\subsubsection{Section Headings.}624Sections should be arranged and headed as follows:625\begin{enumerate}626\item Main content sections627\item Appendices (optional)628\item Ethical Statement (optional, unnumbered)629\item Acknowledgements (optional, unnumbered)630\item References (unnumbered)631\end{enumerate}632 633\subsubsection{Appendices.}634Any appendices must appear after the main content. If your main sections are numbered, appendix sections must use letters instead of arabic numerals. In \LaTeX{} you can use the \texttt{\textbackslash appendix} command to achieve this effect and then use \texttt{\textbackslash section\{Heading\}} normally for your appendix sections.635 636\subsubsection{Ethical Statement.}637You can write a statement about the potential ethical impact of your work, including its broad societal implications, both positive and negative. If included, such statement must be written in an unnumbered section titled \emph{Ethical Statement}.638 639\subsubsection{Acknowledgments.}640The acknowledgments section, if included, appears right before the references and is headed ``Acknowledgments". It must not be numbered even if other sections are (use \texttt{\textbackslash section*\{Acknowledgements\}} in \LaTeX{}). This section includes acknowledgments of help from associates and colleagues, credits to sponsoring agencies, financial support, and permission to publish. Please acknowledge other contributors, grant support, and so forth, in this section. Do not put acknowledgments in a footnote on the first page. If your grant agency requires acknowledgment of the grant on page 1, limit the footnote to the required statement, and put the remaining acknowledgments at the back. Please try to limit acknowledgments to no more than three sentences.641 642\subsubsection{References.}643The references section should be labeled ``References" and must appear at the very end of the paper (don't end the paper with references, and then put a figure by itself on the last page). A sample list of references is given later on in these instructions. Please use a consistent format for references. Poorly prepared or sloppy references reflect badly on the quality of your paper and your research. Please prepare complete and accurate citations.644 645\subsection{Illustrations and Figures}646 647\begin{figure}[t]648\centering649\includegraphics[width=0.9\columnwidth]{figure1} % Reduce the figure size so that it is slightly narrower than the column. Don't use precise values for figure width.This setup will avoid overfull boxes.650\caption{Using the trim and clip commands produces fragile layers that can result in disasters (like this one from an actual paper) when the color space is corrected or the PDF combined with others for the final proceedings. Crop your figures properly in a graphics program -- not in LaTeX.}651\label{fig1}652\end{figure}653 654\begin{figure*}[t]655\centering656\includegraphics[width=0.8\textwidth]{figure2} % Reduce the figure size so that it is slightly narrower than the column.657\caption{Adjusting the bounding box instead of actually removing the unwanted data resulted multiple layers in this paper. It also needlessly increased the PDF size. In this case, the size of the unwanted layer doubled the paper's size, and produced the following surprising results in final production. Crop your figures properly in a graphics program. Don't just alter the bounding box.}658\label{fig2}659\end{figure*}660 661Your paper must compile in PDF\LaTeX{}. Consequently, all your figures must be .jpg, .png, or .pdf. You may not use the .gif (the resolution is too low), .ps, or .eps file format for your figures.662 663Figures, drawings, tables, and photographs should be placed throughout the paper on the page (or the subsequent page) where they are first discussed. Do not group them together at the end of the paper. If placed at the top of the paper, illustrations may run across both columns. Figures must not invade the top, bottom, or side margin areas. Figures must be inserted using the \textbackslash usepackage\{graphicx\}. Number figures sequentially, for example, figure 1, and so on. Do not use minipage to group figures.664 665If you normally create your figures using pgfplots, please create the figures first, and then import them as pdfs with proper bounding boxes, as the bounding and trim boxes created by pfgplots are fragile and not valid.666 667When you include your figures, you must crop them \textbf{outside} of \LaTeX{}. The command \textbackslash includegraphics*[clip=true, viewport 0 0 10 10]{...} might result in a PDF that looks great, but the image is \textbf{not really cropped.} The full image can reappear (and obscure whatever it is overlapping) when page numbers are applied or color space is standardized. Figures \ref{fig1}, and \ref{fig2} display some unwanted results that often occur.668 669If your paper includes illustrations that are not compatible with PDF\TeX{} (such as .eps or .ps documents), you will need to convert them. The epstopdf package will usually work for eps files. You will need to convert your ps files to PDF in either case.670 671\subsubsection {Figure Captions.}The illustration number and caption must appear \textit{under} the illustration. Labels and other text with the actual illustration must be at least nine-point type. However, the font and size of figure captions must be 10 point roman. Do not make them smaller, bold, or italic. (Individual words may be italicized if the context requires differentiation.)672 673\subsection{Tables}674Tables should be presented in 10 point roman type. If necessary, they may be altered to 9 point type. You must not use \texttt{\textbackslash resizebox} or other commands that resize the entire table to make it smaller, because you can't control the final font size this way.675If your table is too large you can use \texttt{\textbackslash setlength\{\textbackslash tabcolsep\}\{1mm\}} to compress the columns a bit or you can adapt the content (e.g.: reduce the decimal precision when presenting numbers, use shortened column titles, make some column duble-line to get it narrower).676 677Tables that do not fit in a single column must be placed across double columns. If your table won't fit within the margins even when spanning both columns and using the above techniques, you must split it in two separate tables.678 679\subsubsection {Table Captions.} The number and caption for your table must appear \textit{under} (not above) the table. Additionally, the font and size of table captions must be 10 point roman and must be placed beneath the figure. Do not make them smaller, bold, or italic. (Individual words may be italicized if the context requires differentiation.)680 681\subsubsection{Low-Resolution Bitmaps.}682You may not use low-resolution (such as 72 dpi) screen-dumps and GIF files---these files contain so few pixels that they are always blurry, and illegible when printed. If they are color, they will become an indecipherable mess when converted to black and white. This is always the case with gif files, which should never be used. The resolution of screen dumps can be increased by reducing the print size of the original file while retaining the same number of pixels. You can also enlarge files by manipulating them in software such as PhotoShop. Your figures should be 300 dpi when incorporated into your document.683 684\subsubsection{\LaTeX{} Overflow.}685\LaTeX{} users please beware: \LaTeX{} will sometimes put portions of the figure or table or an equation in the margin. If this happens, you need to make the figure or table span both columns. If absolutely necessary, you may reduce the figure, or reformat the equation, or reconfigure the table.{ \bf Check your log file!} You must fix any overflow into the margin (that means no overfull boxes in \LaTeX{}). \textbf{Nothing is permitted to intrude into the margin or gutter.}686 687\subsubsection{Using Color.}688Use of color is restricted to figures only. It must be WACG 2.0 compliant. (That is, the contrast ratio must be greater than 4.5:1 no matter the font size.) It must be CMYK, NOT RGB. It may never be used for any portion of the text of your paper. The archival version of your paper will be printed in black and white and grayscale. The web version must be readable by persons with disabilities. Consequently, because conversion to grayscale can cause undesirable effects (red changes to black, yellow can disappear, and so forth), we strongly suggest you avoid placing color figures in your document. If you do include color figures, you must (1) use the CMYK (not RGB) colorspace and (2) be mindful of readers who may happen to have trouble distinguishing colors. Your paper must be decipherable without using color for distinction.689 690\subsubsection{Drawings.}691We suggest you use computer drawing software (such as Adobe Illustrator or, (if unavoidable), the drawing tools in Microsoft Word) to create your illustrations. Do not use Microsoft Publisher. These illustrations will look best if all line widths are uniform (half- to two-point in size), and you do not create labels over shaded areas. Shading should be 133 lines per inch if possible. Use Times Roman or Helvetica for all figure call-outs. \textbf{Do not use hairline width lines} --- be sure that the stroke width of all lines is at least .5 pt. Zero point lines will print on a laser printer, but will completely disappear on the high-resolution devices used by our printers.692 693\subsubsection{Photographs and Images.}694Photographs and other images should be in grayscale (color photographs will not reproduce well; for example, red tones will reproduce as black, yellow may turn to white, and so forth) and set to a minimum of 300 dpi. Do not prescreen images.695 696\subsubsection{Resizing Graphics.}697Resize your graphics \textbf{before} you include them with LaTeX. You may \textbf{not} use trim or clip options as part of your \textbackslash includegraphics command. Resize the media box of your PDF using a graphics program instead.698 699\subsubsection{Fonts in Your Illustrations.}700You must embed all fonts in your graphics before including them in your LaTeX document.701 702\subsubsection{Algorithms.}703Algorithms and/or programs are a special kind of figures. Like all illustrations, they should appear floated to the top (preferably) or bottom of the page. However, their caption should appear in the header, left-justified and enclosed between horizontal lines, as shown in Algorithm~\ref{alg:algorithm}. The algorithm body should be terminated with another horizontal line. It is up to the authors to decide whether to show line numbers or not, how to format comments, etc.704 705In \LaTeX{} algorithms may be typeset using the {\tt algorithm} and {\tt algorithmic} packages, but you can also use one of the many other packages for the task.706 707\begin{algorithm}[tb]708\caption{Example algorithm}709\label{alg:algorithm}710\textbf{Input}: Your algorithm's input\\711\textbf{Parameter}: Optional list of parameters\\712\textbf{Output}: Your algorithm's output713\begin{algorithmic}[1] %[1] enables line numbers714\STATE Let $t=0$.715\WHILE{condition}716\STATE Do some action.717\IF {conditional}718\STATE Perform task A.719\ELSE720\STATE Perform task B.721\ENDIF722\ENDWHILE723\STATE \textbf{return} solution724\end{algorithmic}725\end{algorithm}726 727\subsubsection{Listings.}728Listings are much like algorithms and programs. They should also appear floated to the top (preferably) or bottom of the page. Listing captions should appear in the header, left-justified and enclosed between horizontal lines as shown in Listing~\ref{lst:listing}. Terminate the body with another horizontal line and avoid any background color. Line numbers, if included, must appear within the text column.729 730\begin{listing}[tb]%731\caption{Example listing {\tt quicksort.hs}}%732\label{lst:listing}%733\begin{lstlisting}[language=Haskell]734quicksort :: Ord a => [a] -> [a]735quicksort [] = []736quicksort (p:xs) = (quicksort lesser) ++ [p] ++ (quicksort greater)737 where738 lesser = filter (< p) xs739 greater = filter (>= p) xs740\end{lstlisting}741\end{listing}742 743\subsection{References}744The AAAI style includes a set of definitions for use in formatting references with BibTeX. These definitions make the bibliography style fairly close to the ones specified in the Reference Examples appendix below. To use these definitions, you also need the BibTeX style file ``aaai2026.bst," available in the AAAI Author Kit on the AAAI web site. Then, at the end of your paper but before \textbackslash end{document}, you need to put the following lines:745 746\begin{quote}747\begin{small}748\textbackslash bibliography\{bibfile1,bibfile2,...\}749\end{small}750\end{quote}751 752Please note that the aaai2026.sty class already sets the bibliographystyle for you, so you do not have to place any \textbackslash bibliographystyle command in the document yourselves. The aaai2026.sty file is incompatible with the hyperref and navigator packages. If you use either, your references will be garbled and your paper will be returned to you.753 754References may be the same size as surrounding text.755However, in this section (only), you may reduce the size to {\em \textbackslash small} (9pt) if your paper exceeds the allowable number of pages. Making it any smaller than 9 point with 10 point linespacing, however, is not allowed.756 757The list of files in the \textbackslash bibliography command should be the names of your BibTeX source files (that is, the .bib files referenced in your paper).758 759The following commands are available for your use in citing references:760\begin{quote}761{\em \textbackslash cite:} Cites the given reference(s) with a full citation. This appears as ``(Author Year)'' for one reference, or ``(Author Year; Author Year)'' for multiple references.\smallskip\\762{\em \textbackslash shortcite:} Cites the given reference(s) with just the year. This appears as ``(Year)'' for one reference, or ``(Year; Year)'' for multiple references.\smallskip\\763{\em \textbackslash citeauthor:} Cites the given reference(s) with just the author name(s) and no parentheses.\smallskip\\764{\em \textbackslash citeyear:} Cites the given reference(s) with just the date(s) and no parentheses.765\end{quote}766You may also use any of the \emph{natbib} citation commands.767 768\section{Proofreading Your PDF}769Please check all the pages of your PDF file. The most commonly forgotten element is the acknowledgements --- especially the correct grant number. Authors also commonly forget to add the metadata to the source, use the wrong reference style file, or don't follow the capitalization rules or comma placement for their author-title information properly. A final common problem is text (expecially equations) that runs into the margin. You will need to fix these common errors before submitting your file.770 771\section{Improperly Formatted Files }772In the past, AAAI has corrected improperly formatted files submitted by the authors. Unfortunately, this has become an increasingly burdensome expense that we can no longer absorb). Consequently, if your file is improperly formatted, it will be returned to you for correction.773 774\section{Naming Your Electronic File}775We require that you name your \LaTeX{} source file with the last name (family name) of the first author so that it can easily be differentiated from other submissions. Complete file-naming instructions will be provided to you in the submission instructions.776 777\section{Submitting Your Electronic Files to AAAI}778Instructions on paper submittal will be provided to you in your acceptance letter.779 780\section{Inquiries}781If you have any questions about the preparation or submission of your paper as instructed in this document, please contact AAAI Press at the address given below. If you have technical questions about implementation of the aaai style file, please contact an expert at your site. We do not provide technical support for \LaTeX{} or any other software package. To avoid problems, please keep your paper simple, and do not incorporate complicated macros and style files.782 783\begin{quote}784\noindent AAAI Press\\7851101 Pennsylvania Ave, NW Suite 300\\786Washington, DC 20004 USA\\787\textit{Telephone:} 1-202-360-4062\\788\textit{E-mail:} See the submission instructions for your particular conference or event.789\end{quote}790 791\section{Additional Resources}792\LaTeX{} is a difficult program to master. If you've used that software, and this document didn't help or some items were not explained clearly, we recommend you read Michael Shell's excellent document (testflow doc.txt V1.0a 2002/08/13) about obtaining correct PS/PDF output on \LaTeX{} systems. (It was written for another purpose, but it has general application as well). It is available at www.ctan.org in the tex-archive.793 794\appendix795\section{Reference Examples}796\label{sec:reference_examples}797 798\nobibliography*799Formatted bibliographies should look like the following examples. You should use BibTeX to generate the references. Missing fields are unacceptable when compiling references, and usually indicate that you are using the wrong type of entry (BibTeX class).800 801\paragraph{Book with multiple authors~\nocite{em:86}} Use the \texttt{@book} class.\\[.2em]802\bibentry{em:86}.803 804\paragraph{Journal and magazine articles~\nocite{r:80, hcr:83}} Use the \texttt{@article} class.\\[.2em]805\bibentry{r:80}.\\[.2em]806\bibentry{hcr:83}.807 808\paragraph{Proceedings paper published by a society, press or publisher~\nocite{c:83, c:84}} Use the \texttt{@inproceedings} class. You may abbreviate the \emph{booktitle} field, but make sure that the conference edition is clear.\\[.2em]809\bibentry{c:84}.\\[.2em]810\bibentry{c:83}.811 812\paragraph{University technical report~\nocite{r:86}} Use the \texttt{@techreport} class.\\[.2em]813\bibentry{r:86}.814 815\paragraph{Dissertation or thesis~\nocite{c:79}} Use the \texttt{@phdthesis} class.\\[.2em]816\bibentry{c:79}.817 818\paragraph{Forthcoming publication~\nocite{c:21}} Use the \texttt{@misc} class with a \texttt{note="Forthcoming"} annotation.819\begin{quote}820\begin{footnotesize}821\begin{verbatim}822@misc(key,823 [...]824 note="Forthcoming",825)826\end{verbatim}827\end{footnotesize}828\end{quote}829\bibentry{c:21}.830 831\paragraph{ArXiv paper~\nocite{c:22}} Fetch the BibTeX entry from the "Export Bibtex Citation" link in the arXiv website. Notice it uses the \texttt{@misc} class instead of the \texttt{@article} one, and that it includes the \texttt{eprint} and \texttt{archivePrefix} keys.832\begin{quote}833\begin{footnotesize}834\begin{verbatim}835@misc(key,836 [...]837 eprint="xxxx.yyyy",838 archivePrefix="arXiv",839)840\end{verbatim}841\end{footnotesize}842\end{quote}843\bibentry{c:22}.844 845\paragraph{Website or online resource~\nocite{c:23}} Use the \texttt{@misc} class. Add the url in the \texttt{howpublished} field and the date of access in the \texttt{note} field:846\begin{quote}847\begin{footnotesize}848\begin{verbatim}849@misc(key,850 [...]851 howpublished="\url{http://...}",852 note="Accessed: YYYY-mm-dd",853)854\end{verbatim}855\end{footnotesize}856\end{quote}857\bibentry{c:23}.858 859\vspace{.2em}860For the most up to date version of the AAAI reference style, please consult the \textit{AI Magazine} Author Guidelines at \url{https://aaai.org/ojs/index.php/aimagazine/about/submissions#authorGuidelines}861 862\section{Acknowledgments}863 864% Anonymous submission version - shorter acknowledgments865AAAI is especially grateful to Peter Patel Schneider for his work in implementing the aaai2026.sty file, liberally using the ideas of other style hackers, including Barbara Beeton. We also acknowledge with thanks the work of George Ferguson for his guide to using the style and BibTeX files --- which has been incorporated into this document --- and Hans Guesgen, who provided several timely modifications, as well as the many others who have, from time to time, sent in suggestions on improvements to the AAAI style. We are especially grateful to Francisco Cruz, Marc Pujol-Gonzalez, and Mico Loretan for the improvements to the Bib\TeX{} and \LaTeX{} files made in 2020.866 867The preparation of the \LaTeX{} and Bib\TeX{} files that implement these instructions was supported by Schlumberger Palo Alto Research, AT\&T Bell Laboratories, Morgan Kaufmann Publishers, The Live Oak Press, LLC, and AAAI Press. Bibliography style changes were added by Sunil Issar. \verb+\+pubnote was added by J. Scott Penberthy. George Ferguson added support for printing the AAAI copyright slug. Additional changes to aaai2026.sty and aaai2026.bst have been made by Francisco Cruz and Marc Pujol-Gonzalez.868 869\bigskip870\noindent Thank you for reading these instructions carefully. We look forward to receiving your electronic files!871 872 873 874% Note: \bibliographystyle{aaai2026} is automatically set by aaai2026.sty875% Do not add \bibliographystyle{aaai2026} here as it will cause "Illegal, another \bibstyle command" error876\bibliography{aaai2026}877 878\section{Reproducibility Checklist}879 880Unless specified otherwise, please answer ``yes'' to each question if the relevant information is described either in the paper itself or in a technical appendix with an explicit reference from the main paper. If you wish to explain an answer further, please do so in a section titled ``Reproducibility Checklist'' at the end of the technical appendix.881 882This paper:883 884Includes a conceptual outline and/or pseudocode description of AI methods introduced (yes/partial/no/NA)885 886Clearly delineates statements that are opinions, hypothesis, and speculation from objective facts and results (yes/no)887 888Provides well marked pedagogical references for less-familiare readers to gain background necessary to replicate the paper (yes/no)889 890Does this paper make theoretical contributions? (yes/no)891 892If yes, please complete the list below.893 894All assumptions and restrictions are stated clearly and formally. (yes/partial/no)895 896All novel claims are stated formally (e.g., in theorem statements). (yes/partial/no)897 898Proofs of all novel claims are included. (yes/partial/no)899 900Proof sketches or intuitions are given for complex and/or novel results. (yes/partial/no)901 902Appropriate citations to theoretical tools used are given. (yes/partial/no)903 904All theoretical claims are demonstrated empirically to hold. (yes/partial/no/NA)905 906All experimental code used to eliminate or disprove claims is included. (yes/no/NA)907 908Does this paper rely on one or more datasets? (yes/no)909 910If yes, please complete the list below.911 912A motivation is given for why the experiments are conducted on the selected datasets (yes/partial/no/NA)913 914All novel datasets introduced in this paper are included in a data appendix. (yes/partial/no/NA)915 916All novel datasets introduced in this paper will be made publicly available upon publication of the paper with a license that allows free usage for research purposes. (yes/partial/no/NA)917 918All datasets drawn from the existing literature (potentially including authors' own previously published work) are accompanied by appropriate citations. (yes/no/NA)919 920All datasets drawn from the existing literature (potentially including authors' own previously published work) are publicly available. (yes/partial/no/NA)921 922All datasets that are not publicly available are described in detail, with explanation why publicly available alternatives are not scientifically satisficing. (yes/partial/no/NA)923 924Does this paper include computational experiments? (yes/no)925 926If yes, please complete the list below.927 928This paper states the number and range of values tried per (hyper-) parameter during development of the paper, along with the criterion used for selecting the final parameter setting. (yes/partial/no/NA)929 930Any code required for pre-processing data is included in the appendix. (yes/partial/no).931 932All source code required for conducting and analyzing the experiments is included in a code appendix. (yes/partial/no)933 934All source code required for conducting and analyzing the experiments will be made publicly available upon publication of the paper with a license that allows free usage for research purposes. (yes/partial/no)935 936All source code implementing new methods have comments detailing the implementation, with references to the paper where each step comes from (yes/partial/no)937 938If an algorithm depends on randomness, then the method used for setting seeds is described in a way sufficient to allow replication of results. (yes/partial/no/NA)939 940This paper specifies the computing infrastructure used for running experiments (hardware and software), including GPU/CPU models; amount of memory; operating system; names and versions of relevant software libraries and frameworks. (yes/partial/no)941 942This paper formally describes evaluation metrics used and explains the motivation for choosing these metrics. (yes/partial/no)943 944This paper states the number of algorithm runs used to compute each reported result. (yes/no)945 946Analysis of experiments goes beyond single-dimensional summaries of performance (e.g., average; median) to include measures of variation, confidence, or other distributional information. (yes/no)947 948The significance of any improvement or decrease in performance is judged using appropriate statistical tests (e.g., Wilcoxon signed-rank). (yes/partial/no)949 950This paper lists all final (hyper-)parameters used for each model/algorithm in the paper's experiments. (yes/partial/no/NA).951 952\end{document}