WeiChow commited on
Commit
c06955c
Β·
verified Β·
1 Parent(s): d27eb7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -1,10 +1,13 @@
1
- ---
2
- language:
3
- - en
4
- license: apache-2.0
5
- task_categories:
6
- - question-answering
7
- ---
 
 
 
8
 
9
  <div align="center">
10
  <h1> <img src="https://physbench.github.io/static/images/physbench.png" width="50" /> PhysBench </h1>
@@ -12,4 +15,19 @@ task_categories:
12
  <h5 align="center">
13
  <a href="https://physbench.github.io/">🌐 Homepage</a> | <a href="https://huggingface.co/datasets/USC-GVL/PhysBench">πŸ€— Dataset</a> | <a href="todo">πŸ“‘ Paper</a> | <a href="https://github.com/USC-GVL/PhysBench/tree/main/eval">πŸ’» Code</a> | <a href="https://eval.ai/web/challenges/challenge-page/2379/overview">πŸ”Ί EvalAI</a>
14
  </h5>
15
- We have already open-sourced the test and validation splits of PhysBench, which you can use for evaluation on EvalAI. The training split of the dataset, along with the remaining code, will be released in the near future.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - question-answering
7
+ pretty_name: physbench-assets
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---
11
 
12
  <div align="center">
13
  <h1> <img src="https://physbench.github.io/static/images/physbench.png" width="50" /> PhysBench </h1>
 
15
  <h5 align="center">
16
  <a href="https://physbench.github.io/">🌐 Homepage</a> | <a href="https://huggingface.co/datasets/USC-GVL/PhysBench">πŸ€— Dataset</a> | <a href="todo">πŸ“‘ Paper</a> | <a href="https://github.com/USC-GVL/PhysBench/tree/main/eval">πŸ’» Code</a> | <a href="https://eval.ai/web/challenges/challenge-page/2379/overview">πŸ”Ί EvalAI</a>
17
  </h5>
18
+ We’ve already open-sourced the test and validation splits of PhysBench, which you can use for evaluation on EvalAI. πŸŽ‰
19
+
20
+ This repo contains additional assets for the test splits, as mentioned in the paper:
21
+
22
+ - auxiliary_image.zip: The auxiliary image for simulation data. πŸ–ΌοΈ
23
+ - config.zip: The configuration files for simulation data. βš™οΈ
24
+
25
+ Happy experimenting! πŸ˜„
26
+
27
+ Other links:
28
+
29
+ [PhysBench-test]()
30
+
31
+ [PhysBench-train]()
32
+
33
+ [PhysBench-media]()