paper-with-me

홈 › Papers

Automated Generation of MDPs Using Logic Programming and LLMs for Robotic Applications

2025-11-28 · Enrico Saccon, Davide De Martini, Matteo Saveriano, Edoardo Lamon, Luigi Palopoli, Marco Roveri arxiv

We present a novel framework that integrates Large Language Models (LLMs) with automated planning and formal verification to streamline the creation and use of Markov Decision Processes (MDP). Our system leverages LLMs to extract structured knowledge in the form of a Prolog knowledge base from natural language (NL) descriptions. It then automatically constructs an MDP through reachability analysis, and synthesises optimal policies using the Storm model checker. The resulting policy is exported as a state-action table for execution. We validate the framework in three human-robot interaction scenarios, demonstrating its ability to produce executable policies with minimal manual effort. This work highlights the potential of combining language models with formal methods to enable more accessible and scalable probabilistic planning in robotics.

📄 PDF Abstract BibTeX arXiv:2511.23143

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bourbaki: Self-Generated and Goal-Conditioned MDPs for Theorem Proving

2025-07-03 · Matthieu Zimmer, Xiaotong Ji, Rasul Tutunov, Anthony Bordg 외 arxiv

Reasoning remains a challenging task for large language models (LLMs), especially within the logically constrained environment of automated theorem proving (ATP), due to sparse rewards and the vast scale of proofs. These…

Automated Theorem Proving

LLM-ARC: Enhancing LLMs with an Automated Reasoning Critic

2024-06-25 · Aditya Kalyanpur, Kailash Karthik Saravanakumar, Victor Barres, Jennifer Chu-Carroll 외

We introduce LLM-ARC, a neuro-symbolic framework designed to enhance the logical reasoning capabilities of Large Language Models (LLMs), by combining them with an Automated Reasoning Critic (ARC). LLM-ARC employs an Acto…

ARCLogical Reasoning

Infinite-Instruct: Synthesizing Scaling Code instruction Data with Bidirectional Synthesis and Static Verification

2025-05-29 · Wenjing Xing, Wenke Lu, Yeheng Duan, Bing Zhao 외

Traditional code instruction data synthesis methods suffer from limited diversity and poor logic. We introduce Infinite-Instruct, an automated framework for synthesizing high-quality question-answer pairs, designed to en…

Code Generation

Exploring Code Language Models for Automated HLS-based Hardware Generation: Benchmark, Infrastructure and Analysis

2025-02-19 · Jiahao Gai, Hao Mark Chen, Zhican Wang, HongYu Zhou 외

Recent advances in code generation have illuminated the potential of employing large language models (LLMs) for general-purpose programming languages such as Python and C++, opening new opportunities for automating softw…

Code GenerationHigh-Level Synthesis

Bounded Approximate Symbolic Dynamic Programming for Hybrid MDPs

2013-09-26 · Luis Gustavo Vianna, Scott Sanner, Leliane Nunes de Barros

Recent advances in symbolic dynamic programming (SDP) combined with the extended algebraic decision diagram (XADD) data structure have provided exact solutions for mixed discrete and continuous (hybrid) MDPs with piecewi…