paper-with-me

Papers

Procedural Adherence and Interpretability Through Neuro-Symbolic Generative Agents

2024-02-24 · Raven Rothkopf, Hannah Tongxin Zeng, Mark Santolucito

The surge in popularity of large language models (LLMs) has opened doors for new approaches to the creation of interactive agents. However, managing and interpreting the temporal behavior of such agents over the course of a potentially infinite interaction remain challenging. The stateful, long-term horizon reasoning required for coherent agent behavior does not fit well into the LLM paradigm. We propose a combination of formal logic-based program synthesis and LLM content generation to bring guarantees of procedural adherence and interpretability to generative agent behavior. To illustrate the benefit of procedural adherence and interpretability, we use Temporal Stream Logic (TSL) to generate an automaton that enforces an interpretable, high-level temporal structure on an agent. With the automaton tracking the context of the interaction and making decisions to guide the conversation accordingly, we can drive content generation in a way that allows the LLM to focus on a shorter context window. We evaluated our approach on different tasks involved in creating an interactive agent specialized for generating choose-your-own-adventure games. We found that over all of the tasks, an automaton-enhanced agent with procedural guarantees achieves at least 96% adherence to its temporal constraints, whereas a purely LLM-based agent demonstrates as low as 14.67% adherence.

📄 PDF Abstract BibTeX arXiv:2402.16905

Code (0)

등록된 구현이 없습니다.

Tasks

Formal LogicProgram Synthesis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

NeSyPr: Neurosymbolic Proceduralization For Efficient Embodied Reasoning

2025-10-22 · Wonje Choi, Jooyoung Kim, Honguk Woo arxiv

We address the challenge of adopting language models (LMs) for embodied tasks in dynamic environments, where online access to large-scale inference engines or symbolic planners is constrained due to latency, connectivity…

Neuro-Symbolic Procedural Planning with Commonsense Prompting

2022-06-06 · Yujie Lu, Weixi Feng, Wanrong Zhu, Wenda Xu 외

Procedural planning aims to implement complex high-level goals by decomposition into sequential simpler low-level steps. Although procedural planning is a basic skill set for humans in daily life, it remains a challenge …

Graph Sampling

FaçAID: A Transformer Model for Neuro-Symbolic Facade Reconstruction

2024-06-03 · Aleksander Plocharski, Jan Swidzinski, Joanna Porter-Sobieraj, Przemyslaw Musialski

We introduce a neuro-symbolic transformer-based model that converts flat, segmented facade structures into procedural definitions using a custom-designed split grammar. To facilitate this, we first develop a semi-complex…

Neurosymbolic Information Extraction from Transactional Documents

2025-12-10 · Arthur Hemmer, Mickaël Coustaty, Nicola Bartolo, Jean-Marc Ogier arxiv

This paper presents a neurosymbolic framework for information extraction from documents, evaluated on transactional documents. We introduce a schema-based approach that integrates symbolic validation methods to enable mo…

Knowledge DistillationInformation Extraction

Learning Structured Robot Policies from Vision-Language Models via Synthetic Neuro-Symbolic Supervision

2026-04-03 · Alessandro Adami, Tommaso Tubaldo, Marco Todescato, Ruggero Carli 외 arxiv

Vision-Language Models (VLMs) have recently demonstrated strong capabilities in mapping multimodal observations to robot behaviors. However, most current approaches rely on end-to-end visuomotor policies that remain opaq…