Update README.md
Browse files
README.md
CHANGED
|
@@ -1,49 +1,51 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
license: mit
|
| 5 |
pretty_name: RedNote Covert Advertisement Detection Dataset
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
datasets:
|
| 14 |
-
|
| 15 |
dataset_info:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
configs:
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
|
|
|
|
|
|
| 47 |
---
|
| 48 |
|
| 49 |
# RedNote Covert Advertisement Detection Dataset
|
|
@@ -130,4 +132,4 @@ If you use this dataset in your research, please cite:
|
|
| 130 |
journal = {Hugging Face Hub},
|
| 131 |
howpublished = {\url{https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote}}
|
| 132 |
}
|
| 133 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- zh
|
| 4 |
license: mit
|
| 5 |
pretty_name: RedNote Covert Advertisement Detection Dataset
|
| 6 |
tags:
|
| 7 |
+
- covert advertisement detection
|
| 8 |
+
- social-media
|
| 9 |
+
- image-text
|
| 10 |
+
- multimodal
|
| 11 |
+
- RedNote
|
| 12 |
+
- Xiaohongshu
|
| 13 |
datasets:
|
| 14 |
+
- Jingyi77/CHASM-Covert_Advertisement_on_RedNote
|
| 15 |
dataset_info:
|
| 16 |
+
- config_name: default
|
| 17 |
+
features:
|
| 18 |
+
- name: id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: title
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: description
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: date
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: comments
|
| 27 |
+
sequence:
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: images
|
| 30 |
+
sequence:
|
| 31 |
+
dtype: binary
|
| 32 |
+
- name: image_count
|
| 33 |
+
dtype: int32
|
| 34 |
+
- name: label
|
| 35 |
+
dtype: int8
|
| 36 |
+
- name: split
|
| 37 |
+
dtype: string
|
| 38 |
configs:
|
| 39 |
+
- config_name: default
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: train.parquet
|
| 43 |
+
- split: validation
|
| 44 |
+
path: validation.parquet
|
| 45 |
+
- split: test
|
| 46 |
+
path: test.parquet
|
| 47 |
+
size_categories:
|
| 48 |
+
- 1K<n<10K
|
| 49 |
---
|
| 50 |
|
| 51 |
# RedNote Covert Advertisement Detection Dataset
|
|
|
|
| 132 |
journal = {Hugging Face Hub},
|
| 133 |
howpublished = {\url{https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote}}
|
| 134 |
}
|
| 135 |
+
```
|