Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -176,11 +176,6 @@ The dataset is divided into several subsets based on the distribution of object
|
|
| 176 |
|
| 177 |
```
|
| 178 |
|
| 179 |
-
## Dataset Structure
|
| 180 |
-
|
| 181 |
-
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 182 |
-
|
| 183 |
-
[More Information Needed]
|
| 184 |
|
| 185 |
## Dataset Creation
|
| 186 |
|
|
@@ -240,32 +235,17 @@ The dataset is divided into several subsets based on the distribution of object
|
|
| 240 |
|
| 241 |
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 242 |
|
| 243 |
-
## Citation
|
| 244 |
|
| 245 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 246 |
|
| 247 |
**BibTeX:**
|
| 248 |
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 258 |
-
|
| 259 |
-
[More Information Needed]
|
| 260 |
-
|
| 261 |
-
## More Information [optional]
|
| 262 |
-
|
| 263 |
-
[More Information Needed]
|
| 264 |
-
|
| 265 |
-
## Dataset Card Authors [optional]
|
| 266 |
-
|
| 267 |
-
[More Information Needed]
|
| 268 |
-
|
| 269 |
-
## Dataset Card Contact
|
| 270 |
-
|
| 271 |
-
[More Information Needed]
|
|
|
|
| 176 |
|
| 177 |
```
|
| 178 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
|
| 180 |
## Dataset Creation
|
| 181 |
|
|
|
|
| 235 |
|
| 236 |
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 237 |
|
| 238 |
+
## Citation
|
| 239 |
|
| 240 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 241 |
|
| 242 |
**BibTeX:**
|
| 243 |
|
| 244 |
+
```bibtex
|
| 245 |
+
@misc{xuweiyi2024multiobjecthallucination,
|
| 246 |
+
title={Multi-Object Hallucination in Vision-Language Models},
|
| 247 |
+
author={Xuweiyi Chen and Ziqiao Ma and Xuejun Zhang and Sihan Xu and Shengyi Qian and Jianing Yang and David Fouhey and Joyce Y. Chai},
|
| 248 |
+
year={2024},
|
| 249 |
+
archivePrefix={arXiv},
|
| 250 |
+
primaryClass={cs.CV}
|
| 251 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|