paper-with-me

홈 › Papers

PuzzleBench: Can LLMs Solve Challenging First-Order Combinatorial Reasoning Problems?

2024-02-04 · Chinmay Mittal, Krishna Kartik, Mausam, Parag Singla

Recent works show that the largest of the large language models (LLMs) can solve many simple reasoning tasks expressed in natural language, without any/much supervision. But, can they also solve challenging first-order combinatorial reasoning problems, such as graph coloring, knapsack and cryptarithmetic? To answer this question, we present PuzzleBench, a dataset of 31 such challenging problems along with a few solved instances for each problem. These problems are all first order, i.e., they can be instantiated with problem instances of varying sizes, and most of them are NP-hard, requiring several reasoning steps to reach the solution. We first observe that LLMs, even when aided by symbolic solvers, perform rather poorly on our dataset. In response, we propose a new approach, Puzzle-LM, which combines LLMs with both symbolic solvers and program interpreters, along with feedback from solved examples, to achieve huge performance gains. Our extensive experimentation and analyses offer new insights into the reasoning abilities and limitations of present-day LLMs.

📄 PDF Abstract BibTeX arXiv:2402.02611

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

PuzzleBench: A Fully Dynamic Evaluation Framework for Large Multimodal Models on Puzzle Solving

2025-04-15 · Zeyu Zhang, Zijian Chen, ZiCheng Zhang, Yuze Sun 외

Large Multimodal Models (LMMs) have demonstrated impressive capabilities across a wide range of multimodal tasks, achieving ever-increasing performance on various evaluation benchmarks. However, existing benchmarks are t…

Logical ReasoningVisual Question Answering (VQA)

Can LLM Aid in Solving Constraints with Inductive Definitions?

2026-03-04 · Weizhi Feng, Shidong Shen, Jiaxiang Liu, Taolue Chen 외 arxiv

Solving constraints involving inductive (aka recursive) definitions is challenging. State-of-the-art SMT/CHC solvers and first-order logic provers provide only limited support for solving such constraints, especially whe…

STEPS: A Benchmark for Order Reasoning in Sequential Tasks

2023-06-07 · Weizhi Wang, Hong Wang, Xifeng Yan

Various human activities can be abstracted into a sequence of actions in natural text, i.e. cooking, repairing, manufacturing, etc. Such action sequences heavily depend on the executing order, while disorder in action se…

In-Context Learning

Large Language Model (LLM) as a System of Multiple Expert Agents: An Approach to solve the Abstraction and Reasoning Corpus (ARC) Challenge

2023-10-08 · John Chong Min Tan, Mehul Motani

We attempt to solve the Abstraction and Reasoning Corpus (ARC) Challenge using Large Language Models (LLMs) as a system of multiple expert agents. Using the flexibility of LLMs to be prompted to do various novel tasks us…

ARCLanguage ModelingLanguage ModellingLarge Language Model+1

TimeToM: Temporal Space is the Key to Unlocking the Door of Large Language Models' Theory-of-Mind

2024-07-01 · Guiyang Hou, Wenqi Zhang, Yongliang Shen, Linjuan Wu 외

Theory of Mind (ToM)-the cognitive ability to reason about mental states of ourselves and others, is the foundation of social interaction. Although ToM comes naturally to humans, it poses a significant challenge to even …