File size: 1,174 Bytes
03eb9fd eaeb642 03eb9fd eaeb642 03eb9fd eaeb642 03eb9fd | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ---
license: cc-by-sa-4.0
---
# MVToolBench: Benchmarking Multiple Tool Usage
## Thinking with Programming Vision: Towards a Unified View for Thinking with Images
- **Paper**: https://arxiv.org/abs/2512.03746
- **Code**: https://github.com/ByteDance-BandAI/CodeVision
## Dataset Details
An example:
```json
extra_info:
{
'answer': 'park',
'bbox': [1060, 82, 1072, 286],
'dataset_name': 'hiertext',
'index': 0,
'question': 'What is the shortest word on the line that starts with the text "LANDSCAPE..."?',
'split': 'train',
'transform': ['crop', 'rotate_90']
}
prompt:
[{
'content': '<image>\nWhat is the shortest word on the line that starts with the text "LANDSCAPE..."?',
'role': 'user'
}]
```
The red box (in `extra_info` `bbox`) is the answer region.

## Citation
If you find the dataset useful, please cite the paper:
```bibtex
@article{guo2025thinking,
title={Thinking with Programming Vision: Towards a Unified View for Thinking with Images},
author={Guo, Zirun and Hong, Minjie and Zhang, Feng and Jia, Kai and Jin, Tao},
journal={arXiv preprint arXiv:2512.03746},
year={2025}
}
``` |