-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_arxiv.tex
71 lines (48 loc) · 1.38 KB
/
main_arxiv.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
\documentclass[11pt]{article}
% Style package (arxiv or publication)
\usepackage{./style/arxiv}
% Convenient commands: for math
\input{commands/math_commands.tex}
\input{commands/math_commands_arxiv_only.tex}
% Convenient commands: for editing
\newcommand{\omar}[1]{\textcolor{blue}{#1}}
\begin{document}
\title{Template}
\date{}
\author{
Omar Chehab$^{1}$
\footnote{
Corresponding author \href{mailto:[email protected]}{[email protected]}},
%
{Alexandre Gramfort}$^1$,
%
{Aapo Hyvarinen}$^{2}$ \\ [.8em]
$^1${Universit\'e Paris-Saclay, Inria, CEA} \\
$^2$University of Helsinki, Helsinki, Finland \\
}
\maketitle
\begin{abstract}
\input{content/01_abstract}
\noindent \textbf{Keywords}:
Energy-Based Models, Contrastive Learning, Noise-Contrastive Estimation, Self-Supervised Learning, Estimation Theory, Importance Sampling
\end{abstract}
% To get an overview of the different sections
% \tableofcontents
% Sections
\input{content/02_intro}
\input{content/03_background}
\input{content/04_theory}
\input{content/05_experiment}
\input{content/06_discussion}
\subsubsection*{Acknowledgements}
\input{content/07_acknowledgements}
% Bibliography
\vskip 0.2in
\bibliography{references}
% Appendix
\newpage
\input{content/08_appendix}
% Pointers on writing a good paper
\newpage
\input{content/98_pointers}
\end{document}