Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
pretty_name: Semi-Truths
|
4 |
+
size_categories:
|
5 |
+
- 10K<n<100K
|
6 |
+
---
|
7 |
+
|
8 |
+
This is the evaluation sample of Semi-Truths dataset. Semi-Truths contains AI-augmented images featuring varying degrees of targeted and localized edits, created using diverse augmentation methods, diffusion models, and data distributions.
|
9 |
+
This resource was created for the targeted evaluation of AI-genertaed image detectors.
|
10 |
+
|
11 |
+
The structure of the uploaded data is as follows:
|
12 |
+
- The original image data is in the folder `original`
|
13 |
+
- Inpainting augmented images are in the folder `inpainting`
|
14 |
+
- Prompt-edited images are in the folder `p2p`
|
15 |
+
- Prompt-edited image masks, computed post-augmentation, are in the folder `p2p_masks`
|
16 |
+
- All metadata can be found in `metadata.csv`, including labels, datasets, entities, augmentation methods, diffusion models, change metrics, and so on.
|
17 |
+
- Data has been uploaded in 3 tar files.
|