paper-with-me

Papers

Generalized Planning for the Abstraction and Reasoning Corpus

2024-01-15 · Chao Lei, Nir Lipovetzky, Krista A. Ehinger

The Abstraction and Reasoning Corpus (ARC) is a general artificial intelligence benchmark that poses difficulties for pure machine learning methods due to its requirement for fluid intelligence with a focus on reasoning and abstraction. In this work, we introduce an ARC solver, Generalized Planning for Abstract Reasoning (GPAR). It casts an ARC problem as a generalized planning (GP) problem, where a solution is formalized as a planning program with pointers. We express each ARC problem using the standard Planning Domain Definition Language (PDDL) coupled with external functions representing object-centric abstractions. We show how to scale up GP solvers via domain knowledge specific to ARC in the form of restrictions over the actions model, predicates, arguments and valid structure of planning programs. Our experiments demonstrate that GPAR outperforms the state-of-the-art solvers on the object-centric tasks of the ARC, showing the effectiveness of GP and the expressiveness of PDDL to model ARC problems. The challenges provided by the ARC benchmark motivate research to advance existing GP solvers and understand new relations with other planning computational models. Code is available at github.com/you68681/GPAR.

📄 PDF Abstract BibTeX arXiv:2401.07426

Code (1)

you68681/gpar 공식 구현

Tasks

ARCvalid

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Automatic Verification of Sound Abstractions for Generalized Planning

2022-05-24 · Zhenhe Cui, Weidu Kuang, Yongmei Liu

Generalized planning studies the computation of general solutions for a set of planning problems. Computing general solutions with correctness guarantee has long been a key issue in generalized planning. Abstractions are…

An Automatic Sound and Complete Abstraction Method for Generalized Planning with Baggable Types

2025-01-25 · Hao Dong, Zheyuan Shi, Hemeng Zeng, Yongmei Liu

Generalized planning is concerned with how to find a single plan to solve multiple similar planning instances. Abstractions are widely used for solving generalized planning, and QNP (qualitative numeric planning) is a po…

Guarantees for Sound Abstractions for Generalized Planning (Extended Paper)

2019-05-28 · Blai Bonet, Raquel Fuentetaja, Yolanda E-Martin, Daniel Borrajo

Generalized planning is about finding plans that solve collections of planning instances, often infinite collections, rather than single instances. Recently it has been shown how to reduce the planning problem for genera…

Abstraction Generation for Generalized Planning with Pretrained Large Language Models

2026-02-11 · Zhenhe Cui, Huaxiang Xia, Hangjun Shen, Kailun Luo 외 arxiv

Qualitative Numerical Planning (QNP) serves as an important abstraction model for generalized planning (GP), which aims to compute general plans that solve multiple instances at once. Recent works show that large languag…

Compositional planning in Markov decision processes: Temporal abstraction meets generalized logic composition

2018-10-05 · Xuan Liu, Jie Fu

In hierarchical planning for Markov decision processes (MDPs), temporal abstraction allows planning with macro-actions that take place at different time scale in form of sequential composition. In this paper, we propose …