bryan7264 commited on
Commit
31dc49e
·
verified ·
1 Parent(s): 81a9e2a

Delete example_paper.tex with huggingface_hub

Browse files
Files changed (1) hide show
  1. example_paper.tex +0 -662
example_paper.tex DELETED
@@ -1,662 +0,0 @@
1
- %%%%%%%% ICML 2026 EXAMPLE LATEX SUBMISSION FILE %%%%%%%%%%%%%%%%%
2
-
3
- \documentclass{article}
4
-
5
- % Recommended, but optional, packages for figures and better typesetting:
6
- \usepackage{microtype}
7
- \usepackage{graphicx}
8
- \usepackage{subcaption}
9
- \usepackage{booktabs} % for professional tables
10
-
11
- % hyperref makes hyperlinks in the resulting PDF.
12
- % If your build breaks (sometimes temporarily if a hyperlink spans a page)
13
- % please comment out the following usepackage line and replace
14
- % \usepackage{icml2026} with \usepackage[nohyperref]{icml2026} above.
15
- \usepackage{hyperref}
16
-
17
-
18
- % Attempt to make hyperref and algorithmic work together better:
19
- \newcommand{\theHalgorithm}{\arabic{algorithm}}
20
-
21
- % Use the following line for the initial blind version submitted for review:
22
- \usepackage{icml2026}
23
-
24
- % For preprint, use
25
- % \usepackage[preprint]{icml2026}
26
-
27
- % If accepted, instead use the following line for the camera-ready submission:
28
- % \usepackage[accepted]{icml2026}
29
-
30
- \usepackage{amsmath}
31
- \usepackage{amssymb}
32
- \usepackage{mathtools}
33
- \usepackage{amsthm}
34
-
35
-
36
- % if you use cleveref..
37
- \usepackage[capitalize,noabbrev]{cleveref}
38
-
39
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
40
- % THEOREMS
41
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42
- \theoremstyle{plain}
43
- \newtheorem{theorem}{Theorem}[section]
44
- \newtheorem{proposition}[theorem]{Proposition}
45
- \newtheorem{lemma}[theorem]{Lemma}
46
- \newtheorem{corollary}[theorem]{Corollary}
47
- \theoremstyle{definition}
48
- \newtheorem{definition}[theorem]{Definition}
49
- \newtheorem{assumption}[theorem]{Assumption}
50
- \theoremstyle{remark}
51
- \newtheorem{remark}[theorem]{Remark}
52
-
53
- % Todonotes is useful during development; simply uncomment the next line
54
- % and comment out the line below the next line to turn off comments
55
- %\usepackage[disable,textsize=tiny]{todonotes}
56
- \usepackage[textsize=tiny]{todonotes}
57
-
58
- % The \icmltitle you define below is probably too long as a header.
59
- % Therefore, a short form for the running title is supplied here:
60
- \icmltitlerunning{Submission and Formatting Instructions for ICML 2026}
61
-
62
- \begin{document}
63
-
64
- \twocolumn[
65
- \icmltitle{Submission and Formatting Instructions for \\
66
- International Conference on Machine Learning (ICML 2026)}
67
-
68
- % It is OKAY to include author information, even for blind submissions: the
69
- % style file will automatically remove it for you unless you've provided
70
- % the [accepted] option to the icml2026 package.
71
-
72
- % List of affiliations: The first argument should be a (short) identifier you
73
- % will use later to specify author affiliations Academic affiliations
74
- % should list Department, University, City, Region, Country Industry
75
- % affiliations should list Company, City, Region, Country
76
-
77
- % You can specify symbols, otherwise they are numbered in order. Ideally, you
78
- % should not use this facility. Affiliations will be numbered in order of
79
- % appearance and this is the preferred way.
80
- \icmlsetsymbol{equal}{*}
81
-
82
- \begin{icmlauthorlist}
83
- \icmlauthor{Firstname1 Lastname1}{equal,yyy}
84
- \icmlauthor{Firstname2 Lastname2}{equal,yyy,comp}
85
- \icmlauthor{Firstname3 Lastname3}{comp}
86
- \icmlauthor{Firstname4 Lastname4}{sch}
87
- \icmlauthor{Firstname5 Lastname5}{yyy}
88
- \icmlauthor{Firstname6 Lastname6}{sch,yyy,comp}
89
- \icmlauthor{Firstname7 Lastname7}{comp}
90
- %\icmlauthor{}{sch}
91
- \icmlauthor{Firstname8 Lastname8}{sch}
92
- \icmlauthor{Firstname8 Lastname8}{yyy,comp}
93
- %\icmlauthor{}{sch}
94
- %\icmlauthor{}{sch}
95
- \end{icmlauthorlist}
96
-
97
- \icmlaffiliation{yyy}{Department of XXX, University of YYY, Location, Country}
98
- \icmlaffiliation{comp}{Company Name, Location, Country}
99
- \icmlaffiliation{sch}{School of ZZZ, Institute of WWW, Location, Country}
100
-
101
- \icmlcorrespondingauthor{Firstname1 Lastname1}{first1.last1@xxx.edu}
102
- \icmlcorrespondingauthor{Firstname2 Lastname2}{first2.last2@www.uk}
103
-
104
- % You may provide any keywords that you find helpful for describing your
105
- % paper; these are used to populate the "keywords" metadata in the PDF but
106
- % will not be shown in the document
107
- \icmlkeywords{Machine Learning, ICML}
108
-
109
- \vskip 0.3in
110
- ]
111
-
112
- % this must go after the closing bracket ] following \twocolumn[ ...
113
-
114
- % This command actually creates the footnote in the first column listing the
115
- % affiliations and the copyright notice. The command takes one argument, which
116
- % is text to display at the start of the footnote. The \icmlEqualContribution
117
- % command is standard text for equal contribution. Remove it (just {}) if you
118
- % do not need this facility.
119
-
120
- % Use ONE of the following lines. DO NOT remove the command.
121
- % If you have no special notice, KEEP empty braces:
122
- \printAffiliationsAndNotice{} % no special notice (required even if empty)
123
- % Or, if applicable, use the standard equal contribution text:
124
- % \printAffiliationsAndNotice{\icmlEqualContribution}
125
-
126
- \begin{abstract}
127
- This document provides a basic paper template and submission guidelines.
128
- Abstracts must be a single paragraph, ideally between 4--6 sentences long.
129
- Gross violations will trigger corrections at the camera-ready phase.
130
- \end{abstract}
131
-
132
- \section{Electronic Submission}
133
-
134
- Submission to ICML 2026 will be entirely electronic, via a web site
135
- (not email). Information about the submission process and \LaTeX\ templates
136
- are available on the conference web site at:
137
- \begin{center}
138
- \texttt{http://icml.cc/}
139
- \end{center}
140
-
141
- The guidelines below will be enforced for initial submissions and
142
- camera-ready copies. Here is a brief summary:
143
- \begin{itemize}
144
- \item Submissions must be in PDF\@.
145
- \item If your paper has appendices, submit the appendix together with the
146
- main body and the references \textbf{as a single file}. Reviewers will not
147
- look for appendices as a separate PDF file. So if you submit such an extra
148
- file, reviewers will very likely miss it.
149
- \item Page limit: The main body of the paper has to be fitted to 8 pages,
150
- excluding references and appendices; the space for the latter two is not
151
- limited in pages, but the total file size may not exceed 10MB. For the
152
- final version of the paper, authors can add one extra page to the main
153
- body.
154
- \item \textbf{Do not include author information or acknowledgements} in your
155
- initial submission.
156
- \item Your paper should be in \textbf{10 point Times font}.
157
- \item Make sure your PDF file only uses Type-1 fonts.
158
- \item Place figure captions \emph{under} the figure (and omit titles from
159
- inside the graphic file itself). Place table captions \emph{over} the
160
- table.
161
- \item References must include page numbers whenever possible and be as
162
- complete as possible. Place multiple citations in chronological order.
163
- \item Do not alter the style template; in particular, do not compress the
164
- paper format by reducing the vertical spaces.
165
- \item Keep your abstract brief and self-contained, one paragraph and roughly
166
- 4--6 sentences. Gross violations will require correction at the
167
- camera-ready phase. The title should have content words capitalized.
168
- \end{itemize}
169
-
170
- \subsection{Submitting Papers}
171
-
172
- \textbf{Anonymous Submission:} ICML uses double-blind review: no identifying
173
- author information may appear on the title page or in the paper
174
- itself. \cref{author info} gives further details.
175
-
176
- \medskip
177
-
178
- Authors must provide their manuscripts in \textbf{PDF} format.
179
- Furthermore, please make sure that files contain only embedded Type-1 fonts
180
- (e.g.,~using the program \texttt{pdffonts} in linux or using
181
- File/DocumentProperties/Fonts in Acrobat). Other fonts (like Type-3)
182
- might come from graphics files imported into the document.
183
-
184
- Authors using \textbf{Word} must convert their document to PDF\@. Most
185
- of the latest versions of Word have the facility to do this
186
- automatically. Submissions will not be accepted in Word format or any
187
- format other than PDF\@. Really. We're not joking. Don't send Word.
188
-
189
- Those who use \textbf{\LaTeX} should avoid including Type-3 fonts.
190
- Those using \texttt{latex} and \texttt{dvips} may need the following
191
- two commands:
192
-
193
- {\footnotesize
194
- \begin{verbatim}
195
- dvips -Ppdf -tletter -G0 -o paper.ps paper.dvi
196
- ps2pdf paper.ps
197
- \end{verbatim}}
198
- It is a zero following the ``-G'', which tells dvips to use
199
- the config.pdf file. Newer \TeX\ distributions don't always need this
200
- option.
201
-
202
- Using \texttt{pdflatex} rather than \texttt{latex}, often gives better
203
- results. This program avoids the Type-3 font problem, and supports more
204
- advanced features in the \texttt{microtype} package.
205
-
206
- \textbf{Graphics files} should be a reasonable size, and included from
207
- an appropriate format. Use vector formats (.eps/.pdf) for plots,
208
- lossless bitmap formats (.png) for raster graphics with sharp lines, and
209
- jpeg for photo-like images.
210
-
211
- The style file uses the \texttt{hyperref} package to make clickable
212
- links in documents. If this causes problems for you, add
213
- \texttt{nohyperref} as one of the options to the \texttt{icml2026}
214
- usepackage statement.
215
-
216
- \subsection{Submitting Final Camera-Ready Copy}
217
-
218
- The final versions of papers accepted for publication should follow the
219
- same format and naming convention as initial submissions, except that
220
- author information (names and affiliations) should be given. See
221
- \cref{final author} for formatting instructions.
222
-
223
- The footnote, ``Preliminary work. Under review by the International
224
- Conference on Machine Learning (ICML). Do not distribute.'' must be
225
- modified to ``\textit{Proceedings of the
226
- $\mathit{43}^{rd}$ International Conference on Machine Learning},
227
- Seoul, South Korea, PMLR 306, 2026.
228
- Copyright 2026 by the author(s).''
229
-
230
- For those using the \textbf{\LaTeX} style file, this change (and others) is
231
- handled automatically by simply changing
232
- $\mathtt{\backslash usepackage\{icml2026\}}$ to
233
- $$\mathtt{\backslash usepackage[accepted]\{icml2026\}}$$
234
- Authors using \textbf{Word} must edit the
235
- footnote on the first page of the document themselves.
236
-
237
- Camera-ready copies should have the title of the paper as running head
238
- on each page except the first one. The running title consists of a
239
- single line centered above a horizontal rule which is $1$~point thick.
240
- The running head should be centered, bold and in $9$~point type. The
241
- rule should be $10$~points above the main text. For those using the
242
- \textbf{\LaTeX} style file, the original title is automatically set as running
243
- head using the \texttt{fancyhdr} package which is included in the ICML
244
- 2026 style file package. In case that the original title exceeds the
245
- size restrictions, a shorter form can be supplied by using
246
-
247
- \verb|\icmltitlerunning{...}|
248
-
249
- just before $\mathtt{\backslash begin\{document\}}$.
250
- Authors using \textbf{Word} must edit the header of the document themselves.
251
-
252
- \section{Format of the Paper}
253
-
254
- All submissions must follow the specified format.
255
-
256
- \subsection{Dimensions}
257
-
258
- The text of the paper should be formatted in two columns, with an
259
- overall width of 6.75~inches, height of 9.0~inches, and 0.25~inches
260
- between the columns. The left margin should be 0.75~inches and the top
261
- margin 1.0~inch (2.54~cm). The right and bottom margins will depend on
262
- whether you print on US letter or A4 paper, but all final versions
263
- must be produced for US letter size.
264
- Do not write anything on the margins.
265
-
266
- The paper body should be set in 10~point type with a vertical spacing
267
- of 11~points. Please use Times typeface throughout the text.
268
-
269
- \subsection{Title}
270
-
271
- The paper title should be set in 14~point bold type and centered
272
- between two horizontal rules that are 1~point thick, with 1.0~inch
273
- between the top rule and the top edge of the page. Capitalize the
274
- first letter of content words and put the rest of the title in lower
275
- case.
276
- You can use TeX math in the title (we suggest sparingly),
277
- but no custom macros, images, or other TeX commands.
278
- Please make sure that accents, special characters, etc., are entered using
279
- TeX commands and not using non-English characters.
280
-
281
- \subsection{Author Information for Submission}
282
- \label{author info}
283
-
284
- ICML uses double-blind review, so author information must not appear. If
285
- you are using \LaTeX\/ and the \texttt{icml2026.sty} file, use
286
- \verb+\icmlauthor{...}+ to specify authors and \verb+\icmlaffiliation{...}+
287
- to specify affiliations. (Read the TeX code used to produce this document for
288
- an example usage.) The author information will not be printed unless
289
- \texttt{accepted} is passed as an argument to the style file. Submissions that
290
- include the author information will not be reviewed.
291
-
292
- \subsubsection{Self-Citations}
293
-
294
- If you are citing published papers for which you are an author, refer
295
- to yourself in the third person. In particular, do not use phrases
296
- that reveal your identity (e.g., ``in previous work \cite{langley00}, we
297
- have shown \ldots'').
298
-
299
- Do not anonymize citations in the reference section. The only exception are manuscripts that are
300
- not yet published (e.g., under submission). If you choose to refer to
301
- such unpublished manuscripts \cite{anonymous}, anonymized copies have
302
- to be submitted
303
- as Supplementary Material via OpenReview\@. However, keep in mind that an ICML
304
- paper should be self contained and should contain sufficient detail
305
- for the reviewers to evaluate the work. In particular, reviewers are
306
- not required to look at the Supplementary Material when writing their
307
- review (they are not required to look at more than the first $8$ pages of the submitted document).
308
-
309
- \subsubsection{Camera-Ready Author Information}
310
- \label{final author}
311
-
312
- If a paper is accepted, a final camera-ready copy must be prepared.
313
- %
314
- For camera-ready papers, author information should start 0.3~inches below the
315
- bottom rule surrounding the title. The authors' names should appear in 10~point
316
- bold type, in a row, separated by white space, and centered. Author names should
317
- not be broken across lines. Unbolded superscripted numbers, starting 1, should
318
- be used to refer to affiliations.
319
-
320
- Affiliations should be numbered in the order of appearance. A single footnote
321
- block of text should be used to list all the affiliations. (Academic
322
- affiliations should list Department, University, City, State/Region, Country.
323
- Similarly for industrial affiliations.)
324
-
325
- Each distinct affiliations should be listed once. If an author has multiple
326
- affiliations, multiple superscripts should be placed after the name, separated
327
- by thin spaces. If the authors would like to highlight equal contribution by
328
- multiple first authors, those authors should have an asterisk placed after their
329
- name in superscript, and the term ``\textsuperscript{*}Equal contribution"
330
- should be placed in the footnote block ahead of the list of affiliations. A
331
- list of corresponding authors and their emails (in the format Full Name
332
- \textless{}email@domain.com\textgreater{}) can follow the list of affiliations.
333
- Ideally only one or two names should be listed.
334
-
335
- A sample file with author names is included in the ICML2026 style file
336
- package. Turn on the \texttt{[accepted]} option to the stylefile to
337
- see the names rendered. All of the guidelines above are implemented
338
- by the \LaTeX\ style file.
339
-
340
- \subsection{Abstract}
341
-
342
- The paper abstract should begin in the left column, 0.4~inches below the final
343
- address. The heading `Abstract' should be centered, bold, and in 11~point type.
344
- The abstract body should use 10~point type, with a vertical spacing of
345
- 11~points, and should be indented 0.25~inches more than normal on left-hand and
346
- right-hand margins. Insert 0.4~inches of blank space after the body. Keep your
347
- abstract brief and self-contained, limiting it to one paragraph and roughly 4--6
348
- sentences. Gross violations will require correction at the camera-ready phase.
349
-
350
- \subsection{Partitioning the Text}
351
-
352
- You should organize your paper into sections and paragraphs to help readers
353
- place a structure on the material and understand its contributions.
354
-
355
- \subsubsection{Sections and Subsections}
356
-
357
- Section headings should be numbered, flush left, and set in 11~pt bold type
358
- with the content words capitalized. Leave 0.25~inches of space before the
359
- heading and 0.15~inches after the heading.
360
-
361
- Similarly, subsection headings should be numbered, flush left, and set in 10~pt
362
- bold type with the content words capitalized. Leave
363
- 0.2~inches of space before the heading and 0.13~inches afterward.
364
-
365
- Finally, subsubsection headings should be numbered, flush left, and set in
366
- 10~pt small caps with the content words capitalized. Leave
367
- 0.18~inches of space before the heading and 0.1~inches after the heading.
368
-
369
- Please use no more than three levels of headings.
370
-
371
- \subsubsection{Paragraphs and Footnotes}
372
-
373
- Within each section or subsection, you should further partition the paper into
374
- paragraphs. Do not indent the first line of a given paragraph, but insert a
375
- blank line between succeeding ones.
376
-
377
- You can use footnotes\footnote{Footnotes should be complete sentences.}
378
- to provide readers with additional information about a topic without
379
- interrupting the flow of the paper. Indicate footnotes with a number in the
380
- text where the point is most relevant. Place the footnote in 9~point type at
381
- the bottom of the column in which it appears. Precede the first footnote in a
382
- column with a horizontal rule of 0.8~inches.\footnote{Multiple footnotes can
383
- appear in each column, in the same order as they appear in the text,
384
- but spread them across columns and pages if possible.}
385
-
386
- \begin{figure}[ht]
387
- \vskip 0.2in
388
- \begin{center}
389
- \centerline{\includegraphics[width=\columnwidth]{icml_numpapers}}
390
- \caption{
391
- Historical locations and number of accepted papers for International
392
- Machine Learning Conferences (ICML 1993 -- ICML 2008) and International
393
- Workshops on Machine Learning (ML 1988 -- ML 1992). At the time this
394
- figure was produced, the number of accepted papers for ICML 2008 was
395
- unknown and instead estimated.
396
- }
397
- \label{icml-historical}
398
- \end{center}
399
- \end{figure}
400
-
401
- \subsection{Figures}
402
-
403
- You may want to include figures in the paper to illustrate your approach and
404
- results. Such artwork should be centered, legible, and separated from the text.
405
- Lines should be dark and at least 0.5~points thick for purposes of
406
- reproduction, and text should not appear on a gray background.
407
-
408
- Label all distinct components of each figure. If the figure takes the form of a
409
- graph, then give a name for each axis and include a legend that briefly
410
- describes each curve. Do not include a title inside the figure; instead, the
411
- caption should serve this function.
412
-
413
- Number figures sequentially, placing the figure number and caption \emph{after}
414
- the graphics, with at least 0.1~inches of space before the caption and
415
- 0.1~inches after it, as in \cref{icml-historical}. The figure caption should be
416
- set in 9~point type and centered unless it runs two or more lines, in which
417
- case it should be flush left. You may float figures to the top or bottom of a
418
- column, and you may set wide figures across both columns (use the environment
419
- \texttt{figure*} in \LaTeX). Always place two-column figures at the top or
420
- bottom of the page.
421
-
422
- \subsection{Algorithms}
423
-
424
- If you are using \LaTeX, please use the ``algorithm'' and ``algorithmic''
425
- environments to format pseudocode. These require the corresponding stylefiles,
426
- algorithm.sty and algorithmic.sty, which are supplied with this package.
427
- \cref{alg:example} shows an example.
428
-
429
- \begin{algorithm}[tb]
430
- \caption{Bubble Sort}
431
- \label{alg:example}
432
- \begin{algorithmic}
433
- \STATE {\bfseries Input:} data $x_i$, size $m$
434
- \REPEAT
435
- \STATE Initialize $noChange = true$.
436
- \FOR{$i=1$ {\bfseries to} $m-1$}
437
- \IF{$x_i > x_{i+1}$}
438
- \STATE Swap $x_i$ and $x_{i+1}$
439
- \STATE $noChange = false$
440
- \ENDIF
441
- \ENDFOR
442
- \UNTIL{$noChange$ is $true$}
443
- \end{algorithmic}
444
- \end{algorithm}
445
-
446
-
447
- \subsection{Tables}
448
-
449
- You may also want to include tables that summarize material. Like figures,
450
- these should be centered, legible, and numbered consecutively. However, place
451
- the title \emph{above} the table with at least 0.1~inches of space before the
452
- title and the same after it, as in \cref{sample-table}. The table title should
453
- be set in 9~point type and centered unless it runs two or more lines, in which
454
- case it should be flush left.
455
-
456
- % Note use of \abovespace and \belowspace to get reasonable spacing
457
- % above and below tabular lines.
458
-
459
- \begin{table}[t]
460
- \caption{Classification accuracies for naive Bayes and flexible
461
- Bayes on various data sets.}
462
- \label{sample-table}
463
- \begin{center}
464
- \begin{small}
465
- \begin{sc}
466
- \begin{tabular}{lcccr}
467
- \toprule
468
- Data set & Naive & Flexible & Better? \\
469
- \midrule
470
- Breast & 95.9$\pm$ 0.2 & 96.7$\pm$ 0.2 & $\surd$ \\
471
- Cleveland & 83.3$\pm$ 0.6 & 80.0$\pm$ 0.6 & $\times$ \\
472
- Glass2 & 61.9$\pm$ 1.4 & 83.8$\pm$ 0.7 & $\surd$ \\
473
- Credit & 74.8$\pm$ 0.5 & 78.3$\pm$ 0.6 & \\
474
- Horse & 73.3$\pm$ 0.9 & 69.7$\pm$ 1.0 & $\times$ \\
475
- Meta & 67.1$\pm$ 0.6 & 76.5$\pm$ 0.5 & $\surd$ \\
476
- Pima & 75.1$\pm$ 0.6 & 73.9$\pm$ 0.5 & \\
477
- Vehicle & 44.9$\pm$ 0.6 & 61.5$\pm$ 0.4 & $\surd$ \\
478
- \bottomrule
479
- \end{tabular}
480
- \end{sc}
481
- \end{small}
482
- \end{center}
483
- \vskip -0.1in
484
- \end{table}
485
-
486
- Tables contain textual material, whereas figures contain graphical material.
487
- Specify the contents of each row and column in the table's topmost row. Again,
488
- you may float tables to a column's top or bottom, and set wide tables across
489
- both columns. Place two-column tables at the top or bottom of the page.
490
-
491
- \subsection{Theorems and Such}
492
- The preferred way is to number definitions, propositions, lemmas, etc.
493
- consecutively, within sections, as shown below.
494
- \begin{definition}
495
- \label{def:inj}
496
- A function $f:X \to Y$ is injective if for any $x,y\in X$ different, $f(x)\ne
497
- f(y)$.
498
- \end{definition}
499
- Using \cref{def:inj} we immediate get the following result:
500
- \begin{proposition}
501
- If $f$ is injective mapping a set $X$ to another set $Y$,
502
- the cardinality of $Y$ is at least as large as that of $X$
503
- \end{proposition}
504
- \begin{proof}
505
- Left as an exercise to the reader.
506
- \end{proof}
507
- \cref{lem:usefullemma} stated next will prove to be useful.
508
- \begin{lemma}
509
- \label{lem:usefullemma}
510
- For any $f:X \to Y$ and $g:Y\to Z$ injective functions, $f \circ g$ is
511
- injective.
512
- \end{lemma}
513
- \begin{theorem}
514
- \label{thm:bigtheorem}
515
- If $f:X\to Y$ is bijective, the cardinality of $X$ and $Y$ are the same.
516
- \end{theorem}
517
- An easy corollary of \cref{thm:bigtheorem} is the following:
518
- \begin{corollary}
519
- If $f:X\to Y$ is bijective,
520
- the cardinality of $X$ is at least as large as that of $Y$.
521
- \end{corollary}
522
- \begin{assumption}
523
- The set $X$ is finite.
524
- \label{ass:xfinite}
525
- \end{assumption}
526
- \begin{remark}
527
- According to some, it is only the finite case (cf. \cref{ass:xfinite}) that
528
- is interesting.
529
- \end{remark}
530
- %restatable
531
-
532
- \subsection{Citations and References}
533
-
534
- Please use APA reference format regardless of your formatter or word processor.
535
- If you rely on the \LaTeX\/ bibliographic facility, use \texttt{natbib.sty} and
536
- \texttt{icml2026.bst} included in the style-file package to obtain this format.
537
-
538
- Citations within the text should include the authors' last names and year. If
539
- the authors' names are included in the sentence, place only the year in
540
- parentheses, for example when referencing Arthur Samuel's pioneering work
541
- \yrcite{Samuel59}. Otherwise place the entire reference in parentheses with the
542
- authors and year separated by a comma \cite{Samuel59}. List multiple references
543
- separated by semicolons \cite{kearns89,Samuel59,mitchell80}. Use the `et~al.'
544
- construct only for citations with three or more authors or after listing all
545
- authors to a publication in an earlier reference \cite{MachineLearningI}.
546
-
547
- Authors should cite their own work in the third person in the initial version
548
- of their paper submitted for blind review. Please refer to \cref{author info}
549
- for detailed instructions on how to cite your own papers.
550
-
551
- Use an unnumbered first-level section heading for the references, and use a
552
- hanging indent style, with the first line of the reference flush against the
553
- left margin and subsequent lines indented by 10 points. The references at the
554
- end of this document give examples for journal articles \cite{Samuel59},
555
- conference publications \cite{langley00}, book chapters \cite{Newell81}, books
556
- \cite{DudaHart2nd}, edited volumes \cite{MachineLearningI}, technical reports
557
- \cite{mitchell80}, and dissertations \cite{kearns89}.
558
-
559
- Alphabetize references by the surnames of the first authors, with single author
560
- entries preceding multiple author entries. Order references for the same
561
- authors by year of publication, with the earliest first. Make sure that each
562
- reference includes all relevant information (e.g., page numbers).
563
-
564
- Please put some effort into making references complete, presentable, and
565
- consistent, e.g. use the actual current name of authors. If using bibtex,
566
- please protect capital letters of names and abbreviations in titles, for
567
- example, use \{B\}ayesian or \{L\}ipschitz in your .bib file.
568
-
569
- \section*{Accessibility}
570
-
571
- Authors are kindly asked to make their submissions as accessible as possible
572
- for everyone including people with disabilities and sensory or neurological
573
- differences. Tips of how to achieve this and what to pay attention to will be
574
- provided on the conference website \url{http://icml.cc/}.
575
-
576
- \section*{Software and Data}
577
-
578
- If a paper is accepted, we strongly encourage the publication of software and
579
- data with the camera-ready version of the paper whenever appropriate. This can
580
- be done by including a URL in the camera-ready copy. However, \textbf{do not}
581
- include URLs that reveal your institution or identity in your submission for
582
- review. Instead, provide an anonymous URL or upload the material as
583
- ``Supplementary Material'' into the OpenReview reviewing system. Note that
584
- reviewers are not required to look at this material when writing their review.
585
-
586
- % Acknowledgements should only appear in the accepted version.
587
- \section*{Acknowledgements}
588
-
589
- \textbf{Do not} include acknowledgements in the initial version of the paper
590
- submitted for blind review.
591
-
592
- If a paper is accepted, the final camera-ready version can (and usually should)
593
- include acknowledgements. Such acknowledgements should be placed at the end of
594
- the section, in an unnumbered section that does not count towards the paper
595
- page limit. Typically, this will include thanks to reviewers who gave useful
596
- comments, to colleagues who contributed to the ideas, and to funding agencies
597
- and corporate sponsors that provided financial support.
598
-
599
- \section*{Impact Statement}
600
-
601
- Authors are \textbf{required} to include a statement of the potential broader
602
- impact of their work, including its ethical aspects and future societal
603
- consequences. This statement should be in an unnumbered section at the end of
604
- the paper (co-located with Acknowledgements -- the two may appear in either
605
- order, but both must be before References), and does not count toward the paper
606
- page limit. In many cases, where the ethical impacts and expected societal
607
- implications are those that are well established when advancing the field of
608
- Machine Learning, substantial discussion is not required, and a simple
609
- statement such as the following will suffice:
610
-
611
- ``This paper presents work whose goal is to advance the field of Machine
612
- Learning. There are many potential societal consequences of our work, none
613
- which we feel must be specifically highlighted here.''
614
-
615
- The above statement can be used verbatim in such cases, but we encourage
616
- authors to think about whether there is content which does warrant further
617
- discussion, as this statement will be apparent if the paper is later flagged
618
- for ethics review.
619
-
620
- % In the unusual situation where you want a paper to appear in the
621
- % references without citing it in the main text, use \nocite
622
- \nocite{langley00}
623
-
624
- \bibliography{example_paper}
625
- \bibliographystyle{icml2026}
626
-
627
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
628
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
629
- % APPENDIX
630
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
631
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
632
- \newpage
633
- \appendix
634
- \onecolumn
635
- \section{You \emph{can} have an appendix here.}
636
-
637
- You can have as much text here as you want. The main body must be at most $8$
638
- pages long. For the final version, one more page can be added. If you want, you
639
- can use an appendix like this one.
640
-
641
- The $\mathtt{\backslash onecolumn}$ command above can be kept in place if you
642
- prefer a one-column appendix, or can be removed if you prefer a two-column
643
- appendix. Apart from this possible change, the style (font size, spacing,
644
- margins, page numbering, etc.) should be kept the same as the main body.
645
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
646
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
647
-
648
- \end{document}
649
-
650
- % This document was modified from the file originally made available by
651
- % Pat Langley and Andrea Danyluk for ICML-2K. This version was created
652
- % by Iain Murray in 2018, and modified by Alexandre Bouchard in
653
- % 2019 and 2021 and by Csaba Szepesvari, Gang Niu and Sivan Sabato in 2022.
654
- % Modified again in 2023 and 2024 by Sivan Sabato and Jonathan Scarlett.
655
- % Previous contributors include Dan Roy, Lise Getoor and Tobias
656
- % Scheffer, which was slightly modified from the 2010 version by
657
- % Thorsten Joachims & Johannes Fuernkranz, slightly modified from the
658
- % 2009 version by Kiri Wagstaff and Sam Roweis's 2008 version, which is
659
- % slightly modified from Prasad Tadepalli's 2007 version which is a
660
- % lightly changed version of the previous year's version by Andrew
661
- % Moore, which was in turn edited from those of Kristian Kersting and
662
- % Codrina Lauth. Alex Smola contributed to the algorithmic style files.