phosseini commited on
Commit
4f9a9c6
1 Parent(s): fa64966

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -15,7 +15,33 @@ dataset_info:
15
  num_examples: 10000
16
  download_size: 1268537
17
  dataset_size: 2841764
 
 
 
 
 
 
18
  ---
19
- # Dataset Card for "multimodal_satire"
20
 
21
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  num_examples: 10000
16
  download_size: 1268537
17
  dataset_size: 2841764
18
+ task_categories:
19
+ - image-classification
20
+ language:
21
+ - en
22
+ size_categories:
23
+ - 1K<n<10K
24
  ---
25
+ # Dataset card for "multimodal_satire"
26
 
27
+ This is the dataset for the paper [A Multi-Modal Method for Satire Detection using Textual and Visual Cues](https://aclanthology.org/2020.nlp4if-1.4/). To obtain the full text body of the articles in the dataset, you need to scrape websites using the provided links in the dataset.
28
+
29
+ ## Reference
30
+ If you use this dataset, please cite the following paper:
31
+ ```
32
+ @inproceedings{li-etal-2020-multi-modal,
33
+ title = "A Multi-Modal Method for Satire Detection using Textual and Visual Cues",
34
+ author = "Li, Lily and
35
+ Levi, Or and
36
+ Hosseini, Pedram and
37
+ Broniatowski, David",
38
+ booktitle = "Proceedings of the 3rd NLP4IF Workshop on NLP for Internet Freedom: Censorship, Disinformation, and Propaganda",
39
+ month = dec,
40
+ year = "2020",
41
+ address = "Barcelona, Spain (Online)",
42
+ publisher = "International Committee on Computational Linguistics (ICCL)",
43
+ url = "https://aclanthology.org/2020.nlp4if-1.4",
44
+ pages = "33--38",
45
+ abstract = "Satire is a form of humorous critique, but it is sometimes misinterpreted by readers as legitimate news, which can lead to harmful consequences. We observe that the images used in satirical news articles often contain absurd or ridiculous content and that image manipulation is used to create fictional scenarios. While previous work have studied text-based methods, in this work we propose a multi-modal approach based on state-of-the-art visiolinguistic model ViLBERT. To this end, we create a new dataset consisting of images and headlines of regular and satirical news for the task of satire detection. We fine-tune ViLBERT on the dataset and train a convolutional neural network that uses an image forensics technique. Evaluation on the dataset shows that our proposed multi-modal approach outperforms image-only, text-only, and simple fusion baselines.",
46
+ }
47
+ ```