Update README.md
Browse files
README.md
CHANGED
|
@@ -84,4 +84,17 @@ We present <b>SAMM</b>, a large-scale dataset for Detecting and Grounding Semant
|
|
| 84 |
- `cap_texts`: Textual information extracted from CAP (Contextual Auxiliary Prompt) annotations.
|
| 85 |
- `cap_images`: Relative paths to visual information from CAP annotations.
|
| 86 |
- `idx_cap_texts`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_texts` is tampered (1 = tampered, 0 = not tampered).
|
| 87 |
-
- `idx_cap_images`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_images` is tampered (1 = tampered, 0 = not tampered).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
- `cap_texts`: Textual information extracted from CAP (Contextual Auxiliary Prompt) annotations.
|
| 85 |
- `cap_images`: Relative paths to visual information from CAP annotations.
|
| 86 |
- `idx_cap_texts`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_texts` is tampered (1 = tampered, 0 = not tampered).
|
| 87 |
+
- `idx_cap_images`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_images` is tampered (1 = tampered, 0 = not tampered).
|
| 88 |
+
|
| 89 |
+
# 🤗🤗🤗 Citation
|
| 90 |
+
```
|
| 91 |
+
@misc{shen2025artificialmisalignmentdetectinggrounding,
|
| 92 |
+
title={Beyond Artificial Misalignment: Detecting and Grounding Semantic-Coordinated Multimodal Manipulations},
|
| 93 |
+
author={Jinjie Shen and Yaxiong Wang and Lechao Cheng and Nan Pu and Zhun Zhong},
|
| 94 |
+
year={2025},
|
| 95 |
+
eprint={2509.12653},
|
| 96 |
+
archivePrefix={arXiv},
|
| 97 |
+
primaryClass={cs.CV},
|
| 98 |
+
url={https://arxiv.org/abs/2509.12653},
|
| 99 |
+
}
|
| 100 |
+
```
|