-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper-icml.tex
96 lines (72 loc) · 3.82 KB
/
paper-icml.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
%%%%%%%% ICML 2021 EXAMPLE LATEX SUBMISSION FILE %%%%%%%%%%%%%%%%%
\documentclass{article}
% Recommended, but optional, packages for figures and better typesetting:
% Attempt to make hyperref and algorithmic work together better:
\newcommand{\theHalgorithm}{\arabic{algorithm}}
\PassOptionsToPackage{noend}{algorithmic}
% Use the following line for the initial blind version submitted for review:
\usepackage[accepted]{icml2021}
\usepackage[times]{stroop}
% If accepted, instead use the following line for the camera-ready submission:
%\usepackage[accepted]{icml2021}
% The \icmltitle you define below is probably too long as a header.
% Therefore, a short form for the running title is supplied here:
\icmltitlerunning{StroopNLP ICML Template}
\begin{document}
\twocolumn[
\icmltitle{StroopNLP ICML Template}
% 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 icml2021
% 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{Evgeniia Tokarchuk}{equal,ltl}
\icmlauthor{Tsvetomila Mihaylova}{equal,it}
\icmlauthor{Gon\c{c}alo M. Correia}{it}
\icmlauthor{Vlad Niculae}{ltl}
\end{icmlauthorlist}
\icmlaffiliation{ltl}{Language Technology Lab, Informatics Institute, University of Amsterdam, The Netherlands}
\icmlaffiliation{it}{University of Lisbon, Portugal}
\icmlcorrespondingauthor{Evgeniia Tokarchuk}{[email protected]}
\icmlcorrespondingauthor{Tsvetomila Mihaylova}{[email protected]}
\icmlcorrespondingauthor{Gon\c{c}alo M. Correia}{[email protected]}
\icmlcorrespondingauthor{Vlad Niculae}{[email protected]}
\icmlkeywords{Machine Learning, ICML}
\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.
%\printAffiliationsAndNotice{} % leave blank if no need to mention equal contribution
\printAffiliationsAndNotice{\icmlEqualContribution} % otherwise use the standard text.
\begin{abstract}
This document provides a basic paper template and submission guidelines.
Abstracts must be a single paragraph, ideally between 4--6 sentences long.
Gross violations will trigger corrections at the camera-ready phase.
\end{abstract}
\input{common.tex}
\bibliography{sample}
\bibliographystyle{icml2021}
\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. 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.