nielsr HF Staff commited on
Commit
f8c8513
ยท
verified ยท
1 Parent(s): c9ea0fc

Add paper link, task category, and descriptive tags

Browse files

This PR enhances the dataset card by:
- Adding `task_categories: ['image-segmentation']` to improve discoverability for relevant AI tasks, based on the paper's focus on semantic segmentation for AIGC detection.
- Including descriptive `tags` such as `aigc-detection`, `diffusion-editing`, `image-forgery-detection`, and `diffusion-models` for better search results and categorization.
- Integrating a direct link to the paper [DiffSeg30k: A Multi-Turn Diffusion Editing Benchmark for Localized AIGC Detection](https://huggingface.co/papers/2511.19111) within the introductory description.
- Removing the redundant license declaration from the Markdown content, as it is already present in the YAML metadata.

These changes will make the dataset more accessible and informative for researchers on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,9 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
4
  # ๐Ÿ–ผ๏ธ DiffSeg30k -- A multi-turn diffusion-editing dataset for localized AIGC detection
5
 
6
- A dataset for **segmenting diffusion-based edits** โ€” ideal for training and evaluating models that localize edited regions and identify the underlying diffusion model
7
 
8
  ## ๐Ÿ“ Dataset Usage
9
  - `xxxxxxxx.image.png`: Edited images. Each image may have undergone 1, 2, or 3 editing operations.
@@ -35,9 +43,4 @@ Each mask is a grayscale image (PNG format), where pixel values correspond to a
35
 
36
  ## ๐Ÿ“Œ Notes
37
 
38
- - Each edited image may be edited **multiple turns**, so the corresponding mask may contain several different **label values** ranging from 0 to 8.
39
-
40
- ## ๐Ÿ“„ License
41
-
42
- Apache-2.0
43
-
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - aigc-detection
7
+ - diffusion-editing
8
+ - image-forgery-detection
9
+ - diffusion-models
10
  ---
11
+
12
  # ๐Ÿ–ผ๏ธ DiffSeg30k -- A multi-turn diffusion-editing dataset for localized AIGC detection
13
 
14
+ A dataset for **segmenting diffusion-based edits** โ€” ideal for training and evaluating models that localize edited regions and identify the underlying diffusion model, as presented in the paper [DiffSeg30k: A Multi-Turn Diffusion Editing Benchmark for Localized AIGC Detection](https://huggingface.co/papers/2511.19111).
15
 
16
  ## ๐Ÿ“ Dataset Usage
17
  - `xxxxxxxx.image.png`: Edited images. Each image may have undergone 1, 2, or 3 editing operations.
 
43
 
44
  ## ๐Ÿ“Œ Notes
45
 
46
+ - Each edited image may be edited **multiple turns**, so the corresponding mask may contain several different **label values** ranging from 0 to 8.