Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,3 +33,15 @@ configs:
|
|
| 33 |
- split: train
|
| 34 |
path: data/train-*
|
| 35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
- split: train
|
| 34 |
path: data/train-*
|
| 35 |
---
|
| 36 |
+
|
| 37 |
+
# TWIN
|
| 38 |
+
This repository contains the TWIN dataset introduced in the paper [Same or Not? Enhancing Visual Perception in Vision-Language Models](). TWIN contains 561K challenging (image, question, answer) tuples emphasizing fine-grained image understanding.
|
| 39 |
+
|
| 40 |
+
For evaluating on the dataset with LMMS-eval, please refer to this [repo](https://github.com/damianomarsili/lmms-eval).
|
| 41 |
+
|
| 42 |
+
## Citation
|
| 43 |
+
If you use the TWIN dataset in your research, please use the following BibTeX entry.
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
```
|