📚 The CoCalc Library - books, templates and other resources
License: OTHER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1%%%%%%%% ICML 2012 EXAMPLE LATEX SUBMISSION FILE %%%%%%%%%%%%%%%%%2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%34% Use the following line _only_ if you're still using LaTeX 2.09.5%\documentstyle[icml2012,epsf,natbib]{article}6% If you rely on Latex2e packages, like most moden people use this:7\documentclass{article}89% For figures10\usepackage{graphicx} % more modern11%\usepackage{epsfig} % less modern12\usepackage{subfigure}1314% For citations15\usepackage{natbib}1617% For algorithms18\usepackage{algorithm}19\usepackage{algorithmic}2021% As of 2011, we use the hyperref package to produce hyperlinks in the22% resulting PDF. If this breaks your system, please commend out the23% following usepackage line and replace \usepackage{icml2012} with24% \usepackage[nohyperref]{icml2012} above.25\usepackage{hyperref}2627% Packages hyperref and algorithmic misbehave sometimes. We can fix28% this with the following command.29\newcommand{\theHalgorithm}{\arabic{algorithm}}3031% Employ the following version of the ``usepackage'' statement for32% submitting the draft version of the paper for review. This will set33% the note in the first column to ``Under review. Do not distribute.''34%\usepackage{icml2012}35% Employ this version of the ``usepackage'' statement after the paper has36% been accepted, when creating the final version. This will set the37% note in the first column to ``Appearing in''38\usepackage[accepted]{icml2012}394041% The \icmltitle you define below is probably too long as a header.42% Therefore, a short form for the running title is supplied here:43\icmltitlerunning{Submission and Formatting Instructions for ICML 2012}4445\begin{document}4647\twocolumn[48\icmltitle{Submission and Formatting Instructions for the Twenty-Eighth \\49International Conference on Machine Learning (ICML 2012)}5051% It is OKAY to include author information, even for blind52% submissions: the style file will automatically remove it for you53% unless you've provided the [accepted] option to the icml201254% package.55\icmlauthor{Your Name}{email@yourdomain.edu}56\icmladdress{Your Fantastic Institute,57314159 Pi St., Palo Alto, CA 94306 USA}58\icmlauthor{Your CoAuthor's Name}{email@coauthordomain.edu}59\icmladdress{Their Fantastic Institute,6027182 Exp St., Toronto, ON M6H 2T1 CANADA}6162% You may provide any keywords that you63% find helpful for describing your paper; these are used to populate64% the "keywords" metadata in the PDF but will not be shown in the document65\icmlkeywords{boring formatting information, machine learning, ICML}6667\vskip 0.3in68]6970\begin{abstract}71ICML 2012 full paper submissions are due February 24, 2012. Reviewing will72be blind to the identities of the authors, and therefore identifying73information must not appear in any way in papers submitted for review. Submissions must be in PDF, 8 page length limit.74\end{abstract}7576\section{Electronic Submission}77\label{submission}7879As in the past few years, ICML will rely exclusively on80electronic formats for submission and review.818283\subsection{Templates for Papers}8485Electronic templates for producing papers for submission are available86for \LaTeX\/ and Microsoft Word. Templates are accessible on the World87Wide Web at:\\88\textbf{\texttt{http://icml.cc/2012/}}8990\noindent91Send questions about these electronic templates to92\texttt{program@icml.cc}.9394The formatting instructions below will be enforced for initial submissions and camera-ready copies.95\begin{itemize}96\item The maximum paper length is 8 pages.97\item Do not alter the style template; in particular, do not compress the paper format by reducing the vertical spaces.98\item Do not include author information or acknowledgments in your99initial submission.100\item Place figure captions {\em under} the figure (and omit titles from101inside the graphic file itself). Place table captions {\em over}102the table.103\item References must include page numbers whenever possible and be as104complete as possible. Place multiple citations in chronological order.105\end{itemize}106Please see below for details on each of these items.107108\subsection{Submitting Papers}109110Submission to ICML 2012 will be entirely electronic, via a web site111(not email). The URL and information about the submission process112are available on the conference web site at113114\textbf{\texttt{http://icml.cc/2012/}}115116{\bf Paper Deadline:} The deadline for paper submission to ICML 2012117is Friday, February 24, 2012, at 23:59 Universal Time (3:59 Pacific Daylight Time). If your full118submission does not reach us by this date, it will not be considered119for publication. There is no separate abstract submission.120121{\bf Anonymous Submission:} To facilitate blind review, no identifying122author information should appear on the title page or in the paper123itself. Section~\ref{author info} will explain the details of how to124format this.125126{\bf Simultaneous Submission:} ICML will not accept any paper which,127at the time of submission, is under review for another conference or128has already been published. This policy also applies to papers that129overlap substantially in technical content with conference papers130under review or previously published. ICML submissions must not be131submitted to other conferences during ICML's review period. Authors132may submit to ICML substantially different versions of journal papers133that are currently under review by the journal, but not yet accepted134at the time of submission. Informal publications, such as technical135reports or papers in workshop proceedings which do not appear in136print, do not fall under these restrictions.137138\medskip139140To ensure our ability to print submissions, authors must provide their141manuscripts in \textbf{PDF} format. Furthermore, please make sure142that files contain only Type-1 fonts (e.g.,~using the program {\tt143pdffonts} in linux or using File/DocumentProperties/Fonts in144Acrobat). Other fonts (like Type-3) might come from graphics files145imported into the document.146147Authors using \textbf{Word} must convert their document to PDF. Most148of the latest versions of Word have the facility to do this149automatically. Submissions will not be accepted in Word format or any150format other than PDF. Really. We're not joking. Don't send Word.151152Those who use \textbf{\LaTeX} to format their accepted papers need to153pay close attention to the typefaces used. Specifically, when154producing the PDF by first converting the dvi output of \LaTeX\ to Postscript155the default behavior is to use non-scalable Type-3 PostScript bitmap156fonts to represent the standard \LaTeX\ fonts. The resulting document157is difficult to read in electronic form; the type appears fuzzy. To158avoid this problem, dvips must be instructed to use an alternative159font map. This can be achieved with160something like the following commands:\\[0.5em]161{\bf dvips -Ppdf -tletter -G0 -o paper.ps paper.dvi}\\162{\bf ps2pdf paper.ps}\\[0.5em]163Note that it is a zero following the ``-G''. This tells dvips to use164the config.pdf file (and this file refers to a better font mapping).165166Another alternative is to use the \textbf{pdflatex} program instead of167straight \LaTeX. This program avoids the Type-3 font problem, however168you must ensure that all of the fonts are embedded (use {\tt169pdffonts}). If they are not, you need to configure pdflatex to use a170font map file that specifies that the fonts be embedded. Also you171should ensure that images are not downsampled or otherwise compressed172in a lossy way.173174Note that the 2012 style files use the {\tt hyperref} package to175make clickable links in documents. If this causes problems for you,176add {\tt nohyperref} as one of the options to the {\tt icml2012}177usepackage statement.178179\subsection{Reacting to Reviews}180We will continue the ICML tradition in which the authors are given the181option of providing a short reaction to the initial reviews. These182reactions will be taken into account in the discussion among the183reviewers and area chairs.184185\subsection{Submitting Final Camera-Ready Copy}186187The final versions of papers accepted for publication should follow the188same format and naming convention as initial submissions, except of189course that the normal author information (names and affiliations)190should be given. See Section~\ref{final author} for details of how to191format this.192193The footnote, ``Preliminary work. Under review by the International194Conference on Machine Learning (ICML). Do not distribute.'' must be195modified to ``Appearing in \textit{Proceedings of the196$\mathit{29}^{th}$ International Conference on Machine Learning},197Edinburgh, Scotland, UK, 2012. Copyright 2012 by the author(s)/owner(s).''198199For those using the \textbf{\LaTeX} style file, simply change200$\mathtt{\backslash usepackage\{icml2012\}}$ to201202\verb|\usepackage[accepted]{icml2012}|203204\noindent205Authors using \textbf{Word} must edit the206footnote on the first page of the document themselves.207208Camera-ready copies should have the title of the paper as running head209on each page except the first one. The running title consists of a210single line centered above a horizontal rule which is $1$ point thick.211The running head should be centered, bold and in $9$ point type. The212rule should be $10$ points above the main text. For those using the213\textbf{\LaTeX} style file, the original title is automatically set as running214head using the {\tt fancyhdr} package which is included in the ICML2152012 style file package. In case that the original title exceeds the216size restrictions, a shorter form can be supplied by using217218\verb|\icmltitlerunning{...}|219220just before $\mathtt{\backslash begin\{document\}}$.221Authors using \textbf{Word} must edit the header of the document themselves.222223\section{Format of the Paper}224225All submissions must follow the same format to ensure the printer can226reproduce them without problems and to let readers more easily find227the information that they desire.228229\subsection{Length and Dimensions}230231Papers must not exceed eight (8) pages, including all figures, tables,232references, and appendices. Any submission that exceeds this page233limit or that diverges significantly from the format specified herein234will be rejected without review.235236The text of the paper should be formatted in two columns, with an237overall width of 6.75 inches, height of 9.0 inches, and 0.25 inches238between the columns. The left margin should be 0.75 inches and the top239margin 1.0 inch (2.54~cm). The right and bottom margins will depend on240whether you print on US letter or A4 paper, but all final versions241must be produced for US letter size.242243The paper body should be set in 10~point type with a vertical spacing244of 11~points. Please use Times Roman typeface throughout the text.245246\subsection{Title}247248The paper title should be set in 14~point bold type and centered249between two horizontal rules that are 1~point thick, with 1.0~inch250between the top rule and the top edge of the page. Capitalize the251first letter of content words and put the rest of the title in lower252case.253254\subsection{Author Information for Submission}255\label{author info}256257To facilitate blind review, author information must not appear. If258you are using \LaTeX\/ and the \texttt{icml2012.sty} file, you may use259\verb+\icmlauthor{...}+ to specify authors. The author information260will simply not be printed until {\tt accepted} is an argument to the261style file. Submissions that include the author information will not262be reviewed.263264\subsubsection{Self-Citations}265266If your are citing published papers for which you are an author, refer267to yourself in the third person. In particular, do not use phrases268that reveal your identity (e.g., ``in previous work \cite{langley00}, we269have shown \ldots'').270271Do not anonymize citations in the reference section by removing or272blacking out author names. The only exception are manuscripts that are273not yet published (e.g. under submission). If you choose to refer to274such unpublished manuscripts \cite{anonymous}, anonymized copies have to be submitted275as Supplementary Material via CMT. However, keep in mind that an ICML276paper should be self contained and should contain sufficient detail277for the reviewers to evaluate the work. In particular, reviewers are278not required to look a the Supplementary Material when writing their279review.280281\subsubsection{Camera-Ready Author Information}282\label{final author}283284If a paper is accepted, a final camera-ready copy must be prepared.285%286For camera-ready papers, author information should start 0.3~inches287below the bottom rule surrounding the title. The authors' names should288appear in 10~point bold type, electronic mail addresses in 10~point289small capitals, and physical addresses in ordinary 10~point type.290Each author's name should be flush left, whereas the email address291should be flush right on the same line. The author's physical address292should appear flush left on the ensuing line, on a single line if293possible. If successive authors have the same affiliation, then give294their physical address only once.295296A sample file (in PDF) with author names is included in the ICML2012 style file package.297298\subsection{Abstract}299300The paper abstract should begin in the left column, 0.4~inches below301the final address. The heading `Abstract' should be centered, bold,302and in 11~point type. The abstract body should use 10~point type, with303a vertical spacing of 11~points, and should be indented 0.25~inches304more than normal on left-hand and right-hand margins. Insert3050.4~inches of blank space after the body. Keep your abstract brief and self-contained,306limiting it to one paragraph and no more than six or seven sentences.307308\subsection{Partitioning the Text}309310You should organize your paper into sections and paragraphs to help311readers place a structure on the material and understand its312contributions.313314\subsubsection{Sections and Subsections}315316Section headings should be numbered, flush left, and set in 11~pt bold317type with the content words capitalized. Leave 0.25~inches of space318before the heading and 0.15~inches after the heading.319320Similarly, subsection headings should be numbered, flush left, and set321in 10~pt bold type with the content words capitalized. Leave3220.2~inches of space before the heading and 0.13~inches afterward.323324Finally, subsubsection headings should be numbered, flush left, and325set in 10~pt small caps with the content words capitalized. Leave3260.18~inches of space before the heading and 0.1~inches after the327heading.328329Please use no more than three levels of headings.330331\subsubsection{Paragraphs and Footnotes}332333Within each section or subsection, you should further partition the334paper into paragraphs. Do not indent the first line of a given335paragraph, but insert a blank line between succeeding ones.336337You can use footnotes\footnote{For the sake of readability, footnotes338should be complete sentences.} to provide readers with additional339information about a topic without interrupting the flow of the paper.340Indicate footnotes with a number in the text where the point is most341relevant. Place the footnote in 9~point type at the bottom of the342column in which it appears. Precede the first footnote in a column343with a horizontal rule of 0.8~inches.\footnote{Multiple footnotes can344appear in each column, in the same order as they appear in the text,345but spread them across columns and pages if possible.}346347\begin{figure}[ht]348\vskip 0.2in349\begin{center}350\centerline{\includegraphics[width=\columnwidth]{icml_numpapers}}351\caption{Historical locations and number of accepted papers for International352Machine Learning Conferences (ICML 1993 -- ICML 2008) and353International Workshops on Machine Learning (ML 1988 -- ML3541992). At the time this figure was produced, the number of355accepted papers for ICML 2008 was unknown and instead estimated.}356\label{icml-historical}357\end{center}358\vskip -0.2in359\end{figure}360361\subsection{Figures}362363You may want to include figures in the paper to help readers visualize364your approach and your results. Such artwork should be centered,365legible, and separated from the text. Lines should be dark and at366least 0.5~points thick for purposes of reproduction, and text should367not appear on a gray background.368369Label all distinct components of each figure. If the figure takes the370form of a graph, then give a name for each axis and include a legend371that briefly describes each curve. Do not include a title inside the372figure; instead, the caption should serve this function.373374Number figures sequentially, placing the figure number and caption375{\it after\/} the graphics, with at least 0.1~inches of space before376the caption and 0.1~inches after it, as in377Figure~\ref{icml-historical}. The figure caption should be set in3789~point type and centered unless it runs two or more lines, in which379case it should be flush left. You may float figures to the top or380bottom of a column, and you may set wide figures across both columns381(use the environment {\tt figure*} in \LaTeX), but always place382two-column figures at the top or bottom of the page.383384\subsection{Algorithms}385386If you are using \LaTeX, please use the ``algorithm'' and ``algorithmic''387environments to format pseudocode. These require388the corresponding stylefiles, algorithm.sty and389algorithmic.sty, which are supplied with this package.390Algorithm~\ref{alg:example} shows an example.391392\begin{algorithm}[tb]393\caption{Bubble Sort}394\label{alg:example}395\begin{algorithmic}396\STATE {\bfseries Input:} data $x_i$, size $m$397\REPEAT398\STATE Initialize $noChange = true$.399\FOR{$i=1$ {\bfseries to} $m-1$}400\IF{$x_i > x_{i+1}$}401\STATE Swap $x_i$ and $x_{i+1}$402\STATE $noChange = false$403\ENDIF404\ENDFOR405\UNTIL{$noChange$ is $true$}406\end{algorithmic}407\end{algorithm}408409\subsection{Tables}410411You may also want to include tables that summarize material. Like412figures, these should be centered, legible, and numbered consecutively.413However, place the title {\it above\/} the table with at least4140.1~inches of space before the title and the same after it, as in415Table~\ref{sample-table}. The table title should be set in 9~point416type and centered unless it runs two or more lines, in which case it417should be flush left.418419% Note use of \abovespace and \belowspace to get reasonable spacing420% above and below tabular lines.421422\begin{table}[t]423\caption{Classification accuracies for naive Bayes and flexible424Bayes on various data sets.}425\label{sample-table}426\vskip 0.15in427\begin{center}428\begin{small}429\begin{sc}430\begin{tabular}{lcccr}431\hline432\abovespace\belowspace433Data set & Naive & Flexible & Better? \\434\hline435\abovespace436Breast & 95.9$\pm$ 0.2& 96.7$\pm$ 0.2& $\surd$ \\437Cleveland & 83.3$\pm$ 0.6& 80.0$\pm$ 0.6& $\times$\\438Glass2 & 61.9$\pm$ 1.4& 83.8$\pm$ 0.7& $\surd$ \\439Credit & 74.8$\pm$ 0.5& 78.3$\pm$ 0.6& \\440Horse & 73.3$\pm$ 0.9& 69.7$\pm$ 1.0& $\times$\\441Meta & 67.1$\pm$ 0.6& 76.5$\pm$ 0.5& $\surd$ \\442Pima & 75.1$\pm$ 0.6& 73.9$\pm$ 0.5& \\443\belowspace444Vehicle & 44.9$\pm$ 0.6& 61.5$\pm$ 0.4& $\surd$ \\445\hline446\end{tabular}447\end{sc}448\end{small}449\end{center}450\vskip -0.1in451\end{table}452453Tables contain textual material that can be typeset, as contrasted454with figures, which contain graphical material that must be drawn.455Specify the contents of each row and column in the table's topmost456row. Again, you may float tables to a column's top or bottom, and set457wide tables across both columns, but place two-column tables at the458top or bottom of the page.459460\subsection{Citations and References}461462Please use APA reference format regardless of your formatter463or word processor. If you rely on the \LaTeX\/ bibliographic464facility, use {\tt natbib.sty} and {\tt icml2012.bst}465included in the style-file package to obtain this format.466467Citations within the text should include the authors' last names and468year. If the authors' names are included in the sentence, place only469the year in parentheses, for example when referencing Arthur Samuel's470pioneering work \yrcite{Samuel59}. Otherwise place the entire471reference in parentheses with the authors and year separated by a472comma \cite{Samuel59}. List multiple references separated by473semicolons \cite{kearns89,Samuel59,mitchell80}. Use the `et~al.'474construct only for citations with three or more authors or after475listing all authors to a publication in an earlier reference \cite{MachineLearningI}.476477Authors should cite their own work in the third person478in the initial version of their paper submitted for blind review.479Please refer to Section~\ref{author info} for detailed instructions on how to480cite your own papers.481482Use an unnumbered first-level section heading for the references, and483use a hanging indent style, with the first line of the reference flush484against the left margin and subsequent lines indented by 10 points.485The references at the end of this document give examples for journal486articles \cite{Samuel59}, conference publications \cite{langley00}, book chapters \cite{Newell81}, books \cite{DudaHart2nd}, edited volumes \cite{MachineLearningI},487technical reports \cite{mitchell80}, and dissertations \cite{kearns89}.488489Alphabetize references by the surnames of the first authors, with490single author entries preceding multiple author entries. Order491references for the same authors by year of publication, with the492earliest first. Make sure that each reference includes all relevant493information (e.g., page numbers).494495\subsection{Software and Data}496497We strongly encourage the publication of software and data with the498camera-ready version of the paper whenever appropriate. This can be499done by including a URL in the camera-ready copy. However, do not500include URLs that reveal your institution or identity in your501submission for review. Instead, provide an anonymous URL or upload502the material as ``Supplementary Material'' into the CMT reviewing503system. Note that reviewers are not required to look a this material504when writing their review.505506507% Acknowledgements should only appear in the accepted version.508\section*{Acknowledgments}509510\textbf{Do not} include acknowledgements in the initial version of511the paper submitted for blind review.512513If a paper is accepted, the final camera-ready version can (and514probably should) include acknowledgements. In this case, please515place such acknowledgements in an unnumbered section at the516end of the paper. Typically, this will include thanks to reviewers517who gave useful comments, to colleagues who contributed to the ideas,518and to funding agencies and corporate sponsors that provided financial519support.520521522% In the unusual situation where you want a paper to appear in the523% references without citing it in the main text, use \nocite524\nocite{langley00}525526\bibliography{example_paper}527\bibliographystyle{icml2012}528529\end{document}530531532% This document was modified from the file originally made available by533% Pat Langley and Andrea Danyluk for ICML-2K. This version was534% created by Lise Getoor and Tobias Scheffer, it was slightly modified535% from the 2010 version by Thorsten Joachims & Johannes Fuernkranz,536% slightly modified from the 2009 version by Kiri Wagstaff and537% Sam Roweis's 2008 version, which is slightly modified from538% Prasad Tadepalli's 2007 version which is a lightly539% changed version of the previous year's version by Andrew Moore,540% which was in turn edited from those of Kristian Kersting and541% Codrina Lauth. Alex Smola contributed to the algorithmic style files.542543544545546