File size: 3,383 Bytes
6f199d8 b796e19 ec54f9a 1d93117 e0e0134 1d93117 6f199d8 ec54f9a 6f199d8 ec54f9a 6f199d8 ec54f9a 6f199d8 86538f0 ec54f9a 6f199d8 ec54f9a 6f199d8 ec54f9a 6f199d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
{
"builder_name": "CHASM",
"description": "RedNote Covert Advertisement Detection Dataset",
"citation": "@dataset{CHASM,\n author = {Jingyi Zheng, Tianyi Hu, Yule Liu, Zhen Sun, Zongmin Zhang, Wenhan Dong, Zifan Peng, Xinlei He},\n title = {CHASM: Unveiling Covert Advertisements on Chinese Social Media},\n year = {2025},\n publisher = {Hugging Face},\n journal = {Hugging Face Hub},\n howpublished = {\\url{https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote}}\n}",
"license": "mit",
"splits": {
"Example": {
"num_examples": 60
},
"Train_1": {
"num_examples": 1000
},
"Train_2": {
"num_examples": 1000
},
"Train_3": {
"num_examples": 1000
},
"Train_4": {
"num_examples": 943
},
"Test": {
"num_examples": 1000
},
"Validation": {
"num_examples": 499
}
},
"features": {
"id": {
"_type": "Value",
"dtype": "string"
},
"title": {
"_type": "Value",
"dtype": "string"
},
"description": {
"_type": "Value",
"dtype": "string"
},
"date": {
"_type": "Value",
"dtype": "string"
},
"comments": {
"_type": "Sequence",
"feature": {
"_type": "Value",
"dtype": "string"
}
},
"images": {
"_type": "Sequence",
"feature": {
"_type": "Value",
"dtype": "string"
}
},
"image_count": {
"_type": "Value",
"dtype": "int32"
},
"label": {
"_type": "Value",
"dtype": "int8"
},
"split": {
"_type": "Value",
"dtype": "string"
}
},
"homepage": "https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote",
"version": "1.0.0",
"dataset_size": 50000000,
"download_size": 50000000,
"dataset_info": {
"config_name": "default",
"description": "RedNote Covert Advertisement Detection Dataset is a multimodal dataset for covert advertisement detection on Chinese social media (Example subset for viewing)",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": [
{
"name": "Example",
"num_bytes": 50000000,
"num_examples": 60,
"dataset_name": "CHASM"
}
],
"download_checksums": {},
"download_size": 50000000,
"post_processing_size": null,
"dataset_size": 50000000,
"size_in_bytes": 50000000
},
"task_templates": [
{
"task": "image-classification",
"image_column": "images",
"label_column": "label",
"labels": ["non-advertisement", "advertisement"]
},
{
"task": "text-classification",
"text_column": "description",
"label_column": "label",
"labels": ["non-advertisement", "advertisement"]
},
{
"task": "multimodal-classification",
"text_column": "description",
"image_column": "images",
"label_column": "label",
"labels": ["non-advertisement", "advertisement"]
}
],
"multilinguality": "monolingual",
"language": ["zh"],
"language_creators": ["found"],
"pretty_name": "RedNote Covert Advertisement Detection Dataset",
"tags": [
"covert advertisement detection",
"social-media",
"image-text",
"multimodal",
"RedNote",
"Xiaohongshu"
]
} |