Add link to paper, correct task category

#3
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- license: cc-by-nc-4.0
3
- task_categories:
4
- - visual-question-answering
5
  language:
6
  - en
 
7
  size_categories:
8
  - 1K<n<10K
 
 
9
  dataset_info:
10
  features:
11
  - name: image_index
@@ -32,8 +32,9 @@ configs:
32
  - split: train
33
  path: data/train-*
34
  ---
 
35
  # Omni3D-Bench
36
- This repository contains the Omni3D-Bench dataset introduced in the paper [Visual Agentic AI for Spatial Reasoning with a Dynamic API]() Omni3D-Bench contains 500 challenging (image, question, answer) tuples of diverse, real-world scenes sourced from [Omni3D](https://github.com/facebookresearch/omni3d) for complex 3D spatial reasoning.
37
 
38
  View samples from the dataset [here](https://glab-caltech.github.io/vadar/omni3d-bench.html).
39
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: cc-by-nc-4.0
5
  size_categories:
6
  - 1K<n<10K
7
+ task_categories:
8
+ - image-question-answering
9
  dataset_info:
10
  features:
11
  - name: image_index
 
32
  - split: train
33
  path: data/train-*
34
  ---
35
+
36
  # Omni3D-Bench
37
+ This repository contains the Omni3D-Bench dataset introduced in the paper [Visual Agentic AI for Spatial Reasoning with a Dynamic API](https://huggingface.co/papers/2502.06787) Omni3D-Bench contains 500 challenging (image, question, answer) tuples of diverse, real-world scenes sourced from [Omni3D](https://github.com/facebookresearch/omni3d) for complex 3D spatial reasoning.
38
 
39
  View samples from the dataset [here](https://glab-caltech.github.io/vadar/omni3d-bench.html).
40