Fix YAML metadata frontmatter, add paper and GitHub links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +46 -46
README.md CHANGED
@@ -1,46 +1,46 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - image-classification
5
- tags:
6
- - AIGC-detection
7
- - image-forensics
8
- - MLLM-Generated
9
- pretty_name: MLLM-Generated Image Dataset
10
- ---
11
-
12
- # MLLM-Generated Image Dataset
13
-
14
- This dataset contains real and AI-generated image samples organized for binary MLLM-generated image detection.
15
-
16
- ## Dataset Summary
17
-
18
- We construct an MLLM-generated image detection benchmark from GPT Image2 and Nano Banana2. This benchmark covers texture-dominated, structure-dominated, and hybrid-dominated. It is designed to evaluate detector performance under the new challenges introduced by large-scale image generation models.
19
-
20
- ## Data Fields
21
-
22
- - `file_name`: relative path to the image file.
23
- - `label`: integer class label, where `0` is real and `1` is fake.
24
- - `label_name`: string label name.
25
- - `domain`: image domain, such as `hybrid`, `structure`, or `texture`.
26
- - `generator`: source generator name, or `real` for authentic images.
27
- - `source_folder`: original top-level folder name.
28
- - `original_file_name`: original image file name.
29
-
30
- ## Usage
31
-
32
- ```python
33
- from datasets import load_dataset
34
-
35
- dataset = load_dataset("zr-zhang/MLLM-Generated-Image-Detection-Dataset")
36
- ```
37
-
38
- ## Licensing and Restrictions
39
-
40
- This dataset is made available solely for research on AI-generated content detection, image authenticity analysis, digital forensics, generative model evaluation, and related academic purposes. It must not be used to develop or optimize technologies for fraud, forgery, identity impersonation, fabrication of false evidence, or circumvention of content detection systems.
41
-
42
-
43
- ## Citation
44
-
45
- The associated paper is currently under review. Citation information will be updated once the paper becomes publicly available.
46
-
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-classification
5
+ tags:
6
+ - AIGC-detection
7
+ - image-forensics
8
+ - MLLM-Generated
9
+ pretty_name: MLLM-Generated Image Dataset
10
+ ---
11
+
12
+ # MLLM-Generated Image Dataset
13
+
14
+ This dataset contains real and AI-generated image samples organized for binary MLLM-generated image detection.
15
+
16
+ [Paper](https://huggingface.co/papers/2608.01258) | [Code](https://github.com/xbrainnet/SAP-DSP)
17
+
18
+ ## Dataset Summary
19
+
20
+ We construct an MLLM-generated image detection benchmark from GPT Image2 and Nano Banana2. This benchmark covers texture-dominated, structure-dominated, and hybrid-dominated. It is designed to evaluate detector performance under the new challenges introduced by large-scale image generation models.
21
+
22
+ ## Data Fields
23
+
24
+ - `file_name`: relative path to the image file.
25
+ - `label`: integer class label, where `0` is real and `1` is fake.
26
+ - `label_name`: string label name.
27
+ - `domain`: image domain, such as `hybrid`, `structure`, or `texture`.
28
+ - `generator`: source generator name, or `real` for authentic images.
29
+ - `source_folder`: original top-level folder name.
30
+ - `original_file_name`: original image file name.
31
+
32
+ ## Usage
33
+
34
+ ```python
35
+ from datasets import load_dataset
36
+
37
+ dataset = load_dataset("zr-zhang/MLLM-Generated-Image-Detection-Dataset")
38
+ ```
39
+
40
+ ## Licensing and Restrictions
41
+
42
+ This dataset is made available solely for research on AI-generated content detection, image authenticity analysis, digital forensics, generative model evaluation, and related academic purposes. It must not be used to develop or optimize technologies for fraud, forgery, identity impersonation, fabrication of false evidence, or circumvention of content detection systems.
43
+
44
+ ## Citation
45
+
46
+ Please cite the paper [A Benchmark Dataset for MLLM-Generated Image Detection: GPT Image2 & Nano Banana2](https://huggingface.co/papers/2608.01258) when referencing or using this dataset.