《Attention-based LSTM for Aspect-level Sentiment Classification》

#  polarity 和 aspect 都是有的,但是在一句话里,不同的target里面可能有不同的情感极性。 #  所以单纯的LSTM模型是不行的。要加上attention机制。 1. 不同的aspects被考虑到 2. concatenate aspect into hidden representations,   将aspect vector 加入到intput word中。 这个asp
相关文章
相关标签/搜索