PhD

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

mtb.tex (865B)


      1 \begin{frame}{Related Work: Matching the Blanks (2019)}
      2 	\begin{block}{\bertcoder\ (linguistic)}
      3 		\centering%
      4 		\input{mainmatter/relation extraction/emes.tex}
      5 	\end{block}
      6 	\pause
      7 	\begin{minipage}{52mm}
      8 		\begin{block}{Prediction\vphantom{Hypotheses}}%
      9 			Compare samples using:\\
     10 			\(\operatorname{sim}(x, x') = \operatorname{sigmoid}(\)\\
     11 			\(\bertcoder(x)\transpose \bertcoder(x'))\)
     12 			\vspace*{2mm}
     13 		\end{block}
     14 	\end{minipage}%
     15 	\hfill%
     16 	\pause%
     17 	\begin{minipage}{83mm}
     18 		\begin{block}{Hypotheses}
     19 			\begin{minipage}{39mm}%
     20 				\centering%
     21 				\input{mainmatter/graph/mtb graph.tex}%
     22 				\vspace*{-5mm}%
     23 			\end{minipage}%
     24 			\hfill%
     25 			\begin{minipage}{41mm}
     26 				MTB assumes:\\
     27 					\(r_1=r_2\) (\hypothesis{1-adjacency})\\
     28 					\(r_3\neq r_1 \land r_3\neq r_2\) (\hypothesis{\(1\to1\)})
     29 			\end{minipage}%
     30 		\end{block}%
     31 	\end{minipage}%
     32 \end{frame}