paper-with-me

홈 › Papers

Planetarium: A Rigorous Benchmark for Translating Text to Structured Planning Languages

2024-07-03 · Max Zuo, Francisco Piedrahita Velez, Xiaochen Li, Michael L. Littman, Stephen H. Bach

Many recent works have explored using language models for planning problems. One line of research focuses on translating natural language descriptions of planning tasks into structured planning languages, such as the planning domain definition language (PDDL). While this approach is promising, accurately measuring the quality of generated PDDL code continues to pose significant challenges. First, generated PDDL code is typically evaluated using planning validators that check whether the problem can be solved with a planner. This method is insufficient because a language model might generate valid PDDL code that does not align with the natural language description of the task. Second, existing evaluation sets often have natural language descriptions of the planning task that closely resemble the ground truth PDDL, reducing the challenge of the task. To bridge this gap, we introduce \benchmarkName, a benchmark designed to evaluate language models' ability to generate PDDL code from natural language descriptions of planning tasks. We begin by creating a PDDL equivalence algorithm that rigorously evaluates the correctness of PDDL code generated by language models by flexibly comparing it against a ground truth PDDL. Then, we present a dataset of $132,037$ text-to-PDDL pairs across 13 different tasks, with varying levels of difficulty. Finally, we evaluate several API-access and open-weight language models that reveal this task's complexity. For example, $87.6\%$ of the PDDL problem descriptions generated by GPT-4o are syntactically parseable, $82.2\%$ are valid, solve-able problems, but only $35.1\%$ are semantically correct, highlighting the need for a more rigorous benchmark for this problem.

📄 PDF Abstract BibTeX arXiv:2407.03321

Code (1)

batsresearch/planetarium 공식 구현

Tasks

Language Modellingvalid

Similar Papers 제목 키워드 기반

Grounded Evaluation and Repair for NL-to-PDDL Problem Generation

2026-09-09 · Joana Rosa, Pedro Santos, Valdemar Oliveira, Romão Silva 외 arxiv

Large Language Models (LLMs) have shown promise for translating Natural Language (NL) planning descriptions into PDDL problem instances. However, standard evaluation criteria such as syntactic validity or planner success…

$π^2$: Structure-Originated Reasoning Data Improves Long-Context Reasoning Ability of Large Language Models

2026-04-06 · Quyet V. Do, Thinh Pham, Nguyen Nguyen, Sha Li 외 arxiv

We study a pipeline that curates reasoning data from initial structured data for improving long-context reasoning in large language models (LLMs). Our approach, $π^2$, constructs high-quality reasoning data through rigor…

Characteristics of Harmful Text: Towards Rigorous Benchmarking of Language Models

2022-06-16 · Maribeth Rauh, John Mellor, Jonathan Uesato, Po-Sen Huang 외

Large language models produce human-like text that drive a growing number of applications. However, recent literature and, increasingly, real world observations, have demonstrated that these models can generate language …

BenchmarkingLanguage ModelingLanguage ModellingTranslation

AssertLLM2: A Comprehensive LLM Benchmark for Assertion Generation from Design Specifications

2026-05-26 · Yuchao Wu, Wenji Fang, Jing Wang, Wenkai Li 외 arxiv

Assertion-based verification (ABV) is a cornerstone of modern hardware design, yet manually translating design intent into formal SystemVerilog Assertions (SVAs) remains labor-intensive and error-prone. While Large Langu…

SketchAgent: Generating Structured Diagrams from Hand-Drawn Sketches

2025-08-02 · Cheng Tan, Qi Chen, Jingxuan Wei, Gaowei Wu 외 arxiv

Hand-drawn sketches are a natural and efficient medium for capturing and conveying ideas. Despite significant advancements in controllable natural image generation, translating freehand sketches into structured, machine-…

Image Generation