File size: 1,057 Bytes
0c7fd1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: mit
task_categories:
- question-answering
size_categories:
- 1K<n<10K
---

# ContPhy Dataset Repository

> ### ContPhy: Continuum Physical Concept Learning and Reasoning from Videos
> Zhicheng Zheng*, Xin Yan*, Zhenfang Chen*, Jingzhou Wang, Qin Zhi Eddie Lim, Joshua B. Tenenbaum, and Chuang Gan (* denotes equal contributions)  
>
> *ICML 2024*  
> Links | [Project Page](https://physical-reasoning-project.github.io/) | [Paper (Arxiv)](https://arxiv.org/abs/2402.06119) | [Codebase](https://github.com/zzcnewly/ContPhy-Gen) | [Cite ContPhy](#citation)



## Citation
Welcome to cite `ContPhy` if you find the paper, dataset, and implementations useful in your research :)
```bibtex
@inproceedings{zheng2024contphy,
  title={ContPhy: Continuum Physical Concept Learning and Reasoning from Videos},
  author={Zheng, Zhicheng and Yan, Xin and Chen, Zhenfang and Wang, Jingzhou and Lim, Qin Zhi Eddie and Tenenbaum, Joshua B and Gan, Chuang},
  booktitle={International Conference on Machine Learning},
  year={2024},
  organization={PMLR}
}
```