paper-with-me

Papers

Towards Automatic Composition of ASP Programs from Natural Language Specifications

2024-03-07 · Manuel Borroto, Irfan Kareem, Francesco Ricca

This paper moves the first step towards automating the composition of Answer Set Programming (ASP) specifications. In particular, the following contributions are provided: (i) A dataset focused on graph-related problem specifications, designed to develop and assess tools for ASP automatic coding; (ii) A two-step architecture, implemented in the NL2ASP tool, for generating ASP programs from natural language specifications. NL2ASP uses neural machine translation to transform natural language into Controlled Natural Language (CNL) statements. Subsequently, CNL statements are converted into ASP code using the CNL2ASP tool. An experiment confirms the viability of the approach.

📄 PDF Abstract BibTeX arXiv:2403.04541

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Local Success Does Not Compose: Benchmarking Large Language Models for Compositional Formal Verification

2025-09-27 · Xu Xu, Xin Li, Xingwei Qu, Jie Fu 외 arxiv

We introduce DafnyCOMP, a benchmark for evaluating large language models (LLMs) on compositional specification generation in Dafny. Unlike prior benchmarks that focus on single-function tasks, DafnyCOMP targets programs …

Code Generation

Modelling Natural Language, Programs, and their Intersection

2018-06-01 · NAACL 2018 6 · Graham Neubig, Miltiadis Allamanis

As computers and information grow a more integral part of our world, it is becoming more and more important for humans to be able to interact with their computers in complex ways. One way to do so is by programming, but …

Semantic ParsingText Generation

Joint Verification and Refinement of Language Models for Safety-Constrained Planning

2024-10-18 · Yunhao Yang, William Ward, Zichao Hu, Joydeep Biswas 외

Although pre-trained language models can generate executable plans (e.g., programmatic policies) for solving robot tasks, the generated plans may violate task-relevant logical specifications due to the models' black-box …

Language ModelingLanguage Modelling

ARM-FM: Automated Reward Machines via Foundation Models for Compositional Reinforcement Learning

2025-10-16 · Roger Creus Castanyer, Faisal Mohamed, Pablo Samuel Castro, Cyrus Neary 외 arxiv

Reinforcement learning (RL) algorithms are highly sensitive to reward function specification, which remains a central challenge limiting their broad applicability. We present ARM-FM: Automated Reward Machines via Foundat…

Zero-shot GeneralizationReinforcement Learning

miniCodeProps: a Minimal Benchmark for Proving Code Properties

2024-06-16 · Evan Lohn, Sean Welleck

AI agents have shown initial promise in automating mathematical theorem proving in proof assistants such as Lean. The same proof assistants can be used to verify the correctness of code by pairing code with specification…

AI AgentAutomated Theorem Proving