-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path2019_emnlp_sequentialqa.tex
68 lines (49 loc) · 1.66 KB
/
2019_emnlp_sequentialqa.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
\documentclass[11pt,a4paper,table]{article}
\usepackage[hyperref]{style/emnlp-ijcnlp-2019}
\usepackage{times}
\usepackage{url}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{latexsym}
\usepackage{blindtext}
\usepackage{tcolorbox}
\newcommand\BibTeX{B{\sc ib}\TeX}
\newcommand\confname{EMNLP-IJCNLP 2019}
\newcommand\conforg{SIGDAT}
\usepackage{booktabs}
\aclfinalcopy \def\aclpaperid{3163}
\newcommand{\aecomment}[1]{ \textcolor{red}{[AE: {\bf #1}]} }
\newcommand{\dpcomment}[1]{ \textcolor{red}{[DP: {\bf #1}]} }
\title{Can You Unpack That? \\ Learning to Rewrite Questions-in-Context}
\author{
Ahmed Elgohary, Denis Peskov, Jordan Boyd-Graber\thanks{\hspace{.25cm}Now at Google Research Z\"urich}\\
Department of Computer Science, \abr{umiacs}, iSchool, Language
Science Center \\
University of Maryland, College Park\\
{\tt \{elgohary, dpeskov, jbg\}@cs.umd.edu}
}
\newif\ifcomment\commenttrue
\input{style/preamble}
\newcommand{\latexfile}[1]{\input{2019_emnlp_sequentialqa/sections/#1}}
\newcommand{\figfile}[1]{2019_emnlp_sequentialqa/figures/#1}
\newcommand{\autofig}[1]{2019_emnlp_sequentialqa/auto_fig/#1}
\newcommand{\quac} {\abr{Q{\small u}AC}}
\newcommand{\name} {\abr{canard}}
\begin{document}
\maketitle
\begin{abstract}
\latexfile{00-abstract}
\end{abstract}
\latexfile{10-intro.tex}
\latexfile{20-pp_task.tex}
\latexfile{30-dataset_collection.tex}
\latexfile{50-baselines.tex}
\latexfile{40-dataset_analysis.tex}
\latexfile{60-related_and_discussion.tex}
\latexfile{ack.tex}
\clearpage
\bibliographystyle{style/acl_natbib}
\bibliography{bib/journal-full,bib/jbg,bib/ahmed}
\clearpage
\input{2019_emnlp_sequentialqa/sections/appendix.tex}
\end{document}