[关闭]
@songying 2018-07-20T16:07:20.000000Z 字数 808 阅读 1126

Three-way Attention and Relational Knowledge for Commonsense Machine Comprehension

squad-model


该模型是猿辅导在squad上, 取得了不错的成绩。
源码: https://github.com/intfloat/commonsense-rc

Abstract

我们使用Three-way Attentive Networks

Introduction

在本文中, 我们针对multiple-choice commonsense reading comprehension提出了Three-way Attentive
Networks(TriAN)

Model

该模型包含: Input layer, attention layer, 和 output layer

Input Layer

输入: passage: , question: , answer: \{A_i}^{|A|}_{i=1}, label : y^\ast \in \{0, 1}
对于P, Q, A中的每个单词, 是以下几个变量的集合:

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注