paper-with-me

Papers

GameTraversalBenchmark: Evaluating Planning Abilities Of Large Language Models Through Traversing 2D Game Maps

2024-10-10 · Muhammad Umair Nasir, Steven James, Julian Togelius

Large language models (LLMs) have recently demonstrated great success in generating and understanding natural language. While they have also shown potential beyond the domain of natural language, it remains an open question as to what extent and in which way these LLMs can plan. We investigate their planning capabilities by proposing GameTraversalBenchmark (GTB), a benchmark consisting of diverse 2D grid-based game maps. An LLM succeeds if it can traverse through given objectives, with a minimum number of steps and a minimum number of generation errors. We evaluate a number of LLMs on GTB and found that GPT-4-Turbo achieved the highest score of 44.97% on GTB\_Score (GTBS), a composite score that combines the three above criteria. Furthermore, we preliminarily test large reasoning models, namely o1, which scores $67.84\%$ on GTBS, indicating that the benchmark remains challenging for current models. Code, data, and documentation are available at https://github.com/umair-nasir14/Game-Traversal-Benchmark.

📄 PDF Abstract BibTeX arXiv:2410.07765

Code (1)

umair-nasir14/game-traversal-benchmark 공식 구현

Similar Papers 제목 키워드 기반

PlanBench: An Extensible Benchmark for Evaluating Large Language Models on Planning and Reasoning about Change

2022-06-21 · NeurIPS 2023 11 · Karthik Valmeekam, Matthew Marquez, Alberto Olmo, Sarath Sreedharan 외

Generating plans of action, and reasoning about change have long been considered a core competence of intelligent agents. It is thus no surprise that evaluating the planning and reasoning capabilities of large language m…

Common Sense ReasoningDiversityWorld Knowledge

SokoBench: Evaluating Long-Horizon Planning and Reasoning in Large Language Models

2026-01-28 · Sebastiano Monti, Carlo Nicolini, Gianni Pellegrini, Jacopo Staiano 외 arxiv

Although the capabilities of large language models have been increasingly tested on complex reasoning tasks, their long-horizon planning abilities have not yet been extensively investigated. In this work, we provide a sy…

Evaluating Cognitive Maps and Planning in Large Language Models with CogEval

2023-09-25 · NeurIPS 2023 11

Recently an influx of studies claim emergent cognitive abilities in large language models (LLMs). Yet, most rely on anecdotes, overlook contamination of training sets, or lack systematic Evaluation involving multiple tas…

PlanGPT: Enhancing Urban Planning with Tailored Language Model and Efficient Retrieval

2024-02-29 · He Zhu, Wenjia Zhang, Nuoxian Huang, Boyang Li 외

In the field of urban planning, general-purpose large language models often struggle to meet the specific needs of planners. Tasks like generating urban planning texts, retrieving related information, and evaluating plan…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

What's the Plan? Evaluating and Developing Planning-Aware Techniques for Language Models

2024-02-18 · Eran Hirsch, Guy Uziel, Ateret Anaby-Tavor

Planning is a fundamental task in artificial intelligence that involves finding a sequence of actions that achieve a specified goal in a given environment. Large language models (LLMs) are increasingly used for applicati…