RMSnow / WWW2021

Official repository to release the code and datasets in the paper "Mining Dual Emotion for Fake News Detection", WWW 2021.
https://doi.org/10.1145/3442381.3450004
77 stars 18 forks source link

BERT-Dual Emotion Features #11

Closed isspek closed 2 years ago

isspek commented 2 years ago

Hi @RMSnow,

Thanks for this research. I would like to use dual emotion features with BERT. But I couldn't understand which script at the repository, run BERT implementation.

Could you help me please?

Thanks, Ipek

RMSnow commented 2 years ago

Hi Ipek, thanks for your interest. I am sorry but there is no implementation for BERT. I suggest you extract the dual emotion features by our provided code, and then adopt them as an additional feature set in your custom model.

Also, you can refer to our another repo, where we implement a PyTorch-version BERT-Emo model. I hope it can help you.