paper-with-me

Papers

Formally Specifying the High-Level Behavior of LLM-Based Agents

2023-10-12 · Maxwell Crouse, Ibrahim Abdelaziz, Ramon Astudillo, Kinjal Basu, Soham Dan, Sadhana Kumaravel, Achille Fokoue, Pavan Kapanipathi, Salim Roukos, Luis Lastras

Autonomous, goal-driven agents powered by LLMs have recently emerged as promising tools for solving challenging problems without the need for task-specific finetuned models that can be expensive to procure. Currently, the design and implementation of such agents is ad hoc, as the wide variety of tasks that LLM-based agents may be applied to naturally means there can be no one-size-fits-all approach to agent design. In this work we aim to alleviate the difficulty of designing and implementing new agents by proposing a minimalistic generation framework that simplifies the process of building agents. The framework we introduce allows the user to define desired agent behaviors in a high-level, declarative specification that is then used to construct a decoding monitor which guarantees the LLM will produce an output exhibiting the desired behavior. Our declarative approach, in which the behavior is described without concern for how it should be implemented or enforced, enables rapid design, implementation, and experimentation with different LLM-based agents. We demonstrate how the proposed framework can be used to implement recent LLM-based agents (e.g., ReACT), and show how the flexibility of our approach can be leveraged to define a new agent with more complex behavior, the Plan-Act-Summarize-Solve (PASS) agent. Lastly, we demonstrate that our method outperforms other agents on multiple popular reasoning-centric question-answering benchmarks.

📄 PDF Abstract BibTeX arXiv:2310.08535

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Safe Exploitative Play with Untrusted Type Beliefs

2024-11-12 · Tongxin Li, Tinashe Handina, Shaolei Ren, Adam Wierman

The combination of the Bayesian game and learning has a rich history, with the idea of controlling a single agent in a system composed of multiple agents with unknown behaviors given a set of types, each specifying a pos…

Addressing the IEEE AV Test Challenge with Scenic and VerifAI

2021-08-20 · Kesav Viswanadha, Francis Indaheng, Justin Wong, Edward Kim 외

This paper summarizes our formal approach to testing autonomous vehicles (AVs) in simulation for the IEEE AV Test Challenge. We demonstrate a systematic testing framework leveraging our previous work on formally-driven s…

Autonomous VehiclesProbabilistic Programming

Transferring Agent Behaviors from Videos via Motion GANs

2017-11-21 · Ashley D. Edwards, Charles L. Isbell Jr

A major bottleneck for developing general reinforcement learning agents is determining rewards that will yield desirable behaviors under various circumstances. We introduce a general mechanism for automatically specifyin…

General Reinforcement LearningGenerative Adversarial Networkreinforcement-learningReinforcement Learning+1

Lumos: Let there be Language Model System Certification

2025-12-02 · Isha Chaudhary, Vedaant Jain, Prineet Parhar, Kavya Sachdeva 외 arxiv

We introduce the first principled framework, Lumos, for specifying and formally certifying Language Model System (LMS) behaviors. Lumos is an imperative probabilistic programming DSL over graphs, with constructs to gener…

Autonomous Driving

SysMoBench: Evaluating AI on Formally Modeling Complex Real-World Systems

2025-09-27 · Qian Cheng, Ruize Tang, Emilie Ma, Finn Hackett 외 arxiv

Formal models are essential to specifying large, complex computer systems and verifying their correctness, but are notoriously expensive to write and maintain. Recent advances in generative AI show promise in generating …