-
Notifications
You must be signed in to change notification settings - Fork 2
/
2015_naacl_qb_coref.tex
82 lines (43 loc) · 1.63 KB
/
2015_naacl_qb_coref.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
\documentclass[11pt]{article}
\usepackage{style/naaclhlt2015}
\usepackage{graphics}
\makeatletter
\newcommand{\filename}[1]{2015_naacl_qb_coref/#1}
\newcommand{\@BIBLABEL}{\@emptybiblabel}
\newcommand{\@emptybiblabel}[1]{}
\makeatother
\usepackage{hyperref}
\usepackage[usenames,dvipsnames]{color}
\usepackage[normalem]{ulem}
\usepackage{tablefootnote}
\usepackage{booktabs}
\newif\ifcomment\commentfalse
\input{style/preamble}
\providecommand{\conll}[0]{\abr{CoNLL}}
\setlength\titlebox{6cm}
\title{Removing the Training Wheels: A Coreference Dataset \\ that
Entertains Humans and Challenges Computers}
\author{
Anupam Guha,$^{1}$ Mohit Iyyer,$^{1}$ Danny Bouman,$^{1}$ Jordan Boyd-Graber$^{2}$\\
$^1$University of Maryland, Department of Computer Science and \abr{umiacs}\\
$^2$University of Colorado, Department of Computer Science \\
{\tt [email protected]}, {\tt [email protected]}, {\tt [email protected]}, \\{\tt [email protected]}\\
}
\begin{document}
\maketitle
\begin{abstract}
\input{2015_naacl_qb_coref/sections/00-abstract}
\end{abstract}
\input{2015_naacl_qb_coref/sections/10-introduction}
\input{2015_naacl_qb_coref/sections/20-newswire_bad}
\input{2015_naacl_qb_coref/sections/30-qb_data}
\input{2015_naacl_qb_coref/sections/40-annotation}
\input{2015_naacl_qb_coref/sections/50-system}
\input{2015_naacl_qb_coref/sections/60-related}
\input{2015_naacl_qb_coref/sections/70-conclusion}
\input{2015_naacl_qb_coref/sections/80-acknowledgments}
\clearpage
\bibliographystyle{style/acl2014}
\footnotesize
\bibliography{bib/journal-full,bib/miyyer,bib/jbg,bib/aguha}
\end{document}