<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Rhodes, Greece
matti.jarvisalo@helsinki. (M. Järvisalo); tuomo.lehtonen@helsinki. (T. Lehtonen);
andreas.niskanen@helsinki. (A. Niskanen)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Design of ICCMA 2023, 5th International Competition on Computational Models of Argumentation: A Preliminary Report</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matti Järvisalo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tuomo Lehtonen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas Niskanen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>HIIT, Department of Computer Science, University of Helsinki</institution>
          ,
          <country country="FI">Finland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>ICCMA 2023 constitutes the 5th instantiation of International Competitions on Computational Models of Argumentation, the main series of international competitions for evaluating the state of the art in practical system implementations for argumentative reasoning. In this short preliminary report, we provide an overview of the design of ICCMA 2023. The series of International Competitions on Computational Models of Argumentation (ICCMA, http://argumentationcompetition.org) aims at nurturing research and development of implementations for computational models of argumentation. The year 2023 marks the 5th instantiation of the biennial ICCMA competitions. ICCMA 2023 (https://iccma2023.github.io) welcomed contributions from the community at large in the forms of new argumentation reasoning problem benchmarks, and implementations of argumentation reasoners (for abstract and assumptionbased argumentation) to be evaluated within ICCMA 2023 on a heterogeneous collection of benchmarks. The community at large was invited to submit argumentation reasoning system implementations (solvers) for participation in the competition as well as interesting and/or challenging benchmark instances for evaluating solvers competing in any of the ICCMA 2023 competition tracks. We provide a short preliminary overview of the design of ICCMA 2023. The results of the competition will be presented in conjunction with the KR 2023 conference after the writing of this overview and made available through the competition webpages.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Competition Tracks</title>
      <p>ICCMA 2023 consists of four tracks: the main track and the special approximate, dynamic,
and ABA tracks. Each track is composed of multiple subtracks, de ned by a combination
of a reasoning problem and an argumentation semantics. We use the following shorthands
for semantics and reasoning tasks: CO, ST, PR, SST, STG, ID for complete, stable, preferred,
semi-stable, stage and ideal semantics, respectively, and DC, DS and SE for credulous and
skeptical acceptance, and nding a single extension, respectively. Argumentation systems could
be submitted for evaluation into any choice of subtracks, i.e., no requirement to support e.g. all
semantics for a speci c reasoning problem, or all reasoning problems for a speci c semantics
were enforced.</p>
      <p>
        Main Track concerns solvers for reasoning in abstract argumentation [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The focus of the
Main track is to evaluate sequential core argumentation reasoning engines available in open
source. Systems combining di erent core reasoning engines e.g. via portfolio-style techniques,
systems employing parallel computations via the use of multiple processor cores, as well as
systems which will not be made available in open source were invited to the special No-Limits
track which consists of the same subtracks as the Main track. The ranking is otherwise the
same as for the Main track, but wall-clock time is used instead of CPU time. The following
combinations of the semantics and reasoning modes constitute the Main and No-Limits subtracks:
DC-{CO|ST|SST|STG}, DS-{PR|ST|SST|STG}, SE-{PR|ST|SST|STG|ID}.
      </p>
      <p>Approximate Track concerns in-exact solvers developed for abstract argumentation, i.e.,
solvers which may not in all cases provide correct YES/NO answers to credulous/skeptical
queries. Correctness requirements and ranking are di erent than other tracks: incorrect
solutions are simply discarded and only the number of correct solutions is taken into account.
The subtracks in the Approximate track are DC-{CO|ST|SST|STG|ID}, DS-{PR|ST|SST|STG}.
Dynamic Track invites solvers built especially for answering credulous/skeptical queries
over sequences of related AFs. Dynamic changes to an initial AF and acceptance queries are
issued by di erent applications via IPAFAIR, an API for incremental reasoning in abstract
argumentation speci ed for the rst time for ICCMA 2023. Similarly to the Main track, an
instance of the Dynamic track is an AF and a query argument. An instance is given as input
to a program which modi es the initial AF by iteratively adding and deleting arguments and
attacks, and checks whether the query argument is accepted in the resulting modi ed AFs.
Resource limits are applied to this program as a whole, and an instance is solved exactly when
this program terminates correctly. The subtracks in the Dynamic track are DC-CO, DS-PR,
DC-ST, and DS-ST.</p>
      <p>
        ABA Track concerns solvers developed for reasoning in the structured argumentation
formalism of Assumption-based Argumentation (ABA) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], speci cally focusing on so-called at ABA
frameworks in the commonly studied logic programming fragment of ABA. In this fragment,
atoms are derived from assumptions using rules with a list of atoms in the body and a
nonassumption atom as the head. Assumptions have contraries, the derivation of which produces
an attack on this assumption. The subtracks for the ABA track are DC-{CO|ST}, DS-{PR|ST},
SE-{PR|ST}.
      </p>
      <p>Ranking Scheme. For the Main, Dynamic, Approximate and ABA tracks, the score of a
solver on a subtrack is the sum of PAR-2 scores (CPU time if instance solved within resource
limits, 2 the per-instance time limit otherwise) of the solver over all instances of a subtrack.
The No-limits ranking is otherwise the same but wall-clock time is used instead of CPU time.
The winner of a subtrack is the solver with the lowest score. For the Approximate track, the
solver with the largest number of correctly solved instances wins. If needed, cumulative CPU
running time over solved instances is used as a tie-breaker.</p>
      <p>Input-Output Interface. In short (see the website for details), a speci c compact numerical
input format for AFs was enforced for the Main, Dynamic and Approximate tracks. The format
was also extended for use in the ABA track by beginning-of-line identi ers for distinguishing
between assumptions, rules and contraries. In the Dynamic track, I/O is implemented using
IPAFAIR, an incremental API for reasoning in AFs, with functionality for initializing a solver
with an input AF and semantics, adding and deleting arguments and attacks, and performing
credulous and skeptical acceptance queries. For details on IPAFAIR, see https://bitbucket.org/
coreo-group/ipafair.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Rules and Execution</title>
      <p>
        The rules are available in full on the ICCMA 2023 webpages. As a new development for 2023, the
requirement of witnessing certi cates was enforced in the main track as follows. For DS- , if
the query argument is credulously accepted, solvers should output “YES” along with a certi cate,
i.e., a -extension containing the query. Analogously, for DS- , if the query argument is not
skeptically accepted, solvers should output “NO” along with a certi cate, i.e., a -extension not
containing the query. The certi cates were checked as follows (with the subtrack speci cation,
an AF, a query argument, and an output produced by a solver participating in the Main track as
input). First, we veri ed that a certi cate is contained in the output in the required cases (SE
apart from “NO” answers on SE-ST, “YES” answers for DC, and “NO” answers for DS), and for
DC and DS, that it contains (DC) or does not contain (DS) the query. For subtracks involving CO
and ST semantics, we constructed a standard SAT encoding [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and veri ed that the certi cate
extends to a satis able assignment. For subtracks involving PR, SST, and STG semantics, we
built the standard SAT encoding of CO (for PR and SST) or con ict-free (for STG) semantics, and
in addition to verifying that the certi cate yields a satis able assignment, veri ed the absence
of a counterexample (a superset or a range-superset) via a SAT solver call. All solver calls were
performed using the SAT solver Glucose [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] (v4.1) invoked via PySAT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The UNSAT proofs
produced by Glucose were recorded. For the SE-ID track, we instead veri ed that all solvers
reported the same ideal extension.
      </p>
      <p>The organizers used fuzz testing to check for potential buggy behavior exhibited by submitted
solvers before the execution of the competition. When bugs were detected, the authors of the
solvers concerned were contacted and bug xes were allowed to the extent feasible in order to
execute the competition on time. As for further solver requirements, solver descriptions were
mandatory. Furthermore, for all tracks apart from No-Limits, solver source code originating
from the authors (including modi cations to third-party source code such as SAT solvers as
part of a solver) must be submitted together with a corresponding solver binary. In practice,
ICCMA 2023 was executed on a computing cluster of University of Helsinki, Finland, with
2.60-GHz Intel Xeon E5-2670 CPUs and 57GB RAM under AlmaLinux 8.4, including GCC 12.2.0,
Clang 12.0.1, Boost 1.76.0, GLib 2.68.2, Rust 1.70.0, Java 17.0.4, and Python 3.9.5. A per-instance
memory limit of 16 GB was enforced on all subtracks. A 1200-second per-instance time limit
was enforced on the Main, Dynamic, and ABA tracks; for the Approximate track we set a 60-s
per-instance time limit.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Benchmarks</title>
      <p>ABA Track. The benchmarks for the ABA track were generated with a simple random
instance generator. The varying parameters are the number of atoms (25, 100, 500, 2000 or
5000), the proportion of atoms that are assumptions (10% or 30%), the maximum number of
rules deriving each sentence (5 or 10), and the maximum size of each rule body (5 or 10). Ten
instances with each combination of these parameters were generated for a total of 400 instances.
For acceptance problems, the query for each instance was selected at random from the atoms
for which there is at least one derivation in the given instance.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Participants</title>
      <p>Number of solvers submitted for each track: three for the Main track, one for the No-Limits
track, ve for the Approximate track, and ve for the ABA track.</p>
      <p>
        Crustabri (by Jean-Marie Lagniez, Emmanuel Lonca and Jean-Guy Mailly) is a SAT-based
solver—a rewritten version of CoQuiAAS [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]—supporting all subtracks in the Main track and
ABA track, as well as DC-CO, DC-ST, and DS-ST in the Dynamic track.
      </p>
      <p>
        Fudge [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] (by Matthias Thimm, Federico Cerutti and Mauro Vallati) is a SAT-based solver with
support for all subtracks in the Main track.
µ-toksia [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] (by Andreas Niskanen and Matti Järvisalo) is a SAT-based solver with support
for all subtracks of the Main and Dynamic tracks.
      </p>
      <p>PORTSAT (by Sylvain Declercq, Quentin Januel Capellini, Christophe Yang, Jérôme Delobelle
and Jean-Guy Mailly) is a solver based on a portfolio of SAT solvers with support for DC-CO,
DC-ST, DS-PR, DS-ST, SE-PR, and SE-ST subtracks of the No-Limits track.
-solutions (by Christian Pasero and Johannes P. Wallner) is a SAT-based solver with support
for DC-CO, DC-ST, and DS-ST in the Dynamic track.</p>
      <p>
        AFGCN v2 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] (by Lars Malmqvist) is based on employing graph convolutional neural networks,
and supports all subtracks of the Approximate track.
      </p>
      <p>ARIPOTER-Degrees (by Jérôme Delobelle, Jean-Guy Mailly and Julien Rossit) is based on
computing the grounded extension and comparing the in-degree and out-degree of the query
argument, and supports all subtracks of the Approximate track.</p>
      <p>ARIPOTER-HCAT (by Jérôme Delobelle, Jean-Guy Mailly and Julien Rossit) is based on the
grounded and h-Categorizer gradual semantics, and supports all subtracks of the Approximate
track.
fargo-limited (by Matthias Thimm) is based on an exact DPLL-style search algorithm for
admissible sets, and supports all subtracks of the Approximate track.
harper++ (by Matthias Thimm) is based on approximating all acceptance tasks by using
grounded semantics, and supports all subtracks of the Approximate track.</p>
      <p>
        AcbAr [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] (by Tuomo Lehtonen, Anna Rapberger, Markus Ulbricht and Johannes P. Wallner)
is based on translating ABA frameworks to AFs with support for all reasoning tasks in the ABA
track.
      </p>
      <p>
        ASPforABA [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ] (by Tuomo Lehtonen, Matti Järvisalo and Johannes P. Wallner) is an
answer set programming approach for ABA with support for all reasoning tasks in the ABA
track.
      </p>
      <p>ASTRA (Andrei Popescu and Johannes P. Wallner) employs dynamic programming and supports
DC-CO, DC-ST, DS-ST and SE-ST in the ABA track.</p>
      <p>
        exABle [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ] (Martin Diller, Sarah Alice Gaggl, Piotr Gorczynca) implements specialized
ABA algorithms, exible dispute derivations and supports DC-CO and DC-ST in the ABA track.
As agreed with the ICCMA steering committee, for transparency all solver submissions involving
any of the organizers of ICCMA 2023 were made known to the ICCMA steering committee
before the submission deadline. In addition, benchmark selection was done using a random
seed—811543731122527—concatenated from numbers sent separately to the organizers by each
ICCMA steering committee member. The seed and benchmark selection scripts are available on
the ICCMA 2023 website.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>Work nancially supported by Academy of Finland (grants 322869, 347588, 356046) and
University of Helsinki Doctoral Programme in Computer Science DoCS. The organizers wish to
thank the Finnish Computing Competence Infrastructure (FCCI) for supporting this project
with computational and data storage resources.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P. M.</given-names>
            <surname>Dung</surname>
          </string-name>
          ,
          <article-title>On the acceptability of arguments and its fundamental role in nonmonotonic reasoning, logic programming and n-person games</article-title>
          ,
          <source>Arti cial Intelligence</source>
          <volume>77</volume>
          (
          <year>1995</year>
          )
          <fpage>321</fpage>
          -
          <lpage>358</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bondarenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. M.</given-names>
            <surname>Dung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Kowalski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Toni</surname>
          </string-name>
          ,
          <article-title>An abstract, argumentation-theoretic approach to default reasoning</article-title>
          ,
          <source>Arti cial Intelligence</source>
          <volume>93</volume>
          (
          <year>1997</year>
          )
          <fpage>63</fpage>
          -
          <lpage>101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Besnard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Doutre</surname>
          </string-name>
          ,
          <article-title>Checking the acceptability of a set of arguments</article-title>
          , in: J. P. Delgrande, T. Schaub (Eds.),
          <source>10th International Workshop on Non-Monotonic Reasoning (NMR</source>
          <year>2004</year>
          ), Whistler, Canada, June 6-8,
          <year>2004</year>
          , Proceedings,
          <year>2004</year>
          , pp.
          <fpage>59</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Audemard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Simon</surname>
          </string-name>
          ,
          <article-title>On the glucose SAT solver</article-title>
          ,
          <source>Int. J. Artif. Intell. Tools</source>
          <volume>27</volume>
          (
          <year>2018</year>
          )
          <volume>1840001</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>1840001</lpage>
          :
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ignatiev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Morgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Marques-Silva</surname>
          </string-name>
          ,
          <article-title>Pysat: A python toolkit for prototyping with SAT oracles</article-title>
          , in: O.
          <string-name>
            <surname>Beyersdor</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. M. Wintersteiger</surname>
          </string-name>
          (Eds.),
          <source>Theory and Applications of Satis ability Testing - SAT 2018 - 21st International Conference, SAT</source>
          <year>2018</year>
          ,
          <article-title>Held as Part of the Federated Logic Conference</article-title>
          ,
          <source>FloC 2018</source>
          , Oxford, UK, July 9-
          <issue>12</issue>
          ,
          <year>2018</year>
          , Proceedings, volume
          <volume>10929</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2018</year>
          , pp.
          <fpage>428</fpage>
          -
          <lpage>437</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Gaggl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Linsbichler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Maratea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Woltran</surname>
          </string-name>
          ,
          <article-title>Design and results of the Second International Competition on Computational Models of Argumentation, Artif</article-title>
          . Intell.
          <volume>279</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bistarelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kottho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Santini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Taticchi</surname>
          </string-name>
          ,
          <source>Summary report for the Third International Competition on Computational Models of Argumentation</source>
          ,
          <source>AI Mag</source>
          .
          <volume>42</volume>
          (
          <year>2021</year>
          )
          <fpage>70</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lagniez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Lonca</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Mailly,</surname>
          </string-name>
          <article-title>CoQuiAAS: A constraint-based quick abstract argumentation solver</article-title>
          ,
          <source>in: 27th IEEE International Conference on Tools with Arti cial Intelligence</source>
          ,
          <source>ICTAI</source>
          <year>2015</year>
          ,
          <article-title>Vietri sul Mare</article-title>
          ,
          <source>Italy, November</source>
          <volume>9</volume>
          -
          <issue>11</issue>
          ,
          <year>2015</year>
          , IEEE Computer Society,
          <year>2015</year>
          , pp.
          <fpage>928</fpage>
          -
          <lpage>935</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Cerutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vallati</surname>
          </string-name>
          ,
          <article-title>Skeptical reasoning with preferred semantics in abstract argumentation without computing preferred extensions</article-title>
          , in: Z.
          <string-name>
            <surname>Zhou</surname>
          </string-name>
          (Ed.),
          <source>Proceedings of the Thirtieth International Joint Conference on Arti cial Intelligence</source>
          ,
          <source>IJCAI</source>
          <year>2021</year>
          , Virtual Event / Montreal, Canada,
          <fpage>19</fpage>
          -27
          <source>August</source>
          <year>2021</year>
          ,
          <article-title>ijcai</article-title>
          .org,
          <year>2021</year>
          , pp.
          <fpage>2069</fpage>
          -
          <lpage>2075</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Niskanen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Järvisalo</surname>
          </string-name>
          ,
          <article-title>Algorithms for dynamic argumentation frameworks: An incremental SAT-based approach</article-title>
          , in: G. D.
          <string-name>
            <surname>Giacomo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Catalá</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Dilkina</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Milano</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Barro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Bugarín</surname>
          </string-name>
          , J. Lang (Eds.),
          <source>ECAI 2020 - 24th European Conference on Arti cial Intelligence</source>
          ,
          <volume>29</volume>
          <fpage>August</fpage>
          -8
          <source>September</source>
          <year>2020</year>
          , Santiago de Compostela, Spain,
          <source>August 29 - September 8, 2020 - Including 10th Conference on Prestigious Applications of Arti cial Intelligence (PAIS</source>
          <year>2020</year>
          ), volume
          <volume>325</volume>
          of Frontiers in
          <source>Arti cial Intelligence and Applications</source>
          , IOS Press,
          <year>2020</year>
          , pp.
          <fpage>849</fpage>
          -
          <lpage>856</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Niskanen</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Järvisalo, µ-toksia: An e cient abstract argumentation reasoner</article-title>
          , in: D.
          <string-name>
            <surname>Calvanese</surname>
          </string-name>
          , E. Erdem, M. Thielscher (Eds.),
          <source>Proceedings of the 17th International Conference on Principles of Knowledge Representation and Reasoning</source>
          , KR 2020, Rhodes, Greece,
          <source>September 12-18</source>
          ,
          <year>2020</year>
          ,
          <year>2020</year>
          , pp.
          <fpage>800</fpage>
          -
          <lpage>804</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Malmqvist</surname>
          </string-name>
          ,
          <article-title>Approximate Solutions to Abstract Argumentation Problems Using Graph Neural Networks</article-title>
          .,
          <string-name>
            <surname>Ph</surname>
          </string-name>
          .D. thesis, University of York,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Lehtonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rapberger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ulbricht</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wallner</surname>
          </string-name>
          ,
          <article-title>Argumentation Frameworks Induced by Assumption-based Argumentation: Relating Size and Complexity</article-title>
          ,
          <source>in: Proceedings of the 20th International Conference on Principles of Knowledge Representation and Reasoning</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>440</fpage>
          -
          <lpage>450</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Lehtonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wallner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Järvisalo</surname>
          </string-name>
          ,
          <article-title>Declarative algorithms and complexity results for assumption-based argumentation</article-title>
          ,
          <source>Journal of Arti cial Intelligence Research</source>
          <volume>71</volume>
          (
          <year>2021</year>
          )
          <fpage>265</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>T.</given-names>
            <surname>Lehtonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wallner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Järvisalo</surname>
          </string-name>
          ,
          <article-title>Harnessing incremental answer set solving for reasoning in assumption-based argumentation</article-title>
          ,
          <source>Theory Pract. Log. Program</source>
          .
          <volume>21</volume>
          (
          <year>2021</year>
          )
          <fpage>717</fpage>
          -
          <lpage>734</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Diller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Gaggl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gorczyca</surname>
          </string-name>
          ,
          <article-title>Flexible dispute derivations with forward and backward arguments for assumption-based argumentation</article-title>
          , in: P. Baroni,
          <string-name>
            <given-names>C.</given-names>
            <surname>Benzmüller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. N.</given-names>
            <surname>Wáng</surname>
          </string-name>
          (Eds.),
          <source>Logic and Argumentation - 4th International Conference, CLAR</source>
          <year>2021</year>
          , Hangzhou, China,
          <source>October 20-22</source>
          ,
          <year>2021</year>
          , Proceedings, volume
          <volume>13040</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2021</year>
          , pp.
          <fpage>147</fpage>
          -
          <lpage>168</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Diller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Gaggl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gorczyca</surname>
          </string-name>
          ,
          <article-title>Strategies in exible dispute derivations for assumptionbased argumentation</article-title>
          , in: S. A.
          <string-name>
            <surname>Gaggl</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mailly</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Thimm</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          Wallner (Eds.),
          <source>Proceedings of the Fourth International Workshop on Systems and Algorithms for Formal Argumentation co-located with the 9th International Conference on Computational Models of Argument (COMMA</source>
          <year>2022</year>
          ), volume
          <volume>3236</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>59</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>