发表于ACL2018

阿里在SQuAD数据集首次在EM指标上超过人类平均水平的工作

模型:

    glove+ELMo embedding

    过Bi-LSTM后拼接ELMo embedding

    cross-attention相互表征

    原表征和cross表征fuse

    门机制控制原表征和fuse表征融合结果

    对paragraph加入人工特征后果BiLSTM;双线性self-alignment;fuse;BiLSTM

    对问题BiLSTM;线性self-alignment

    预测答案位置:双线性softmax

Multi-Granularity Hierarchical Attention Fusion Networks for RCQA读书笔记

相关文章:

  • 2022-01-15
  • 2021-04-23
  • 2021-06-07
  • 2021-10-14
  • 2022-02-14
  • 2022-01-05
  • 2021-11-14
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2022-01-09
  • 2021-11-24
  • 2021-06-26
  • 2021-04-07
  • 2021-09-05
  • 2021-05-20
相关资源
相似解决方案