LLDDSS commited on
Commit
6d7980b
·
verified ·
1 Parent(s): c9e54b2

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -187,10 +187,10 @@ dataset_info:
187
  dtype: string
188
  splits:
189
  - name: train
190
- num_bytes: 28397
191
  num_examples: 481
192
- download_size: 0
193
- dataset_size: 28397
194
  - config_name: real_scenes_Real_magnet_v3_5
195
  features:
196
  - name: image
@@ -331,6 +331,12 @@ dataset_info:
331
  num_examples: 10000
332
  download_size: 0
333
  dataset_size: 2547386
 
 
 
 
 
 
334
  ---
335
  # 🧠 Causal3D: A Benchmark for Visual Causal Reasoning
336
 
 
187
  dtype: string
188
  splits:
189
  - name: train
190
+ num_bytes: 72702.0
191
  num_examples: 481
192
+ download_size: 48333
193
+ dataset_size: 72702.0
194
  - config_name: real_scenes_Real_magnet_v3_5
195
  features:
196
  - name: image
 
331
  num_examples: 10000
332
  download_size: 0
333
  dataset_size: 2547386
334
+ configs:
335
+ - config_name: real_scenes_Real_magnet_v3
336
+ data_files:
337
+ - split: train
338
+ path: real_scenes_Real_magnet_v3/train-*
339
+ default: true
340
  ---
341
  # 🧠 Causal3D: A Benchmark for Visual Causal Reasoning
342
 
dataset_infos.json CHANGED
@@ -1,899 +1,899 @@
1
  {
2
- "hypothetical_scenes_Hypothetic_v2_linear": {
3
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
4
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
5
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
6
- "license": "CC-BY-4.0",
7
- "features": {
8
- "image": {
9
- "_type": "Image"
10
- },
11
- "file_name": {
12
- "dtype": "string",
13
- "_type": "Value"
14
- },
15
- "metadata": {
16
- "dtype": "string",
17
- "_type": "Value"
18
- }
19
- },
20
- "builder_name": "dataset",
21
- "version": {
22
- "version_str": "1.0.0",
23
- "major": 1,
24
- "minor": 0,
25
- "patch": 0
26
- },
27
- "splits": {
28
- "train": {
29
- "name": "train",
30
- "num_bytes": 0,
31
- "num_examples": 0,
32
- "dataset_name": "dataset"
33
- }
34
- },
35
- "download_checksums": {},
36
- "download_size": 0,
37
- "dataset_size": 0,
38
- "size_in_bytes": 0,
39
- "config_name": "hypothetical_scenes_Hypothetic_v2_linear"
40
- },
41
- "hypothetical_scenes_Hypothetic_v2_nonlinear": {
42
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
43
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
44
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
45
- "license": "CC-BY-4.0",
46
- "features": {
47
- "image": {
48
- "_type": "Image"
49
- },
50
- "file_name": {
51
- "dtype": "string",
52
- "_type": "Value"
53
- },
54
- "metadata": {
55
- "dtype": "string",
56
- "_type": "Value"
57
- }
58
- },
59
- "builder_name": "dataset",
60
- "version": {
61
- "version_str": "1.0.0",
62
- "major": 1,
63
- "minor": 0,
64
- "patch": 0
65
- },
66
- "splits": {
67
- "train": {
68
- "name": "train",
69
- "num_bytes": 0,
70
- "num_examples": 0,
71
- "dataset_name": "dataset"
72
- }
73
- },
74
- "download_checksums": {},
75
- "download_size": 0,
76
- "dataset_size": 0,
77
- "size_in_bytes": 0,
78
- "config_name": "hypothetical_scenes_Hypothetic_v2_nonlinear"
79
- },
80
- "hypothetical_scenes_Hypothetic_v3_fully_connected_linear": {
81
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
82
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
83
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
84
- "license": "CC-BY-4.0",
85
- "features": {
86
- "image": {
87
- "_type": "Image"
88
- },
89
- "file_name": {
90
- "dtype": "string",
91
- "_type": "Value"
92
- },
93
- "metadata": {
94
- "dtype": "string",
95
- "_type": "Value"
96
- }
97
- },
98
- "builder_name": "dataset",
99
- "version": {
100
- "version_str": "1.0.0",
101
- "major": 1,
102
- "minor": 0,
103
- "patch": 0
104
- },
105
- "splits": {
106
- "train": {
107
- "name": "train",
108
- "num_bytes": 0,
109
- "num_examples": 0,
110
- "dataset_name": "dataset"
111
- }
112
- },
113
- "download_checksums": {},
114
- "download_size": 0,
115
- "dataset_size": 0,
116
- "size_in_bytes": 0,
117
- "config_name": "hypothetical_scenes_Hypothetic_v3_fully_connected_linear"
118
- },
119
- "hypothetical_scenes_Hypothetic_v4_linear_full_connected": {
120
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
121
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
122
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
123
- "license": "CC-BY-4.0",
124
- "features": {
125
- "image": {
126
- "_type": "Image"
127
- },
128
- "file_name": {
129
- "dtype": "string",
130
- "_type": "Value"
131
- },
132
- "metadata": {
133
- "dtype": "string",
134
- "_type": "Value"
135
- }
136
- },
137
- "builder_name": "dataset",
138
- "version": {
139
- "version_str": "1.0.0",
140
- "major": 1,
141
- "minor": 0,
142
- "patch": 0
143
- },
144
- "splits": {
145
- "train": {
146
- "name": "train",
147
- "num_bytes": 0,
148
- "num_examples": 0,
149
- "dataset_name": "dataset"
150
- }
151
- },
152
- "download_checksums": {},
153
- "download_size": 0,
154
- "dataset_size": 0,
155
- "size_in_bytes": 0,
156
- "config_name": "hypothetical_scenes_Hypothetic_v4_linear_full_connected"
157
- },
158
- "hypothetical_scenes_Hypothetic_v4_linear_v": {
159
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
160
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
161
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
162
- "license": "CC-BY-4.0",
163
- "features": {
164
- "image": {
165
- "_type": "Image"
166
- },
167
- "file_name": {
168
- "dtype": "string",
169
- "_type": "Value"
170
- },
171
- "metadata": {
172
- "dtype": "string",
173
- "_type": "Value"
174
- }
175
- },
176
- "builder_name": "dataset",
177
- "version": {
178
- "version_str": "1.0.0",
179
- "major": 1,
180
- "minor": 0,
181
- "patch": 0
182
- },
183
- "splits": {
184
- "train": {
185
- "name": "train",
186
- "num_bytes": 0,
187
- "num_examples": 0,
188
- "dataset_name": "dataset"
189
- }
190
- },
191
- "download_checksums": {},
192
- "download_size": 0,
193
- "dataset_size": 0,
194
- "size_in_bytes": 0,
195
- "config_name": "hypothetical_scenes_Hypothetic_v4_linear_v"
196
- },
197
- "hypothetical_scenes_Hypothetic_v4_nonlinear_v": {
198
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
199
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
200
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
201
- "license": "CC-BY-4.0",
202
- "features": {
203
- "image": {
204
- "_type": "Image"
205
- },
206
- "file_name": {
207
- "dtype": "string",
208
- "_type": "Value"
209
- },
210
- "metadata": {
211
- "dtype": "string",
212
- "_type": "Value"
213
- }
214
- },
215
- "builder_name": "dataset",
216
- "version": {
217
- "version_str": "1.0.0",
218
- "major": 1,
219
- "minor": 0,
220
- "patch": 0
221
- },
222
- "splits": {
223
- "train": {
224
- "name": "train",
225
- "num_bytes": 0,
226
- "num_examples": 0,
227
- "dataset_name": "dataset"
228
- }
229
- },
230
- "download_checksums": {},
231
- "download_size": 0,
232
- "dataset_size": 0,
233
- "size_in_bytes": 0,
234
- "config_name": "hypothetical_scenes_Hypothetic_v4_nonlinear_v"
235
- },
236
- "hypothetical_scenes_Hypothetic_v5_linear": {
237
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
238
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
239
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
240
- "license": "CC-BY-4.0",
241
- "features": {
242
- "image": {
243
- "_type": "Image"
244
- },
245
- "file_name": {
246
- "dtype": "string",
247
- "_type": "Value"
248
- },
249
- "metadata": {
250
- "dtype": "string",
251
- "_type": "Value"
252
- }
253
- },
254
- "builder_name": "dataset",
255
- "version": {
256
- "version_str": "1.0.0",
257
- "major": 1,
258
- "minor": 0,
259
- "patch": 0
260
- },
261
- "splits": {
262
- "train": {
263
- "name": "train",
264
- "num_bytes": 0,
265
- "num_examples": 0,
266
- "dataset_name": "dataset"
267
- }
268
- },
269
- "download_checksums": {},
270
- "download_size": 0,
271
- "dataset_size": 0,
272
- "size_in_bytes": 0,
273
- "config_name": "hypothetical_scenes_Hypothetic_v5_linear"
274
- },
275
- "hypothetical_scenes_Hypothetic_v5_linear_full_connected": {
276
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
277
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
278
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
279
- "license": "CC-BY-4.0",
280
- "features": {
281
- "image": {
282
- "_type": "Image"
283
- },
284
- "file_name": {
285
- "dtype": "string",
286
- "_type": "Value"
287
- },
288
- "metadata": {
289
- "dtype": "string",
290
- "_type": "Value"
291
- }
292
- },
293
- "builder_name": "dataset",
294
- "version": {
295
- "version_str": "1.0.0",
296
- "major": 1,
297
- "minor": 0,
298
- "patch": 0
299
- },
300
- "splits": {
301
- "train": {
302
- "name": "train",
303
- "num_bytes": 0,
304
- "num_examples": 0,
305
- "dataset_name": "dataset"
306
- }
307
- },
308
- "download_checksums": {},
309
- "download_size": 0,
310
- "dataset_size": 0,
311
- "size_in_bytes": 0,
312
- "config_name": "hypothetical_scenes_Hypothetic_v5_linear_full_connected"
313
- },
314
- "hypothetical_scenes_rendered_h3_linear_128P": {
315
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
316
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
317
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
318
- "license": "CC-BY-4.0",
319
- "features": {
320
- "image": {
321
- "_type": "Image"
322
- },
323
- "file_name": {
324
- "dtype": "string",
325
- "_type": "Value"
326
- },
327
- "metadata": {
328
- "dtype": "string",
329
- "_type": "Value"
330
- }
331
- },
332
- "builder_name": "dataset",
333
- "version": {
334
- "version_str": "1.0.0",
335
- "major": 1,
336
- "minor": 0,
337
- "patch": 0
338
- },
339
- "splits": {
340
- "train": {
341
- "name": "train",
342
- "num_bytes": 0,
343
- "num_examples": 0,
344
- "dataset_name": "dataset"
345
- }
346
- },
347
- "download_checksums": {},
348
- "download_size": 0,
349
- "dataset_size": 0,
350
- "size_in_bytes": 0,
351
- "config_name": "hypothetical_scenes_rendered_h3_linear_128P"
352
- },
353
- "hypothetical_scenes_rendered_h3_nonlinear_128P": {
354
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
355
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
356
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
357
- "license": "CC-BY-4.0",
358
- "features": {
359
- "image": {
360
- "_type": "Image"
361
- },
362
- "file_name": {
363
- "dtype": "string",
364
- "_type": "Value"
365
- },
366
- "metadata": {
367
- "dtype": "string",
368
- "_type": "Value"
369
- }
370
- },
371
- "builder_name": "dataset",
372
- "version": {
373
- "version_str": "1.0.0",
374
- "major": 1,
375
- "minor": 0,
376
- "patch": 0
377
- },
378
- "splits": {
379
- "train": {
380
- "name": "train",
381
- "num_bytes": 0,
382
- "num_examples": 0,
383
- "dataset_name": "dataset"
384
- }
385
- },
386
- "download_checksums": {},
387
- "download_size": 0,
388
- "dataset_size": 0,
389
- "size_in_bytes": 0,
390
- "config_name": "hypothetical_scenes_rendered_h3_nonlinear_128P"
391
- },
392
- "hypothetical_scenes_rendered_h5_nonlinear": {
393
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
394
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
395
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
396
- "license": "CC-BY-4.0",
397
- "features": {
398
- "image": {
399
- "_type": "Image"
400
- },
401
- "file_name": {
402
- "dtype": "string",
403
- "_type": "Value"
404
- },
405
- "metadata": {
406
- "dtype": "string",
407
- "_type": "Value"
408
- }
409
- },
410
- "builder_name": "dataset",
411
- "version": {
412
- "version_str": "1.0.0",
413
- "major": 1,
414
- "minor": 0,
415
- "patch": 0
416
- },
417
- "splits": {
418
- "train": {
419
- "name": "train",
420
- "num_bytes": 0,
421
- "num_examples": 0,
422
- "dataset_name": "dataset"
423
- }
424
- },
425
- "download_checksums": {},
426
- "download_size": 0,
427
- "dataset_size": 0,
428
- "size_in_bytes": 0,
429
- "config_name": "hypothetical_scenes_rendered_h5_nonlinear"
430
- },
431
- "real_scenes_Real_Parabola": {
432
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
433
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
434
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
435
- "license": "CC-BY-4.0",
436
- "features": {
437
- "image": {
438
- "_type": "Image"
439
- },
440
- "file_name": {
441
- "dtype": "string",
442
- "_type": "Value"
443
- },
444
- "metadata": {
445
- "dtype": "string",
446
- "_type": "Value"
447
- }
448
- },
449
- "builder_name": "dataset",
450
- "version": {
451
- "version_str": "1.0.0",
452
- "major": 1,
453
- "minor": 0,
454
- "patch": 0
455
- },
456
- "splits": {
457
- "train": {
458
- "name": "train",
459
- "num_bytes": 0,
460
- "num_examples": 0,
461
- "dataset_name": "dataset"
462
- }
463
- },
464
- "download_checksums": {},
465
- "download_size": 0,
466
- "dataset_size": 0,
467
- "size_in_bytes": 0,
468
- "config_name": "real_scenes_Real_Parabola"
469
- },
470
- "real_scenes_Real_magnet_v3": {
471
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
472
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
473
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
474
- "license": "CC-BY-4.0",
475
- "features": {
476
- "image": {
477
- "_type": "Image"
478
- },
479
- "file_name": {
480
- "dtype": "string",
481
- "_type": "Value"
482
- },
483
- "metadata": {
484
- "dtype": "string",
485
- "_type": "Value"
486
- }
487
- },
488
- "builder_name": "dataset",
489
- "version": {
490
- "version_str": "1.0.0",
491
- "major": 1,
492
- "minor": 0,
493
- "patch": 0
494
- },
495
- "splits": {
496
- "train": {
497
- "name": "train",
498
- "num_bytes": 0,
499
- "num_examples": 0,
500
- "dataset_name": "dataset"
501
- }
502
- },
503
- "download_checksums": {},
504
- "download_size": 0,
505
- "dataset_size": 0,
506
- "size_in_bytes": 0,
507
- "config_name": "real_scenes_Real_magnet_v3"
508
- },
509
- "real_scenes_Real_magnet_v3_5": {
510
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
511
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
512
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
513
- "license": "CC-BY-4.0",
514
- "features": {
515
- "image": {
516
- "_type": "Image"
517
- },
518
- "file_name": {
519
- "dtype": "string",
520
- "_type": "Value"
521
- },
522
- "metadata": {
523
- "dtype": "string",
524
- "_type": "Value"
525
- }
526
- },
527
- "builder_name": "dataset",
528
- "version": {
529
- "version_str": "1.0.0",
530
- "major": 1,
531
- "minor": 0,
532
- "patch": 0
533
- },
534
- "splits": {
535
- "train": {
536
- "name": "train",
537
- "num_bytes": 0,
538
- "num_examples": 0,
539
- "dataset_name": "dataset"
540
- }
541
- },
542
- "download_checksums": {},
543
- "download_size": 0,
544
- "dataset_size": 0,
545
- "size_in_bytes": 0,
546
- "config_name": "real_scenes_Real_magnet_v3_5"
547
- },
548
- "real_scenes_Real_parabola_multi_view": {
549
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
550
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
551
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
552
- "license": "CC-BY-4.0",
553
- "features": {
554
- "image": {
555
- "_type": "Image"
556
- },
557
- "file_name": {
558
- "dtype": "string",
559
- "_type": "Value"
560
- },
561
- "metadata": {
562
- "dtype": "string",
563
- "_type": "Value"
564
- }
565
- },
566
- "builder_name": "dataset",
567
- "version": {
568
- "version_str": "1.0.0",
569
- "major": 1,
570
- "minor": 0,
571
- "patch": 0
572
- },
573
- "splits": {
574
- "train": {
575
- "name": "train",
576
- "num_bytes": 0,
577
- "num_examples": 0,
578
- "dataset_name": "dataset"
579
- }
580
- },
581
- "download_checksums": {},
582
- "download_size": 0,
583
- "dataset_size": 0,
584
- "size_in_bytes": 0,
585
- "config_name": "real_scenes_Real_parabola_multi_view"
586
- },
587
- "real_scenes_Real_spring_v3_256P": {
588
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
589
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
590
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
591
- "license": "CC-BY-4.0",
592
- "features": {
593
- "image": {
594
- "_type": "Image"
595
- },
596
- "file_name": {
597
- "dtype": "string",
598
- "_type": "Value"
599
- },
600
- "metadata": {
601
- "dtype": "string",
602
- "_type": "Value"
603
- }
604
- },
605
- "builder_name": "dataset",
606
- "version": {
607
- "version_str": "1.0.0",
608
- "major": 1,
609
- "minor": 0,
610
- "patch": 0
611
- },
612
- "splits": {
613
- "train": {
614
- "name": "train",
615
- "num_bytes": 0,
616
- "num_examples": 0,
617
- "dataset_name": "dataset"
618
- }
619
- },
620
- "download_checksums": {},
621
- "download_size": 0,
622
- "dataset_size": 0,
623
- "size_in_bytes": 0,
624
- "config_name": "real_scenes_Real_spring_v3_256P"
625
- },
626
- "real_scenes_Water_flow_scene_render": {
627
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
628
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
629
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
630
- "license": "CC-BY-4.0",
631
- "features": {
632
- "image": {
633
- "_type": "Image"
634
- },
635
- "file_name": {
636
- "dtype": "string",
637
- "_type": "Value"
638
- },
639
- "metadata": {
640
- "dtype": "string",
641
- "_type": "Value"
642
- }
643
- },
644
- "builder_name": "dataset",
645
- "version": {
646
- "version_str": "1.0.0",
647
- "major": 1,
648
- "minor": 0,
649
- "patch": 0
650
- },
651
- "splits": {
652
- "train": {
653
- "name": "train",
654
- "num_bytes": 0,
655
- "num_examples": 0,
656
- "dataset_name": "dataset"
657
- }
658
- },
659
- "download_checksums": {},
660
- "download_size": 0,
661
- "dataset_size": 0,
662
- "size_in_bytes": 0,
663
- "config_name": "real_scenes_Water_flow_scene_render"
664
- },
665
- "real_scenes_convex_len_render_images": {
666
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
667
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
668
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
669
- "license": "CC-BY-4.0",
670
- "features": {
671
- "image": {
672
- "_type": "Image"
673
- },
674
- "file_name": {
675
- "dtype": "string",
676
- "_type": "Value"
677
- },
678
- "metadata": {
679
- "dtype": "string",
680
- "_type": "Value"
681
- }
682
- },
683
- "builder_name": "dataset",
684
- "version": {
685
- "version_str": "1.0.0",
686
- "major": 1,
687
- "minor": 0,
688
- "patch": 0
689
- },
690
- "splits": {
691
- "train": {
692
- "name": "train",
693
- "num_bytes": 0,
694
- "num_examples": 0,
695
- "dataset_name": "dataset"
696
- }
697
- },
698
- "download_checksums": {},
699
- "download_size": 0,
700
- "dataset_size": 0,
701
- "size_in_bytes": 0,
702
- "config_name": "real_scenes_convex_len_render_images"
703
- },
704
- "real_scenes_real_pendulum": {
705
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
706
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
707
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
708
- "license": "CC-BY-4.0",
709
- "features": {
710
- "image": {
711
- "_type": "Image"
712
- },
713
- "file_name": {
714
- "dtype": "string",
715
- "_type": "Value"
716
- },
717
- "metadata": {
718
- "dtype": "string",
719
- "_type": "Value"
720
- }
721
- },
722
- "builder_name": "dataset",
723
- "version": {
724
- "version_str": "1.0.0",
725
- "major": 1,
726
- "minor": 0,
727
- "patch": 0
728
- },
729
- "splits": {
730
- "train": {
731
- "name": "train",
732
- "num_bytes": 0,
733
- "num_examples": 0,
734
- "dataset_name": "dataset"
735
- }
736
- },
737
- "download_checksums": {},
738
- "download_size": 0,
739
- "dataset_size": 0,
740
- "size_in_bytes": 0,
741
- "config_name": "real_scenes_real_pendulum"
742
- },
743
- "real_scenes_rendered_magnetic_128": {
744
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
745
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
746
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
747
- "license": "CC-BY-4.0",
748
- "features": {
749
- "image": {
750
- "_type": "Image"
751
- },
752
- "file_name": {
753
- "dtype": "string",
754
- "_type": "Value"
755
- },
756
- "metadata": {
757
- "dtype": "string",
758
- "_type": "Value"
759
- }
760
- },
761
- "builder_name": "dataset",
762
- "version": {
763
- "version_str": "1.0.0",
764
- "major": 1,
765
- "minor": 0,
766
- "patch": 0
767
- },
768
- "splits": {
769
- "train": {
770
- "name": "train",
771
- "num_bytes": 0,
772
- "num_examples": 0,
773
- "dataset_name": "dataset"
774
- }
775
- },
776
- "download_checksums": {},
777
- "download_size": 0,
778
- "dataset_size": 0,
779
- "size_in_bytes": 0,
780
- "config_name": "real_scenes_rendered_magnetic_128"
781
- },
782
- "real_scenes_rendered_reflection_128P": {
783
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
784
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
785
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
786
- "license": "CC-BY-4.0",
787
- "features": {
788
- "image": {
789
- "_type": "Image"
790
- },
791
- "file_name": {
792
- "dtype": "string",
793
- "_type": "Value"
794
- },
795
- "metadata": {
796
- "dtype": "string",
797
- "_type": "Value"
798
- }
799
- },
800
- "builder_name": "dataset",
801
- "version": {
802
- "version_str": "1.0.0",
803
- "major": 1,
804
- "minor": 0,
805
- "patch": 0
806
- },
807
- "splits": {
808
- "train": {
809
- "name": "train",
810
- "num_bytes": 0,
811
- "num_examples": 0,
812
- "dataset_name": "dataset"
813
- }
814
- },
815
- "download_checksums": {},
816
- "download_size": 0,
817
- "dataset_size": 0,
818
- "size_in_bytes": 0,
819
- "config_name": "real_scenes_rendered_reflection_128P"
820
- },
821
- "real_scenes_seesaw_scene_128P": {
822
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
823
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
824
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
825
- "license": "CC-BY-4.0",
826
- "features": {
827
- "image": {
828
- "_type": "Image"
829
- },
830
- "file_name": {
831
- "dtype": "string",
832
- "_type": "Value"
833
- },
834
- "metadata": {
835
- "dtype": "string",
836
- "_type": "Value"
837
- }
838
- },
839
- "builder_name": "dataset",
840
- "version": {
841
- "version_str": "1.0.0",
842
- "major": 1,
843
- "minor": 0,
844
- "patch": 0
845
- },
846
- "splits": {
847
- "train": {
848
- "name": "train",
849
- "num_bytes": 0,
850
- "num_examples": 0,
851
- "dataset_name": "dataset"
852
- }
853
- },
854
- "download_checksums": {},
855
- "download_size": 0,
856
- "dataset_size": 0,
857
- "size_in_bytes": 0,
858
- "config_name": "real_scenes_seesaw_scene_128P"
859
- },
860
- "real_scenes_spring_scene_128P": {
861
- "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
862
- "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
863
- "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
864
- "license": "CC-BY-4.0",
865
- "features": {
866
- "image": {
867
- "_type": "Image"
868
- },
869
- "file_name": {
870
- "dtype": "string",
871
- "_type": "Value"
872
- },
873
- "metadata": {
874
- "dtype": "string",
875
- "_type": "Value"
876
- }
877
- },
878
- "builder_name": "dataset",
879
- "version": {
880
- "version_str": "1.0.0",
881
- "major": 1,
882
- "minor": 0,
883
- "patch": 0
884
- },
885
- "splits": {
886
- "train": {
887
- "name": "train",
888
- "num_bytes": 0,
889
- "num_examples": 0,
890
- "dataset_name": "dataset"
891
- }
892
- },
893
- "download_checksums": {},
894
- "download_size": 0,
895
- "dataset_size": 0,
896
- "size_in_bytes": 0,
897
- "config_name": "real_scenes_spring_scene_128P"
898
- }
899
  }
 
1
  {
2
+ "hypothetical_scenes_Hypothetic_v2_linear": {
3
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
4
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
5
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
6
+ "license": "CC-BY-4.0",
7
+ "features": {
8
+ "image": {
9
+ "_type": "Image"
10
+ },
11
+ "file_name": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "metadata": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ }
19
+ },
20
+ "builder_name": "dataset",
21
+ "version": {
22
+ "version_str": "1.0.0",
23
+ "major": 1,
24
+ "minor": 0,
25
+ "patch": 0
26
+ },
27
+ "splits": {
28
+ "train": {
29
+ "name": "train",
30
+ "num_bytes": 0,
31
+ "num_examples": 0,
32
+ "dataset_name": "dataset"
33
+ }
34
+ },
35
+ "download_checksums": {},
36
+ "download_size": 0,
37
+ "dataset_size": 0,
38
+ "size_in_bytes": 0,
39
+ "config_name": "hypothetical_scenes_Hypothetic_v2_linear"
40
+ },
41
+ "hypothetical_scenes_Hypothetic_v2_nonlinear": {
42
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
43
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
44
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
45
+ "license": "CC-BY-4.0",
46
+ "features": {
47
+ "image": {
48
+ "_type": "Image"
49
+ },
50
+ "file_name": {
51
+ "dtype": "string",
52
+ "_type": "Value"
53
+ },
54
+ "metadata": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ }
58
+ },
59
+ "builder_name": "dataset",
60
+ "version": {
61
+ "version_str": "1.0.0",
62
+ "major": 1,
63
+ "minor": 0,
64
+ "patch": 0
65
+ },
66
+ "splits": {
67
+ "train": {
68
+ "name": "train",
69
+ "num_bytes": 0,
70
+ "num_examples": 0,
71
+ "dataset_name": "dataset"
72
+ }
73
+ },
74
+ "download_checksums": {},
75
+ "download_size": 0,
76
+ "dataset_size": 0,
77
+ "size_in_bytes": 0,
78
+ "config_name": "hypothetical_scenes_Hypothetic_v2_nonlinear"
79
+ },
80
+ "hypothetical_scenes_Hypothetic_v3_fully_connected_linear": {
81
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
82
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
83
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
84
+ "license": "CC-BY-4.0",
85
+ "features": {
86
+ "image": {
87
+ "_type": "Image"
88
+ },
89
+ "file_name": {
90
+ "dtype": "string",
91
+ "_type": "Value"
92
+ },
93
+ "metadata": {
94
+ "dtype": "string",
95
+ "_type": "Value"
96
+ }
97
+ },
98
+ "builder_name": "dataset",
99
+ "version": {
100
+ "version_str": "1.0.0",
101
+ "major": 1,
102
+ "minor": 0,
103
+ "patch": 0
104
+ },
105
+ "splits": {
106
+ "train": {
107
+ "name": "train",
108
+ "num_bytes": 0,
109
+ "num_examples": 0,
110
+ "dataset_name": "dataset"
111
+ }
112
+ },
113
+ "download_checksums": {},
114
+ "download_size": 0,
115
+ "dataset_size": 0,
116
+ "size_in_bytes": 0,
117
+ "config_name": "hypothetical_scenes_Hypothetic_v3_fully_connected_linear"
118
+ },
119
+ "hypothetical_scenes_Hypothetic_v4_linear_full_connected": {
120
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
121
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
122
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
123
+ "license": "CC-BY-4.0",
124
+ "features": {
125
+ "image": {
126
+ "_type": "Image"
127
+ },
128
+ "file_name": {
129
+ "dtype": "string",
130
+ "_type": "Value"
131
+ },
132
+ "metadata": {
133
+ "dtype": "string",
134
+ "_type": "Value"
135
+ }
136
+ },
137
+ "builder_name": "dataset",
138
+ "version": {
139
+ "version_str": "1.0.0",
140
+ "major": 1,
141
+ "minor": 0,
142
+ "patch": 0
143
+ },
144
+ "splits": {
145
+ "train": {
146
+ "name": "train",
147
+ "num_bytes": 0,
148
+ "num_examples": 0,
149
+ "dataset_name": "dataset"
150
+ }
151
+ },
152
+ "download_checksums": {},
153
+ "download_size": 0,
154
+ "dataset_size": 0,
155
+ "size_in_bytes": 0,
156
+ "config_name": "hypothetical_scenes_Hypothetic_v4_linear_full_connected"
157
+ },
158
+ "hypothetical_scenes_Hypothetic_v4_linear_v": {
159
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
160
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
161
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
162
+ "license": "CC-BY-4.0",
163
+ "features": {
164
+ "image": {
165
+ "_type": "Image"
166
+ },
167
+ "file_name": {
168
+ "dtype": "string",
169
+ "_type": "Value"
170
+ },
171
+ "metadata": {
172
+ "dtype": "string",
173
+ "_type": "Value"
174
+ }
175
+ },
176
+ "builder_name": "dataset",
177
+ "version": {
178
+ "version_str": "1.0.0",
179
+ "major": 1,
180
+ "minor": 0,
181
+ "patch": 0
182
+ },
183
+ "splits": {
184
+ "train": {
185
+ "name": "train",
186
+ "num_bytes": 0,
187
+ "num_examples": 0,
188
+ "dataset_name": "dataset"
189
+ }
190
+ },
191
+ "download_checksums": {},
192
+ "download_size": 0,
193
+ "dataset_size": 0,
194
+ "size_in_bytes": 0,
195
+ "config_name": "hypothetical_scenes_Hypothetic_v4_linear_v"
196
+ },
197
+ "hypothetical_scenes_Hypothetic_v4_nonlinear_v": {
198
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
199
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
200
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
201
+ "license": "CC-BY-4.0",
202
+ "features": {
203
+ "image": {
204
+ "_type": "Image"
205
+ },
206
+ "file_name": {
207
+ "dtype": "string",
208
+ "_type": "Value"
209
+ },
210
+ "metadata": {
211
+ "dtype": "string",
212
+ "_type": "Value"
213
+ }
214
+ },
215
+ "builder_name": "dataset",
216
+ "version": {
217
+ "version_str": "1.0.0",
218
+ "major": 1,
219
+ "minor": 0,
220
+ "patch": 0
221
+ },
222
+ "splits": {
223
+ "train": {
224
+ "name": "train",
225
+ "num_bytes": 0,
226
+ "num_examples": 0,
227
+ "dataset_name": "dataset"
228
+ }
229
+ },
230
+ "download_checksums": {},
231
+ "download_size": 0,
232
+ "dataset_size": 0,
233
+ "size_in_bytes": 0,
234
+ "config_name": "hypothetical_scenes_Hypothetic_v4_nonlinear_v"
235
+ },
236
+ "hypothetical_scenes_Hypothetic_v5_linear": {
237
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
238
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
239
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
240
+ "license": "CC-BY-4.0",
241
+ "features": {
242
+ "image": {
243
+ "_type": "Image"
244
+ },
245
+ "file_name": {
246
+ "dtype": "string",
247
+ "_type": "Value"
248
+ },
249
+ "metadata": {
250
+ "dtype": "string",
251
+ "_type": "Value"
252
+ }
253
+ },
254
+ "builder_name": "dataset",
255
+ "version": {
256
+ "version_str": "1.0.0",
257
+ "major": 1,
258
+ "minor": 0,
259
+ "patch": 0
260
+ },
261
+ "splits": {
262
+ "train": {
263
+ "name": "train",
264
+ "num_bytes": 0,
265
+ "num_examples": 0,
266
+ "dataset_name": "dataset"
267
+ }
268
+ },
269
+ "download_checksums": {},
270
+ "download_size": 0,
271
+ "dataset_size": 0,
272
+ "size_in_bytes": 0,
273
+ "config_name": "hypothetical_scenes_Hypothetic_v5_linear"
274
+ },
275
+ "hypothetical_scenes_Hypothetic_v5_linear_full_connected": {
276
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
277
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
278
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
279
+ "license": "CC-BY-4.0",
280
+ "features": {
281
+ "image": {
282
+ "_type": "Image"
283
+ },
284
+ "file_name": {
285
+ "dtype": "string",
286
+ "_type": "Value"
287
+ },
288
+ "metadata": {
289
+ "dtype": "string",
290
+ "_type": "Value"
291
+ }
292
+ },
293
+ "builder_name": "dataset",
294
+ "version": {
295
+ "version_str": "1.0.0",
296
+ "major": 1,
297
+ "minor": 0,
298
+ "patch": 0
299
+ },
300
+ "splits": {
301
+ "train": {
302
+ "name": "train",
303
+ "num_bytes": 0,
304
+ "num_examples": 0,
305
+ "dataset_name": "dataset"
306
+ }
307
+ },
308
+ "download_checksums": {},
309
+ "download_size": 0,
310
+ "dataset_size": 0,
311
+ "size_in_bytes": 0,
312
+ "config_name": "hypothetical_scenes_Hypothetic_v5_linear_full_connected"
313
+ },
314
+ "hypothetical_scenes_rendered_h3_linear_128P": {
315
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
316
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
317
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
318
+ "license": "CC-BY-4.0",
319
+ "features": {
320
+ "image": {
321
+ "_type": "Image"
322
+ },
323
+ "file_name": {
324
+ "dtype": "string",
325
+ "_type": "Value"
326
+ },
327
+ "metadata": {
328
+ "dtype": "string",
329
+ "_type": "Value"
330
+ }
331
+ },
332
+ "builder_name": "dataset",
333
+ "version": {
334
+ "version_str": "1.0.0",
335
+ "major": 1,
336
+ "minor": 0,
337
+ "patch": 0
338
+ },
339
+ "splits": {
340
+ "train": {
341
+ "name": "train",
342
+ "num_bytes": 0,
343
+ "num_examples": 0,
344
+ "dataset_name": "dataset"
345
+ }
346
+ },
347
+ "download_checksums": {},
348
+ "download_size": 0,
349
+ "dataset_size": 0,
350
+ "size_in_bytes": 0,
351
+ "config_name": "hypothetical_scenes_rendered_h3_linear_128P"
352
+ },
353
+ "hypothetical_scenes_rendered_h3_nonlinear_128P": {
354
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
355
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
356
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
357
+ "license": "CC-BY-4.0",
358
+ "features": {
359
+ "image": {
360
+ "_type": "Image"
361
+ },
362
+ "file_name": {
363
+ "dtype": "string",
364
+ "_type": "Value"
365
+ },
366
+ "metadata": {
367
+ "dtype": "string",
368
+ "_type": "Value"
369
+ }
370
+ },
371
+ "builder_name": "dataset",
372
+ "version": {
373
+ "version_str": "1.0.0",
374
+ "major": 1,
375
+ "minor": 0,
376
+ "patch": 0
377
+ },
378
+ "splits": {
379
+ "train": {
380
+ "name": "train",
381
+ "num_bytes": 0,
382
+ "num_examples": 0,
383
+ "dataset_name": "dataset"
384
+ }
385
+ },
386
+ "download_checksums": {},
387
+ "download_size": 0,
388
+ "dataset_size": 0,
389
+ "size_in_bytes": 0,
390
+ "config_name": "hypothetical_scenes_rendered_h3_nonlinear_128P"
391
+ },
392
+ "hypothetical_scenes_rendered_h5_nonlinear": {
393
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
394
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
395
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
396
+ "license": "CC-BY-4.0",
397
+ "features": {
398
+ "image": {
399
+ "_type": "Image"
400
+ },
401
+ "file_name": {
402
+ "dtype": "string",
403
+ "_type": "Value"
404
+ },
405
+ "metadata": {
406
+ "dtype": "string",
407
+ "_type": "Value"
408
+ }
409
+ },
410
+ "builder_name": "dataset",
411
+ "version": {
412
+ "version_str": "1.0.0",
413
+ "major": 1,
414
+ "minor": 0,
415
+ "patch": 0
416
+ },
417
+ "splits": {
418
+ "train": {
419
+ "name": "train",
420
+ "num_bytes": 0,
421
+ "num_examples": 0,
422
+ "dataset_name": "dataset"
423
+ }
424
+ },
425
+ "download_checksums": {},
426
+ "download_size": 0,
427
+ "dataset_size": 0,
428
+ "size_in_bytes": 0,
429
+ "config_name": "hypothetical_scenes_rendered_h5_nonlinear"
430
+ },
431
+ "real_scenes_Real_Parabola": {
432
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
433
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
434
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
435
+ "license": "CC-BY-4.0",
436
+ "features": {
437
+ "image": {
438
+ "_type": "Image"
439
+ },
440
+ "file_name": {
441
+ "dtype": "string",
442
+ "_type": "Value"
443
+ },
444
+ "metadata": {
445
+ "dtype": "string",
446
+ "_type": "Value"
447
+ }
448
+ },
449
+ "builder_name": "dataset",
450
+ "version": {
451
+ "version_str": "1.0.0",
452
+ "major": 1,
453
+ "minor": 0,
454
+ "patch": 0
455
+ },
456
+ "splits": {
457
+ "train": {
458
+ "name": "train",
459
+ "num_bytes": 0,
460
+ "num_examples": 0,
461
+ "dataset_name": "dataset"
462
+ }
463
+ },
464
+ "download_checksums": {},
465
+ "download_size": 0,
466
+ "dataset_size": 0,
467
+ "size_in_bytes": 0,
468
+ "config_name": "real_scenes_Real_Parabola"
469
+ },
470
+ "real_scenes_Real_magnet_v3": {
471
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
472
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}\n",
473
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
474
+ "license": "CC-BY-4.0",
475
+ "features": {
476
+ "image": {
477
+ "_type": "Image"
478
+ },
479
+ "file_name": {
480
+ "dtype": "string",
481
+ "_type": "Value"
482
+ },
483
+ "metadata": {
484
+ "dtype": "string",
485
+ "_type": "Value"
486
+ }
487
+ },
488
+ "builder_name": "causal3_d",
489
+ "dataset_name": "causal3_d",
490
+ "config_name": "real_scenes_Real_magnet_v3",
491
+ "version": {
492
+ "version_str": "1.0.0",
493
+ "major": 1,
494
+ "minor": 0,
495
+ "patch": 0
496
+ },
497
+ "splits": {
498
+ "train": {
499
+ "name": "train",
500
+ "num_bytes": 72702.0,
501
+ "num_examples": 481,
502
+ "dataset_name": null
503
+ }
504
+ },
505
+ "download_size": 48333,
506
+ "dataset_size": 72702.0,
507
+ "size_in_bytes": 121035.0
508
+ },
509
+ "real_scenes_Real_magnet_v3_5": {
510
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
511
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
512
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
513
+ "license": "CC-BY-4.0",
514
+ "features": {
515
+ "image": {
516
+ "_type": "Image"
517
+ },
518
+ "file_name": {
519
+ "dtype": "string",
520
+ "_type": "Value"
521
+ },
522
+ "metadata": {
523
+ "dtype": "string",
524
+ "_type": "Value"
525
+ }
526
+ },
527
+ "builder_name": "dataset",
528
+ "version": {
529
+ "version_str": "1.0.0",
530
+ "major": 1,
531
+ "minor": 0,
532
+ "patch": 0
533
+ },
534
+ "splits": {
535
+ "train": {
536
+ "name": "train",
537
+ "num_bytes": 0,
538
+ "num_examples": 0,
539
+ "dataset_name": "dataset"
540
+ }
541
+ },
542
+ "download_checksums": {},
543
+ "download_size": 0,
544
+ "dataset_size": 0,
545
+ "size_in_bytes": 0,
546
+ "config_name": "real_scenes_Real_magnet_v3_5"
547
+ },
548
+ "real_scenes_Real_parabola_multi_view": {
549
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
550
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
551
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
552
+ "license": "CC-BY-4.0",
553
+ "features": {
554
+ "image": {
555
+ "_type": "Image"
556
+ },
557
+ "file_name": {
558
+ "dtype": "string",
559
+ "_type": "Value"
560
+ },
561
+ "metadata": {
562
+ "dtype": "string",
563
+ "_type": "Value"
564
+ }
565
+ },
566
+ "builder_name": "dataset",
567
+ "version": {
568
+ "version_str": "1.0.0",
569
+ "major": 1,
570
+ "minor": 0,
571
+ "patch": 0
572
+ },
573
+ "splits": {
574
+ "train": {
575
+ "name": "train",
576
+ "num_bytes": 0,
577
+ "num_examples": 0,
578
+ "dataset_name": "dataset"
579
+ }
580
+ },
581
+ "download_checksums": {},
582
+ "download_size": 0,
583
+ "dataset_size": 0,
584
+ "size_in_bytes": 0,
585
+ "config_name": "real_scenes_Real_parabola_multi_view"
586
+ },
587
+ "real_scenes_Real_spring_v3_256P": {
588
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
589
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
590
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
591
+ "license": "CC-BY-4.0",
592
+ "features": {
593
+ "image": {
594
+ "_type": "Image"
595
+ },
596
+ "file_name": {
597
+ "dtype": "string",
598
+ "_type": "Value"
599
+ },
600
+ "metadata": {
601
+ "dtype": "string",
602
+ "_type": "Value"
603
+ }
604
+ },
605
+ "builder_name": "dataset",
606
+ "version": {
607
+ "version_str": "1.0.0",
608
+ "major": 1,
609
+ "minor": 0,
610
+ "patch": 0
611
+ },
612
+ "splits": {
613
+ "train": {
614
+ "name": "train",
615
+ "num_bytes": 0,
616
+ "num_examples": 0,
617
+ "dataset_name": "dataset"
618
+ }
619
+ },
620
+ "download_checksums": {},
621
+ "download_size": 0,
622
+ "dataset_size": 0,
623
+ "size_in_bytes": 0,
624
+ "config_name": "real_scenes_Real_spring_v3_256P"
625
+ },
626
+ "real_scenes_Water_flow_scene_render": {
627
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
628
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
629
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
630
+ "license": "CC-BY-4.0",
631
+ "features": {
632
+ "image": {
633
+ "_type": "Image"
634
+ },
635
+ "file_name": {
636
+ "dtype": "string",
637
+ "_type": "Value"
638
+ },
639
+ "metadata": {
640
+ "dtype": "string",
641
+ "_type": "Value"
642
+ }
643
+ },
644
+ "builder_name": "dataset",
645
+ "version": {
646
+ "version_str": "1.0.0",
647
+ "major": 1,
648
+ "minor": 0,
649
+ "patch": 0
650
+ },
651
+ "splits": {
652
+ "train": {
653
+ "name": "train",
654
+ "num_bytes": 0,
655
+ "num_examples": 0,
656
+ "dataset_name": "dataset"
657
+ }
658
+ },
659
+ "download_checksums": {},
660
+ "download_size": 0,
661
+ "dataset_size": 0,
662
+ "size_in_bytes": 0,
663
+ "config_name": "real_scenes_Water_flow_scene_render"
664
+ },
665
+ "real_scenes_convex_len_render_images": {
666
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
667
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
668
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
669
+ "license": "CC-BY-4.0",
670
+ "features": {
671
+ "image": {
672
+ "_type": "Image"
673
+ },
674
+ "file_name": {
675
+ "dtype": "string",
676
+ "_type": "Value"
677
+ },
678
+ "metadata": {
679
+ "dtype": "string",
680
+ "_type": "Value"
681
+ }
682
+ },
683
+ "builder_name": "dataset",
684
+ "version": {
685
+ "version_str": "1.0.0",
686
+ "major": 1,
687
+ "minor": 0,
688
+ "patch": 0
689
+ },
690
+ "splits": {
691
+ "train": {
692
+ "name": "train",
693
+ "num_bytes": 0,
694
+ "num_examples": 0,
695
+ "dataset_name": "dataset"
696
+ }
697
+ },
698
+ "download_checksums": {},
699
+ "download_size": 0,
700
+ "dataset_size": 0,
701
+ "size_in_bytes": 0,
702
+ "config_name": "real_scenes_convex_len_render_images"
703
+ },
704
+ "real_scenes_real_pendulum": {
705
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
706
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
707
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
708
+ "license": "CC-BY-4.0",
709
+ "features": {
710
+ "image": {
711
+ "_type": "Image"
712
+ },
713
+ "file_name": {
714
+ "dtype": "string",
715
+ "_type": "Value"
716
+ },
717
+ "metadata": {
718
+ "dtype": "string",
719
+ "_type": "Value"
720
+ }
721
+ },
722
+ "builder_name": "dataset",
723
+ "version": {
724
+ "version_str": "1.0.0",
725
+ "major": 1,
726
+ "minor": 0,
727
+ "patch": 0
728
+ },
729
+ "splits": {
730
+ "train": {
731
+ "name": "train",
732
+ "num_bytes": 0,
733
+ "num_examples": 0,
734
+ "dataset_name": "dataset"
735
+ }
736
+ },
737
+ "download_checksums": {},
738
+ "download_size": 0,
739
+ "dataset_size": 0,
740
+ "size_in_bytes": 0,
741
+ "config_name": "real_scenes_real_pendulum"
742
+ },
743
+ "real_scenes_rendered_magnetic_128": {
744
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
745
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
746
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
747
+ "license": "CC-BY-4.0",
748
+ "features": {
749
+ "image": {
750
+ "_type": "Image"
751
+ },
752
+ "file_name": {
753
+ "dtype": "string",
754
+ "_type": "Value"
755
+ },
756
+ "metadata": {
757
+ "dtype": "string",
758
+ "_type": "Value"
759
+ }
760
+ },
761
+ "builder_name": "dataset",
762
+ "version": {
763
+ "version_str": "1.0.0",
764
+ "major": 1,
765
+ "minor": 0,
766
+ "patch": 0
767
+ },
768
+ "splits": {
769
+ "train": {
770
+ "name": "train",
771
+ "num_bytes": 0,
772
+ "num_examples": 0,
773
+ "dataset_name": "dataset"
774
+ }
775
+ },
776
+ "download_checksums": {},
777
+ "download_size": 0,
778
+ "dataset_size": 0,
779
+ "size_in_bytes": 0,
780
+ "config_name": "real_scenes_rendered_magnetic_128"
781
+ },
782
+ "real_scenes_rendered_reflection_128P": {
783
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
784
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
785
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
786
+ "license": "CC-BY-4.0",
787
+ "features": {
788
+ "image": {
789
+ "_type": "Image"
790
+ },
791
+ "file_name": {
792
+ "dtype": "string",
793
+ "_type": "Value"
794
+ },
795
+ "metadata": {
796
+ "dtype": "string",
797
+ "_type": "Value"
798
+ }
799
+ },
800
+ "builder_name": "dataset",
801
+ "version": {
802
+ "version_str": "1.0.0",
803
+ "major": 1,
804
+ "minor": 0,
805
+ "patch": 0
806
+ },
807
+ "splits": {
808
+ "train": {
809
+ "name": "train",
810
+ "num_bytes": 0,
811
+ "num_examples": 0,
812
+ "dataset_name": "dataset"
813
+ }
814
+ },
815
+ "download_checksums": {},
816
+ "download_size": 0,
817
+ "dataset_size": 0,
818
+ "size_in_bytes": 0,
819
+ "config_name": "real_scenes_rendered_reflection_128P"
820
+ },
821
+ "real_scenes_seesaw_scene_128P": {
822
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
823
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
824
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
825
+ "license": "CC-BY-4.0",
826
+ "features": {
827
+ "image": {
828
+ "_type": "Image"
829
+ },
830
+ "file_name": {
831
+ "dtype": "string",
832
+ "_type": "Value"
833
+ },
834
+ "metadata": {
835
+ "dtype": "string",
836
+ "_type": "Value"
837
+ }
838
+ },
839
+ "builder_name": "dataset",
840
+ "version": {
841
+ "version_str": "1.0.0",
842
+ "major": 1,
843
+ "minor": 0,
844
+ "patch": 0
845
+ },
846
+ "splits": {
847
+ "train": {
848
+ "name": "train",
849
+ "num_bytes": 0,
850
+ "num_examples": 0,
851
+ "dataset_name": "dataset"
852
+ }
853
+ },
854
+ "download_checksums": {},
855
+ "download_size": 0,
856
+ "dataset_size": 0,
857
+ "size_in_bytes": 0,
858
+ "config_name": "real_scenes_seesaw_scene_128P"
859
+ },
860
+ "real_scenes_spring_scene_128P": {
861
+ "description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
862
+ "citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
863
+ "homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
864
+ "license": "CC-BY-4.0",
865
+ "features": {
866
+ "image": {
867
+ "_type": "Image"
868
+ },
869
+ "file_name": {
870
+ "dtype": "string",
871
+ "_type": "Value"
872
+ },
873
+ "metadata": {
874
+ "dtype": "string",
875
+ "_type": "Value"
876
+ }
877
+ },
878
+ "builder_name": "dataset",
879
+ "version": {
880
+ "version_str": "1.0.0",
881
+ "major": 1,
882
+ "minor": 0,
883
+ "patch": 0
884
+ },
885
+ "splits": {
886
+ "train": {
887
+ "name": "train",
888
+ "num_bytes": 0,
889
+ "num_examples": 0,
890
+ "dataset_name": "dataset"
891
+ }
892
+ },
893
+ "download_checksums": {},
894
+ "download_size": 0,
895
+ "dataset_size": 0,
896
+ "size_in_bytes": 0,
897
+ "config_name": "real_scenes_spring_scene_128P"
898
+ }
899
  }
real_scenes_Real_magnet_v3/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9037c71664b4572ae14dd2f8be7103d0d7bda9cbf23d5ff0452ce424616c49d8
3
+ size 48333