Datasets:
Languages:
English
Size:
10K - 100K
Tags:
sarcasm
sarcasm-detection
mulitmodal-sarcasm-detection
sarcasm detection
multimodao sarcasm detection
tweets
License:
coderchen01
commited on
Commit
•
9ff6251
1
Parent(s):
0d597c9
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ task_categories:
|
|
11 |
- image-feature-extraction
|
12 |
- zero-shot-classification
|
13 |
- zero-shot-image-classification
|
14 |
-
pretty_name:
|
15 |
tags:
|
16 |
- sarcasm
|
17 |
- sarcasm-detection
|
@@ -53,7 +53,7 @@ dataset_info:
|
|
53 |
num_bytes: 1816105257.384
|
54 |
num_examples: 19816
|
55 |
- name: validation
|
56 |
-
num_bytes: 259989983
|
57 |
num_examples: 2410
|
58 |
- name: test
|
59 |
num_bytes: 262588464.717
|
@@ -110,3 +110,9 @@ train_dl = DataLoader(dataset['train'], batch_size=256, shuffle=True)
|
|
110 |
test_dl = DataLoader(dataset['test'], batch_size=256, shuffle=True)
|
111 |
val_dl = DataLoader(dataset['validation'], batch_size=256, shuffle=True)
|
112 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- image-feature-extraction
|
12 |
- zero-shot-classification
|
13 |
- zero-shot-image-classification
|
14 |
+
pretty_name: multimodal-sarcasm-dataset
|
15 |
tags:
|
16 |
- sarcasm
|
17 |
- sarcasm-detection
|
|
|
53 |
num_bytes: 1816105257.384
|
54 |
num_examples: 19816
|
55 |
- name: validation
|
56 |
+
num_bytes: 259989983
|
57 |
num_examples: 2410
|
58 |
- name: test
|
59 |
num_bytes: 262588464.717
|
|
|
110 |
test_dl = DataLoader(dataset['test'], batch_size=256, shuffle=True)
|
111 |
val_dl = DataLoader(dataset['validation'], batch_size=256, shuffle=True)
|
112 |
```
|
113 |
+
|
114 |
+
## References
|
115 |
+
|
116 |
+
[1] Yitao Cai, Huiyu Cai, and Xiaojun Wan. 2019. Multi-Modal Sarcasm Detection in Twitter with Hierarchical Fusion Model. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 2506–2515, Florence, Italy. Association for Computational Linguistics.
|
117 |
+
|
118 |
+
[2] Libo Qin, Shijue Huang, Qiguang Chen, Chenran Cai, Yudi Zhang, Bin Liang, Wanxiang Che, and Ruifeng Xu. 2023. MMSD2.0: Towards a Reliable Multi-modal Sarcasm Detection System. In Findings of the Association for Computational Linguistics: ACL 2023, pages 10834–10845, Toronto, Canada. Association for Computational Linguistics.
|