Datasets:
add link and citation
Browse files- README.md +30 -1
- assets/logo.pdf +0 -0
- assets/logo.png +3 -0
README.md
CHANGED
|
@@ -24,7 +24,22 @@ configs:
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
-
# VIOLIN: Visual Instruction-based Color Evaluation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
**VIOLIN** (VIsual Obedience Level-4 EvaluatIoN) is a diagnostic benchmark designed to assess the **Level-4 Instructional Obedience** of text-to-image generative models.
|
| 30 |
|
|
@@ -65,3 +80,17 @@ from datasets import load_dataset
|
|
| 65 |
dataset = load_dataset("Perkzi/VIOLIN", split="test")
|
| 66 |
print(dataset[0])
|
| 67 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# <img src="assets/logo.png" height="40" align="center"> VIOLIN: Visual Instruction-based Color Evaluation
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
<p align="center">
|
| 32 |
+
<a href="https://github.com/AI-Obedience/Violin">
|
| 33 |
+
<img src="https://img.shields.io/badge/GitHub-Code-blue?logo=github" alt="GitHub">
|
| 34 |
+
</a>
|
| 35 |
+
<a href="https://arxiv.org/abs/2603.00166">
|
| 36 |
+
<img src="https://img.shields.io/badge/arXiv-2603.00166-B31B1B.svg" alt="arXiv">
|
| 37 |
+
</a>
|
| 38 |
+
<a href="https://ai-obedience.github.io">
|
| 39 |
+
<img src="https://img.shields.io/badge/Project-Page-green" alt="Project Page">
|
| 40 |
+
</a>
|
| 41 |
+
</p>
|
| 42 |
+
|
| 43 |
|
| 44 |
**VIOLIN** (VIsual Obedience Level-4 EvaluatIoN) is a diagnostic benchmark designed to assess the **Level-4 Instructional Obedience** of text-to-image generative models.
|
| 45 |
|
|
|
|
| 80 |
dataset = load_dataset("Perkzi/VIOLIN", split="test")
|
| 81 |
print(dataset[0])
|
| 82 |
```
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
## 📜 Citation
|
| 86 |
+
|
| 87 |
+
If you find this dataset or our research helpful, please consider citing our paper:
|
| 88 |
+
|
| 89 |
+
```bibtex
|
| 90 |
+
@article{li2026exploring,
|
| 91 |
+
title={Exploring the AI Obedience: Why is Generating a Pure Color Image Harder than CyberPunk?},
|
| 92 |
+
author={Li, Hongyu and Liu, Kuan and Chen, Yuan and Hu, Juntao and Lu, Huimin and Chen, Guanjie and Liu, Xue and Lu, Guangming and Huang, Hong},
|
| 93 |
+
journal={arXiv preprint arXiv:2603.00166},
|
| 94 |
+
year={2026}
|
| 95 |
+
}
|
| 96 |
+
```
|
assets/logo.pdf
ADDED
|
Binary file (7.84 kB). View file
|
|
|
assets/logo.png
ADDED
|
Git LFS Details
|