任务

Q-Long A(passage-level question answer)
QA

要解决的问题

  1. CNN: 局部关系(local interaction),LSTM:整体关系(long range information),how to combine?
  2. An attention mechanism in LSTM

提出的方法

  • QA-LSTM:
    QA-LSTM
    LSTM_Cell

  • Convolutional-pooling LSTM:
    Convolutional-pooling LSTM

  • Convolution-based LSTM:
    Convolution-based LSTM

  • Attentive LSTM:
    Attentive LSTM

实验部分

  • 实验数据:InsuranceQA + TREC
  • InsuranceQA - InsuranceQA
  • TREC - 1162 training, 65 development and 68 test questions

  • 实验结果:
    InsuranceQA
    TREC

可借鉴的地方

  • 1.任务和方法的契合度
  • 2.实验的全面性

反馈与建议