maghzal commited on
Commit
f896afa
·
1 Parent(s): 0f15559

add README

Browse files
PathEval.png ADDED

Git LFS Details

  • SHA256: 7d14bee5cbf07713ff24beff9709b3e9b79bfe0ee4dbc62c974abaf9ff16cb58
  • Pointer size: 131 Bytes
  • Size of remote file: 143 kB
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # PathEval: A Benchmark for Evaluating Vision-Language Models as Evaluators for Path Planning
6
+
7
+ Despite their promise to perform complex reasoning, large language models (LLMs) have been shown to have limited effectiveness in end-to-end planning. This has inspired an intriguing question: if these models cannot plan well, can they still contribute to the planning framework as a helpful plan evaluator? In this work, we generalize this question to consider LLMs augmented with visual understanding, i.e., Vision-Language Models (VLMs). We introduce PathEval, a novel benchmark evaluating VLMs as plan evaluators in complex path-planning scenarios. Succeeding in the benchmark requires a VLM to be able to abstract traits of optimal paths from the scenario description, demonstrate precise low-level perception on each path, and integrate this information to decide the better path. Our analysis of state-of-the-art VLMs reveals that these models face significant challenges on the benchmark. We observe that the VLMs can precisely abstract given scenarios to identify the desired traits and exhibit mixed performance in integrating the provided information. Yet, their vision component presents a critical bottleneck, with models struggling to perceive low-level details about a path. Our experimental results show that this issue cannot be trivially addressed via end-to-end fine-tuning; rather, task-specific discriminative adaptation of these vision encoders is needed for these VLMs to become effective path evaluators.
training_set_2D_adjusted.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3871732d8b26cabd5506a141be549676f6b538ac8e5b4c15c81e0f8826b1da
3
+ size 19285627
training_set_3D_adjusted.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf730c85ccc7c2a4efba51c69633a4d59a162136dc02c534befb625a51876c0
3
+ size 19002568