KR2025Proceedings of the 22nd International Conference on Principles of Knowledge Representation and ReasoningProceedings of the 22nd International Conference on Principles of Knowledge Representation and Reasoning

Melbourne, Australia. November 11-17, 2025.

Edited by

ISSN: 2334-1033
ISBN: 978-1-956792-08-9

Sponsored by
Published by

Copyright © 2025 International Joint Conferences on Artificial Intelligence Organization

Grounding Rule-Based Argumentation Using Datalog

  1. Martin Diller(Logic Programming and Argumentation Group, TU Dresden, Germany)
  2. Sarah Alice Gaggl(Logic Programming and Argumentation Group, TU Dresden, Germany)
  3. Philipp Hanisch(Knowledge-Based Systems Group, TU Dresden, Germany)
  4. Giuseppina Monterosso(DIMES - University of Calabria, Italy)
  5. Fritz Rauschenbach(Logic Programming and Argumentation Group, TU Dresden, Germany)

Keywords

  1. Argumentation
  2. Rule-based Argumentation
  3. Grounding
  4. Aspic
  5. Datalog

Abstract

ASPIC+ is one of the main general frameworks for rule-based argumentation for AI. Although first-order rules are commonly used in ASPIC+ examples, most existing approaches to reason over rule-based argumentation only support propositional rules. To enable reasoning over first-order instances, a preliminary grounding step is required. As groundings can lead to an exponential increase in the size of the input theories, intelligent procedures are needed. However, there is a lack of dedicated solutions for ASPIC+. Therefore, we propose an intelligent grounding procedure that keeps the size of the grounding manageable while preserving the correctness of the reasoning process. To this end, we translate the first-order ASPIC+ instance into a Datalog program and query a Datalog engine to obtain ground substitutions to perform the grounding of rules and contraries. Additionally, we propose simplifications specific to the ASPIC+ formalism to avoid grounding of rules that have no influence on the reasoning process. Finally, we performed an empirical evaluation of a prototypical implementation to show scalability.