| %%%%%%%% ICML 2026 EXAMPLE LATEX SUBMISSION FILE %%%%%%%%%%%%%%%%% | |
| \documentclass{article} | |
| \usepackage{xcolor} | |
| \usepackage[normalem]{ulem} | |
| % Recommended, but optional, packages for figures and better typesetting: | |
| \usepackage{microtype} | |
| \usepackage{graphicx} | |
| \usepackage{subcaption} | |
| \usepackage{booktabs} % for professional tables | |
| % hyperref makes hyperlinks in the resulting PDF. | |
| % If your build breaks (sometimes temporarily if a hyperlink spans a page) | |
| % please comment out the following usepackage line and replace | |
| % \usepackage{icml2026} with \usepackage[nohyperref]{icml2026} above. | |
| \usepackage{hyperref} | |
| % Attempt to make hyperref and algorithmic work together better: | |
| \newcommand{\theHalgorithm}{\arabic{algorithm}} | |
| % Use the following line for the initial blind version submitted for review: | |
| % \usepackage{icml2026} | |
| % For preprint, use | |
| % \usepackage[preprint]{icml2026} | |
| % If accepted, instead use the following line for the camera-ready submission: | |
| \usepackage[accepted]{icml2026} | |
| \usepackage{amsmath} | |
| \usepackage{amssymb} | |
| \usepackage{mathtools} | |
| \usepackage{amsthm} | |
| % if you use cleveref.. | |
| \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} | |
| \newtheorem{example}{Example} | |
| % Todonotes is useful during development; simply uncomment the next line | |
| % and comment out the line below the next line to turn off comments | |
| \usepackage[disable,textsize=tiny]{todonotes} | |
| % \usepackage[textsize=tiny]{todonotes} | |
| % The \icmltitle you define below is probably too long as a header. | |
| % Therefore, a short form for the running title is supplied here: | |
| \icmltitlerunning{Questioning the Coverage-Length Metric in Conformal Prediction: When Shorter Intervals Are Not Better} | |
| \input{math_commands.tex} | |
| \begin{document} | |
| \twocolumn[ | |
| \icmltitle{Questioning the Coverage-Length Metric in Conformal Prediction: \\ When Shorter Intervals Are Not Better} | |
| % It is OKAY to include author information, even for blind submissions: the | |
| % style file will automatically remove it for you unless you've provided | |
| % the [accepted] option to the icml2026 package. | |
| % List of affiliations: The first argument should be a (short) identifier you | |
| % will use later to specify author affiliations Academic affiliations | |
| % should list Department, University, City, Region, Country Industry | |
| % affiliations should list Company, City, Region, Country | |
| % You can specify symbols, otherwise they are numbered in order. Ideally, you | |
| % should not use this facility. Affiliations will be numbered in order of | |
| % appearance and this is the preferred way. | |
| \icmlsetsymbol{equal}{*} | |
| \begin{icmlauthorlist} | |
| \icmlauthor{Yizhou Min}{equal,sufe} | |
| \icmlauthor{Yizhou Lu}{equal,fdu} | |
| \icmlauthor{Lanqi Li}{equal,sufe} | |
| \icmlauthor{Zhen Zhang}{sufe} | |
| \icmlauthor{Jiaye Teng$^\dag$}{sufe,ids} | |
| %\icmlauthor{}{sch} | |
| % \icmlauthor{Firstname8 Lastname8}{sch} | |
| % \icmlauthor{Firstname8 Lastname8}{yyy,comp} | |
| %\icmlauthor{}{sch} | |
| %\icmlauthor{}{sch} | |
| \end{icmlauthorlist} | |
| \icmlaffiliation{sufe}{School of Statistics and Data Science, Shanghai University of Finance and Economics, Shanghai, China} | |
| \icmlaffiliation{fdu}{Department of Statistics and Data Science, Fudan University, Shanghai, China} | |
| \icmlaffiliation{ids}{Institute of Data Science and Statistics, Shanghai University of Finance and Economics, Shanghai, China} | |
| % \icmlaffiliation{comp}{Company Name, Location, Country} | |
| % \icmlaffiliation{sch}{School of ZZZ, Institute of WWW, Location, Country} | |
| \icmlcorrespondingauthor{Jiaye Teng}{tengjiaye@sufe.edu.cn} | |
| % You may provide any keywords that you find helpful for describing your | |
| % paper; these are used to populate the "keywords" metadata in the PDF but | |
| % will not be shown in the document | |
| \icmlkeywords{Conformal Prediction, Uncertainty Quantification, Evaluation Metrics, Prediction Sets} | |
| \vskip 0.3in | |
| ] | |
| % this must go after the closing bracket ] following \twocolumn[ ... | |
| % This command actually creates the footnote in the first column listing the | |
| % affiliations and the copyright notice. The command takes one argument, which | |
| % is text to display at the start of the footnote. The \icmlEqualContribution | |
| % command is standard text for equal contribution. Remove it (just {}) if you | |
| % do not need this facility. | |
| % Use ONE of the following lines. DO NOT remove the command. | |
| % If you have no special notice, KEEP empty braces: | |
| % \printAffiliationsAndNotice{} % no special notice (required even if empty) | |
| % Or, if applicable, use the standard equal contribution text: | |
| \printAffiliationsAndNotice{\icmlEqualContribution} | |
| % In the unusual situation where you want a paper to appear in the | |
| % references without citing it in the main text, use \nocite | |
| \input{text/0-abstract} | |
| \input{text/1-intro} | |
| \input{text/2-related} | |
| \input{text/3-PCP} | |
| % \input{text/4-experiment} | |
| \input{text/5-IntervalStability} | |
| \input{text/6-conclusion} | |
| \bibliography{references} | |
| \bibliographystyle{icml2026} | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| % APPENDIX | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| \input{text/7-appendix} | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| \end{document} | |
| % This document was modified from the file originally made available by | |
| % Pat Langley and Andrea Danyluk for ICML-2K. This version was created | |
| % by Iain Murray in 2018, and modified by Alexandre Bouchard in | |
| % 2019 and 2021 and by Csaba Szepesvari, Gang Niu and Sivan Sabato in 2022. | |
| % Modified again in 2023 and 2024 by Sivan Sabato and Jonathan Scarlett. | |
| % Previous contributors include Dan Roy, Lise Getoor and Tobias | |
| % Scheffer, which was slightly modified from the 2010 version by | |
| % Thorsten Joachims & Johannes Fuernkranz, slightly modified from the | |
| % 2009 version by Kiri Wagstaff and Sam Roweis's 2008 version, which is | |
| % slightly modified from Prasad Tadepalli's 2007 version which is a | |
| % lightly changed version of the previous year's version by Andrew | |
| % Moore, which was in turn edited from those of Kristian Kersting and | |
| % Codrina Lauth. Alex Smola contributed to the algorithmic style files. | |