xiaojiahao commited on
Commit
d54109a
·
verified ·
1 Parent(s): b58c33e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,7 +1,6 @@
1
- ## Dataset Description
2
 
3
- StaticEmbodiedBench is a dataset for evaluating vision-language models on embodied intelligence tasks, as featured in the OpenCompass leaderboard
4
- (https://staging.opencompass.org.cn/embodied-intelligence/rank/brain).
5
 
6
  It covers three key capabilities:
7
 
@@ -15,16 +14,17 @@ Each sample is also labeled with a visual perspective:
15
  - **Third-Person View**: The visual sensor is separate from the agent, e.g., top-down or observer view.
16
 
17
  This release includes **200 open-source samples** from the full dataset, provided for public research and benchmarking purposes.
18
- ---
19
- ## Citation
20
- @misc{staticembodiedbench,
21
- title={StaticEmbodiedBench},
22
- author={Jiahao Xiao, Shengyu Guo, Chunyi Li, Bowen Yan, Jianbo Zhang},
23
- url={https://huggingface.co/datasets/xiaojiahao/StaticEmbodiedBench},
24
- year={2025}}
25
  ---
26
 
 
27
 
28
- ---
29
- license: mit
30
- ---
 
 
 
 
 
 
 
1
+ ## 📘 Dataset Description
2
 
3
+ **StaticEmbodiedBench** is a dataset for evaluating vision-language models on embodied intelligence tasks, as featured in the [OpenCompass leaderboard](https://staging.opencompass.org.cn/embodied-intelligence/rank/brain).
 
4
 
5
  It covers three key capabilities:
6
 
 
14
  - **Third-Person View**: The visual sensor is separate from the agent, e.g., top-down or observer view.
15
 
16
  This release includes **200 open-source samples** from the full dataset, provided for public research and benchmarking purposes.
17
+
 
 
 
 
 
 
18
  ---
19
 
20
+ ## 📚 Citation
21
 
22
+ If you use this dataset in your research, please cite it as follows:
23
+
24
+ ```bibtex
25
+ @misc{staticembodiedbench,
26
+ title = {StaticEmbodiedBench},
27
+ author = {Jiahao Xiao and Shengyu Guo and Chunyi Li and Bowen Yan and Jianbo Zhang},
28
+ year = {2025},
29
+ url = {https://huggingface.co/datasets/xiaojiahao/StaticEmbodiedBench}
30
+ }