% ICML 2025 Paper Template % Generated by ARIS paper-write skill % Style file: download from https://icml.cc/Conferences/2025/CallForPapers \documentclass[accepted]{icml2025} % For submission: remove [accepted] % Math \usepackage{amsmath,amssymb,amsfonts,amsthm,mathtools} % Typography \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{hyperref} \usepackage{url} \usepackage{booktabs} \usepackage{nicefrac} \usepackage{microtype} \usepackage{xcolor} \usepackage{graphicx} \usepackage{subcaption} \usepackage{multirow} \usepackage{algorithm} \usepackage{algorithmic} % cleveref must be loaded AFTER hyperref \usepackage[capitalize,noabbrev]{cleveref} % Theorems \theoremstyle{plain} \newtheorem{theorem}{Theorem}[section] \newtheorem{proposition}[theorem]{Proposition} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{corollary}[theorem]{Corollary} \theoremstyle{definition} \newtheorem{definition}[theorem]{Definition} \newtheorem{assumption}[theorem]{Assumption} \theoremstyle{remark} \newtheorem{remark}[theorem]{Remark} % cleveref names for custom theorem types \crefname{assumption}{Assumption}{Assumptions} \Crefname{assumption}{Assumption}{Assumptions} % Shared math commands \input{math_commands} \icmltitlerunning{Paper Title Here} \begin{document} \twocolumn[ \icmltitle{Paper Title Here} % Authors — leave anonymous for submission % Uncomment and fill for camera-ready % \icmlsetsymbol{equal}{*} % \begin{icmlauthorlist} % \icmlauthor{Author Name}{inst1} % \end{icmlauthorlist} % \icmlaffiliation{inst1}{Affiliation} % \icmlcorrespondingauthor{Author Name}{email@example.com} \vskip 0.3in ] \printAffiliationsAndNotice{} \begin{abstract} \input{sections/0_abstract} \end{abstract} \input{sections/1_introduction} \input{sections/2_related_work} \input{sections/3_method} \input{sections/4_experiments} \input{sections/5_conclusion} \bibliography{references} \bibliographystyle{icml2025} \newpage \appendix \onecolumn \input{sections/A_appendix} \end{document}