模型:
finiteautomata/bertweet-base-emotion-analysis
仓库: https://github.com/finiteautomata/pysentimiento/
使用EmoEvent语料库训练的用于英文情感检测的模型。基本模型为 BerTweet 。
pysentimiento是一个开源库,仅限非商业用途和科学研究目的使用。请注意,模型是使用第三方数据集进行训练的,并受到其各自的许可证限制。
如果您在工作中使用pysentimiento,请引用 this paper
@misc{perez2021pysentimiento,
title={pysentimiento: A Python Toolkit for Sentiment Analysis and SocialNLP tasks},
author={Juan Manuel Pérez and Juan Carlos Giudici and Franco Luque},
year={2021},
eprint={2106.09462},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
还要引用相关数据集的论文
@inproceedings{del2020emoevent,
title={EmoEvent: A multilingual emotion corpus based on different events},
author={del Arco, Flor Miriam Plaza and Strapparava, Carlo and Lopez, L Alfonso Urena and Mart{\'\i}n-Valdivia, M Teresa},
booktitle={Proceedings of the 12th Language Resources and Evaluation Conference},
pages={1492--1498},
year={2020}
}
享受吧!🤗