PhD

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

contributions.tex (2001B)


      1 \begin{frame}{Contributions}%
      2 	\centering%
      3 	\begin{tikzpicture}[
      4 				field/.style={text width=135mm, anchor=north west, inner sep=0.5mm, yshift=-5mm},
      5 				details/.style={text width=135mm, anchor=north west, inner sep=0.5mm, yshift=1mm},
      6 				paper/.style={draw, palette-A, fill=palette-3},
      7 				annotation/.style={anchor=south east, font=\futuraHeavier, text=palette-1},
      8 			]
      9 
     10 		\node[field] (fitb) {Étienne Simon, Vincent Guigue, Benjamin Piwowarski. {\futuraHeavier \citefield{fitb}[linkedtitle]{title}} ACL~\cite*{fitb}};
     11 		\only<2->{\node[details] at (fitb.south west) (fitb-details) {
     12 			\begin{itemize}
     13 				\item Introduce relation distribution losses
     14 				\item First to train a deep RE classifier without supervision
     15 				\item Improve over then SOTA
     16 			\end{itemize}}};
     17 		\begin{scope}[on background layer]
     18 			\coordinate (fitbse) at ($(fitb.south east) + (-2mm, 0)$);% FIXME
     19 			\only<1>{\node[paper, fit=(fitb.north west) (fitbse)] (fitb-block) {};}
     20 			\only<2->{\node[paper, fit=(fitb) (fitb-details)] (fitb-block) {};}
     21 		\end{scope}
     22 		\node[annotation] at (fitb-block.south east) {Part 1};
     23 
     24 
     25 		\only<1>{\coordinate (next-anchor) at (fitb-block.south west);}
     26 		\only<2->{\coordinate (next-anchor) at (fitb-details.south west);}
     27 
     28 		\node[field] at (next-anchor) (graph) {Étienne Simon, Vincent Guigue, Benjamin Piwowarski. {\futuraHeavier ``Graph-Based Unsupervised Relation Extraction''} Work in progress};
     29 		\only<3>{\node[details] at (graph.south west) (graph-details) {
     30 			\begin{itemize}
     31 				\item Evaluate the quantity of topological information available
     32 				\item Explicitly exploit aggregate setup for unsupervised RE
     33 				\item Draw parallels between WL isomorphism test and unsupervised RE
     34 			\end{itemize}}};
     35 		\begin{scope}[on background layer]
     36 			\only<1-2>{\node[paper, fit=(graph)] (graph-block) {};}
     37 			\only<3>{\node[paper, fit=(graph) (graph-details)] (graph-block) {};}
     38 		\end{scope}
     39 		\node[annotation] at (graph-block.south east) {Part 2};
     40 	\end{tikzpicture}
     41 \end{frame}