circle-hit / KBCIN

Code for AAAI 2023 accepted paper titled "Knowledge-Bridged Causal Interaction Network for Causal Emotion Entailment"
12 stars 1 forks source link

two questions about codes and seed #1

Closed zhoucz97 closed 1 year ago

zhoucz97 commented 1 year ago

Question one: 1671191020334

As shown in figure, where are these modules, please?

Question two: Which random seeds did you use, please? a seed 42 or the seed list [0, 1, 2, 3, 4] ?

circle-hit commented 1 year ago

Re Q1: We submit them now, please check them in ./models

Re Q2: We use the seed list to perform experiments in five runs.

zhoucz97 commented 1 year ago

Thanks for your reply.

However, the models.encoder (UtterEncoder) is still lacking...

circle-hit commented 1 year ago

Sorry for the missing. Now it is in ./models~

zhoucz97 commented 1 year ago

Hi, The roberta_ptm_{}.pkl file is not found in your Preprocessed Features from BaiduCloud. For example: FileNotFoundError: [Errno 2] No such file or directory: './data/new_fold1/dailydialog_features_roberta_ptm_train.pkl'

Could you upload the missing files again?

circle-hit commented 1 year ago

Hi, such files "dailydialog_features_robertaptm{}.pkl" can be obtained by running ./get_data.py

zhoucz97 commented 1 year ago

I saw. Thanks for your reply.

I am a first year PhD student from Beijing Institue of Technology. Recently, I am paying attention the RECCON and following your work. Could I add you a WeChat ID? My WeChat ID is JoyChou97

Thanks again.