-
Notifications
You must be signed in to change notification settings - Fork 2
/
2018_nips_mtanchor.tex
112 lines (85 loc) · 3.18 KB
/
2018_nips_mtanchor.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
\documentclass{article}
% if you need to pass options to natbib, use, e.g.:
\PassOptionsToPackage{numbers, compress}{natbib}
% before loading nips_2018
% ready for submission
%\usepackage{style/nips_2018}
% to compile a preprint version, e.g., for submission to arXiv, add
% add the [preprint] option:
% \usepackage[preprint]{nips_2018}
% to compile a camera-ready version, add the [final] option, e.g.:
\usepackage[final]{style/nips_2018}
% to avoid loading the natbib package, add option nonatbib:
% \usepackage[nonatbib]{nips_2018}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage{amsfonts} % blackboard math symbols
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype} % microtypography
\usepackage{CJKutf8}
\usepackage{xcolor}
\usepackage{times}
\usepackage{latexsym}
\usepackage{amsmath}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{lipsum}
\usepackage{multirow}
\usepackage{framed}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{subfig}
\usepackage{makecell}
\usepackage{xspace}
\graphicspath{{2018_nips_mtanchor/figures/}}
\newcommand{\kl}[2]{D_{\mbox{\textsc{KL}}} \left( #1 \,||\, #2 \right)}
\newcommand{\norm}[1]{\left\lVert #1 \right\rVert}
\DeclareMathOperator*{\argmin}{\arg\!\min}
\DeclareMathOperator*{\argmax}{\arg\!\max}
\DeclareMathOperator*{\substr}{substr}
\DeclareMathOperator*{\subseq}{subseq}
\DeclareMathOperator*{\len}{len}
\newcommand{\qspan}[3]{\text{span} \left( {#1}_{#2}, ..., {#1}_{#3}\right ) }
\newcommand{\g}{\, | \,}
\newcommand{\abr}[1]{\textsc{#1}}
\newcommand{\mtanchor}{\textsc{MT}Anchor\xspace}
\newcommand{\etalcite}[2]{#1 et al.\,\cite{#2}}
%\newcommand{\jbgcomment}[1]{ \colorbox{yellow}{ \parbox{.8\linewidth}{ JBG: #1} }}
\newcommand{\jbgcomment}[1]{}
%\newcommand{\mycomment}[1]{ \colorbox{pink}{ \parbox{.8\linewidth}{ MY: #1} }}
\newcommand{\mycomment}[1]{}
%\newcommand{\zhs}[1]{\begin{CJK*}{UTF8}{gbsn}{#1}\end{CJK*}}
\newcommand{\zh}[2][]{\begin{CJK*}{UTF8}{bsmi}{#1}{#2}\end{CJK*}}
\title{Multilingual Anchoring: Interactive Topic Modeling and Alignment Across Languages}
\author{
Michelle Yuan \\
University of Maryland\\
{\tt [email protected]} \\\And
Benjamin Van Durme \\
John Hopkins University \\
{\tt [email protected]} \\\And
Jordan Boyd-Graber \\
University of Maryland \\
{\tt [email protected]} \\
}
\begin{document}
\maketitle
\begin{abstract}
\input{2018_nips_mtanchor/sections/00-abstract.tex}
\end{abstract}
%
\input{2018_nips_mtanchor/sections/10-introduction.tex}
\input{2018_nips_mtanchor/sections/20-background.tex}
\input{2018_nips_mtanchor/sections/30-mtanchor.tex}
\input{2018_nips_mtanchor/sections/40-experiments.tex}
\input{2018_nips_mtanchor/sections/50-discussion.tex}
\input{2018_nips_mtanchor/sections/60-conclusion.tex}
\input{2018_nips_mtanchor/sections/70-acknowledgments.tex}
\nocite{hao-2018}
\nocite{nguyen-2014}
\bibliography{bib/journal-abbrv,bib/journal-full,bib/jbg,bib/michelle}
\bibliographystyle{style/nips}
\end{document}