<!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 />
    <article-meta>
      <title-group>
        <article-title>Fantastic Argumentation Tools And Where To Find Them</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michele Persiani⇤</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Esteban Guerrero</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas Brännström</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kaan Kilic</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Timotheus Kampik</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Umeå University</institution>
          ,
          <addr-line>Umeå</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <fpage>56</fpage>
      <lpage>68</lpage>
      <abstract>
        <p>This paper presents a survey of software for computational argumentation, focusing on tools and libraries that can be re-used for building applications. The (so far preliminary) survey is intended as a continuously updated resource that researchers and potential practitioners can refer to when selecting tools for their argumentation use cases. The survey results indicate that while a plethora of argumentation tools exist, covering various formal argumentation approaches, the software engineering maturity of the tool ecosystem is low. For example, while many tools are openly available, few are properly documented and covered by automated tests. We argue that many of these shortcomings can be straightforwardly addressed by following simple engineering practices if community consensus regarding basic requirements for software artifacts can be established, as is the case in software engineering-oriented communities.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Computational Argumentation</kwd>
        <kwd>Systems for Formal Argumentation</kwd>
        <kwd>Tools for Formal Argumentation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The eld of computational argumentation has evolved from a primarily theory-oriented domain
to a vibrant research area that increasingly produces applied research results1. Still, one can
arguably assess applications of computational argumentation as nascent, e.g., in contrast to
defeasible reasoning with rules engines, or temporal reasoning, both of which are employed at
scale in large-scale real-world software systems [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. In order to further advance applications
of computational argumentation, an important prerequisite is a vibrant ecosystem of tools
and libraries for computational argumentation. Without a mature ecosystem, practitioners
would have to implement their argumentation-based software systems from scratch, which i)
increases adoption hurdles and ii) would leave the impression that the time for serious adoption
has not yet come. Over the past decade, the argumentation community has put substantial
e ort into the design, implementation, and analysis of software tools, e.g., in the context of
the bi-annual workshop on Systems and Algorithms for Formal Argumentation (SAFA)2 and
the (also bi-annual) International Competition on Computational Models of Argumentation
(ICCMA)3.
      </p>
      <p>
        However, an improper handling of research code that is somewhat common in the broader
computer science community can lead to issues related to reproducibility, because as the code
gets older (and stale), it becomes increasingly di cult to properly execute it and to reuse it in new
projects. Methodologies to reduce this e ect come from research in software engineering, whose
community has already adopted principles from the Open Science movement [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], promoting
transparency, openness, and reproducibility in scienti c works. These principles are not only
applied to the research and papers themselves, but also to the products of such papers, which in
contemporary research practice often is code [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Indeed, in other communities, such as the
Multi-Agent Systems (MAS) community, e orts to organize and assess tools through the lens of
open science and software engineering principles are emerging [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]4.
      </p>
      <p>It becomes therefore important to view research on computational argumentation tools
through the lens of open science principles, for the sake of maintaining a healthy ecosystem
of tools that are reusable, reproducible, and correct; with this broader goal in mind, this paper
provides an initial survey of tools from some of the venues of the argumentation community
that explicitly encourage the presentation of such tools. As such, the objectives of this paper
are two-fold:
1. To provide an overview of re-usable tools &amp; libraries for formal argumentation and their
properties to facilitate software selection and re-usability.
2. Critically assess the state-of-the-art, identify shortcomings, and propose action items that
the community can potentially take up to increase the maturity of its software ecosystem.</p>
      <p>This paper is structured as follows. Section 2 introduces the survey methodology, in particular,
its scope (Where do we search?) and our criteria for inclusion (What do we search for?) and
assessment (What are the properties we are interested in?). We report the results in Section 3.
Finally, Section 4 provides a discussion of the status quo given the survey results, and outlines
future work, both with respect to the survey and the formal argumentation tool ecosystem.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Survey Methodology</title>
      <sec id="sec-2-1">
        <title>2.1. Survey Scope</title>
        <p>
          Our survey focuses on formal argumentation tools such as re-usable reasoners and solvers,
as well as tools for analysis, visualization and manipulation of argumentation graphs. While
relevant for the broader scope of research in argumentation, tools supporting other types of
argumentation, such as natural language argumentation or argument mining, are not considered.
This means that i) the software library must be grounded in formal argumentation, i.e., we do
not consider tools that provide “informal” argumentation capabilities that are not connected to
formal abstractions. ii) the software implementation must be re-usable by developers who want
2http://safa2024.argumentationcompetition.org/index.html
3http://argumentationcompetition.org/
4The name of our paper is derived from the initiative Fantastic MASs and Where to Find Them [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
to employ formal argumentation approaches in their applications, for example distributed as a
library or independent application. We systematically survey a few selected venues in which
we expected a high density of such tools among the overall publications, namely venues of
the argumentation community that explicitly invite tool presentations and evaluations: i) The
International Competition on Computational Models of Argumentation (ICCMA)5; ii) The
demonstration track of the International Conference On Computational Models of Argument
(COMMA)6; iii) The International Workshop on Systems and Algorithms for Formal
Argumentation (SAFA)7. Let us highlight that the aim of the survey is to elicit an initial sample of
argumentation tools from which a rst, if only partial, overview of the state-of-the-art can be
compiled. This overview can then serve as a starting point for a living document that provides
a continuously updated overview of tools, as a resource for the argumentation community and
in particular for the growing number of researchers that have an interest in applications of
computational argumentation. We argue that for this purpose, surveying the above-mentioned
selected venues is su cient, as many relevant tools can be expected to have an associated
publication in one of these venues. For example, even if a group of researchers publishes the
main paper introducing a tool in a less specialized venue, they may showcase it at COMMA or
evaluate it in the course of ICCMA.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Evaluation Criteria</title>
        <p>The objectives of our survey are to both provide an overview of the general properties of
the tools, i.e. what tools exist and what/how they can be used; and to assess the software
engineering maturity of the ecosystem. To cover the former objective, we document: i) the
name of the tool; ii) venue were the tool was presented; iii) a brief description; iv) a list of
formal argumentation approaches (such as: abstract argumentation or structured argumentation)
that the tool covers; v) for solvers, which approach was used (e.g. ASP or ASPIC semantics);
vi) the type of tool, such as solver, visualizer, or utility; vii) the URL of a website describing
or hosting the tool or its source code; viii) the programming languages that the tool has been
developed in or for; ix) the paper (reference) that describes the tool; x) whether the tool is part of
a larger application. To cover the latter objective we assess whether: i) the tool is open-source;
ii) the tool is available under an open-source license; iii) documentation for the tool is available;
iv) tests are available for the tool; v) the tests are run on a continuous integration server; vi) it
is possible to open issues and contribute code; vii) eventual dependencies from other software;
viii) the last update of the tool, if this can be traced. We therefore gathered 17 features for each
tool, 9 for general description and 8 concerning software engineering principles. In reporting
solvers for the ICCMA, we acknowledge that dates for the "last update" of some tools’ source
code were obtained from the URL reported in the ICCMA tool description, however, some tools
were moved to other code repositories, university, or personal Web pages. In this sense, we
tried to track the last update of the main source code in the currently available repository.
5http://argumentationcompetition.org/
6https://comma.csc.liv.ac.uk/, limited to COMMA 2016 and later; due to earlier proceedings being pay-walled.
7https://safa2016.argumentationcompetition.org/, 1st edition.
(a) Number of tools that have been updated a given year
or later.
(b) Distribution of programming languages</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results: Fantastic Argumentation Tools</title>
      <sec id="sec-3-1">
        <title>3.1. General Findings</title>
        <p>Our search identi ed 59 di erent software tools related to argumentation. Di erent versions of
the same tool were removed and only the last version for each tool was kept. The overview
of all tools is provided in Tables 1, 2 and 3, and additional information is available online at
https://people.cs.umu.se/~tkampik/argtools/. In the tables only 12 features are shown for space
and formatting reasons.</p>
        <p>The vast majority were argumentation solvers (n=52), followed by general utility libraries
(n=6) and visualizers of argumentation graphs (n=5), only one tool for benchmarking has been
identi ed (n=1). Utilities are tools for speci c tasks like annotating arguments, getting speci c
meanings from arguments, and tools used for comparing di erent argumentation systems. Some
tools perform multiple functions, for example, reasoner suites usually embed together a solver
and several accessory functions. Concerning programming languages, a plurality of the tools
is implemented in C++ (n=25). Other common languages are Python (n=14) and Java (n=10),
followed by a long tail of less common languages and polyglot or language-wise ambiguous
implementations (Figure 1b).</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Ecosystem Maturity</title>
        <p>Our review shows that most of the source code of the tools, namely 47 (80%), is openly available.
Moreover, we found that most of these argumentation tools are released without any type of
code license (n=33), but still, many argumentation tools are released under an open source
license, such as GPL or MIT (where the latter is more friendly towards re-use in proprietary,
closed-source contexts). Six tools had other mixed types of licenses.</p>
        <p>
          Only 16 tools (27%) have source documentation or a technical description of the tools. In
general, internal documentation (e.g., API, in-line or architectural documentation) of the software
is considered a good practice for most software developers [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], however, our review found that
there is a lack of code documentation impacting the reusability and maintainability of the tools.
        </p>
        <p>
          Automatic tests in software engineering are suites of pre-scripted test cases that are executed
using software tools to validate the functionality and performance of software applications [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
These tests enhance the reliability of the software by ensuring consistent test coverage and
identifying defects early in the development lifecycle. We found in our review 10 available tests
(w.r.t., 49 not available) for the argumentation tools with released code. In this sense, automated
testing for argumentation tools contributes to the e ciency of the development process by
reducing manual e ort and facilitating continuous integration and delivery practices. Moreover,
we found that only one tool (ASPARTIX) has been set up for continuous integration. In the
same context, bug or issue tracking refers to the systematic process of identifying, documenting,
and managing errors or aws within a software application to ensure they are addressed and
resolved, usually performed by speci c tools. We found that 3 tools (5%) have bug tracker
available, suggesting an impact on the overall quality and reliability of most argumentation
tools. An overview of the maintenance status of the tools is provided in Figure 1a: as far as
we can see given publicly available information, only a few of the surveyed tools have been
recently updated.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Discussion: Towards More Fantastic Argumentation Tools</title>
      <p>The maturity of the computational argumentation ecosystem can be more qualitatively assessed
by examining the development and availability of tools and libraries (e.g., types of source code
licenses), the community’s e orts in standardizing and sharing resources, and the integration of
argumentation systems into practical applications. Our review suggests at least three conclusions
about the ecosystem maturity:
• Development of tools and libraries. As our review suggests, the argumentation software
engineering ecosystem has gradually matured, with an acceptable corpus of argumentation
solvers (n=52), and visualization tools (n=6), indicating a gradual shift from theoretical research
to practical, usable systems.
• Community e orts. The argumentation community has been active in organizing
conferences such as COMMA (with a demonstration track), workshops like SAFA, and competitions
like ICCMA, which foster the development and comparison of argumentation systems.
Moreover, as our results indicate, there is a trend to utilize permissive licenses (w.r.t. GPL and MIT)
to solvers and tools, contributing back to the open-source community practices.
• Integration into practical applications. While well-established engineering practices in
computational argumentation are still emerging compared to elds related to data science,
the e orts to create a vibrant ecosystem are evident. The regular organization of SAFA and
ICCMA demonstrates a commitment to advancing the eld.</p>
      <p>In conclusion, our survey results indicate that while a plethora of computational
argumentation tools exist, most of them are either not reusable at all or are risky or di cult to re-use due
to a lack of proper licensing, documentation, or tests. Generally speaking, the ecosystem of
argumentation tools is diverse and still maturing; here, an exception is the regular performance
evaluation of some tools as part of ICCMA. A stronger software engineering practice is needed
when creating and maintaining tools that are as easily reusable as possible. Ideally, application
developers can leverage existing tools, by either importing them as libraries or accessing the
application programming interface of an “externally” running tool. However, this becomes di
cult if tools are too narrowly specialized, poorly documented, or not re-usable at all. As such, it
is important that we start seeing tools as an independent product of research (in argumentation)
rather than only a side-product of answering entirely di erent research questions. One relevant
point to mention is that while the survey is preliminary in its scope and hence at least to some
extent incomplete, given our focus on key argumentation venues, we assume that our conclusions
based on the obtained results are broadly correct. Still, we intend to further extend the survey
and to maintain the corresponding web page at https://people.cs.umu.se/~tkampik/argtools/ as
a living document.</p>
      <p>Some threats to validity exist that an extension of the presented work could address in the
future. First, the survey covers di erent venues and in particular all argumentation competitions,
in which the same or very similar solvers appear in slightly di erent versions. Here, we have
not (yet) executed a careful assessment that leads to distinct counts. Yet more importantly,
all information about the surveyed tools was obtained by reviewing the scienti c literature
and online resources pointed to by the relevant papers. The creators of the tools may possess
additional and more precise information that we could not obtain or elicit. As such, while
we expect the broader conclusions to maintain their validity through time, on a tool-level
some properties may be incorrect; also, given the selective scope of the survey, additional
argumentation tools that the survey does not cover are expected to exist. Having gathered these
results, we hope this survey to be useful to researchers who are in the process of developing
software for computational argumentation and are searching for some previously developed
tool to either leverage or study, or in search for guidelines when developing new tools. Equally
importantly, let us claim that the results provided in this survey highlight the need for further
action when it comes to the continuous advancement of the argumentation tools ecosystem
in terms of re-usability and, more broadly, software engineering maturity. Ideally, the initial
survey e ort presented in this paper can be understood as the start of a continuous process of
assessing the status quo of the argumentation tooling ecosystem at a given point, as well as
over time.
Solver</p>
      <p>Language(s)</p>
      <p>C++
ASP
C++
Python
Python
Rust, C++</p>
      <p>C++</p>
      <p>C++
Rust, C++
Python
Java
Java</p>
      <p>OS
X
X
X
X
X
X
X
X
X
X
X
X</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fodor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kifer</surname>
          </string-name>
          ,
          <article-title>Openrulebench: an analysis of the performance of rule engines</article-title>
          ,
          <source>in: Proceedings of the 18th International Conference on World Wide Web, WWW '09</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2009</year>
          , p.
          <fpage>601</fpage>
          -
          <lpage>610</lpage>
          . URL: https://doi.org/10.1145/1526709.1526790. doi:
          <volume>10</volume>
          .1145/1526709.1526790.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bravo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Diegues</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Romano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Rodrigues</surname>
          </string-name>
          ,
          <article-title>On the use of clocks to enforce consistency in the cloud</article-title>
          .,
          <source>IEEE Data Eng. Bull</source>
          .
          <volume>38</volume>
          (
          <year>2015</year>
          )
          <fpage>18</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>A. K. Das</surname>
          </string-name>
          ,
          <article-title>Unesco recommendation on open science: An upcoming milestone in global science</article-title>
          ,
          <source>Science Diplomacy</source>
          (
          <year>2021</year>
          )
          <fpage>39</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>H.</given-names>
            <surname>Thimbleby</surname>
          </string-name>
          ,
          <article-title>Improving science that uses code</article-title>
          ,
          <source>The Computer Journal</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Briola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mascardi</surname>
          </string-name>
          ,
          <article-title>Fantastic mass and where to nd them: First results and lesson learned</article-title>
          , in: A.
          <string-name>
            <surname>Ciortea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Dastani</surname>
          </string-name>
          , J. Luo (Eds.),
          <source>Engineering Multi-Agent Systems - 11th International Workshop</source>
          , EMAS 2023, London, UK, May
          <volume>29</volume>
          -30,
          <year>2023</year>
          , Revised Selected Papers, volume
          <volume>14378</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2023</year>
          , pp.
          <fpage>233</fpage>
          -
          <lpage>252</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -48539-8_
          <fpage>16</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -48539-8\_
          <fpage>16</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rago</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Cocarascu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Toni</surname>
          </string-name>
          ,
          <article-title>Argumentation-based recommendations: Fantastic explanations and how to nd them</article-title>
          ,
          <source>in: Proceedings of the 27th International Joint Conference on Arti cial Intelligence</source>
          ,
          <source>IJCAI'18</source>
          , AAAI Press,
          <year>2018</year>
          , p.
          <fpage>1949</fpage>
          -
          <lpage>1955</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Aghajani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Nagy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Linares-Vásquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Moreno</surname>
          </string-name>
          , G. Bavota,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lanza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C.</given-names>
            <surname>Shepherd</surname>
          </string-name>
          ,
          <article-title>Software documentation: the practitioners' perspective</article-title>
          , in
          <source>: ICSE '20: Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering</source>
          , Association for Computing Machinery, New York, NY, USA,
          <year>2020</year>
          , pp.
          <fpage>590</fpage>
          -
          <lpage>601</lpage>
          . doi:
          <volume>10</volume>
          .1145/3377811. 3380405.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Anand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. K.</given-names>
            <surname>Burke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. B.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Grieskamp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Harman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Harrold</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>McMinn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bertolino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Jenny</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <article-title>An orchestrated survey of methodologies for automated software test case generation</article-title>
          ,
          <source>Journal of Systems and Software</source>
          <volume>86</volume>
          (
          <year>2013</year>
          )
          <fpage>1978</fpage>
          -
          <lpage>2001</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.jss.
          <year>2013</year>
          .
          <volume>02</volume>
          .061.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Borg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Odekerken</surname>
          </string-name>
          , et al.,
          <article-title>Pyarg for solving and explaining rgumentation in python</article-title>
          ,
          <source>Computational Models of Argument-Proceedings of COMMA 2022 353</source>
          (
          <year>2022</year>
          )
          <fpage>349</fpage>
          -
          <lpage>350</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ellmauthaler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Gaggl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Rusovac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wallner</surname>
          </string-name>
          ,
          <article-title>Adf-bdd: An adf solver based on binary decision diagrams.</article-title>
          ,
          <source>in: COMMA</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>355</fpage>
          -
          <lpage>356</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Baier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Diller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Dubsla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Gaggl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hermanns</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Käfer</surname>
          </string-name>
          , Admissibility in Probabilistic Argumentation,
          <source>in: Proceedings of the 18th International Conference on Principles of Knowledge Representation and Reasoning</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>87</fpage>
          -
          <lpage>98</lpage>
          . URL: https: //doi.org/10.24963/kr.2021/9. doi:
          <volume>10</volume>
          .24963/kr.2021/9.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Klein</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Thimm, probo2: A benchmark framework for argumentation solvers</article-title>
          .,
          <source>in: COMMA</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>363</fpage>
          -
          <lpage>364</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lenz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bergmann</surname>
          </string-name>
          ,
          <article-title>User-centric argument mining with arguemapper and arguebuf</article-title>
          ,
          <source>in: Computational Models of Argument</source>
          , IOS Press,
          <year>2022</year>
          , pp.
          <fpage>367</fpage>
          -
          <lpage>368</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N.</given-names>
            <surname>Potyka</surname>
          </string-name>
          ,
          <article-title>Attractor-a java library for gradual bipolar argumentation</article-title>
          .,
          <source>in: COMMA</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>369</fpage>
          -
          <lpage>370</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>H.</given-names>
            <surname>Prakken</surname>
          </string-name>
          , et al.,
          <article-title>deliberate-online argumentation with collaborative ltering</article-title>
          ,
          <source>Computational Models of Argument: Proceedings of COMMA 2020 326</source>
          (
          <year>2020</year>
          )
          <fpage>453</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Caminada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Uebis</surname>
          </string-name>
          ,
          <article-title>An implementation of argument-based discussion using aspic</article-title>
          ,
          <source>in: Computational Models of Argument</source>
          , IOS Press,
          <year>2020</year>
          , pp.
          <fpage>455</fpage>
          -
          <lpage>456</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>R.</given-names>
            <surname>Duthie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lawrence</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Visser</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>Zogra stou, Navigating arguments and hypotheses at scale</article-title>
          ,
          <source>in: 8th International Conference on Computational Models of Argument, COMMA</source>
          <year>2020</year>
          , IOS Press,
          <year>2020</year>
          , pp.
          <fpage>459</fpage>
          -
          <lpage>460</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wells</surname>
          </string-name>
          ,
          <article-title>The open argumentation platform (oapl)</article-title>
          ,
          <source>in: Computational Models of Argument</source>
          , IOS Press,
          <year>2020</year>
          , pp.
          <fpage>475</fpage>
          -
          <lpage>476</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>P.</given-names>
            <surname>Baroni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Borsato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rago</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Toni</surname>
          </string-name>
          , et al.,
          <article-title>The" games of argumentation" web platform</article-title>
          .,
          <source>in: COMMA</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>447</fpage>
          -
          <lpage>448</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>R.</given-names>
            <surname>Booth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Caminada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Marshall</surname>
          </string-name>
          ,
          <article-title>Disco: A web-based implementation of discussion games for grounded and preferred semantics</article-title>
          ,
          <source>in: Computational Models of Argument</source>
          , IOS Press,
          <year>2018</year>
          , pp.
          <fpage>453</fpage>
          -
          <lpage>454</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Neugebauer</surname>
          </string-name>
          , Dabasco:
          <article-title>Generating af, adf, and aspic+ instances from real-world discussions</article-title>
          ,
          <source>in: Computational Models of Argument</source>
          , IOS Press,
          <year>2018</year>
          , pp.
          <fpage>469</fpage>
          -
          <lpage>470</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>F.</given-names>
            <surname>Cerutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Giacomin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vallati</surname>
          </string-name>
          , et al.,
          <source>Generating structured argumentation frameworks: Afbenchgen2</source>
          ., in: COMMA,
          <year>2016</year>
          , pp.
          <fpage>467</fpage>
          -
          <lpage>468</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>F.</given-names>
            <surname>Brons</surname>
          </string-name>
          ,
          <article-title>Labsat-solver: Utilizing caminada's labelling approach as a boolean satis ability problem</article-title>
          ,
          <source>System Descriptions of the First International Competition on Computational Models of Argumentation (ICCMA'15)</source>
          (
          <year>2015</year>
          )
          <article-title>1</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>B. van Gijzel</surname>
          </string-name>
          ,
          <article-title>Dungell: A reference implementation of dung's argumentation frameworks in haskell, Thimm and Villata (</article-title>
          <year>2015</year>
          ) (
          <year>2015</year>
          )
          <fpage>15</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>B.</given-names>
            <surname>Liao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jin</surname>
          </string-name>
          , R. C.
          <article-title>Koons, Dynamics of argumentation systems: A division-based method</article-title>
          ,
          <source>Arti cial Intelligence</source>
          <volume>175</volume>
          (
          <year>2011</year>
          )
          <fpage>1790</fpage>
          -
          <lpage>1814</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>O.</given-names>
            <surname>Rodrigues</surname>
          </string-name>
          , Gris:
          <article-title>Computing traditional argumentation semantics through numerical iterations</article-title>
          .,
          <source>Thimm and Villata</source>
          (
          <year>2015</year>
          ) (
          <year>2015</year>
          )
          <fpage>37</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>K.</given-names>
            <surname>Sprotte</surname>
          </string-name>
          , Asgl:
          <article-title>Argumentation semantics in gecode and lisp</article-title>
          ,
          <source>System Descriptions of the First International Competition on Computational Models of Argumentation (ICCMA'15)</source>
          (
          <year>2015</year>
          )
          <fpage>41</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>S.</given-names>
            <surname>Groza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Groza</surname>
          </string-name>
          ,
          <article-title>Prograph: towards enacting bipartite graphs for abstract argumentation frameworks</article-title>
          ,
          <source>System Descriptions of the First International Competition on Computational Models of Argumentation (ICCMA'15)</source>
          (
          <year>2015</year>
          )
          <fpage>29</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>T. F.</given-names>
            <surname>Gordon</surname>
          </string-name>
          ,
          <article-title>Carneades iccma: A straightforward implementation of a solver for abstract argumentation in the go programming</article-title>
          ,
          <source>System Descriptions of the First International Competition on Computational Models of Argumentation (ICCMA'15)</source>
          (
          <year>2015</year>
          )
          <fpage>54</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>W.</given-names>
            <surname>Faber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vallati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Cerutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Giacomin</surname>
          </string-name>
          ,
          <article-title>Solving set optimization problems by cardinality optimization with an application to argumentation (</article-title>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>E.</given-names>
            <surname>Hadjisoteriou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Georgiou</surname>
          </string-name>
          , Assa:
          <article-title>Computing stable extensions with matrices</article-title>
          ,
          <source>Thimm and Villata</source>
          (
          <year>2015</year>
          ) (
          <year>2015</year>
          )
          <fpage>62</fpage>
          -
          <lpage>65</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <article-title>Encoding argumentation semantics by boolean algebra</article-title>
          ,
          <source>IEICE TRANSACTIONS on Information and Systems</source>
          <volume>100</volume>
          (
          <year>2017</year>
          )
          <fpage>838</fpage>
          -
          <lpage>848</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>W.</given-names>
            <surname>Faber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vallati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Cerutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Giacomin</surname>
          </string-name>
          , et al.,
          <article-title>Enumerating preferred extensions using asp domain heuristics: The asprmin solver</article-title>
          .,
          <source>in: COMMA</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>459</fpage>
          -
          <lpage>460</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>W.</given-names>
            <surname>Dvorák</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Järvisalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wallner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Woltran</surname>
          </string-name>
          ,
          <article-title>Cegartix: A sat-based argumentation system</article-title>
          ,
          <source>in: Pragmatics of SAT Workshop (POS)</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>M.</given-names>
            <surname>Vallati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Cerutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Giacomin</surname>
          </string-name>
          , Chimaerarg:
          <article-title>Con guring static portfolios for solving argumentation problems (</article-title>
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>F.</given-names>
            <surname>Cerutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Giacomin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vallati</surname>
          </string-name>
          , et al.,
          <article-title>Argsemsat: Solving argumentation problems using sat</article-title>
          .,
          <source>COMMA</source>
          <volume>14</volume>
          (
          <year>2014</year>
          )
          <fpage>455</fpage>
          -
          <lpage>456</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>S.</given-names>
            <surname>Nofal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Atkinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. E.</given-names>
            <surname>Dunne</surname>
          </string-name>
          ,
          <article-title>Looking-ahead in backtracking algorithms for abstract argumentation</article-title>
          ,
          <source>International Journal of Approximate Reasoning</source>
          <volume>78</volume>
          (
          <year>2016</year>
          )
          <fpage>265</fpage>
          -
          <lpage>282</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tasharro</surname>
          </string-name>
          , T. Janhunen,
          <article-title>Gg-sts: Argumentation solver from aalto</article-title>
          university in iccma
          <year>2017</year>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ellmauthaler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Strass</surname>
          </string-name>
          ,
          <article-title>The diamond system for computing with abstract dialectical frameworks</article-title>
          ., in: Comma,
          <year>2014</year>
          , pp.
          <fpage>233</fpage>
          -
          <lpage>240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>N.</given-names>
            <surname>Geilen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          ,
          <article-title>Heureka: a general heuristic backtracking solver for abstract argumentation</article-title>
          ,
          <source>in: Theory and Applications of Formal Argumentation: 4th International Workshop</source>
          , TAFA 2017,
          <article-title>Melbourne</article-title>
          ,
          <string-name>
            <surname>VIC</surname>
          </string-name>
          , Australia,
          <source>August 19-20</source>
          ,
          <year>2017</year>
          ,
          <source>Revised Selected Papers 4</source>
          , Springer,
          <year>2018</year>
          , pp.
          <fpage>143</fpage>
          -
          <lpage>149</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          ,
          <article-title>Dredd-a heuristics-guided backtracking solver with information propagation for abstract argumentation</article-title>
          ,
          <source>The Third International Competition on Computational Models of Argumentation</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <surname>J.-M. Lagniez</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lonca</surname>
          </string-name>
          , J.-G. Mailly,
          <year>Coquiaas v3</year>
          .
          <article-title>0 iccma 2019 solver description</article-title>
          ,
          <source>System descriptions of the Third International Competition on Computational Models of Argumentation (ICCMA'19)</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>L.</given-names>
            <surname>Malmqvist</surname>
          </string-name>
          ,
          <string-name>
            <surname>Yonas:</surname>
          </string-name>
          <article-title>An experimental neural argumentation solver</article-title>
          ,
          <source>International Competition on Computational Models of Argumentation (ICCMA) 295</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>A.</given-names>
            <surname>Previti</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>arvisalo, Argpref: A sat-with-preferences approach to ideal semantics</article-title>
          ,
          <source>The 3rd International Competition on Computational Models of Argumentation (ICCMA'19)</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <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>
          , et al.,
          <article-title>A rst overview of iccma'19</article-title>
          ., in: AI3@ AI* IA,
          <year>2020</year>
          , pp.
          <fpage>90</fpage>
          -
          <lpage>102</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46] W. Dvo ák, M. König,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rapberger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Wallner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Woltran</surname>
          </string-name>
          ,
          <article-title>Aspartix-v-a solver for argumentation tasks using asp</article-title>
          ,
          <source>in: 14th Workshop on Answer Set Programming and Other Computing Paradigms</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <surname>J.-M. Lagniez</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lonca</surname>
            ,
            <given-names>J.-G.</given-names>
          </string-name>
          <string-name>
            <surname>Mailly</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Rossit</surname>
          </string-name>
          ,
          <source>Design and results of iccma</source>
          <year>2021</year>
          , arXiv preprint arXiv:
          <volume>2109</volume>
          .08884 (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>M.</given-names>
            <surname>Heinrich</surname>
          </string-name>
          ,
          <article-title>The matrixx solver for argumentation frameworks</article-title>
          ,
          <source>arXiv preprint arXiv:2109.14732</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>M.</given-names>
            <surname>Alviano</surname>
          </string-name>
          ,
          <article-title>The pyglaf argumentation reasoner (iccma2021)</article-title>
          ,
          <source>arXiv preprint arXiv:2109.03162</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <surname>J.-M. Lagniez</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lonca</surname>
            ,
            <given-names>J.-G.</given-names>
          </string-name>
          <string-name>
            <surname>Mailly</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Rossit</surname>
          </string-name>
          ,
          <article-title>Crusti g2io, a benchmark generator based on a inner/outer template</article-title>
          ,
          <source>ICCMA</source>
          <year>2023</year>
          (
          <year>2023</year>
          )
          <fpage>35</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <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>
          ,
          <source>Fudge v3. 2</source>
          .8,
          <string-name>
            <surname>ICCMA</surname>
          </string-name>
          <year>2023</year>
          171 (
          <year>2007</year>
          )
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52]
          <string-name>
            <given-names>A.</given-names>
            <surname>Niskanen</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Järvisalo, µ-toksia in iccma 2023</article-title>
          ,
          <string-name>
            <surname>ICCMA</surname>
          </string-name>
          <year>2023</year>
          (
          <year>2023</year>
          )
          <fpage>31</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <given-names>S.</given-names>
            <surname>Declercq</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. J.</given-names>
            <surname>Capellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Delobelle</surname>
          </string-name>
          , J.-G. Mailly,
          <article-title>Portsat: A portfolio of sat solvers for abstract argumentation</article-title>
          ,
          <source>ICCMA</source>
          <year>2023</year>
          (
          <year>2023</year>
          )
          <fpage>32</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <given-names>J.</given-names>
            <surname>Delobelle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-G.</given-names>
            <surname>Mailly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rossit</surname>
          </string-name>
          ,
          <article-title>Revisiting approximate reasoning based on grounded semantics</article-title>
          ,
          <source>in: European Conference on Symbolic and Quantitative Approaches with Uncertainty</source>
          , Springer,
          <year>2023</year>
          , pp.
          <fpage>71</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>J.</given-names>
            <surname>Delobelle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-G.</given-names>
            <surname>Mailly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rossit</surname>
          </string-name>
          ,
          <article-title>Aripoter-degrees: Argumentation approximate reasoning using in/out degrees of arguments</article-title>
          ,
          <source>ICCMA</source>
          <year>2023</year>
          (
          <year>2023</year>
          )
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [56]
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          ,
          <source>Fargo-limited v1. 1</source>
          .1,
          <string-name>
            <surname>ICCMA</surname>
          </string-name>
          <year>2023</year>
          (
          <year>2023</year>
          )
          <fpage>21</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [57]
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          , Harper++:
          <article-title>Using grounded semantics for approximate reasoning in abstract argumentation</article-title>
          ,
          <source>The Fourth International Competition on Computational Models of Argumentation (ICCMA'21)</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          [58]
          <string-name>
            <given-names>P.</given-names>
            <surname>Besnard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Doutre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Longin</surname>
          </string-name>
          , et al.,
          <article-title>Sesame-a system for specifying semantics in abstract argumentation</article-title>
          ,
          <source>in: 1st International Workshop on Systems and Algorithms for Formal Argumentation (SAFA</source>
          <year>2016</year>
          )
          <article-title>co-located with the 6th</article-title>
          <source>International Conference on Computational Models of Argument: COMMA</source>
          <year>2016</year>
          , volume
          <volume>1672</volume>
          ,
          <year>2016</year>
          , pp.
          <fpage>40</fpage>
          -
          <lpage>51</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          [59]
          <string-name>
            <given-names>W.</given-names>
            <surname>Dvorák</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Greßler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Woltran</surname>
          </string-name>
          ,
          <article-title>Evaluating setafs via answer-set programming</article-title>
          ,
          <source>in: SAFA@ COMMA</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>10</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          [60]
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          , T. Rienstra,
          <article-title>Approximate reasoning with aspic+ by argument sampling</article-title>
          .,
          <source>SAFA@ COMMA</source>
          <volume>2672</volume>
          (
          <year>2020</year>
          )
          <fpage>22</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          [61]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kampik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gabbay</surname>
          </string-name>
          ,
          <article-title>Towards diarg: An argumentation-based dialogue reasoning engine</article-title>
          ,
          <source>in: SAFA 2020: The Third International Workshop on Systems and Algorithms for Formal Argumentation, Online, September</source>
          <volume>8</volume>
          ,
          <year>2020</year>
          , Technical University of Aachen,
          <year>2020</year>
          , pp.
          <fpage>14</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          [62]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Heinrich</surname>
          </string-name>
          ,
          <article-title>A python script for abstract dialectical frameworks</article-title>
          .,
          <source>in: SAFA@ COMMA</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>74</fpage>
          -
          <lpage>79</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          [63]
          <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>
          .,
          <source>in: SAFA@ COMMA</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>59</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>