weikaih commited on
Commit
fbe05d4
·
verified ·
1 Parent(s): 27bb4a5

Add VSI-Bench Navigation QA Dataset v3 with movement type filtering and factual error fixes

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: answer
7
+ dtype: string
8
+ - name: choices
9
+ sequence: string
10
+ - name: frames
11
+ sequence: string
12
+ - name: topdown_map
13
+ dtype: image
14
+ - name: scene_name
15
+ dtype: string
16
+ - name: trajectory_id
17
+ dtype: string
18
+ - name: question_type
19
+ dtype: string
20
+ - name: difficulty
21
+ dtype: string
22
+ - name: total_frames
23
+ dtype: int64
24
+ - name: movement_type
25
+ dtype: string
26
+ - name: metadata
27
+ struct:
28
+ - name: frame_count
29
+ dtype: int64
30
+ - name: generation_method
31
+ dtype: string
32
+ - name: has_topdown_map
33
+ dtype: bool
34
+ - name: movement_type
35
+ dtype: string
36
+ - name: question_metadata
37
+ struct:
38
+ - name: actual_relative_position
39
+ dtype: string
40
+ - name: categories
41
+ sequence: string
42
+ - name: category
43
+ dtype: string
44
+ - name: choices
45
+ sequence: string
46
+ - name: correct_count
47
+ dtype: int64
48
+ - name: correct_direction
49
+ dtype: string
50
+ - name: correct_order
51
+ sequence: string
52
+ - name: correct_turn
53
+ dtype: string
54
+ - name: count
55
+ dtype: int64
56
+ - name: direction_source
57
+ dtype: string
58
+ - name: end_frame
59
+ dtype: int64
60
+ - name: end_obj
61
+ dtype: string
62
+ - name: frame_idx
63
+ dtype: int64
64
+ - name: frame_indices
65
+ sequence: int64
66
+ - name: frame_number
67
+ dtype: int64
68
+ - name: mid_frame
69
+ dtype: int64
70
+ - name: mid_obj
71
+ dtype: string
72
+ - name: movement_distances
73
+ sequence: float64
74
+ - name: objects
75
+ sequence: string
76
+ - name: orienting_obj
77
+ dtype: string
78
+ - name: pixel_coverage
79
+ dtype: float64
80
+ - name: positioning_obj
81
+ dtype: string
82
+ - name: query_angle
83
+ dtype: float64
84
+ - name: query_angle_degrees
85
+ dtype: float64
86
+ - name: query_obj
87
+ dtype: string
88
+ - name: query_obj_distance
89
+ dtype: float64
90
+ - name: query_obj_semantic_id
91
+ dtype: string
92
+ - name: question_index
93
+ dtype: int64
94
+ - name: route_length
95
+ dtype: int64
96
+ - name: start_frame
97
+ dtype: int64
98
+ - name: start_obj
99
+ dtype: string
100
+ - name: template
101
+ dtype: string
102
+ - name: turn_angle_degrees
103
+ dtype: float64
104
+ - name: turn_angle_radians
105
+ dtype: float64
106
+ - name: type
107
+ dtype: string
108
+ - name: warning
109
+ dtype: string
110
+ - name: task_type
111
+ dtype: string
112
+ splits:
113
+ - name: train
114
+ num_bytes: 10357186079.115404
115
+ num_examples: 26628
116
+ - name: validation
117
+ num_bytes: 1306723174.831553
118
+ num_examples: 3328
119
+ - name: test
120
+ num_bytes: 1285308737.151043
121
+ num_examples: 3330
122
+ download_size: 11899927529
123
+ dataset_size: 12949217991.098
124
+ configs:
125
+ - config_name: default
126
+ data_files:
127
+ - split: train
128
+ path: data/train-*
129
+ - split: validation
130
+ path: data/validation-*
131
+ - split: test
132
+ path: data/test-*
133
+ ---
data/test-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd608719f91dc8928b311c9b75ac86e1c4692d3dd28509477d14e564c98abb13
3
+ size 402021977
data/test-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70eb3b115c0eb696e72352d60ae35a87644963ba9e14e1248a5a82cd6ff5c346
3
+ size 393620040
data/test-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5beca5b65c49c27b5b6809200c3bf943853d455e2a5c985176ebdc9a088541d
3
+ size 386492013
data/train-00000-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc0a173e366ddbc15afdd5160ca8b645a4e896c002ad0c02f774a4a573e030b
3
+ size 461211419
data/train-00001-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4330d1b19dd8670bbdf5e8e96b8dce38d764f529cfd6f78457d7c831232d4a
3
+ size 450776378
data/train-00002-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a42f3bde17ab0ca9b5b3c70f4ef5e9bcb2b22270ca0fc0fd3b8aa25aaa6c2b7
3
+ size 445911396
data/train-00003-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2367b488ccbaee6f2c5983e3fc2bc9ff41e4095ce937f9e687c3a5aae262d92c
3
+ size 447887049
data/train-00004-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c859eacc55d846ca518f156709b21abe48f7dd7353d7274d1fdf3276574315ed
3
+ size 447318320
data/train-00005-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fac100c795a08817d00417cc605fc03662029f5050e125ed692f5ca1e47f786
3
+ size 456428800
data/train-00006-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c94166940000b50ba4ff78a345cb2e9f92a75a42c7a6ffe4cd3089126eb719
3
+ size 472394290
data/train-00007-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22faaaf0f303819ddfb34f5748dfd780b3d8b041db1225938344fb0b89d3514e
3
+ size 463918238
data/train-00008-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec954d6b9d399da6121e80094813d2df51d48299fe1581e03c67f5747c6c12ac
3
+ size 461692676
data/train-00009-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae79736ebb26cb3b3a211f274a39abeabf41bdd7ea18278fb59189d927da356
3
+ size 438193607
data/train-00010-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f8aba9827359a6a1c2d6e3f4af9c1ab848eaadec15402a74a5aea35caf758e2
3
+ size 444300795
data/train-00011-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ffa543e97b722b4d2750e392171c5ece2eda6d0c9096fe750fc1092cba41a7
3
+ size 461102190
data/train-00012-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d723e42046fd156fff9d24c543bb54fa4bf338d3ec99d0c7930c0c18fd79c12
3
+ size 450327499
data/train-00013-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9272865badbc5e1e6c3aba96b0b1a7f609638754cf02267bb97f73155e88e2
3
+ size 456067289
data/train-00014-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf71fcbaa16039bdcc6f27674ed84f3115f6e253da9d8f1b8db0ed3f49a83dae
3
+ size 431795060
data/train-00015-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e23bff95bf9ac1a693b9cf782e177fd767fc618498218fc366769017e45fead
3
+ size 457816828
data/train-00016-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693fe2462afa4450f1f97adbf8c42f3550f76e29a6e7d6acc5959e9282b266a0
3
+ size 445686632
data/train-00017-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4fc91ee0f8f44ac47a0111fa556f514d377b9a25d2779985ba7487cd8ed4fed
3
+ size 459048928
data/train-00018-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d030a9f701598450c895153b910e3cc90f8ccaa3462325ed0a79ab4f30fda020
3
+ size 450551640
data/train-00019-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7325f4d2b027ff3e08cf3e7525dc65622c5c1ae7b40e0d632300a3232e18f502
3
+ size 458957802
data/train-00020-of-00021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25785ca52533dac43b23f9cf9afc9764d99d17aeaeaa77d8853d8bd44ea5d6f5
3
+ size 451343355
data/validation-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3057374b3c7b8b1e76450b801a15531ed4a210eaaea2384fed8dbe1973e9c154
3
+ size 402820936
data/validation-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95bc815e5013f0056e9cacefb2c63e0990255d0f43ac9cd46bc7d1a13f2daf22
3
+ size 400992380
data/validation-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a51b1899220f84356795743964aaadf9b79419a9c8e4f2ad64673447ee7b8dc8
3
+ size 401249992