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

Counterexample-Guided Abstraction Refinement for Assumption-based Argumentation

  1. Jean Marie Lagniez(CRIL, Université d'Artois & CNRS)
  2. Emmanuel Lonca(CRIL, Université d'Artois & CNRS)
  3. Jean-Guy Mailly(IRIT, Université Toulouse Capitole & CNRS)

Keywords

  1. Argumentation
  2. ABA
  3. SAT
  4. CEGAR
  5. ICCMA

Abstract

Assumption-Based Argumentation (ABA) is a prominent formalism for structured argumentation, widely applied in domains such as healthcare, law, and robotics.

Despite its inherent computational complexity, ABA has seen the development of effective techniques that successfully address key tasks, including evaluating the acceptability of literals and computing framework extensions.

These approaches typically involve translating the initial ABA framework into an intermediate formalism, such as an Answer Set Program or an Abstract Argumentation Framework, which is then encoded into a Boolean satisfiability (SAT) problem.

However, this translation can lead to large and complex intermediate representations, posing challenges for state-of-the-art SAT solvers.

In this work, we propose a Counterexample-Guided Abstraction Refinement (CEGAR) approach that bypasses the initial translation step, at the cost of incrementally discovering certain ABA constraints that are not explicitly captured in the initial SAT encoding.

We analyze the performance of our method and demonstrate that it outperforms state-of-the-art approaches on specific problem classes, while remaining competitive with the best existing solvers more broadly.