Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
SvenKlaassen commited on
Commit
bfae1d4
·
verified ·
1 Parent(s): 1595e54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -84
README.md CHANGED
@@ -93,94 +93,33 @@ The dataset contains the following columns:
93
 
94
  ### Dataset Sources
95
 
96
- The dataset is based on the three
97
 
 
 
 
 
 
98
 
99
  ## Uses
100
 
101
  The dataset should as a benchmark to compare different causal inference methods for observational data under multimodal confounding.
102
 
103
- ### Direct Use
104
-
105
- <!-- This section describes suitable use cases for the dataset. -->
106
-
107
- [More Information Needed]
108
-
109
- ### Out-of-Scope Use
110
-
111
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
112
-
113
- [More Information Needed]
114
-
115
  ## Dataset Structure
116
 
117
  <!-- 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. -->
118
 
119
  [More Information Needed]
120
 
121
- ## Dataset Creation
122
-
123
- ### Curation Rationale
124
-
125
- <!-- Motivation for the creation of this dataset. -->
126
-
127
- [More Information Needed]
128
-
129
- ### Source Data
130
-
131
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
132
-
133
- #### Data Collection and Processing
134
-
135
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
136
-
137
- [More Information Needed]
138
-
139
- #### Who are the source data producers?
140
-
141
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
142
-
143
- [More Information Needed]
144
-
145
- ### Annotations [optional]
146
-
147
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
148
-
149
- #### Annotation process
150
-
151
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
152
-
153
- [More Information Needed]
154
-
155
- #### Who are the annotators?
156
-
157
- <!-- This section describes the people or systems who created the annotations. -->
158
-
159
- [More Information Needed]
160
-
161
- #### Personal and Sensitive Information
162
-
163
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
164
 
165
- [More Information Needed]
166
 
167
- ## Bias, Risks, and Limitations
168
 
169
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
170
 
171
- [More Information Needed]
172
-
173
- ### Recommendations
174
-
175
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
176
-
177
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
178
-
179
- ## Citation [optional]
180
-
181
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
182
-
183
- **BibTeX:**
184
 
185
  ```
186
  @article{klaassen2024doublemldeep,
@@ -191,24 +130,50 @@ Users should be made aware of the risks, biases and limitations of the dataset.
191
  }
192
  ```
193
 
194
- **APA:**
195
-
196
- [More Information Needed]
197
 
198
- ## Glossary [optional]
199
 
200
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
201
 
202
- [More Information Needed]
 
 
 
 
 
 
 
 
 
203
 
204
- ## More Information [optional]
205
 
206
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
207
 
208
- ## Dataset Card Authors [optional]
209
 
210
- [More Information Needed]
 
 
 
 
 
 
 
211
 
212
- ## Dataset Card Contact
213
 
214
- [More Information Needed]
 
93
 
94
  ### Dataset Sources
95
 
96
+ The dataset is based on the three commonly used datasets:
97
 
98
+ - [Diamonds dataset](https://www.kaggle.com/datasets/shivam2503/diamonds)
99
+ - [IMDB dataset](https://huggingface.co/datasets/imdb)
100
+ - [CIFAR-10 dataset](https://www.cs.toronto.edu/~kriz/cifar.html)
101
+
102
+ The original citations can be found below.
103
 
104
  ## Uses
105
 
106
  The dataset should as a benchmark to compare different causal inference methods for observational data under multimodal confounding.
107
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  ## Dataset Structure
109
 
110
  <!-- 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. -->
111
 
112
  [More Information Needed]
113
 
114
+ ## Limitations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
 
116
+ As the confounding is generated via original labels, completely removing the confounding might not be possible.
117
 
118
+ ## Citation Information
119
 
120
+ ### Dataset Citation
121
 
122
+ If you use the dataset please cite this article:
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
  ```
125
  @article{klaassen2024doublemldeep,
 
130
  }
131
  ```
132
 
133
+ ### Dataset Sources
 
 
134
 
135
+ The three original datasets can be cited via
136
 
137
+ Diamonds dataset:
138
 
139
+ ```
140
+ @Book{ggplot2_book,
141
+ author = {Hadley Wickham},
142
+ title = {ggplot2: Elegant Graphics for Data Analysis},
143
+ publisher = {Springer-Verlag New York},
144
+ year = {2016},
145
+ isbn = {978-3-319-24277-4},
146
+ url = {https://ggplot2.tidyverse.org},
147
+ }
148
+ ```
149
 
150
+ IMDB dataset:
151
 
152
+ ```
153
+ @InProceedings{maas-EtAl:2011:ACL-HLT2011,
154
+ author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher},
155
+ title = {Learning Word Vectors for Sentiment Analysis},
156
+ booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
157
+ month = {June},
158
+ year = {2011},
159
+ address = {Portland, Oregon, USA},
160
+ publisher = {Association for Computational Linguistics},
161
+ pages = {142--150},
162
+ url = {http://www.aclweb.org/anthology/P11-1015}
163
+ }
164
+ ```
165
 
166
+ CIFAR-10 dataset:
167
 
168
+ ```
169
+ @TECHREPORT{Krizhevsky09learningmultiple,
170
+ author = {Alex Krizhevsky},
171
+ title = {Learning multiple layers of features from tiny images},
172
+ institution = {},
173
+ year = {2009}
174
+ }
175
+ ```
176
 
177
+ ## Dataset Card Authors
178
 
179
+ Sven Klaassen