paper-with-me

홈 › Papers

Can LLMs Solve ASP Problems? Insights from a Benchmarking Study (Extended Version)

2025-07-26 · Lin Ren, Guohui Xiao, Guilin Qi, Yishuai Geng, Haohan Xue arxiv

Answer Set Programming (ASP) is a powerful paradigm for non-monotonic reasoning. Recently, large language models (LLMs) have demonstrated promising capabilities in logical reasoning. Despite this potential, current evaluations of LLM capabilities in ASP are often limited. Existing works normally employ overly simplified ASP programs, do not support negation, disjunction, or multiple answer sets. Furthermore, there is a lack of benchmarks that introduce tasks specifically designed for ASP solving. To bridge this gap, we introduce ASPBench, a comprehensive ASP benchmark, including three ASP specific tasks: ASP entailment, answer set verification, and answer set computation. Our extensive evaluations on ASPBench reveal that while 14 state-of-the-art LLMs, including \emph{deepseek-r1}, \emph{o4-mini}, and \emph{gemini-2.5-flash-thinking}, perform relatively well on the first two simpler tasks, they struggle with answer set computation, which is the core of ASP solving. These findings offer insights into the current limitations of LLMs in ASP solving. This highlights the need for new approaches that integrate symbolic reasoning capabilities more effectively. The code and dataset are available at https://github.com/HomuraT/ASPBench.

📄 PDF Abstract BibTeX arXiv:2507.19749

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

CIBench: Evaluating Your LLMs with a Code Interpreter Plugin

2024-07-15 · Chuyu Zhang, Songyang Zhang, Yingfan Hu, Haowen Shen 외

While LLM-Based agents, which use external tools to solve complex problems, have made significant progress, benchmarking their ability is challenging, thereby hindering a clear understanding of their limitations. In this…

Benchmarking

ConvCodeWorld: Benchmarking Conversational Code Generation in Reproducible Feedback Environments

2025-02-27 · Hojae Han, Seung-won Hwang, Rajhans Samdani, Yuxiong He

Large language models (LLMs) have proven invaluable for code generation, particularly in interactive settings. However, existing code generation benchmarks fail to capture the diverse feedback encountered in multi-turn i…

BenchmarkingCode Generation

Exposing the Achilles' Heel: Evaluating LLMs Ability to Handle Mistakes in Mathematical Reasoning

2024-06-16 · Joykirat Singh, Akshay Nambi, Vibhav Vineet

Large Language Models (LLMs) have been applied to Math Word Problems (MWPs) with transformative impacts, revolutionizing how these complex problems are approached and solved in various domains including educational setti…

BenchmarkingMathMathematical Problem-SolvingMathematical Reasoning+2

Large Language Model for Science: A Study on P vs. NP

2023-09-11 · Qingxiu Dong, Li Dong, Ke Xu, Guangyan Zhou 외

In this work, we use large language models (LLMs) to augment and accelerate research on the P versus NP problem, one of the most important open problems in theoretical computer science and mathematics. Specifically, we p…

Language ModelingLanguage ModellingLarge Language Model

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 c…

Question Answering