Title
《Event2Mind: Commonsense Inference on Events, Intents, and Reactions》
Abstract
We investigate a new commonsense inference task: given an event described in a short free-form text (“X drinks coffee in the morning”), a system reasons about the likely intents (“X wants to stay awake”) and reactions (“X feels alert”) of the event’s participants.
*input: event *
output: intents and reactions
发表于ACL2018
构建了一个event数据集,包含一段描述某一行为(事件)的短文本,以及该行为(事件)施加者的意图、行为发生后施加者的变化和被施加者的变化
用了一个encoder-decoder作为baseline
Reference
https://arxiv.org/pdf/1805.06939.pdf
https://blog.csdn.net/sjh18813050566/article/details/86651089