paper-with-me

Papers

Guiding LLM Temporal Logic Generation with Explicit Separation of Data and Control

2024-06-11 · William Murphy, Nikolaus Holzer, Nathan Koenig, Leyi Cui, Raven Rothkopf, Feitong Qiao, Mark Santolucito

Temporal logics are powerful tools that are widely used for the synthesis and verification of reactive systems. The recent progress on Large Language Models (LLMs) has the potential to make the process of writing such specifications more accessible. However, writing specifications in temporal logics remains challenging for all but the most expert users. A key question in using LLMs for temporal logic specification engineering is to understand what kind of guidance is most helpful to the LLM and the users to easily produce specifications. Looking specifically at the problem of reactive program synthesis, we explore the impact of providing an LLM with guidance on the separation of control and data--making explicit for the LLM what functionality is relevant for the specification, and treating the remaining functionality as an implementation detail for a series of pre-defined functions and predicates. We present a benchmark set and find that this separation of concerns improves specification generation. Our benchmark provides a test set against which to verify future work in LLM generation of temporal logic specifications.

📄 PDF Abstract BibTeX arXiv:2406.07400

Code (0)

등록된 구현이 없습니다.

Tasks

Program Synthesis

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

On Tackling Complex Tasks with Reward Machines and Signal Temporal Logics

2026-04-09 · Ana María Gómez Ruiz, Thao Dang, Alexandre Donzé arxiv

We propose a Reinforcement Learning (RL) based control design framework for handling complex tasks. The approach extends the concept of Reward Machines (RM) with Signal Temporal Logic (STL) formulas that can be used for …

Reinforcement Learning

Talking Head Generation via AU-Guided Landmark Prediction

2025-09-24 · Shao-Yu Chang, Jingyi Xu, Hieu Le, Dimitris Samaras arxiv

We propose a two-stage framework for audio-driven talking head generation with fine-grained expression control via facial Action Units (AUs). Unlike prior methods relying on emotion labels or implicit AU conditioning, ou…

Talking Head Generation

Bringing The Consistency Gap: Explicit Structured Memory for Interleaved Image-Text Generation

2025-10-13 · Zeteng Lin, Xingxing Li, Wen You, Xiaoyang Li 외 arxiv

Existing Vision Language Models (VLMs) often struggle to preserve logic, entity identity, and artistic style during extended, interleaved image-text interactions. We identify this limitation as "Multimodal Context Drift"…

multimodal generationText Generation

Guiding Neuro-Symbolic Scenario Generation with Spatio-Temporal Logic

2026-05-18 · Lorenzo Bonin, Francesco Giacomarra, Luca Bortolussi, Jyotirmoy V. Deshmukh 외 arxiv

The rapid advancement of autonomous driving (AD) technologies has outpaced the development of robust safety evaluation methods. Conventional testing relies on exposing AD systems to vast numbers of real-world traffic sce…

Autonomous Driving

T-CPDL: A Temporal Causal Probabilistic Description Logic for Developing Logic-RAG Agent

2025-06-23 · Hong Qing Yu

Large language models excel at generating fluent text but frequently struggle with structured reasoning involving temporal constraints, causal relationships, and probabilistic reasoning. To address these limitations, we …

Causal InferenceDecision MakingRAGRetrieval-augmented Generation