-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththesis_titles.tex
49 lines (48 loc) · 1.63 KB
/
thesis_titles.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
% NormalTeXSyntaxON
\def\setcase#1 {\expandafter\def\csname col:#1\endcsname}
\def\titleof#1{\expandafter\ifx\csname col:#1\endcsname\relax \coldefault
\else \csname col:#1\endcsname\fi}
\def\coldefault {}
% -------------MAIN TITLE ------------
\setcase main
{Learning with Imperfect Supervision for Language Understanding}
% {Learning to Understand Language with Imperfect Supervision}
% {Language Understanding with Imperfect Supervision} -> I think having the learning in the title would be nice
%
\setcase main-with-break
{Learning with Imperfect Supervision \\ [0.8cm] for Language Understanding}
% ---------------------------------------
%
%
% -------------PART I-------------
\setcase p1
{Structure of the Data as Prior Knowledge}
% -------------chapter 2-------------
\setcase c2
{Learning neither General, nor Specific, but Significant Representations}%
% -------------chapter 3-------------
\setcase c3
{Representational Separability for Hierarchically Structured Data}%
% ---------------------------------------
%
%
% -------------PART II-------------
\setcase p2
{Learning with Weak Supervision}
\setcase p2-with-break
{Learning with Weak Supervision}
% -------------chapter 4-------------
\setcase c4
{Learning from Pseudo-Labels}
% -------------chapter 5-------------
\setcase c5
{Learning from Samples of Variable Quality}%
% ---------------------------------------
%
%
% -------------PART III-------------
\setcase p3
{Injecting Inductive Biases for Data Efficiency}
% -------------chapter 6-------------
\setcase c6
{Recurrent Inductive Bias for Transformers}%