Hello,
I'm very interested in your model and I was trying to reproduce the results displayed in the Ablation studies section of the paper. To replicate RMD only results I followed the provided procedure and ran the following : python train_ag.py --rtd_loss_weight 0 and got those results for the first split (business) :

as well as for the second split (sci), python train_ag.py --subset 2 --rtd_loss_weight 0 :

Those don't seem to match with the mean value displayed in the paper (85,9), are there anything I'm doing wrong ?
Thank you in advance for your help.
Hello,
I'm very interested in your model and I was trying to reproduce the results displayed in the Ablation studies section of the paper. To replicate RMD only results I followed the provided procedure and ran the following :
python train_ag.py --rtd_loss_weight 0and got those results for the first split (business) :as well as for the second split (sci),
python train_ag.py --subset 2 --rtd_loss_weight 0:Those don't seem to match with the mean value displayed in the paper (
85,9), are there anything I'm doing wrong ?Thank you in advance for your help.