Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,28 @@ size_categories:
|
|
| 17 |
|
| 18 |
# Dataset Card for PhysTool-Bench
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## 📊 Dataset Summary
|
| 21 |
|
| 22 |
**PhysTool-Bench** is a multimodal benchmark designed to evaluate how well Multimodal Large Language Models (MLLMs) perceive, select, and sequence physical tools in real-world scenes. Unlike traditional tool-use benchmarks that focus on digital APIs, this dataset probes an MLLM's ability to ground functional reasoning in cluttered, physical environments.
|
|
@@ -117,4 +139,4 @@ If you use **PhysTool-Bench** in your research, please cite our paper:
|
|
| 117 |
|
| 118 |
## 📜 License
|
| 119 |
|
| 120 |
-
The dataset
|
|
|
|
| 17 |
|
| 18 |
# Dataset Card for PhysTool-Bench
|
| 19 |
|
| 20 |
+
<div align="center">
|
| 21 |
+
|
| 22 |
+
<a href="https://github.com/ModalityDance/PhysTool-Bench">
|
| 23 |
+
<img src="https://img.shields.io/badge/GitHub-Official_Codebase-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
|
| 24 |
+
</a>
|
| 25 |
+
|
| 26 |
+
<a href="{project_page_url}">
|
| 27 |
+
<img src="https://img.shields.io/badge/Project-Page-6a5acd?style=for-the-badge" alt="Project Page">
|
| 28 |
+
</a>
|
| 29 |
+
|
| 30 |
+
<a href="{paper_url}">
|
| 31 |
+
<img src="https://img.shields.io/badge/Paper-arXiv-b31b1b?style=for-the-badge&logo=arxiv" alt="Paper">
|
| 32 |
+
</a>
|
| 33 |
+
|
| 34 |
+
<a href="{huggingface_papers_url}">
|
| 35 |
+
<img src="https://img.shields.io/badge/HuggingFace-Papers-fcc21b?style=for-the-badge&logo=huggingface&logoColor=white" alt="HF Papers">
|
| 36 |
+
</a>
|
| 37 |
+
|
| 38 |
+
</div>
|
| 39 |
+
|
| 40 |
+
<br>
|
| 41 |
+
|
| 42 |
## 📊 Dataset Summary
|
| 43 |
|
| 44 |
**PhysTool-Bench** is a multimodal benchmark designed to evaluate how well Multimodal Large Language Models (MLLMs) perceive, select, and sequence physical tools in real-world scenes. Unlike traditional tool-use benchmarks that focus on digital APIs, this dataset probes an MLLM's ability to ground functional reasoning in cluttered, physical environments.
|
|
|
|
| 139 |
|
| 140 |
## 📜 License
|
| 141 |
|
| 142 |
+
The dataset is released under the **MIT** license.
|