免费提供NLP情感分析数据集Movie Review。Pytorch实现版本代码可详情:https://blog.csdn.net/qq_36426650/article/details/105172198
2021-03-19 19:32:14 409KB Moview Review NLP 情感分析
1
用pytorch实现了基于方面的情感分析中的一些经典模型,比如atae-lstm、acsa、bilstm_att_g等。 atae_lstm 77.86/65.59 68.34/62.64 acsa_gcae 78.12/65.59 70.85/64.66 bilstm_att_g 76.34/63.65 69.91/63.20 ram 78.66/66.66 73.82/68.80 tnet 78.93/63.65 72.57/65.13
2021-03-19 17:48:19 157KB NLP 情感分析 aspect based
1
豆瓣影评数据,21000多条,包括movie_name, user_name, score, comment, date等字段,只需简单处理就可使用。
2021-03-08 13:06:37 5.59MB nlp 情感分析 豆瓣影评
1
是一个6分类情感分析的数据集 包含: {"angry": 0, "happy": 1, "neural": 2, "surprise": 3, "sad": 4, "fear": 5} 大约3万多条数据
2021-02-14 19:01:25 5.93MB 数据集 情感分析 微博 NLP
1
知网Hownet情感词典,中文英文都有,2017年11月收录。
2019-12-21 20:23:51 82KB NLP 情感分析
1
完整可运行的python代码。 数据过滤,清洗,分割,特征选择,训练词向量模型,测试等等, 每行都有注释,真实的数据集超过20w条,是个不错的nlp入门例子。
2019-12-21 19:48:55 79.61MB python nlp 情感分析 用户评论
1