Skip to main content

Showing 1–12 of 12 results for author: Baumgartner, P

.
  1. Bottom-Up Stratified Probabilistic Logic Programming with Fusemate

    Authors: Peter Baumgartner, Elena Tartaglia

    Abstract: This paper introduces the Fusemate probabilistic logic programming system. Fusemate's inference engine comprises a grounding component and a variable elimination method for probabilistic inference. Fusemate differs from most other systems by grounding the program in a bottom-up way instead of the common top-down way. While bottom-up grounding is attractive for a number of reasons, e.g., for dynami… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

    Comments: In Proceedings ICLP 2023, arXiv:2308.14898. A full version of this paper, containing all proofs, appears at arXiv:2305.18924

    Journal ref: EPTCS 385, 2023, pp. 87-100

  2. arXiv:2305.18924  [pdf, other

    cs.AI cs.LO cs.PL

    Bottom-Up Grounding in the Probabilistic Logic Programming System Fusemate

    Authors: Peter Baumgartner, Elena Tartaglia

    Abstract: This paper introduces the Fusemate probabilistic logic programming system. Fusemate's inference engine comprises a grounding component and a variable elimination method for probabilistic inference. Fusemate differs from most other systems by grounding the program in a bottom-up way instead of the common top-down way. While bottom-up grounding is attractive for a number of reasons, e.g., for dynami… ▽ More

    Submitted 25 August, 2023; v1 submitted 30 May, 2023; originally announced May 2023.

    Comments: This is an extended version of the ICLP 2023 paper at https://cgi.cse.unsw.edu.au/~eptcs/paper.cgi?ICLP2023:4654. It also includes an improvement to the grounding algorithm in Section 3

  3. arXiv:2210.01344  [pdf, other

    cs.AI

    Movement Analytics: Current Status, Application to Manufacturing, and Future Prospects from an AI Perspective

    Authors: Peter Baumgartner, Daniel Smith, Mashud Rana, Reena Kapoor, Elena Tartaglia, Andreas Schutt, Ashfaqur Rahman, John Taylor, Simon Dunstall

    Abstract: Data-driven decision making is becoming an integral part of manufacturing companies. Data is collected and commonly used to improve efficiency and produce high quality items for the customers. IoT-based and other forms of object tracking are an emerging tool for collecting movement data of objects/entities (e.g. human workers, moving vehicles, trolleys etc.) over space and time. Movement data can… ▽ More

    Submitted 3 October, 2022; originally announced October 2022.

  4. Combining Event Calculus and Description Logic Reasoning via Logic Programming

    Authors: Peter Baumgartner

    Abstract: The paper introduces a knowledge representation language that combines the event calculus with description logic in a logic programming framework. The purpose is to provide the user with an expressive language for modelling and analysing systems that evolve over time. The approach is exemplified with the logic programming language as implemented in the Fusemate system. The paper extends Fusemate's… ▽ More

    Submitted 10 September, 2021; originally announced September 2021.

    Comments: This is a corrected version of the paper published in FroCoS 2021. It adds a missing case in the definition of the semantics of body literals , and it fixes a flaw in the definition of possible models

  5. arXiv:2106.04461  [pdf

    cs.AI cs.MA stat.AP

    North Carolina COVID-19 Agent-Based Model Framework for Hospitalization Forecasting Overview, Design Concepts, and Details Protocol

    Authors: Kasey Jones, Emily Hadley, Sandy Preiss, Caroline Kery, Peter Baumgartner, Marie Stoner, Sarah Rhea

    Abstract: This Overview, Design Concepts, and Details Protocol (ODD) provides a detailed description of an agent-based model (ABM) that was developed to simulate hospitalizations during the COVID-19 pandemic. Using the descriptions of submodels, provided parameters, and the links to data sources, modelers will be able to replicate the creation and results of this model.

    Submitted 8 June, 2021; originally announced June 2021.

  6. arXiv:2103.01395  [pdf, ps, other

    cs.LO

    The Fusemate Logic Programming System (System Description)

    Authors: Peter Baumgartner

    Abstract: Fusemate is a logic programming system that implements the possible model semantics for disjunctive logic programs. Its input language is centered around a weak notion of stratification with comprehension and aggregation operators on top of it. Fusemate is implemented as a shallow embedding in the Scala programming language. This enables using Scala data types natively as terms, a tight interface… ▽ More

    Submitted 19 May, 2021; v1 submitted 1 March, 2021; originally announced March 2021.

  7. arXiv:1904.03776  [pdf, ps, other

    cs.LO

    Hierarchic Superposition Revisited

    Authors: Peter Baumgartner, Uwe Waldmann

    Abstract: Many applications of automated deduction require reasoning in first-order logic modulo background theories, in particular some form of integer arithmetic. A major unsolved research challenge is to design theorem provers that are "reasonably complete" even in the presence of free function symbols ranging into a background theory sort. The hierarchic superposition calculus of Bachmair, Ganzinger, an… ▽ More

    Submitted 16 April, 2019; v1 submitted 7 April, 2019; originally announced April 2019.

  8. arXiv:1812.06591  [pdf, other

    stat.ML cs.LG

    SMART: An Open Source Data Labeling Platform for Supervised Learning

    Authors: Rob Chew, Michael Wenger, Caroline Kery, Jason Nance, Keith Richards, Emily Hadley, Peter Baumgartner

    Abstract: SMART is an open source web application designed to help data scientists and research teams efficiently build labeled training data sets for supervised machine learning tasks. SMART provides users with an intuitive interface for creating labeled data sets, supports active learning to help reduce the required amount of labeled data, and incorporates inter-rater reliability statistics to provide ins… ▽ More

    Submitted 11 December, 2018; originally announced December 2018.

    Comments: 5 pages, 1 figure

    Journal ref: The Journal of Machine Learning Research, 20(1), 2999-3003 (2019)

  9. Tableaux for Policy Synthesis for MDPs with PCTL* Constraints

    Authors: Peter Baumgartner, Sylvie Thiébaux, Felipe Trevizan

    Abstract: Markov decision processes (MDPs) are the standard formalism for modelling sequential decision making in stochastic environments. Policy synthesis addresses the problem of how to control or limit the decisions an agent makes so that a given specification is met. In this paper we consider PCTL*, the probabilistic counterpart of CTL*, as the specification language. Because in general the policy synth… ▽ More

    Submitted 5 October, 2017; v1 submitted 30 June, 2017; originally announced June 2017.

    Comments: This is a long version of a conference paper published at TABLEAUX 2017. It contains proofs of the main results and fixes a bug. See the footnote on page 1 for details

    Journal ref: Proceedings of TABLEAUX 2017, pp. 175--192, Springer 2017

  10. arXiv:1611.09014  [pdf, ps, other

    cs.AI cs.LO

    Blocking and Other Enhancements for Bottom-Up Model Generation Methods

    Authors: Peter Baumgartner, Renate A. Schmidt

    Abstract: Model generation is a problem complementary to theorem proving and is important for fault analysis and debugging of formal specifications of security protocols, programs and terminological definitions. This paper discusses several ways of enhancing the paradigm of bottom-up model generation. The two main contributions are new, generalized blocking techniques and a new range-restriction transformat… ▽ More

    Submitted 29 November, 2016; v1 submitted 28 November, 2016; originally announced November 2016.

  11. arXiv:1207.2461  [pdf, ps, other

    cs.LO

    Reasoning with Data-Centric Business Processes

    Authors: Andreas Bauer, Peter Baumgartner, Michael Norrish

    Abstract: We describe an approach to modelling and reasoning about data-centric business processes and present a form of general model checking. Our technique extends existing approaches, which explore systems only from concrete initial states. Specifically, we model business processes in terms of smaller fragments, whose possible interactions are constrained by first-order logic formulae. In turn, process… ▽ More

    Submitted 9 July, 2012; originally announced July 2012.

  12. Instance Based Methods --- A Brief Overview

    Authors: Peter Baumgartner, Evgenij Thorstensen

    Abstract: Instance-based methods are a specific class of methods for automated proof search in first-order logic. This article provides an overview of the major methods in the area and discusses their properties and relations to the more established resolution methods. It also discusses some recent trends on refinements and applications. This overview is rather brief and informal, but we provide a compreh… ▽ More

    Submitted 28 February, 2012; originally announced February 2012.

    Comments: Final publication availible at http://www.springerlink.com

    Journal ref: KI - Künstliche Intelligenz 24(1):35--42, 2010