paper-with-me

Papers

Towards Active Logic Programming

2014-03-21 · Stefania Costantini

In this paper we present the new logic programming language DALI, aimed at defining agents and agent systems. A main design objective for DALI has been that of introducing in a declarative fashion all the essential features, while keeping the language as close as possible to the syntax and semantics of the plain Horn--clause language. Special atoms and rules have been introduced, for representing: external events, to which the agent is able to respond (reactivity); actions (reactivity and proactivity); internal events (previous conclusions which can trigger further activity); past and present events (to be aware of what has happened). An extended resolution is provided, so that a DALI agent is able to answer queries like in the plain Horn--clause language, but is also able to cope with the different kinds of events, and exhibit a (rational) reactive and proactive behaviour.

📄 PDF Abstract BibTeX arXiv:1403.5508

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Logical Robots: Declarative Multi-Agent Programming in Logica

2026-04-08 · Evgeny Skvortsov, Yilin Xia, Ojaswa Garg, Shawn Bowers 외 arxiv

We present Logical Robots, an interactive multi-agent simulation platform where autonomous robot behavior is specified declaratively in the logic programming language Logica. Robot behavior is defined by logical predicat…

Reactive Answer Set Programming

2021-09-22 · Krysia Broda, Fariba Sadri, Stephen Butler

Logic Production System (LPS) is a logic-based framework for modelling reactive behaviour. Based on abductive logic programming, it combines reactive rules with logic programs, a database and a causal theory that specifi…

Programming in logic without logic programming

2016-01-04 · Robert Kowalski, Fariba Sadri

In previous work, we proposed a logic-based framework in which computation is the execution of actions in an attempt to make reactive rules of the form if antecedent then consequent true in a canonical model of a logic p…

Active learning of digenic functions with boolean matrix logic programming

2024-08-19 · Lun Ai, Stephen H. Muggleton, Shi-Shun Liang, Geoff S. Baldwin

We apply logic-based machine learning techniques to facilitate cellular engineering and drive biological discovery, based on comprehensive databases of metabolic processes called genome-scale metabolic network models (GE…

Active LearningExperimental Design

NP4G : Network Programming for Generalization

2022-12-08 · Shoichiro Hara, Yuji Watanabe

Automatic programming has been actively studied for a long time by various approaches including genetic programming. In recent years, automatic programming using neural networks such as GPT-3 has been actively studied an…