diff --git a/writing/latex/images/ims_logo.jpeg b/writing/latex/images/ims_logo.jpeg new file mode 100644 index 0000000..9b2225c Binary files /dev/null and b/writing/latex/images/ims_logo.jpeg differ diff --git a/writing/latex/references.bib b/writing/latex/references.bib new file mode 100644 index 0000000..e69de29 diff --git a/writing/latex/sections/00_statement.tex b/writing/latex/sections/00_statement.tex new file mode 100644 index 0000000..52df8d6 --- /dev/null +++ b/writing/latex/sections/00_statement.tex @@ -0,0 +1,19 @@ +\begin{otherlanguage} +{german} +\noindent\textbf{Erklärung (Statement of Authorship)}\\ + + +\noindent Hiermit erkläre ich, dass ich die vorliegende Arbeit selbstständig verfasst habe und dabei keine andere als die angegebene Literatur verwendet habe. Alle Zitate und sinngemäßen Entlehnungen sind als solche unter genauer Angabe der Quelle gekennzeichnet. Die eingereichte Arbeit ist weder vollständig noch in wesentlichen Teilen Gegenstand eines anderen Prüfungsverfahrens gewesen. Sie ist weder vollständig noch in Teilen bereits veröffentlicht. Die beigefügte elektronische Version stimmt mit dem Druckexemplar überein. +\end{otherlanguage} + +\vspace{0.5cm} +\noindent (Mandava, Sai Pavan) + +\vspace{2cm} + +\noindent \textbf{Non-binding Translation:} + +\noindent This thesis is the result of my own independent work, and any material from work of others which is used either verbatim or indirectly in the text is credited to the author including details about the exact source in the text. This work has not been part of any other previous examination, neither completely nor in parts. It has neither completely nor partially been published before. The submitted electronic version is identical to this print version. + +\vspace{0.5cm} +\noindent (Mandava, Sai Pavan) \ No newline at end of file diff --git a/writing/latex/sections/01_abstract.tex b/writing/latex/sections/01_abstract.tex new file mode 100644 index 0000000..a2750ad --- /dev/null +++ b/writing/latex/sections/01_abstract.tex @@ -0,0 +1,7 @@ +\section{Abstract}\label{sec:abstract} + +\paragraph{} First Paragraph + +\paragraph{} Second Paragraph + +\paragraph{} Third Paragraph \ No newline at end of file diff --git a/writing/latex/sections/02_intro.tex b/writing/latex/sections/02_intro.tex new file mode 100644 index 0000000..f26b894 --- /dev/null +++ b/writing/latex/sections/02_intro.tex @@ -0,0 +1,7 @@ +\section{Introduction}\label{sec:intro} + +\paragraph{} First Paragraph + +\paragraph{} Second Paragraph + +\paragraph{} Third Paragraph \ No newline at end of file diff --git a/writing/latex/sections/03_background.tex b/writing/latex/sections/03_background.tex new file mode 100644 index 0000000..aee2cc5 --- /dev/null +++ b/writing/latex/sections/03_background.tex @@ -0,0 +1,3 @@ +\section{Background \& Related Work}\label{sec:background} + +\paragraph{} \ No newline at end of file diff --git a/writing/latex/sections/04_methods.tex b/writing/latex/sections/04_methods.tex new file mode 100644 index 0000000..d79b15e --- /dev/null +++ b/writing/latex/sections/04_methods.tex @@ -0,0 +1,3 @@ +\section{Methods}\label{sec:methods} + +\paragraph{} diff --git a/writing/latex/sections/05_results.tex b/writing/latex/sections/05_results.tex new file mode 100644 index 0000000..98fa0eb --- /dev/null +++ b/writing/latex/sections/05_results.tex @@ -0,0 +1,3 @@ +\section{Results}\label{sec:results} + +\paragraph{} diff --git a/writing/latex/sections/06_analysis.tex b/writing/latex/sections/06_analysis.tex new file mode 100644 index 0000000..0aecf0c --- /dev/null +++ b/writing/latex/sections/06_analysis.tex @@ -0,0 +1,3 @@ +\section{Analysis}\label{sec:analysis} + +\paragraph{} diff --git a/writing/latex/sections/07_conclusion.tex b/writing/latex/sections/07_conclusion.tex new file mode 100644 index 0000000..cca1d0a --- /dev/null +++ b/writing/latex/sections/07_conclusion.tex @@ -0,0 +1,3 @@ +\section{Conclusion}\label{sec:conclusion} + +\paragraph{} diff --git a/writing/latex/thesis.pdf b/writing/latex/thesis.pdf new file mode 100644 index 0000000..d2a6a2d Binary files /dev/null and b/writing/latex/thesis.pdf differ diff --git a/writing/latex/thesis.tex b/writing/latex/thesis.tex new file mode 100644 index 0000000..c144562 --- /dev/null +++ b/writing/latex/thesis.tex @@ -0,0 +1,118 @@ +\documentclass[a4paper, leqno, 12pt]{article} +\usepackage[paper=a4paper,left=3cm, right=3cm]{geometry} +\usepackage[utf8]{inputenc} +\usepackage{color} +\usepackage[english]{babel} +\usepackage{caption} +\usepackage{subcaption} +\usepackage{array} +\usepackage{graphicx} +\usepackage[colorlinks=true,linkcolor=blue,citecolor=blue, allcolors=blue]{hyperref} +\usepackage{natbib} +%% You can change the Bibliographic styles here +\bibliographystyle{plainnat} + +\renewcommand{\baselinestretch}{1.3} +\parskip = \medskipamount +\frenchspacing +\bibpunct[; ]{(}{)}{;}{a}{,}{;} + +%%% INSTRUCTIONS +% To create a PDF, run the following commands: +% - pdflatex .tex +% - bibtex +% - pdflatex .tex +% - pdflatex .tex +%%% These steps are required everytime after add a new entry in references.bib file +%% In General, running pdflatex .tex is enough if the references are not modified. + + +%%% SET GLOBAL DATA HERE +% Preliminary title of the thesis. +\newcommand{\thesisTitle}{Prompt-based methods for\\ Dialog State Tracking} + +% Full Name & other details +\newcommand{\name}{Mandava, Sai Pavan} +\newcommand{\matrikNummer}{3461015} +\newcommand{\myEmail}{st169661@stud.uni-stuttgart.de} + + +% start date and end date of the Thesis +\newcommand{\startDate}{Start Date: 01.08.2022} +\newcommand{\finishDate}{End Date: 01.02.2023} + +% Thesis Supervisor +\newcommand{\supervisor}{Prof. Dr. Thang Vu} +\newcommand{\supervisorEmail}{thang.vu@ims.uni-stuttgart.de} + +%% 2nd supervisor/examiner details here +%% +%% + +%% TODO command +%% Use this to highlight text in yellow color +\newcommand\todo[1]{\colorbox{yellow}{#1}} + + +% Start document +\begin{document} + +\begin{titlepage} +\begin{center} + +\begin{figure}[h!] + \centering + \includegraphics[width=.2\linewidth]{images/ims_logo.jpeg} +\end{figure} + +\large{Institut f{\"u}r Maschinelle Sprachverarbeitung\\Universit{\"a}t Stuttgart\\Pfaffenwaldring 5b\\70569 Stuttgart}\\ + +\vspace{1cm} + +\LARGE{Master Thesis}\\[0.4cm] +\Huge{\textbf{\thesisTitle}}\\ [0.5cm] +\large{\startDate} \\ +\large{\finishDate} \\ + +\vspace{0.5cm} + +\Large{\textbf{\name}} \\ [2pt] +\large{M.Sc. Computational Linguistics} \\ [1pt] +\large{Mat.Nr.: \matrikNummer} \\ [1pt] +\normalsize{\myEmail} + +\vspace{0.5cm} + +\large{\textbf{Supervisor}}\\ +\supervisor\\ [1pt] +\normalsize{\supervisorEmail}\\ + +\end{center} +\end{titlepage} + +%% Thesis Main Content Starts here +%% Create separate files for each section for better organization +%% You can add/modify/delete the below sections according to your needs +%% If the below sections are modified, the files should match exactly +\input{sections/00_statement} + +\newpage + +%% add table of contents here +\tableofcontents +\newpage + +\input{sections/01_abstract} +\input{sections/02_intro} +\input{sections/03_background} +\input{sections/04_methods} +\input{sections/05_results} +\input{sections/06_analysis} +\input{sections/07_conclusion} + +\clearpage + +%% Add all your BibTex citations in references.bib file +\bibliography{references} + +\end{document} \ No newline at end of file