PhD

The LaTeX sources of my Ph.D. thesis
git clone https://esimon.eu/repos/PhD.git
Log | Files | Refs | README | LICENSE

presentation.tex (674B)


      1 \documentclass[presentation]{thesis}
      2 
      3 \title{Deep Learning for Unsupervised Relation Extraction}
      4 \author{Étienne Simon}
      5 \institute{ISIR, Sorbonne Université}
      6 \date{5 july 2022}
      7 \keywords{Machine Learning\sep Deep Learning\sep Natural Language Processing\sep Information Extraction\sep Relation Extraction}
      8 
      9 \usepackage{thesis}
     10 \addbibresource{thesis.bib}
     11 
     12 \begin{document}
     13 	\begin{frame}[plain]
     14 		\titlepage
     15 	\end{frame}
     16 
     17 	\include{presentation/context/section.tex}
     18 	\include{presentation/fitb/section.tex}
     19 	\include{presentation/graph/section.tex}
     20 	\include{presentation/conclusion/section.tex}
     21 	\appendix
     22 	\include{presentation/supplementary/section.tex}
     23 \end{document}