-
Notifications
You must be signed in to change notification settings - Fork 1
/
dissertation.tex
192 lines (171 loc) · 6.73 KB
/
dissertation.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
% Sample Dissertation, Thesis, or Document %
% for use with the %
% University of Arizona Thesis Class, %
% uathesis.cls %
%------------------------------------------%
% We'll use the uathesis document class (duh). The uncommented line
% below will produce a Dissertation, the others would produce a Thesis
% or a Document. There are other options available to you like turning
% on the copyright statement and replacing the year on the title page
% with a "generated on" stamp (handy for early drafts). To find out
% what the available options are, take a look into the uathesis.cls
% file and look for the \DeclareOption commands near the top of that
% file.
% There are five copyright options. Copyright, no copyright, and three
% different Creative Commons licences. Use the one you want (If you go
% Creative Commons, I (DM) think the CC-BY-ND makes the most sense) See
% uathesis.cls for the reason why the non-commercial licenses are not
% included.
%\documentclass[dissertation]{uathesis}
%\documentclass[dissertation,copyright]{uathesis}
%\documentclass[dissertation,CC-BY]{uathesis}
%\documentclass[dissertation,CC-BY-SA]{uathesis}
\documentclass[dissertation,CC-BY-ND]{uathesis}
%\documentclass[dissertation,generatedon]{uathesis}
%\documentclass[thesis]{uathesis}
%\documentclass[document]{uathesis}
% Package Usage
% These are the packages that we need
%\usepackage{algorithm}
%\usepackage{algorithmic}
%\usepackage[ruled,boxed,noend]{algorithm2e}
\usepackage{graphicx}
\usepackage{natbib} % natbib is available on most systems, and is
% terribly handy.
% If you want to use a different Bibliography package,
% you should be able to, just change this
% and the \bibliographystyle command below. Be warned
% that you may need to do a little hacking to get
% the REFERENCES item to show up in your TOC.
\usepackage{latexsym}
\usepackage{listings}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{fancyvrb, fancyhdr, theorem, latexsym, color, longtable}
\definecolor{common}{rgb}{0.13, 0.67, 0.8}
\definecolor{omit}{rgb}{1.0, 0.25, 0.25}
\definecolor{orange}{rgb}{0.93, 0.53, 0.18}
\usepackage{multirow}
\usepackage{tablefootnote}
\usepackage{url}
\usepackage{bm}
\usepackage{fixltx2e}
\usepackage{tabularx}
\usepackage{comment}
\usepackage{amsmath,amssymb}
%\usepackage{verbatim}
%\usepackage{caption}
%\usepackage{subcaption}
%\usepackage{fixltx2e}
%\usepackage{float}
\usepackage{supertabular,booktabs}
%\usepackage{enumerate}
%\usepackage{afterpage}
%\usepackage{array}
%%\usepackage{setspace}
\usepackage[]{setspace}
% Compatibility with the AASTEX package
% of the American Astronomical Society.
%\usepackage{deluxetable} % Allows use of AASTEX deluxe tables
%\usepackage{aastex_hack} % Allows other AASTEX functionality.
% These are other packages that you might find useful.
% For controlling the fonts, see
% http://www.math.uiuc.edu/~hartke/computer/latex/survey/survey.html
% The following is a nice font set:
%\usepackage{mathtime} % Times for letters; Belleek math.
%
%\usepackage{amsmath} % AMS Math (advanced math typesetting)
%\usepackage{lscape} % Used for making fitting large tables in by putting them landscape
%\usepackage{refs}
%
% If you are using hyper-ref (recommended), this command must go after all
% other package inclusions (from the hyperref package documentation).
% The purpose of hyperref is to make the PDF created extensively
% cross-referenced.
\usepackage[bookmarks,colorlinks=true,urlcolor=black,linkcolor=black,citecolor=black]{hyperref}
\newcommand{\todo}[1]{\textcolor{red}{TODO: #1}}
\newcommand{\remove}[1]{\textcolor{omit}{OMIT?: #1}}
\newcommand{\address}[1]{\textcolor{blue}{-- #1}}
%------------Revisions in blue/black--------------------
%\newcommand{\rev}[1]{\textcolor{blue}{#1}}
\newcommand{\rev}[1]{#1}
% -------------------------------------------------------------
\newcommand{\note}[1]{\textcolor{red}{#1}}
\newcommand{\svmr}{{SVM$^{rank}$}}
\newcommand{\code}[1]{{\tt {\small #1}}}
\newcommand{\qn}{{{\bf Q}$^\textbf{{\small N}}$}}
\newcommand{\ssa}{{{\scriptsize $^{*}$}}}
\lstset{frame=tblr,breaklines=true,
showstringspaces=false,
columns=flexible,
numbers=none,
commentstyle=\color{dkgreen},
stringstyle=\color{mauve},
tabsize=3}
\DeclareMathOperator*{\argmax}{arg\,max}
% Set up some values.
\completetitle{Computational Natural Language Inference: Robust and Interpretable Question Answering}
\fullname{Rebecca Reynolds Sharp} % Grad college wants your full name here.
\degreename{Doctor of Philosophy} % Title of your degree.
\begin{document}
% Set up the title page
\maketitlepage
{DEPARTMENT OF LINGUISTICS} % Title of your department.
{2017}
% Insert the approval form. Note that for electronic submission
% of your Ph. D. dissertation, you must bring *two* copies of the
% approval page to your final defense. These must be signed by
% the committee. Make two photocopies: one for Pam and the other
% for your records. Then, bring the two signed originals to the
% graduate college when you submit the final version of the
% dissertation to the University of Arizona.
\approval
{14 August 2017} % Defense Date
{\mbox{Michael Hammond }} % Dissertation Director
{Mihai Surdeanu} % 2nd committee member
{Michael Hammond} % 1st committee member
{Mihai Surdeanu} % 2nd committee member
{Peter Jansen} % 3rd committee member
{} % 4th committee member (leave empty if None)
% Include the ``Statement by Author'' for Dissertations
\statementbyauthor
% bs: Doesn't apply to me I think:
% If this is a Thesis, use the following form, with your thesis director's
% name and title in the square brackets like so (you should also omit the
% approval form insertion above):
%\statementbyauthor[Jane M. Doe\\Professor of Chemistry]
%% Include the ``Acknowledgements''
\incacknowledgements{acknowledgements}
%
%% Include the ``Dedication''
\incdedication{dedication}
%
%% Create a ``Table of Contents''
\tableofcontents
%
%% Create a ``List of Figures''
\listoffigures
%
%% Create a ``List of Tables''
\listoftables
%
%% Include the ``Abstract''
\incabstract{abstract}
% Include the various chapters
\include{mainmatter/introduction}
\include{mainmatter/related_work}
\input{mainmatter/naacl2015-alignment/naacl2015}
\input{mainmatter/emnlp2016-causal/emnlp2016_main}
\input{mainmatter/tacl2015-tig/cl2017_main}
\input{mainmatter/emnlp2017-qaj/emnlp2017_main}
\include{mainmatter/conclusion}
%% Include the various appendices
%\appendix
\include{mainmatter/appendix_rules}
% Switch the spacing to single-spaced for the references
\renewcommand{\baselinestretch}{1} % changing the value
\small\normalsize % switch size to make the value take
% Create the References list
\bibliographystyle{uabibnat}
\bibliography{mainmatter/refs}
\end{document}