paper-with-me

Papers

LLM-A*: Large Language Model Enhanced Incremental Heuristic Search on Path Planning

2024-06-20 · Silin Meng, Yiwei Wang, Cheng-Fu Yang, Nanyun Peng, Kai-Wei Chang

Path planning is a fundamental scientific problem in robotics and autonomous navigation, requiring the derivation of efficient routes from starting to destination points while avoiding obstacles. Traditional algorithms like A* and its variants are capable of ensuring path validity but suffer from significant computational and memory inefficiencies as the state space grows. Conversely, large language models (LLMs) excel in broader environmental analysis through contextual understanding, providing global insights into environments. However, they fall short in detailed spatial and temporal reasoning, often leading to invalid or inefficient routes. In this work, we propose LLM-A*, an new LLM based route planning method that synergistically combines the precise pathfinding capabilities of A* with the global reasoning capability of LLMs. This hybrid approach aims to enhance pathfinding efficiency in terms of time and space complexity while maintaining the integrity of path validity, especially in large-scale scenarios. By integrating the strengths of both methodologies, LLM-A* addresses the computational and memory limitations of conventional algorithms without compromising on the validity required for effective pathfinding.

📄 PDF Abstract BibTeX arXiv:2407.02511

Code (1)

SilinMeng0510/llm-astar 공식 구현

Tasks

Autonomous NavigationHeuristic SearchLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

MMP-A*: Multimodal Perception Enhanced Incremental Heuristic Search on Path Planning

2026-01-05 · Minh Hieu Ha, Khanh Ly Ta, Hung Phan, Tung Doan 외 arxiv

Autonomous path planning requires a synergy between global reasoning and geometric precision, especially in complex or cluttered environments. While classical A* is valued for its optimality, it incurs prohibitive comput…

Computational Efficiency

KBQA-o1: Agentic Knowledge Base Question Answering with Monte Carlo Tree Search

2025-01-31 · Haoran Luo, Haihong E, Yikai Guo, Qika Lin 외

Knowledge Base Question Answering (KBQA) aims to answer natural language questions with a large-scale structured knowledge base (KB). Despite advancements with large language models (LLMs), KBQA still faces challenges in…

Heuristic SearchKnowledge Base Question AnsweringQuestion Answering

Incremental Clustering and Expansion for Faster Optimal Planning in Dec-POMDPs

2014-02-04 · Frans Adriaan Oliehoek, Matthijs T. J. Spaan, Christopher Amato, Shimon Whiteson

This article presents the state-of-the-art in optimal solution methods for decentralized partially observable Markov decision processes (Dec-POMDPs), which are general models for collaborative multiagent planning under u…

Clustering

REMoH: A Reflective Evolution of Multi-objective Heuristics approach via Large Language Models

2025-06-09 · Diego Forniés-Tabuenca, Alejandro Uribe, Urtzi Otamendi, Arkaitz Artetxe 외

Multi-objective optimization is fundamental in complex decision-making tasks. Traditional algorithms, while effective, often demand extensive problem-specific modeling and struggle to adapt to nonlinear structures. Recen…

BenchmarkingDecision MakingDiversityJob Shop Scheduling+1

A Training Data Recipe to Accelerate A* Search with Language Models

2024-07-13 · Devaansh Gupta, Boyang Li

Combining Large Language Models (LLMs) with heuristic search algorithms like A* holds the promise of enhanced LLM reasoning and scalable inference. To accelerate training and reduce computational demands, we investigate …

Heuristic SearchLanguage ModellingSokoban