forked from danqi/thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
167 lines (136 loc) · 4.31 KB
/
thesis.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
\documentclass[12pt]{report}
\usepackage{suthesis}
%\documentstyle[12pt,suthesis]{report}
% -- Imports --
% (general libraries)
\usepackage{times,latexsym,amsfonts,amssymb,amsmath,graphicx,url,bbm,rotating}
\usepackage{multirow,hhline,stmaryrd,bussproofs,mathtools,siunitx}
\usepackage{booktabs,xcolor,csquotes,calligra}
% (custom libraries)
\usepackage{afterpage}
\usepackage{longtable}
\usepackage{fitch}
% (inline references)
\usepackage{natbib}
\usepackage{tabularx}
\usepackage[hidelinks]{hyperref}
\hypersetup{
colorlinks=true,
citecolor=.,
linkcolor=.,
urlcolor=blue
}
\usepackage{epigraph}
\renewcommand{\epigraphsize}{\normalsize}
\setlength{\epigraphwidth}{0.9\textwidth}
% (tikz)
\usepackage{soul}
\definecolor{light-yellow}{RGB}{255, 255, 153}
\sethlcolor{light-yellow}
\usepackage{tikz}
\usepackage{tikz-dependency,pifont}
\usetikzlibrary{shapes.arrows,chains,positioning,automata,trees,calc}
\usetikzlibrary{patterns,matrix}
\usetikzlibrary{decorations.pathmorphing,decorations.markings}
% (print algorithms)
\usepackage[ruled,lined,linesnumbered]{algorithm2e}
% (custom)
\input std-macros.tex
\input macros.tex
% (paper compilation hacks)
\def\newcite#1{\citet{#1}}
\def\cite#1{\citep{#1}}
%\def\newcite#1{\textcite{#1}}
%\def\cite#1{\autocite{#1}}
\definecolor{darkblue}{rgb}{0.0,0.0,0.4}
% Common hyphenations
\hyphenation{Text-Runner}
\hyphenation{Verb-Ocean}
\hyphenation{Raj-pur-kar}
%\bibliographystyle{plainnat}
% Comments
\usepackage{xspace}
\usepackage{xargs} % commandx
\usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
\usepackage{marginnote}
\usepackage{color}
\definecolor{darkgreen}{RGB}{0,100,0}
% Inline comments useful for tables and figures.
\newcommandx{\icmtl}[2][1=]{\todo[inline]{DC: #2}\xspace}
\newcommandx{\icmtm}[2][1=]{\todo[inline]{CM: #2}\xspace}
% Comments for other places.
\newcommandx{\cmtl}[2][1=]{\todo[linecolor=blue,backgroundcolor=blue!10,bordercolor=blue,#1]{DC: #2}\xspace}
\newcommandx{\cmtm}[2][1=]{\todo[linecolor=red,backgroundcolor=red!10,bordercolor=red,#1]{CM: #2}\xspace}
\newcommand\cmb[1]{\marginpar{\tiny\raggedright\textcolor{blue}{\textsf{ DC\@: #1}}}}
\newcommand\cmm[1]{\marginpar{\tiny\raggedright\textcolor{red}{\textsf{\bfseries CM\@: #1}}}}
\usepackage{enumerate}
\setcounter{secnumdepth}{3}
\usepackage{footnote}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
\usepackage{xpinyin}
% -- Document --
\begin{document}
% Title
\title{Neural Reading Comprehension and Beyond}
\author{Danqi Chen}
\principaladviser{Christopher D. Manning}
\firstreader{Dan Jurafsky}
\secondreader{Percy Liang}
\thirdreader{Luke Zettlemoyer}
% Preface
\beforepreface
\input preface.tex
\input ack.tex
\afterpreface
\hypersetup{linkcolor=magenta}
% -- Sections --
% Introduction
\chapter{Introduction}
\label{chapter:intro}
\input intro.tex
\part{Neural Reading Comprehension: Foundations}
\chapter{An Overview of Reading Comprehension}
\label{chapter:rc-overview}
\input chapters/rc_overview/intro.tex
\input chapters/rc_overview/history.tex
\input chapters/rc_overview/task.tex
\input chapters/rc_overview/discussions.tex
\chapter{Neural Reading Comprehension Models}
\label{chapter:rc-models}
\input chapters/rc_models/intro.tex
\input chapters/rc_models/feature_classifier.tex
\input chapters/rc_models/sar.tex
\input chapters/rc_models/experiments.tex
\input chapters/rc_models/advances.tex
\chapter{The Future of Reading Comprehension}
\label{chapter:rc-future}
\input chapters/rc_future/overview.tex
\input chapters/rc_future/datasets.tex
\input chapters/rc_future/models.tex
\input chapters/rc_future/questions.tex
\part{Neural Reading Comprehension: Applications}
\chapter{Open Domain Question Answering}
\label{chapter:openqa}
\input chapters/openqa/intro.tex
\input chapters/openqa/related_work.tex
\input chapters/openqa/system.tex
\input chapters/openqa/evaluation.tex
\input chapters/openqa/future.tex
% \input chapters/openqa/future.tex
\chapter{Conversational Question Answering}
\label{chapter:coqa}
\input chapters/coqa/intro.tex
\input chapters/coqa/related_work.tex
\input chapters/coqa/dataset.tex
\input chapters/coqa/models.tex
\input chapters/coqa/experiments.tex
\input chapters/coqa/discussions.tex
% Conclusion
\chapter{Conclusions}
\label{chapter:conclusions}
\input conclude.tex
% Bibliography
\bibliographystyle{acl_natbib_nourl}
\bibliography{ref}
\end{document}