Inference
LLM-Aided A* Search in Non-Geometric Network Graphs
The article introduces an LLM-aided A* search algorithm designed for non-geometric network graphs, where edge weights represent metrics such as latency or cost. By utilizing large language models to generate intermediate waypoints and employing landmark distances as an admissible heuristic, the approach significantly reduces the number of expanded nodes by approximately 50% with only a slight increase in path cost. This research highlights the effectiveness of integrating LLMs with traditional search algorithms, offering a promising avenue for enhancing network optimization strategies in scenarios lacking geometric distance information.
shortest-pathnon-geometricllm