Grounding Rule-Based Argumentation Using Datalog
This work addresses a bottleneck in AI argumentation frameworks by enabling efficient first-order reasoning, though it is incremental as it builds on existing ASPIC+ methods.
The paper tackles the problem of reasoning over first-order rule-based argumentation in ASPIC+ by proposing an intelligent grounding procedure that translates instances into Datalog programs and applies simplifications to manage grounding size, achieving scalability in empirical evaluation.
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.