dmarsili commited on
Commit
361cb65
·
verified ·
1 Parent(s): 8dda928

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+ ```