Commit c2d523e2 by Lee

Merge branch 'master' into liyanyang

parents 8027bac6 3d0161fb
...@@ -159,12 +159,19 @@ ...@@ -159,12 +159,19 @@
%%% 逐渐崛起的NMT %%% 逐渐崛起的NMT
\begin{frame}{崛起} \begin{frame}{崛起}
\begin{itemize} \begin{itemize}
\item 2015前统计机器翻译(SMT)在NLP是具有统治力的 \item 2015前统计机器翻译(SMT)在NLP是具有统治力的
\begin{itemize} \begin{itemize}
\item 当时NMT的系统还很初步,被SMT碾压 \item 当时NMT的系统还很初步,被SMT碾压
\item 大多数的认知还没有进化到NMT年代,甚至Kalchbrenner等人早期的报告也被人质疑 \item 大多数的认知还没有进化到NMT年代,甚至Kalchbrenner等人早期的报告也被人质疑
\end{itemize} \end{itemize}
\item 2016年情况大有改变,当时非常受关注的一项工作是Google上线了神经机器翻译系统GNMT
\begin{itemize}
\item 在GNMT前后,百度、微软、小牛翻译等也分别推出了自己的神经机器翻译系统,出现了百花齐放的局面
\end{itemize}
\end{itemize} \end{itemize}
\begin{center}
\includegraphics[scale=0.35]{./Figures/google-news.png}
\end{center}
\end{frame} \end{frame}
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
......
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
%%% 译文对比 %%% 译文对比
\begin{frame}{今天机器翻译的水平} \begin{frame}{机器翻译今天的水平}
\begin{tcolorbox}[enhanced,frame engine=empty,boxrule=0.1mm,size=title,colback=red!10!white] \begin{tcolorbox}[enhanced,frame engine=empty,boxrule=0.1mm,size=title,colback=red!10!white]
\begin{flushleft} \begin{flushleft}
...@@ -617,13 +617,14 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\ ...@@ -617,13 +617,14 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\
& Blunsom & \\ & Blunsom & \\
2014 & Sutskever等 & Sequence to Sequence Learning with \\ 2014 & Sutskever等 & Sequence to Sequence Learning with \\
& & neural networks \\ & & neural networks \\
2014 & Cho等 & Learning Phrase Representations using \\ 2014 & Bahdanau等 & Neural Machine Translation by Jointly \\
& & RNN Encoder-Decoder for Statistical \\ & & Learning to Align and Translate \\
& & Machine Translation \\
2014 & Cho等 & On the Properties of Neural Machine \\ 2014 & Cho等 & On the Properties of Neural Machine \\
& & Translation \\ & & Translation \\
2015 & Jean等 & On Using Very Large Target Vocabulary \\ 2015 & Jean等 & On Using Very Large Target Vocabulary \\
& & for Neural Machine Translation & & for Neural Machine Translation \\
2015 & Luong等 & Effective Approaches to Attention-based \\
& & Neural Machine Translation
\end{tabular} \end{tabular}
} }
\end{center} \end{center}
...@@ -635,12 +636,19 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\ ...@@ -635,12 +636,19 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\
%%% 逐渐崛起的NMT %%% 逐渐崛起的NMT
\begin{frame}{崛起} \begin{frame}{崛起}
\begin{itemize} \begin{itemize}
\item 2015前统计机器翻译(SMT)在NLP是具有统治力的 \item 2015前统计机器翻译(SMT)在NLP是具有统治力的
\begin{itemize} \begin{itemize}
\item 当时NMT的系统还很初步,被SMT碾压 \item 当时NMT的系统还很初级,被SMT碾压
\item 大多数的认知还没有进化到NMT年代,甚至Kalchbrenner等人早期的报告也被人质疑 \item 大多数的认知还没有进化到NMT时代,甚至Kalchbrenner等人早期的报告也被人质疑
\end{itemize}
\item 2016年情况大有改变,当时非常受关注的一项工作是Google上线了神经机器翻译系统GNMT
\begin{itemize}
\item 在GNMT前后,百度、微软、小牛翻译等也分别推出了自己的神经机器翻译系统,出现了百花齐放的局面
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
\begin{center}
\includegraphics[scale=0.35]{./Figures/google-news.png}
\end{center}
\end{frame} \end{frame}
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
...@@ -653,8 +661,26 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\ ...@@ -653,8 +661,26 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\
\end{frame} \end{frame}
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
%%% 词嵌入
\begin{frame}{模块1:词嵌入层}
\begin{itemize}
\item 词嵌入
\end{itemize}
%%% 图
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
%%% 输出
\begin{frame}{模块2:输出层}
\begin{itemize}
\item Softmax
\end{itemize}
%%% 图
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
%%% LSTM %%% LSTM
\begin{frame}{长短时记忆模型(LSTM) (2页?)} \begin{frame}{模块3:循环单元 - 长短时记忆模型(LSTM) (2页?)}
\begin{itemize} \begin{itemize}
\item LSTM \item LSTM
\end{itemize} \end{itemize}
...@@ -662,8 +688,8 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\ ...@@ -662,8 +688,8 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\
\end{frame} \end{frame}
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
%%% LSTM %%% GRU
\begin{frame}{门循环单元(GRU)} \begin{frame}{改进 - 门循环单元(GRU)}
\begin{itemize} \begin{itemize}
\item GRU \item GRU
\end{itemize} \end{itemize}
...@@ -672,19 +698,19 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\ ...@@ -672,19 +698,19 @@ NLP问题的隐含结构假设 & 无隐含结构假设,端到端学习 \\
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
%%% 一些变种 %%% 一些变种
\begin{frame}{进一步的改进 - 双向模型} \begin{frame}{改进 - 双向模型}
%%% 图 %%% 图
\end{frame} \end{frame}
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
%%% 一些变种 %%% 一些变种
\begin{frame}{进一步的改进 - 多层网络} \begin{frame}{改进 - 多层网络}
%%% 图 %%% 图
\end{frame} \end{frame}
%%%------------------------------------------------------------------------------------------------------------ %%%------------------------------------------------------------------------------------------------------------
%%% 一些变种 %%% 一些变种
\begin{frame}{进一步的改进 - fine-tuning} \begin{frame}{改进 - fine-tuning}
%%% 图 %%% 图
\end{frame} \end{frame}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论