Datasets:
friedmanroy
commited on
Commit
•
0179228
1
Parent(s):
24c3c89
update to info
Browse files
README.md
CHANGED
@@ -15,4 +15,76 @@ dataset_info:
|
|
15 |
dtype: image
|
16 |
- name: label
|
17 |
dtype: int8
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
dtype: image
|
16 |
- name: label
|
17 |
dtype: int8
|
18 |
+
- name: dataset
|
19 |
+
dtype: string
|
20 |
+
---
|
21 |
+
|
22 |
+
# Dataset Card for `Control+Shift`: Generating Controllable Distribution Shifts
|
23 |
+
|
24 |
+
[[arXiv](https://arxiv.org/pdf/2409.07940)], [[GitHub](https://github.com/friedmanroy/ctrl-shift/tree/main)]
|
25 |
+
|
26 |
+
**Curated by:** [Roy Friedman](https://friedmanroy.github.io/) and Rhea Chowers
|
27 |
+
|
28 |
+
<!-- Provide a quick summary of the dataset. -->
|
29 |
+
|
30 |
+
This dataset is the one that accompanies the paper [`Control+Shift`: Generating Controllable Distribution Shifts](https://arxiv.org/pdf/2409.07940).
|
31 |
+
Our data is based on CIFAR10 and ImageNet, using EDM to generate our data. We generated datasets for 3 types of distribution shift on CIFAR10 and ImageNet - so a total of 6 datasets. The types of distribution shifts are called `overlap`, `extend` and `truncation`.
|
32 |
+
|
33 |
+
|
34 |
+
<!-- ## Dataset Description -->
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
<!-- ## Uses -->
|
39 |
+
|
40 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
41 |
+
|
42 |
+
<!-- ### Direct Use -->
|
43 |
+
|
44 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
45 |
+
|
46 |
+
<!-- [More Information Needed] -->
|
47 |
+
|
48 |
+
|
49 |
+
<!-- ## Dataset Structure -->
|
50 |
+
|
51 |
+
<!-- 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. -->
|
52 |
+
|
53 |
+
<!-- [More Information Needed] -->
|
54 |
+
|
55 |
+
<!-- ## Dataset Creation -->
|
56 |
+
|
57 |
+
<!-- ### Curation Rationale -->
|
58 |
+
|
59 |
+
<!-- Motivation for the creation of this dataset. -->
|
60 |
+
|
61 |
+
<!-- [More Information Needed] -->
|
62 |
+
|
63 |
+
<!-- ### Source Data -->
|
64 |
+
|
65 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
66 |
+
|
67 |
+
<!-- #### Data Collection and Processing -->
|
68 |
+
|
69 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
70 |
+
|
71 |
+
<!-- [More Information Needed] -->
|
72 |
+
|
73 |
+
<!-- #### Who are the source data producers? -->
|
74 |
+
|
75 |
+
<!-- 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. -->
|
76 |
+
|
77 |
+
<!-- [More Information Needed] -->
|
78 |
+
|
79 |
+
|
80 |
+
<!-- ## Bias, Risks, and Limitations -->
|
81 |
+
|
82 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
83 |
+
|
84 |
+
<!-- [More Information Needed] -->
|
85 |
+
|
86 |
+
<!-- ### Recommendations -->
|
87 |
+
|
88 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
89 |
+
|
90 |
+
<!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
|