whatissimondoing / CoG-BART

Official repository of the AAAI'2022 paper "Contrast and Generation Make BART a Good Dialogue Emotion Recognizer"
Apache License 2.0
47 stars 5 forks source link

problem about the data file of MELD #5

Closed Dengdan-1999 closed 2 days ago

Dengdan-1999 commented 2 days ago

No such file or directory: './data/MELD/train_data_generation.json' excuse me, thank you for your wonderful paper, but when I want to running the code on dataset MELD, I have encounted the problem as above. did anyone have the same issue with me? who can give me a hand,please. thank you sooooooo much! it seems like that the file named './data/MELD/train_data_generation.json' does't exist. what the file is ? how can I get it?

whatissimondoing commented 2 days ago

Where does this file's code segment appear? If the file 'train_data_generation.json' doesn't exist, you can try creating it yourself - just use each subsequent sentence as the prediction target for the current sentence.

Dengdan-1999 commented 2 days ago

thank you so much. I just find that I forget to run the data_process.py first! so nice an author you are to give a detail guidence!