zoukankan      html  css  js  c++  java
  • Understanding and Improving Encoder Layer Fusion in Sequence-to-Sequence Learning(在序列到序列学习中理解和改进编码器层的融合)

    存在的问题:

    Encoder layer fusion (EncoderFusion) is a technique to fuse all the encoder layers (instead of the uppermost layer) for sequence-to-sequence (Seq2Seq) models,which has proven effective on various NLP tasks。

    Recent studies reveal that fusing the intermediate encoder layers (EncoderFusion) is beneficial for Seq2Seq models, such as layer attentionlayer aggregationand layer-wise coordination

    the uppermost decoder layer pays more attention to the encoder embedding layer. Masking the encoder embedding layer significantly drops model performance by generating hallucinatory (i.e. fluent but unfaithful to the source) predictions. The encoded representation of the standard Seq2Seq models (i.e. w/o fusing encoder layers) may not have enough capacity to model both semantic and surface features (especially at the encoder embedding layer). We call the problem described above the source representation bottleneck

    论文的创新点:

        1.use fine-grained layer attention method to qualitatively and quantitatively evaluate the contribution of individual encoder layers。

        2.EncoderFusion approachesconnecting the encoder embedding layer to softmax layer (SurfaceFusion)。approach shortens the path distance between source and target embeddings, which can help to learn better bilingual embeddings with direct interactions。

       3.在翻译、文本摘要、语法错误纠正三个应用场景的对比实验做得比较充分详细,缺点基本网络架构图都不给一个。

    ------------恢复内容结束------------

  • 相关阅读:
    centos 7 搭建 LNMP ( Linux+Nginx+MySQL+PHP )
    centos 7 安装 redis-5.0.5
    centos 7 安装 Oracle 12c
    centos 7 SVN安装脚本搭建主从同步灵活切换
    Windwos Java‘bat 环境变量配置脚本
    centso 7 Keepalived 配置脚本
    centos 7 私有云盘 OwnCloud 安装搭建脚本
    Linux fing cd 查找文件/文件夹并进入目录命令
    Linux grep命令 -- 三剑客老三
    基础脚本
  • 原文地址:https://www.cnblogs.com/sfnz/p/14736944.html
Copyright © 2011-2022 走看看