google-research-datasets / recognizing-multimodal-entailment

The dataset consists of public social media url pairs and the corresponding entailment label for an external conference (ACL 2021). Each url contains a post with both linguistic (text) and visual (image) content. Entailment labels are human annotated through Google Crowdsource.
Other
13 stars 3 forks source link

Bug in retrieve_tweets #1

Closed Nilabhra closed 3 years ago

Nilabhra commented 3 years ago

Please use the variables id_1 and id_2 instead of id1 and id2 in the two print statements in the retrieve_tweets function:

  if len(tweet1[1]) != 1:
    print('Tweet', id1, 'without exactly one image')
  if len(tweet2[1]) != 1:
    print('Tweet', id2, 'without exactly one image')
cesar-ilharco commented 3 years ago

Thank you Nilabhra for pointing this out. Fixed with https://github.com/google-research-datasets/recognizing-multimodal-entailment/commit/8334c7eae574e4a4d43bf1656addd347eab2ec16