Copy it, or hit Open in editor to load it into the live preview and start editing immediately.
\documentclass[10pt]{article}
% ── Standalone fallback — compiles with any standard pdflatex install ────────
% For official NeurIPS submission, download the style file:
% https://media.neurips.cc/Conferences/NeurIPS2024/Styles.zip
% Then replace these two lines with: \usepackage[final]{neurips_2024}
\usepackage[margin=1in, a4paper]{geometry}
\usepackage{times}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage{url}
\usepackage{booktabs}
\usepackage{amsfonts}
\usepackage{nicefrac}
\usepackage{microtype}
\usepackage{xcolor}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\title{Formatting Instructions For NeurIPS 2024}
% Anonymous submission — replace with your details for camera-ready
\author{%
Author One\textsuperscript{1} \and Author Two\textsuperscript{2} \\[0.5em]
\textsuperscript{1}University of Example \quad
\textsuperscript{2}Research Institute \\
\texttt{author@university.edu}
}
\begin{document}
\maketitle
\begin{abstract}
The abstract paragraph should be indented 0.5 inch on both left and right-hand margins. Use 10 point type, with a vertical spacing of 11 points. The word \textbf{Abstract} must be centered, bold, and in point size 12. Two line spaces precede the abstract.
\end{abstract}
\section{Introduction}
Your introduction goes here. NeurIPS papers are typically 8--9 pages plus references.
\section{Related Work}
Discuss related work here \cite{vaswani2017attention}.
\section{Method}
Describe your approach:
\begin{equation}
\mathcal{L}(\theta) = -\mathbb{E}_{(x,y)\sim\mathcal{D}}\left[\log p_\theta(y \mid x)\right]
\end{equation}
\section{Experiments}
\begin{table}[h]
\caption{Results on benchmark datasets.}
\label{tab:results}
\centering
\begin{tabular}{lcc}
\toprule
Method & Accuracy & F1 \\
\midrule
Baseline & 82.3 & 81.7 \\
Ours & \textbf{87.6} & \textbf{87.1} \\
\bottomrule
\end{tabular}
\end{table}
\section{Conclusion}
We presented a method that...
\section*{Acknowledgments}
Use unnumbered first-level sections for the acknowledgments.
\begin{thebibliography}{9}
\bibitem{vaswani2017attention}
Vaswani, A., Shazeer, N., Parmar, N., et al. (2017). Attention is all you need. \emph{NeurIPS}.
\end{thebibliography}
\end{document}