Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- multi-agent
|
| 7 |
-
- multimodal
|
| 8 |
-
- strategic reasoning
|
| 9 |
-
---
|
| 10 |
-
|
| 11 |
-
## Dataset Description
|
| 12 |
-
|
| 13 |
-
- **Homepage:** https://vs-bench.github.io
|
| 14 |
-
- **Repository:** https://github.com/zelaix/VS-Bench
|
| 15 |
-
- **Paper:**
|
| 16 |
-
- **Contact:** [Zelai Xu](mailto:zelai.eecs@gmail.com)
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
### Dataset Summary
|
| 20 |
-
|
| 21 |
-
VS-Bench is a multimodal benchmark for evaluating VLMs in multi-agent environments. We evaluate fourteen state-of-the-art models in eight vision-grounded environments with two complementary dimensions, including offline evaluation of strategic reasoning by next-action prediction accuracy and online evaluation of decision-making by normalized episode return.
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
### Citation Information
|
| 25 |
-
```
|
| 26 |
-
@article{xu2025vs,
|
| 27 |
-
title={VS-Bench: Evaluating VLMs for Strategic Reasoning and Decision-Making in Multi-Agent Environments},
|
| 28 |
-
author={Xu, Zelai and Xu, Zhexuan and Yi, Xiangmin and Yuan, Huining and Chen, Xinlei and Wu, Yi and Yu, Chao and Wang, Yu},
|
| 29 |
-
journal={
|
| 30 |
-
year={2025}
|
| 31 |
-
}
|
| 32 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- multi-agent
|
| 7 |
+
- multimodal
|
| 8 |
+
- strategic reasoning
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## Dataset Description
|
| 12 |
+
|
| 13 |
+
- **Homepage:** https://vs-bench.github.io
|
| 14 |
+
- **Repository:** https://github.com/zelaix/VS-Bench
|
| 15 |
+
- **Paper:** https://arxiv.org/abs/2506.02387
|
| 16 |
+
- **Contact:** [Zelai Xu](mailto:zelai.eecs@gmail.com)
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
### Dataset Summary
|
| 20 |
+
|
| 21 |
+
VS-Bench is a multimodal benchmark for evaluating VLMs in multi-agent environments. We evaluate fourteen state-of-the-art models in eight vision-grounded environments with two complementary dimensions, including offline evaluation of strategic reasoning by next-action prediction accuracy and online evaluation of decision-making by normalized episode return.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
### Citation Information
|
| 25 |
+
```
|
| 26 |
+
@article{xu2025vs,
|
| 27 |
+
title={VS-Bench: Evaluating VLMs for Strategic Reasoning and Decision-Making in Multi-Agent Environments},
|
| 28 |
+
author={Xu, Zelai and Xu, Zhexuan and Yi, Xiangmin and Yuan, Huining and Chen, Xinlei and Wu, Yi and Yu, Chao and Wang, Yu},
|
| 29 |
+
journal={arXiv preprint arXiv:2506.02387},
|
| 30 |
+
year={2025}
|
| 31 |
+
}
|
| 32 |
+
```
|