The code for paper :
PERC Roberta:基于ERC Roberta的提示学习实现对话情感识别
PERC Roberta:Emotion Recognition in Conversation using ERC Roberta with prompt Learning
For Train and Test on MELD:
cd Step2 prompt
python main.py --config_yaml prompt_MELD.yaml
For Train and Test on EmoryNLP:
cd Step2 prompt
python main.py --config_yaml prompt.yaml
The results of our proposed PERC Roberta model on MELD and EmoryNLP.
Model | MELD | EmoryNLP |
---|---|---|
PERC Roberta | 67.27(Weighted F1) | 39.92(Weighted F1) |
67.93(Micro F1) | 43.49(Micro F1) |