9.92 GB
54 files
Updated about 2 months ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| test | 8 items | ||
| train | 29 items | ||
| val | 5 items | ||
| .gitattributes | 88 Bytes xet | eca58a11 | |
| .viewer.yaml | 18 Bytes xet | 53ca89cc | |
| README.md | 3.97 kB xet | 1c2d516e | |
| dataset_info.json | 3.38 kB xet | 14fa2058 | |
| example.parquet | 28.4 MB xet | 63394000 | |
| test.parquet | 1.07 GB xet | 5caaeeb3 | |
| train_part_1.parquet | 1.01 GB xet | 4767a753 | |
| train_part_2.parquet | 1.1 GB xet | 53ce2376 | |
| train_part_3.parquet | 1.27 GB xet | b83e435b | |
| train_part_4.parquet | 544 MB xet | eb7abbc6 | |
| validation.parquet | 595 MB xet | 97f24268 | |
| viewer.py | 4.2 kB xet | 6308f3fb |
RedNote Covert Advertisement Detection Dataset
This dataset contains posts from the RedNote platform for covert advertisement detection tasks.
Dataset Overview
| Split | Posts | Ad Posts | Non-Ad Posts | Total Images |
|---|---|---|---|---|
| Train | 3493 | 426 | 3067 | 18543 |
| Validation | 499 | 57 | 442 | 2678 |
| Test | 1000 | 130 | 870 | 5103 |
| Total | 4992 | 613 | 4379 | 26324 |
Note: The viewer shows a small example subset of the data (60 samples) for demonstration purposes. The complete dataset is available via WebDataset format in the repository.
Field Descriptions
The example parquet file contains the following fields:
id: Unique identifier for each posttitle: Post titledescription: Post description contentdate: Publication date (format: MM-DD)comments: List of commentsimages: List of base64-encoded imagesimage_count: Number of imageslabel: Label (0=non-advertisement, 1=advertisement)split: Data split (train/validation/test)
Dataset Features
- Multimodal Data: Each post contains both text (title, description, comments) and images
- Real-world Data: Collected from actual social media posts on the RedNote platform
- Multiple Images: Each post may contain multiple images (average of 5.27 images per post)
Data Format
The complete dataset is stored in WebDataset format, with each sample containing:
- One or more image files (.jpg format)
- A JSON metadata file with the following fields:
id: Sample IDtitle: Titledescription: Descriptiondate: Datecomments: List of commentslabel: Label (0: non-advertisement, 1: advertisement)
Loading the Dataset
from datasets import load_dataset
# Load example dataset
dataset = load_dataset("Jingyi77/CHASM-Covert_Advertisement_on_RedNote")
# Access a sample
example = dataset[0]
metadata = {
"id": example["id"],
"title": example["title"],
"description": example["description"],
"label": example["label"]
}
images = example["images"] # List of images
Citation
If you use this dataset in your research, please cite:
@dataset{CHASM,
author = {Jingyi Zheng, Tianyi Hu, Yule Liu, Zhen Sun, Zongmin Zhang, Wenhan Dong, Zifan Peng, Xinlei He},
title = {CHASM: Unveiling Covert Advertisements on Chinese Social Media},
year = {2025},
publisher = {Hugging Face},
journal = {Hugging Face Hub},
howpublished = {\url{https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote}}
}
- Total size
- 9.92 GB
- Files
- 54
- Last updated
- Jun 26
- Pre-warmed CDN
- US EU US EU