cosmaadrian / time-enriched-multimodal-depression-detection

Official source code for the paper: "It’s Just a Matter of Time: Detecting Depression with Time-Enriched Multimodal Transformers"
https://link.springer.com/chapter/10.1007/978-3-031-28244-7_13
GNU General Public License v3.0
45 stars 3 forks source link

Bug #1

Closed vinhhust2806 closed 1 year ago

vinhhust2806 commented 1 year ago

Hello author, I am try to implement your paper, but I have a bug here. Could you give me a help!

No such file or directory: 'datasets/twitter-dates.json'
I wonder where this file is? I did not see that file in datasets folder. Thank you in advance.

bucuram commented 1 year ago

Hi, Thank you for the interest in our work!

We did not include the dates files in the repository. Two json files were used to store the dates for the Reddit and Twitter data. For generating them you should use the format-reddit-2 and format-twitter from here: https://github.com/cosmaadrian/time-enriched-multimodal-depression-detection/tree/master/scripts

vinhhust2806 commented 1 year ago

Thank you for your reply. I appreciate that!