PhD

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

alignsep.tex (523B)


      1 \begin{frame}{Aligning Sentences and Entity Pairs}
      2 	\begin{equation*}
      3 		P(\rndm{r}=r\mid s, \vctr{e}; \vctr{\theta}, \vctr{\phi}) = P(\rndm{r}_s=r\mid s; \vctr{\phi}) P(\rndm{r}_e=r\mid \vctr{e}; \vctr{\theta})
      4 	\end{equation*}
      5 
      6 	\bigskip
      7 
      8 	\begin{equation*}
      9 		\loss{align}(\vctr{\theta}, \vctr{\phi}) = - \log \sum_{r\in\relationSet}P(r\mid s, \vctr{e}; \vctr{\theta}, \vctr{\phi}) + \loss{d}(\vctr{\theta}) + \loss{d}(\vctr{\phi}).
     10 	\end{equation*}
     11 
     12 	\bigskip
     13 
     14 	\centering%
     15 	\input{mainmatter/fitb/align.tex}
     16 \end{frame}