znhy1024 / HEARD

21 stars 4 forks source link

Can't find the label of each instance #3

Closed jinmyeongAN closed 1 year ago

jinmyeongAN commented 1 year ago

Problem

I can't find the label(rumor or non-rumor) of each instance. As you said in the README There are 2 kinds of file

  1. BEARD_info.json
  2. BEARD.json

And each file of data format is exactly same as you said However, there're no label(rumor or non-rumor) information

I can find the text of twitter using the Twitter API and post_ids But, Can't find the label

Question

  1. Does the Instance ID represent the rumor or non-rumor?

    • I could find Instance ID has 2 kinds of prefix Nand S
    • So, I was wondering if the prefix show the label or not
  2. How can I get the label data of each Instance ID if Question 1 is False ?

Thank you 🙂

znhy1024 commented 1 year ago

Yes, the instances with prefix S are rumor while those with prefix N are non-rumor.

jinmyeongAN commented 1 year ago

Thank you! I totally understood :)