paper-with-me

Papers

Evaluating the Systematic Reasoning Abilities of Large Language Models through Graph Coloring

2025-02-10 · Alex Heyman, Joel Zylberberg

Contemporary large language models are powerful problem-solving tools, but they exhibit weaknesses in their reasoning abilities which ongoing research seeks to mitigate. We investigate graph coloring as a means of evaluating an LLM's capacities for systematic step-by-step reasoning and possibility space exploration, as well as effects of semantic problem framing. We test Claude 3.5 Sonnet, Llama 3.1 405B, Gemini 1.5 Pro, GPT-4o, o1-mini, and DeepSeek-R1 on a dataset of $k$-coloring problems with $2 \leq k \leq 4$ and vertex count $4 \leq n \leq 8$, using partial algorithmic solvers to further categorize problems by difficulty. In addition to substantial but varying framing effects, we find that all models except o1-mini and R1 exhibit $>60\%$ error rates on difficult problem types in all frames ($>15\%$ for o1-mini and $>10\%$ for R1), and no model achieves perfect accuracy even in the simple domain of 2-coloring 4-vertex graphs. Our results highlight both the considerable recent progress in LLM systematic reasoning and the limits of its reliability, especially in relation to increasing computational costs. We expect that more complex graph coloring problems, and procedural generation of arbitrary-complexity reasoning problems more broadly, offer further untapped potential for LLM benchmarking.

📄 PDF Abstract BibTeX arXiv:2502.07087

Code (1)

AlexHeyman/LLMGraphColoring 공식 구현

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

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…

CityBench: Evaluating the Capabilities of Large Language Models for Urban Tasks

2024-06-20 · Jie Feng, Jun Zhang, Tianhui Liu, Xin Zhang 외

Recently, large language models (LLMs) with extensive general knowledge and powerful reasoning abilities have seen rapid development and widespread application. A systematic and reliable evaluation of LLMs or vision-lang…

General KnowledgeHuman DynamicsLanguage ModellingLarge Language Model

Game Reasoning Arena: A Framework and Benchmark for Assessing Reasoning Capabilities of Large Language Models via Game Play

2025-08-05 · Lucia Cipolina-Kun, Marianna Nezhurina, Jenia Jitsev arxiv

The Game Reasoning Arena library provides a framework for evaluating the decision making abilities of large language models (LLMs) through strategic board games implemented in Google OpenSpiel library. The framework enab…

Reinforcement LearningDecision Making

LogicAsker: Evaluating and Improving the Logical Reasoning Ability of Large Language Models

2024-01-01 · Yuxuan Wan, Wenxuan Wang, Yiliu Yang, Youliang Yuan 외

We introduce LogicAsker, a novel approach for evaluating and enhancing the logical reasoning capabilities of large language models (LLMs) such as ChatGPT and GPT-4. Despite LLMs' prowess in tasks like writing assistance,…

Code GenerationIn-Context LearningLogical ReasoningMachine Translation