File size: 3,079 Bytes
6f199d8
 
 
 
 
 
ec54f9a
 
6f199d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ec54f9a
6f199d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ec54f9a
 
6f199d8
 
ec54f9a
6f199d8
 
 
 
 
 
 
 
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
{
  "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": {
    "default": {
      "num_examples": 60
    }
  },
  "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": "default",
        "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"
  ]
}