From 6fc76d163167b5e1a515daebe84f712846814a16 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Fri, 24 May 2024 14:53:04 -0400 Subject: [PATCH] Updated publications --- content/paper/2405.01.md | 2 +- content/paper/2405.02.md | 19 +++++++++++++++++++ content/publications.md | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 content/paper/2405.02.md diff --git a/content/paper/2405.01.md b/content/paper/2405.01.md index 6ffa50d..9112276 100644 --- a/content/paper/2405.01.md +++ b/content/paper/2405.01.md @@ -5,7 +5,7 @@ authors: [ "Brandon Rozek", "Selmer Bringsjord" ] -date: 2024-05-222 +date: 2024-05-22 publish_date: "2024/05/22" conference: "KI - Künstliche Intelligenz" diff --git a/content/paper/2405.02.md b/content/paper/2405.02.md new file mode 100644 index 0000000..fc056fc --- /dev/null +++ b/content/paper/2405.02.md @@ -0,0 +1,19 @@ +--- +draft: false +title: "Modeling C0 Family Logics for Artificial Intelligence: Doxastic-Temporal Logics for Reasoning About Goals" +authors: [ + "James T. Oswald", + "Brandon Rozek", + "Thomas M. Ferguson" +] +date: 2024-05-24 +publish_date: "2024/05/24" +conference: "KI - Künstliche Intelligenz" + +isbn: "" +doi: "10.1007/s13218-024-00848-7" +language: "English" + +pdf_url: "https://link.springer.com/article/10.1007/s13218-024-00848-7" +abstract: "We introduce the C0 family of logics, which include temporalized modal operators for belief and hyperintensional modal operators for obligations and goals. We motivate the C0 family as extended doxastic fragments of the DCEC family of logics, which are cognitive calculi designed for theory-of-mind reasoning among multiple artificial agents. In the literature, DCEC family logics are defined exclusively using proof-theoretic semantics. In this work we provide a model theory for the C0 family of logics which constitutes the first steps towards providing a model theory for the DCEC cognitive calculi family as a whole. We investigate the fragment relationships between both the C0 family and the DCEC family, produce a model theory for the C0 family and prove important results establishing completeness for all C0 family logics and establish soundness for C0 fragments without time." +--- \ No newline at end of file diff --git a/content/publications.md b/content/publications.md index ead361b..ea63a70 100644 --- a/content/publications.md +++ b/content/publications.md @@ -8,10 +8,10 @@ aliases: ## Publications -(Forthcoming) Modeling C0 Family Logics for Artificial Intelligence: Doxastic-Temporal Logics for Reasoning About Goals +[Modeling C0 Family Logics for Artificial Intelligence: Doxastic-Temporal Logics for Reasoning About Goals](/paper/2405.02) - Authors: James T. Oswald, *Brandon Rozek*, and Thomas M. Ferguson - Venue: Künstliche Intelligenz (KI), 2024 -- Paper to appear late 2024 +- [Paper](https://link.springer.com/article/10.1007/s13218-024-00848-7) [Spectra: An Expressive STRIPS-Inspired AI Planner Based on Automated Reasoning](/paper/2405.01) - Authors: *Brandon Rozek* and Selmer Bringsjord