Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -180,7 +180,7 @@ The `ROPE` dataset is structured into training and validation directories, each
|
|
| 180 |
|
| 181 |
|
| 182 |
|
| 183 |
-
|
| 184 |
ROPE/
|
| 185 |
│
|
| 186 |
├── train/
|
|
@@ -244,9 +244,7 @@ ROPE/
|
|
| 244 |
├── train.zip
|
| 245 |
├── validation.zip
|
| 246 |
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
’‘’
|
| 250 |
|
| 251 |
## Dataset Construction
|
| 252 |
|
|
@@ -262,10 +260,9 @@ For more information, please visit the [dataset construction guidelines](https:/
|
|
| 262 |
**BibTeX:**
|
| 263 |
|
| 264 |
```bibtex
|
| 265 |
-
@
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
}
|
|
|
|
| 180 |
|
| 181 |
|
| 182 |
|
| 183 |
+
```arduino
|
| 184 |
ROPE/
|
| 185 |
│
|
| 186 |
├── train/
|
|
|
|
| 244 |
├── train.zip
|
| 245 |
├── validation.zip
|
| 246 |
|
| 247 |
+
```
|
|
|
|
|
|
|
| 248 |
|
| 249 |
## Dataset Construction
|
| 250 |
|
|
|
|
| 260 |
**BibTeX:**
|
| 261 |
|
| 262 |
```bibtex
|
| 263 |
+
@inproceedings{chen2024multiobject,
|
| 264 |
+
title={Multi-Object Hallucination in Vision Language Models},
|
| 265 |
+
author={Chen, Xuweiyi and Ma, Ziqiao and Zhang, Xuejun and Xu, Sihan and Qian, Shengyi and Yang, Jianing and Fouhey, David and Chai, Joyce},
|
| 266 |
+
booktitle={3rd Workshop on Advances in Language and Vision Research (ALVR)},
|
| 267 |
+
year={2024}
|
| 268 |
+
}
|
|
|