--- language: - en license: cc-by-nc-4.0 size_categories: - 1K { "questions": [ { "image_index" : str, image ID "question_index" : str, question ID "image" : PIL Image, image for query "question" : str, query "answer_type" : str, expected answer type - {int, float, str} "answer" : str|int|float, ground truth response to the query }, { ... }, ... ] } ``` ## Citation If you use the Omni3D-Bench dataset in your research, please use the following BibTeX entry. ```bibtex @misc{marsili2025visualagenticaispatial, title={Visual Agentic AI for Spatial Reasoning with a Dynamic API}, author={Damiano Marsili and Rohun Agrawal and Yisong Yue and Georgia Gkioxari}, year={2025}, eprint={2502.06787}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2502.06787}, } ```