From 1deeb5c89f9aff1679bf53b987c73759ce215ce2 Mon Sep 17 00:00:00 2001
From: Marc Feger <marc.feger@uni-duesseldorf.de>
Date: Thu, 4 Nov 2021 14:30:18 +0100
Subject: [PATCH] Add more slides to finish

---
 master.tex | 38 ++++++++++++++++++++++++++------------
 1 file changed, 26 insertions(+), 12 deletions(-)

diff --git a/master.tex b/master.tex
index 555b582..13d3ab2 100755
--- a/master.tex
+++ b/master.tex
@@ -198,7 +198,12 @@ Department for Computer-Networks and Communication-Systems}
 \begin{frame}{Targets}
 	\begin{itemize}
 		\item [1] Collect and provide annotated Tweets in line with Twitter guidelines
-		\item [2] Fine-tune \emph{BERT} or \emph{BERTweet} to classify argumentative Tweets
+		\item [2] Find valid baselines
+		\item [3] Fine-tune \emph{BERT} or \emph{BERTweet} with \emph{classification-head}
+		\begin{itemize}
+			\item with MLM
+			\item with NSP
+		\end{itemize}
 	\end{itemize}
 \end{frame}
 
@@ -312,21 +317,30 @@ Department for Computer-Networks and Communication-Systems}
 	\end{tcolorbox}
 \end{frame}
 
-\begin{frame}{About the data}
-	Reply-Trees, weiteres Vorgehen
-	MLM; NSP
-\end{frame}
-
-\begin{frame}
+\section{Next Steps}
+\begin{frame}{Next Steps}
 	\begin{center}
-		\includegraphics[scale=0.05]{bilder/AbortionGraph}
+		\begin{columns}
+			\column{0.6\textwidth}
+				\includegraphics[scale=0.05]{bilder/AbortionGraph}
+			\column{0.4\textwidth}
+			\includegraphics[scale=0.08]{bilder/ReplyTree}
+			\begin{itemize}
+				\item []
+				\item Collect more topics
+				\item Enrich with Reply-Trees
+				\item Select candidates + annotate
+			\end{itemize}
+		\end{columns}
 	\end{center}
 \end{frame}
 
-\begin{frame}
-	\begin{center}
-		\includegraphics[scale=0.2]{bilder/ReplyTree}
-	\end{center}
+\begin{frame}{Challenges}
+	\begin{itemize}
+		\item [1] Twitter complete reconstruction of conversation within 30 days
+		\item [2] Are Root-Tweets possibly enough?
+		\item [3] Candidate selection for annotation
+	\end{itemize}
 \end{frame}
 
 \begin{frame}
-- 
GitLab