Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
Toy-MT-Introduction
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
NiuTrans
Toy-MT-Introduction
Commits
66c040db
Commit
66c040db
authored
Dec 15, 2019
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the NMT applicatoin pages
parent
37ff579c
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
23 行增加
和
4 行删除
+23
-4
Section06-Neural-Machine-Translation/section06.tex
+23
-4
没有找到文件。
Section06-Neural-Machine-Translation/section06.tex
查看文件 @
66c040db
...
@@ -4475,7 +4475,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4475,7 +4475,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\specialrule
{
0.6pt
}{
1pt
}{
1pt
}
\specialrule
{
0.6pt
}{
1pt
}{
1pt
}
Transformer Base
&
27.3
&
38.1
&
\multicolumn
{
2
}{
c
}{
65
$
\times
10
^{
6
}$}
\\
Transformer Base
&
27.3
&
38.1
&
\multicolumn
{
2
}{
c
}{
65
$
\times
10
^{
6
}$}
\\
Transformer Big
&
28.4
&
41.8
&
\multicolumn
{
2
}{
c
}{
213
$
\times
10
^{
6
}$}
\\
Transformer Big
&
28.4
&
41.8
&
\multicolumn
{
2
}{
c
}{
213
$
\times
10
^{
6
}$}
\\
Transformer Deep(48)
&
30.2
&
43.1
&
\multicolumn
{
2
}{
c
}{
194
$
\times
10
^{
6
}$}
\\
Transformer Deep(48
层
)
&
30.2
&
43.1
&
\multicolumn
{
2
}{
c
}{
194
$
\times
10
^{
6
}$}
\\
\specialrule
{
1pt
}{
1pt
}{
1pt
}
\specialrule
{
1pt
}{
1pt
}{
1pt
}
\end{tabular}
\\
\end{tabular}
\\
\addlinespace
[-0.3ex]
\addlinespace
[-0.3ex]
...
@@ -4499,7 +4499,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4499,7 +4499,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\begin{center}
\begin{center}
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
lnode
}
= [minimum height=
8
em,minimum width=8em,inner sep=3pt,rounded corners=2pt,draw,fill=red!20];
\tikzstyle
{
lnode
}
= [minimum height=
2
em,minimum width=8em,inner sep=3pt,rounded corners=2pt,draw,fill=red!20];
\tikzstyle
{
standard
}
= [rounded corners=3pt]
\tikzstyle
{
standard
}
= [rounded corners=3pt]
\node
[lnode,anchor=west] (l1) at (0,0)
{
编码器
}
;
\node
[lnode,anchor=west] (l1) at (0,0)
{
编码器
}
;
...
@@ -4516,6 +4516,12 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4516,6 +4516,12 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\end{tikzpicture}
\end{tikzpicture}
\end{center}
\end{center}
\item
需要考虑的问题:
\begin{itemize}
\item
古文短,现代文长,过翻译或者欠翻译对性能影响很大,如何对长度进行更精确的建模
\item
不同时期、问题的文字差异性很大,如何进行自动适应和风格迁移
\end{itemize}
\end{itemize}
\end{itemize}
\vspace
{
-0.8em
}
\vspace
{
-0.8em
}
...
@@ -4576,7 +4582,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4576,7 +4582,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\begin{center}
\begin{center}
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
lnode
}
= [minimum height=
8
em,minimum width=8em,inner sep=3pt,rounded corners=2pt,draw,fill=red!20];
\tikzstyle
{
lnode
}
= [minimum height=
2
em,minimum width=8em,inner sep=3pt,rounded corners=2pt,draw,fill=red!20];
\tikzstyle
{
standard
}
= [rounded corners=3pt]
\tikzstyle
{
standard
}
= [rounded corners=3pt]
\node
[lnode,anchor=west] (l1) at (0,0)
{
编码器
}
;
\node
[lnode,anchor=west] (l1) at (0,0)
{
编码器
}
;
...
@@ -4593,6 +4599,12 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4593,6 +4599,12 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\end{tikzpicture}
\end{tikzpicture}
\end{center}
\end{center}
\item
需要考虑的问题:
\begin{itemize}
\item
对联的上下联有较严格的对应要求,包括长度、押韵、词义的对应等
\item
横批生成难度比较大,横批是对内容的高度概括,但是数据非常缺乏
\end{itemize}
\end{itemize}
\end{itemize}
\vspace
{
-0.8em
}
\vspace
{
-0.8em
}
...
@@ -4666,7 +4678,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4666,7 +4678,7 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\begin{center}
\begin{center}
\begin{tikzpicture}
\begin{tikzpicture}
\begin{scope}
\begin{scope}
\tikzstyle
{
lnode
}
= [minimum height=
8
em,minimum width=8em,inner sep=3pt,rounded corners=2pt,draw,fill=red!20];
\tikzstyle
{
lnode
}
= [minimum height=
2
em,minimum width=8em,inner sep=3pt,rounded corners=2pt,draw,fill=red!20];
\tikzstyle
{
standard
}
= [rounded corners=3pt]
\tikzstyle
{
standard
}
= [rounded corners=3pt]
\node
[lnode,anchor=west] (l1) at (0,0)
{
编码器
}
;
\node
[lnode,anchor=west] (l1) at (0,0)
{
编码器
}
;
...
@@ -4684,6 +4696,13 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
...
@@ -4684,6 +4696,13 @@ PE_{(pos,2i+1)} = cos(pos/10000^{2i/d_{model}})
\end{tikzpicture}
\end{tikzpicture}
\end{center}
\end{center}
\item
需要考虑的问题:
\begin{itemize}
\item
古诗的的书写有对仗要求
\item
意境和字面背后的意思如何体现
\item
藏头诗需要有约束条件的生成
\end{itemize}
\end{itemize}
\end{itemize}
\vspace
{
-0.8em
}
\vspace
{
-0.8em
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论