Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -19
README.md CHANGED
@@ -80,37 +80,25 @@ dataset_info:
80
  dataset_size: 187509908.0
81
  ---
82
 
83
- # Dataset Card for Dataset Name
84
 
85
- <!-- Provide a quick summary of the dataset. -->
86
-
87
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
88
 
89
  ## Dataset Details
90
 
91
  ### Dataset Description
92
 
93
- <!-- Provide a longer summary of what this dataset is. -->
94
-
95
-
96
-
97
- - **Curated by:** [More Information Needed]
98
- - **Funded by [optional]:** [More Information Needed]
99
- - **Shared by [optional]:** [More Information Needed]
100
- - **Language(s) (NLP):** [More Information Needed]
101
- - **License:** [More Information Needed]
102
 
103
- ### Dataset Sources [optional]
104
 
105
- <!-- Provide the basic links for the dataset. -->
106
 
107
- - **Repository:** [More Information Needed]
108
- - **Paper [optional]:** [More Information Needed]
109
- - **Demo [optional]:** [More Information Needed]
110
 
111
  ## Uses
112
 
113
- <!-- Address questions around how the dataset is intended to be used. -->
114
 
115
  ### Direct Use
116
 
 
80
  dataset_size: 187509908.0
81
  ---
82
 
83
+ # Dataset Card
84
 
85
+ Semi-synthetic dataset with multimodal confounding.
86
+ The dataset is generated according to the description in [DoubleMLDeep: Estimation of Causal Effects with Multimodal Data](https://arxiv.org/abs/2402.01785).
 
87
 
88
  ## Dataset Details
89
 
90
  ### Dataset Description
91
 
92
+ 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