Direction-Sensitive Semantic-Enhanced Attention • 2方向のattentionを考慮 • ノード特徴量を線形変換して獲得した 𝑄𝑐 , 𝐾𝑐 及びsemantic vector 𝑆を利用 𝜙 𝑄𝑐 , 𝐾𝑐 , 𝑆 = 𝑄𝑐 𝐾𝑠 T + 𝑄𝑠 𝐾𝑐 T 𝑄𝑠 = 𝑆𝑊 𝑞𝑠 , 𝐾𝑠 = 𝑆𝑊𝑘𝑠 c2s s2c 例) <woman, holding, umbrella> c2s: <woman, holding> S2c: <holding, umbrella> ②: Geometric-Enhanced Attention • 同様に位置情報の特徴量からattentionを計算 𝜑 𝑄𝑐 , 𝐺 = 𝑄𝑐 𝐾𝑔 T 𝐾𝑔 = 𝐺𝑊𝑘𝑔 最終的に以下を正規化し,attention weightとする ሚ 𝐴 = 𝑄𝑐 𝐾𝑐 T + 𝜙 𝑄𝑐 , 𝐾𝑐 , 𝑆 + 𝜑 𝑄𝑐 , 𝐺