-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path2014_qb_saar.tex
176 lines (132 loc) · 4.25 KB
/
2014_qb_saar.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
\newif\iflong\longtrue
\documentclass[compress]{beamer}
%\usepackage{beamerthemesplit}
\usepackage{xmpmulti}
\definecolor{green}{rgb}{0,.3,0}
\usepackage{graphicx,float,wrapfig, bbm}
\usepackage{amsfonts, bbold, comment}
\usepackage{mdwlist}
\usepackage{listings}
\usepackage{subfigure}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage[normalem]{ulem}
\usepackage{overpic}
\usepackage{multirow}
\usetheme{Rochester}
%\usetheme{Boadilla}
%\usetheme{Singapore}
\usecolortheme{umd}
\title{ Besting the Quiz Master: \\
Crowdsourcing Incremental Classification Games }
\author{Jordan Boyd-Graber, Brianna Satinoff, \\ He He, and Hal Daum\`e III}
\date{27. March 2014}
\newcommand{\explain}[2]{\underbrace{#2}_{\mbox{\footnotesize{#1}}}}
\newcommand{\dir}[1]{\mbox{Dir}(#1)}
\newcommand{\mult}[1]{\mbox{Mult}( #1)}
\newcommand{\G}[1]{\Gamma \left( \textstyle #1 \right)}
\newcommand{\LG}[1]{\log \Gamma \left( \textstyle #1 \right)}
\newcommand{\digam}[1]{\Psi \left( \textstyle #1 \right) }
\newcommand{\ddigam}[1]{\Psi' \left( \textstyle #1 \right) }
\newcommand{\e}[2]{\mathbb{E}_{#1}\left[ #2 \right] }
\newcommand{\ind}[1]{\mathbb{I}\left[ #1 \right] }
\newcommand{\ex}[1]{\mbox{exp}\left\{ #1\right\} }
\newcommand{\D}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\elbo}{\mathcal{L}}
\newcommand{\citename}[1]{\emph{#1} }
\newcommand{\bm}[1]{\mbox{\boldmath$#1$}}
\newcommand{\Dir}{\mathrm{Dir}}
\newcommand{\Mult}{\mathrm{Mult}}
\newcommand{\g}[1]{\Gamma \left( #1 \right)}
\newcommand{\paragraph}[1]{ \vskip 1cm {\bf \large #1}}
\newcommand{\danquote}[1]{
\begin{flushright}
\begin{overpic}[width=5.5cm,tics=10]{general_figures/speech_bubble}
\put(10,30) { \parbox{4cm}{#1 }}
\end{overpic}
\includegraphics[width=1.5cm]{general_figures/milkman_dan}
\end{flushright}
}
\AtBeginSection[] % "Beamer, do the following at the start of every section"
{ \begin{frame}
\frametitle{Outline} % make a frame titled "Outline"
\tableofcontents[currentsection] % show TOC and highlight current section
\end{frame} }
\lstset{language=Python}
\DeclareMathSymbol{\R}{\mathbin}{AMSb}{"52}
%\setbeamertemplate{footline}{\hspace*{.5cm}\scriptsize{\insertauthor
\begin{document}
% this prints title, author etc. info from above
\frame{\titlepage
\centering
\includegraphics[width=0.2\linewidth]{general_figures/umd_logo} \\
\tiny
}
\begin{frame}
\frametitle{About me \dots}
\begin{columns}
\column{.5\linewidth}
\begin{itemize}
\item Assistant professor, University of Maryland
\item Little out of my element \dots
\item Intersection of ML and NLP
\item Actively recruiting grad students!
\end{itemize}
\column{.5\linewidth}
\only<1>{ \includegraphics[width=1.0\linewidth]{reading_tea_leaves/figures/topic_precision}
}
\only<2>{ \includegraphics[width=1.0\linewidth]{interactive_topic_models/turk_sel_constraint}
}
\only<3>{ \includegraphics[width=1.0\linewidth]{infvoc/new_words_highlight_8} }
\only<4>{ \includegraphics[width=1.0\linewidth]{shlda/ideology_topics}}
\end{columns}
\end{frame}
\input{qb/qb_intro}
\iflong
\input{qb/qb_rapacious}
\fi
\input{qb/qb_incremental_naive}
\input{qb/qb_incremental_bayes}
\input{qb/qb_advert}
\iflong
\input{qb/qb.tex}
\else
\begin{frame}{Conclusion and Future Steps}
\begin{itemize}
\item Quiz Bowl
\begin{itemize}
\item Fun
\item Lots of data: \url{http://umiacs.umd.edu/~jbg/qb}
\item Connected with many NLP and ML problems
\item Annotating coreference
\end{itemize}
\item Better Models
\begin{itemize}
\item Using RNNs to incorporate syntax
\item Strategies for different opponents
\item Scaling up
\end{itemize}
\end{itemize}
\end{frame}
\fi
\frame{
\frametitle{Thanks}
\begin{block}{Collaborators}
Mohit Iyyer, Brianna Satinoff, Hal Daume, Alvin Grissom,
John Morgan
\end{block}
\begin{block}{Funders}
\end{block}
\begin{center}
\includegraphics[width=0.2\linewidth]{general_figures/nsf}
\hspace{0.5cm}
\includegraphics[width=0.2\linewidth]{general_figures/iarpa}
\end{center}
}
\input{qb/qb_extra.tex}
\begin{frame}
\bibliographystyle{style/acl}
\tiny
\bibliography{bib/journal-full,bib/jbg}
\end{frame}
\end{document}