paper-with-me

Papers

Multi-Agent Verification and Control with Probabilistic Model Checking

2023-08-05 · David Parker

Probabilistic model checking is a technique for formal automated reasoning about software or hardware systems that operate in the context of uncertainty or stochasticity. It builds upon ideas and techniques from a diverse range of fields, from logic, automata and graph theory, to optimisation, numerical methods and control. In recent years, probabilistic model checking has also been extended to integrate ideas from game theory, notably using models such as stochastic games and solution concepts such as equilibria, to formally verify the interaction of multiple rational agents with distinct objectives. This provides a means to reason flexibly about agents acting in either an adversarial or a collaborative fashion, and opens up opportunities to tackle new problems within, for example, artificial intelligence, robotics and autonomous systems. In this paper, we summarise some of the advances in this area, and highlight applications for which they have already been used. We discuss how the strengths of probabilistic model checking apply, or have the potential to apply, to the multi-agent setting and outline some of the key challenges required to make further progress in this field.

📄 PDF Abstract BibTeX arXiv:2308.02829

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rational Verification for Probabilistic Systems

2021-07-19 · Julian Gutierrez, Lewis Hammond, Anthony W. Lin, Muhammad Najib 외

Rational verification is the problem of determining which temporal logic properties will hold in a multi-agent system, under the assumption that agents in the system act rationally, by choosing strategies that collective…

AgentGuard: Runtime Verification of AI Agents

2025-09-28 · Roham Koohestani arxiv

The rapid evolution to autonomous, agentic AI systems introduces significant risks due to their inherent unpredictability and emergent behaviors; this also renders traditional verification methods inadequate and necessit…

TriCEGAR: A Trace-Driven Abstraction Mechanism for Agentic AI

2026-01-30 · Roham Koohestani, Ateş Görpelioğlu, Egor Klimov, Burcu Kulahcioglu Ozkan 외 arxiv

Agentic AI systems act through tools and evolve their behavior over long, stochastic interaction traces. This setting complicates assurance, because behavior depends on nondeterministic environments and probabilistic mod…

Anomaly Detection

Are Agents Probabilistic Automata? A Trace-Based, Memory-Constrained Theory of Agentic AI

2025-10-27 · Roham Koohestani, Ziyou Li, Anton Podkopaev, Maliheh Izadi arxiv

This paper studies standard controller architectures for agentic AI and derives automata-theoretic models of their interaction behavior via trace semantics and abstraction. We model an agent implementation as a finite co…

An Approach to Model Checking of Multi-agent Data Analysis

2014-11-14 · Natalia Garanina, Eugene Bodin, Elena Sidorova

The paper presents an approach to verification of a multi-agent data analysis algorithm. We base correct simulation of the multi-agent system by a finite integer model. For verification we use model checking tool SPIN. P…