Datasets:

Modalities:
Image
Languages:
English
Libraries:
Datasets
License:
yifan-Eva commited on
Commit
5f23ef5
·
verified ·
1 Parent(s): a58c919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -28
README.md CHANGED
@@ -14,6 +14,16 @@ size_categories:
14
  The dataset used in this study is designed to evaluate and analyze multi-object hallucination by leveraging existing panoptic segmentation datasets. Specifically, it includes data from MSCOCO-Panoptic and ADE20K, ensuring access to diverse objects and their instance-level semantic annotations.
15
  For more information, please visit [Multi-Object Hallucination](https://multi-object-hallucination.github.io).
16
 
 
 
 
 
 
 
 
 
 
 
17
  ## Dataset Statistics
18
  ### Training Data Statistics
19
 
@@ -101,35 +111,7 @@ features:
101
  - name: data_source
102
  dtype: string
103
 
104
- - **Curated by:** [More Information Needed]
105
- - **Funded by [optional]:** [More Information Needed]
106
- - **Shared by [optional]:** [More Information Needed]
107
- - **Language(s) (NLP):** [More Information Needed]
108
- - **License:** [More Information Needed]
109
-
110
- ### Dataset Sources [optional]
111
-
112
- <!-- Provide the basic links for the dataset. -->
113
-
114
- - **Repository:** [More Information Needed]
115
- - **Paper [optional]:** [More Information Needed]
116
- - **Demo [optional]:** [More Information Needed]
117
-
118
- ## Uses
119
 
120
- <!-- Address questions around how the dataset is intended to be used. -->
121
-
122
- ### Direct Use
123
-
124
- <!-- This section describes suitable use cases for the dataset. -->
125
-
126
- [More Information Needed]
127
-
128
- ### Out-of-Scope Use
129
-
130
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
131
-
132
- [More Information Needed]
133
 
134
  ## Dataset Structure
135
 
 
14
  The dataset used in this study is designed to evaluate and analyze multi-object hallucination by leveraging existing panoptic segmentation datasets. Specifically, it includes data from MSCOCO-Panoptic and ADE20K, ensuring access to diverse objects and their instance-level semantic annotations.
15
  For more information, please visit [Multi-Object Hallucination](https://multi-object-hallucination.github.io).
16
 
17
+ ## Dataset Construction
18
+
19
+ The dataset is divided into several subsets based on the distribution of object classes within each image at test time. This division allows for a more granular analysis of how different distributions affect the hallucination behavior of large vision-language models (LVLMs).
20
+
21
+ - **Homogeneous**: All tested objects in an image belong to the same class (e.g., AAAAA).
22
+ - **Heterogeneous**: All tested objects in an image belong to different classes (e.g., ABCDE).
23
+ - **In-the-Wild**: A mixed distribution where the tested objects are randomly chosen and ordered within each image.
24
+ - **Adversarial**: A subset designed to challenge the models with difficult object distributions.
25
+
26
+
27
  ## Dataset Statistics
28
  ### Training Data Statistics
29
 
 
111
  - name: data_source
112
  dtype: string
113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
 
116
  ## Dataset Structure
117