\begin{tikzpicture} \begin{scope} \node [anchor=center] (node1) at (4.9,1) {\small{训练:}}; \node [anchor=center] (node11) at (5.5,1) {}; \node [anchor=center] (node12) at (6.7,1) {}; \node [anchor=center] (node2) at (4.9,0.5) {\small{推理:}}; \node [anchor=center] (node21) at (5.5,0.5) {}; \node [anchor=center] (node22) at (6.7,0.5) {}; \node [anchor=west,line width=0.6pt,draw=black,minimum width=5.6em,minimum height=2.2em,fill=blue!20,rounded corners=2pt] (node1-1) at (0,0) {\footnotesize{双语数据}}; \node [anchor=south,line width=0.6pt,draw=black,minimum width=4.5em,minimum height=2.2em,fill=blue!20,rounded corners=2pt] (node1-2) at ([yshift=-5em]node1-1.south) {\footnotesize{目标语伪数据}}; \node [anchor=west,line width=0.6pt,draw=black,minimum width=4.5em,minimum height=2.2em,fill=red!20,rounded corners=2pt] (node2-1) at ([xshift=-8.8em,yshift=-2.5em]node1-1.west) {\footnotesize{反向NMT系统}}; \node [anchor=west,line width=0.6pt,draw=black,minimum width=4.5em,minimum height=2.2em,fill=red!20,rounded corners=2pt] (node3-1) at ([xshift=3em,yshift=-2.5em]node1-1.east) {\footnotesize{前向NMT系统}}; \draw [->,line width=1pt](node1-1.west)--([xshift=3em]node2-1.north); \draw [->,line width=1pt](node1-1.east)--([xshift=-3em]node3-1.north); \draw [->,line width=1pt](node1-2.east)--([xshift=-3em]node3-1.south); \draw [->,line width=1pt](node11.east)--(node12.west); \draw [->,line width=1pt,dashed](node21.east)--(node22.west); \draw [->,line width=1pt,dashed]([xshift=3em]node2-1.south)--(node1-2.west); \end{scope} \end{tikzpicture}