<!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>On the Quantitative Reasoning over Incomplete Abstract Argumentation Frameworks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bettina Fazzinga</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergio Flesca</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Filippo Furfaro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giuseppina Monterosso</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DIMES, University of Calabria</institution>
          ,
          <addr-line>Via Bucci, Rende, 87036</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>DiCES, University of Calabria</institution>
          ,
          <addr-line>Via Bucci, Rende, 87036</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We recall percVer and percAcc, the problems asking for the percentages of the completions of an incomplete Abstract Argumentation Framework (iAAF) where a set S is an extension and an argument a is accepted, respectively, introduced in [1]. Specifically, we recall the relationship between the proposed framework and probabilistic AAFs (prAAFs) under the constellations approach and the complexity characterization of both problems.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Incomplete AAFs (iAAFs) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] are generalizations of the well known Dung’s Abstract Argumentation
Framework (AAF [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) that model uncertainty that may afect arguments and attacks. Recent proposals [
        <xref ref-type="bibr" rid="ref4 ref5">4,
5</xref>
        ] further extend iAAFs with “dependencies", expressing, for instance, that (the presence of) an argument
is alternative to other arguments, that an attack implies another attack, and so on. Therefore, an
iAAF encodes multiple scenarios (called completions), corresponding to the diferent combinations of
presence/absence of the uncertain arguments and uncertain attacks satisfying the dependencies.
      </p>
      <p>The main reason for the popularity of iAAFs is their simplicity, mostly deriving from the fact that they
do not require a quantitative modeling of the uncertainty. Nevertheless, some quantitative reasoning over
iAAFs is likely to be useful when analyzing the dispute modeled by an iAAF. For instance, in the absence
of quantitative measures implying a rank of the completions, it is reasonable to consider them “alternative
scenarios that may occur with the same probability", and, in turn, to measure the closeness of a set (resp. an
argument) to being an extension (resp., accepted) as the percentage of completions where this happens.</p>
      <p>
        In this paper, we recall the reasoning paradigm over iAAFs proposed in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], that is based on three
problems, whose input includes an iAAF IF , a set of dependencies D, a set of arguments S, an
argument a:
1) percVerσ (IF,D,S) and percAccσ (IF,D,a,X), asking for the percentages of completions of IF
(satisfying D) where S is an extension and a accepted, respectively;
2) cntCom(IF, D), counting the completions of IF (satisfying D): this problem supports a preliminary
analysis, as its answer is a measure of the uncertainty encoded in the iAAF and helps interpret the
answers of percVer and percAcc.
      </p>
      <p>
        We first recall the relationship between this framework and probabilistic AAFs in the constellations
approach (prAAFs) [
        <xref ref-type="bibr" rid="ref6 ref7 ref8 ref9">6, 7, 8, 9</xref>
        ], that are iAAFs where a probability distribution function is defined over the
completions (called possible worlds in the context of prAAFs). In particular, we focus on the relationship
with the problems probVer and probAcc over prAAFs, that ask for the overall probability of the
possible worlds of a prAAF P F where a set is an extension and an argument accepted, respectively. We
observe that, although in principle solving percVer and percAcc is the same as solving probVer and
probAcc over a suitably constructed prAAF, constructing this “equivalent" prAAF can require a heavy
computational cost (besides the fact that the so obtained prAAF is dramatically less compact and less
user-friendly than the iAAF). We show that this issue holds also when no dependency is specified. Then,
we report the investigation of the computational complexity of the quantitative-reasoning paradigm,
showing that cntCom is #P-complete and percVer and percAcc are FP#P-complete, with islands of
8th Workshop on Advances in Argumentation in Artificial Intelligence
      </p>
      <p>© 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
tractability depending on the semantics of extensions and the size of S or the structural properties of
the iAAF.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Preliminaries</title>
      <p>
        Incomplete AAFs (iAAFs). Assuming familiarity with Abstract Argumentation Frameworks (AAFs),
we recall the Incomplete AAFs (iAAFs) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>Definition 1 (iAAF). An incomplete AAF (iAAF) is a tuple ⟨A, A?, D, D?⟩, where A and A? are disjoint
sets of arguments, and D and D? disjoint sets of attacks between arguments in A ∪ A?. The arguments
and attacks in A and D (resp., A? and D?) are said to be certain (resp., uncertain), i.e. they are (resp., are
not) guaranteed to occur.</p>
      <p>An iAAF compactly represents the alternative scenarios (completions) for the argumentation.
Definition 2 (Completion). Given an iAAF IF = ⟨A, A?, D, D?⟩, a completion of IF is an AAF
F = ⟨A′, D′⟩ where A ⊆ A′ ⊆ (A ∪ A?) and D ∩ (A′ × A′) ⊆ D′ ⊆ (D ∪ D?) ∩ (A′ × A′).
The possible and necessary perspectives are natural ways to deal with multiple completions when
adapting the notions of extension (renamed “i∗ -extension") and accepted argument to iAAFs:
Definition 3. Let IF be an iAAF, S a set of arguments and a an argument. Under a semantics σ , S is
an i∗ -extension and a an X-accepted argument (with X ∈ {Cr, Sk}) under the possible (resp., necessary)
perspective if, for at least one (resp., every) completion F of IF , S is an extension of F and a an X-accepted
argument of F , respectively.</p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref4 ref5">5, 4</xref>
        ], the possibility of restricting the set of completions (in order to make it better fit the alternative
scenarios) via or, nand, choice, imply dependencies involving arguments/attacks was studied (this set
was proved to be suficient to encode any propositional constraint over the completions, expressing
which combinations of arguments or of attacks can/cannot occur). Given two sets of arguments Y , Z,
the semantics is: or(Y ): (the completions to be considered are all and only those where) at least one
argument in Y occurs; nand(Y ): at least one argument in Y does not occur; choice(Y ): exactly one
argument in Y occurs; imply(Y, Z): if every argument in Y occurs, then all the arguments in Z occur.
If Y and Z are sets of attacks, the semantics is analogous, but, when checking if a completion satisfies a
dependency, only the attacks in Y and Z between arguments that both belong to the completion are
considered (this means conditioning the dependencies to the presence of the arguments involved in the
attacks). In the presence of a set of dependencies D, the set of completions of an iAAF IF satisfying
D will be denoted as C(IF, D), and the problems of checking, under the perspective P ∈ {Possible,
Necessary}, if S is an i∗ -extension and a X-accepted (with X ∈ {Cr, Sk}) as iVerσ (IF, D, S, P ) and
iAccσ (IF, D, a, P, X), respectively.
      </p>
      <p>Probabilistic Abstract Argumentation Frameworks (prAAFs). We consider prAAFs following
the “constellations approach", where probabilities quantitatively model the uncertainty afecting the
knowledge of which “possible world" (i.e. combination of the arguments and attacks) actually occurs.
In the context of prAAFs, “possible world" has the same meaning as “completion" in the context of iAAFs,
so prAAFs can be viewed as iAAFs where a pdf (probability distribution function) is defined over the
completions.</p>
      <p>Definition 4. A prAAF P F is a tuple ⟨A, D, PW, p⟩, where A is a set of arguments, D ⊆
of attacks, PW a set of possible worlds over A and D, and p is a pdf over PW.</p>
      <p>A × A a set</p>
      <p>When independence between arguments/attacks is assumed, the pdf p can be encoded compactly, by
specifying the marginal probabilities µ of the arguments/attacks, so that the probability of a possible
world ω = ⟨A′, D′⟩ is</p>
      <p>
        p(ω) = Πa∈A′ µ (a) × Πa∈A\A′ 1 − µ (a) × Π(a,b)∈D′ µ (a, b) × Π(a,b)∈ D∩(A′× A′) \D′ 1 − µ (a, b)
which means that the marginal probability of an attack (a, b) is interpreted as the probability that the
attack occurs assuming that a and b occur. Thus, under the independence assumption, PW and p can
be replaced by a marginal probability function µ : A ∪ D → [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ]. In this case, the prAAF will be called
IND-prAAF and denoted as a tuple P F = ⟨A, D, µ ⟩.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Quantitative Reasoning Over iAAFs Vs. Probabilistic Reasoning</title>
    </sec>
    <sec id="sec-4">
      <title>Over prAAFs</title>
      <p>
        We report the definitions of the problems cntCom, percVer and percAcc, and their relationship with
probVer and probAcc (the probabilistic counterparts of the verification and acceptance problems over
prAAFs), provided in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In the rest of the paper, an iAAF IF = ⟨A, A?, D, D?⟩, a set of dependencies
D, a set of arguments S of IF , and a semantics σ ∈ {ad, st, co, gr, pr}, are assumed to be given.
Definition 5. cntCom(IF, D) is the problem of computing |C(IF, D)|, and percAccσ (IF,D,a,X) (with
X ∈ {Cr, Sk}) and percVerσ (IF,D,S) the problems of computing the percentage of completions in C(IF, D)
where, under σ , a is X-accepted and S is an extension, respectively. Conventionally, the answer of percVer
and percAcc is 0 if C(IF, D) = ∅.
      </p>
      <p>Observe that percAccσ (IF,D,a,X) trivially returns 0 if σ = ad and X = Sk, as no argument can be
skeptically accepted in any completion (as ∅ is always an admissible extension). Hence, in most of the
results regarding percAcc, the combination σ = ad and X = Sk will not be considered.</p>
      <p>The following proposition states that percVer and percAcc can be solved by viewing IF as a prAAF
whose possible worlds are the completions of IF and whose pdf is the uniform distribution, and then
reasoning on this prAAF via probVer and probAcc. Obviously, translating iAAFs to prAAFs makes
sense if D is satisfiable, as prAAFs are not defined if there is no possible world.</p>
      <p>Proposition 1. Assume C(IF, D) ̸= ∅. Let P F = ⟨A ∪ A?, D ∪ D?, PW, p⟩ be the prAAF where
PW = C(IF, D) and p is the pdf that assigns 1/|PW| to every possible world of P W . Then
percVerσ (IF,D,S)=probVerσ (P F, S) and percAccσ (IF,D,a,X)=probAccσ (P F, a, X).</p>
      <p>The theorem below states that cntCom(IF, D) (which returns 1/p) is #P-complete.
Theorem 1. cntCom(IF, D) is #P-complete, even if D = ∅ and IF contains no certain argument and
no certain attack.</p>
      <p>The following theorem states that, under the hypothesis #P⊈ FP, there is no polynomial time
transformation of an iAAF into a prAAF over the same arguments that allows for solving any instance
of percVer via an instance of probVer.</p>
      <p>Theorem 2. Under the hypothesis #P⊈ FP, for every σ ∈ {ad, st, co, gr, pr}, there is no algorithm
taking as input an iAAF IF that runs in polynomial time and translates IF into a prAAF over the same
arguments as IF such that, for every set of arguments S, probVerσ (P F, S)= percVerσ (IF,D,S), or, for
each argument a, percAccσ (IF,D,a,X)= probAccσ (P F, a, X) (except for the case σ = ad and X =
Sk).</p>
      <p>It is natural to wonder whether there is some general easy-to-compute translation from IF into
an equivalent IND-prAAF over the same arguments. Unfortunately, even if D= ∅, computing such a
translation (assuming that it exists) would require a huge computational efort, as formally stated below.
Theorem 3. Under the hypothesis #P⊈ FP, even if D= ∅, under σ ∈ {ad, st, co, gr, pr}, there is no
polynomial-time algorithm translating any iAAF IF into an IND-prAAF P F over the arguments of IF
such that, for any set of arguments S, probVerσ (P F, S)=percVerσ (IF,D,S), or, for any argument a,
percAccσ (IF,D,a,X)= probAccσ (P F, a, X) (except for the case σ = ad,X = Sk).</p>
      <p>The following theorem describes a form of iAAF for which the polynomial-time translation mentioned
in Theorem 3 exists.</p>
      <p>Theorem 4. Assume that D = ∅ and every uncertain attack in IF involves at least one certain argument.
Let P F = ⟨A ∪ A?, D ∪ D?, µ ⟩ be the IND-prAAF where ∀a ∈ A µ (a) = 1, ∀δ ∈ D µ (δ ) = 1,
∀δ ∈ D? µ (δ ) = 12 , and ∀a ∈ A? µ (a) = 1+2|2D|D?(?a()a|)| , where D?(a) is the set of uncertain attacks involving
a. Then, for any S ⊆ A ∪ A?, percVer(IF, D, S) = probVerσ (P F, S), and, for each a ∈ A ∪ A?,
percAccσ (IF,D,a,X)= probAccσ (P F, a, X).</p>
      <p>Finally, Theorem 5 below gives an insight into the suficient condition of Theorem 4, as it states that
this condition makes cntCom tractable too.</p>
      <p>Theorem 5. cntCom(IF, D) is in P if D= ∅ and every uncertain attack of IF involves at least one
certain argument.</p>
    </sec>
    <sec id="sec-5">
      <title>4. Computational Complexity of Quantitative Reasoning Over iAAFs</title>
      <p>
        We start by recalling the general characterization of percVer and percAcc done in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Theorem 6. percAccσ (IF,D,a,X) (except for the case σ = ad and X =Sk) and percVerσ (IF,D,S)
are FP#P-complete, even if D= ∅.
      </p>
      <p>
        Starting from this general result, we recall the sensitivity analysis of the computational complexity to
the form of uncertainty encoded in the iAAF and to the semantics of extensions done in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. A first result
straightforwardly follows from Theorem 4, which states that, when D= ∅ and the uncertain attacks
involve at least one certain argument, percVerσ (IF,D,S) is equivalent to probVerσ (P F, S), and
percAccσ (IF,D,a,X) to probAccσ (P F, a, X), where P F is an IND-prAAFs obtained via a
polynomialtime transformation from IF . Since, under σ ∈ {ad, st}, probVerσ (P F, S) is in FP over IND-prAAFs
(as shown in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]), we obtain:
Corollary 1. Assume that D= ∅ and IF is such that every uncertain attack involves at least one certain
argument. Under σ ∈ {ad, st}, percVerσ (IF,D,S) is in FP.
      </p>
      <p>
        Under the Dungean semantics other than ad and st, probVer over IND-prAAFs is not known to be in
FP but is FP#P-complete [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], and, under every Dungean semantics, probAcc is FP#P-complete. Thus,
Theorem 4 implies that percVer is in FP#P under σ ∈ {gr, co, pr} and percAcc is in FP#P under
σ ∈ {ad, st, gr, co, pr}. The following theorem states that these are also lower bounds, even if only
the arguments or only the attacks are uncertain.
      </p>
      <p>Theorem 7. If D= ∅ and IF contains no uncertain argument or no uncertain attacks, then: 1)
under σ ∈ {gr, co, pr}, percVerσ (IF,D,S) is FP#P-complete, and 2) under σ ∈ {ad, st, gr, co, pr},
percAccσ (IF,D,a,X) is FP#P-complete (except for the case σ = ad and X = Sk).</p>
      <p>From what shown so far, it is natural to wonder whether the tractability islands of Theorem 5 for
cntCom and of Corollary 1 for percVer can be extended to the case D ̸= ∅. The following theorem
gives a negative answer: even in the simpler case where the uncertainty involves only arguments or
only attacks, specifying any form of dependency makes cntCom and percVer under σ ∈ {ad, st}
intractable.</p>
      <p>Theorem 8. If IF contains no uncertain arguments or no uncertain attacks, and D contains dependencies
of only one of the forms or, nand, choice, imply, then cntCom(IF, D) is #P-hard and percVerσ (IF,D,S)
is FP#P-hard.</p>
      <p>Theorem 8 does not mention percAcc, as it is already FP#P-hard with D= ∅ (Theorem 7). As for
percVer, Theorem 8 interestingly states that percVer is FP#P-hard whatever the form of dependencies,
even when its decision counterpart (iVer) is tractable. We conclude by locating an island of tractability
of percVer under σ = ad, that depends on the size of S and how S is connected to the rest of the
iAAF. The tractability holds for a form of iAAF for which cntCom is not tractable (as no restriction is
imposed on the portion of IF outside S). To state the result, we denote as fr(S) the frontier of S, i.e.
the set of arguments outside S attacking or attacked by S. Moreover, we denote as IF \ S the iAAF
obtained from IF by removing every argument in S and every attack to/from S.</p>
      <p>Theorem 9. Assume that the size of S is logarithmic w.r.t. size of IF , that the arguments in fr(S) are
certain, that, for each dependency d ∈ D, d involves only arguments/attacks in S or only arguments/attacks
in IF \ S, and that |C(IF, D)| &gt; 0. Then, under σ = ad, percVerσ (IF,D,S) is in FP.</p>
      <p>It is worth noting that this tractability result cannot be extended to the other semantics. In fact:
1) under σ ∈ {co, gr, pr}, the proof of Theorem 7 shows that percVer is FP#P-hard even in the
restricted case where D= ∅, fr(S) = ∅, and S is of constant size; 2) under σ = st, a minor change
of the reduction used in the proof of Theorem 6 (consisting in adding no attack involving the fresh
argument a) shows that percVer is FP#P-hard even when D= ∅, fr(S) = ∅, and S is of constant size.</p>
      <p>The above theorem is the only statement regarding the computational complexity where the
satisfiability of the dependencies (i.e. |C(IF, D)| &gt; 0) is a prerequisite. Observe that the general hardness
results of Theorem 8 hold even when D is known to be satisfiable, as they can be proved via
parsimonious reductions to cntCom from counting problems that always return a value greater than 0.
This means that cntCom and percVer have sources of complexity other than the uncertainty on the
existence of at least one completion. In turn, this means that, in the general case, assuming D satisfiable
cannot imply that percVer becomes tractable, and makes the result of Theorem 9 relevant.</p>
    </sec>
    <sec id="sec-6">
      <title>5. Conclusions</title>
      <p>
        We have recalled the new quantitative reasoning paradigm supporting the analysis of iAAFs and its
computational complexity characterization, provided in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fazzinga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flesca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Furfaro</surname>
          </string-name>
          , G. Monterosso,
          <article-title>Quantitative reasoning over incomplete abstract argumentation frameworks</article-title>
          ,
          <source>in: Proc. International Joint Conference on Artificial Intelligence (IJCAI)</source>
          , Jeju, South Korea,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Baumeister</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Neugebauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rothe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Schadrack</surname>
          </string-name>
          ,
          <article-title>Verification in incomplete argumentation frameworks</article-title>
          ,
          <source>Artif. Intell</source>
          .
          <volume>264</volume>
          (
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>Artif. Intell</source>
          .
          <volume>77</volume>
          (
          <year>1995</year>
          )
          <fpage>321</fpage>
          -
          <lpage>358</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fazzinga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flesca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Furfaro</surname>
          </string-name>
          ,
          <article-title>Reasoning over attack-incomplete aafs in the presence of correlations</article-title>
          ,
          <source>in: Proc. International Conference on Principles of Knowledge Representation and Reasoning (KR)</source>
          , Online event,
          <year>2021</year>
          , pp.
          <fpage>301</fpage>
          -
          <lpage>311</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fazzinga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flesca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Furfaro</surname>
          </string-name>
          ,
          <article-title>Reasoning over argument-incomplete aafs in the presence of correlations</article-title>
          ,
          <source>in: Proc. International Joint Conference on Artificial Intelligence (IJCAI)</source>
          , Virtual Event / Montreal, Canada,
          <year>2021</year>
          , pp.
          <fpage>189</fpage>
          -
          <lpage>195</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fazzinga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flesca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Furfaro</surname>
          </string-name>
          ,
          <article-title>Complexity of fundamental problems in probabilistic abstract argumentation: Beyond independence</article-title>
          ,
          <source>Artif. Intell</source>
          .
          <volume>268</volume>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Oren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Norman</surname>
          </string-name>
          ,
          <article-title>Probabilistic argumentation frameworks</article-title>
          ,
          <source>in: Proc. Theory and Applications of Formal Argumentation (TAFA)</source>
          , Barcelona, Spain,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hunter</surname>
          </string-name>
          ,
          <article-title>Probabilistic qualification of attack in abstract argumentation</article-title>
          ,
          <source>Int. J. Approx. Reasoning</source>
          <volume>55</volume>
          (
          <year>2014</year>
          )
          <fpage>607</fpage>
          -
          <lpage>638</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fazzinga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flesca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Furfaro</surname>
          </string-name>
          ,
          <article-title>Abstract argumentation frameworks with marginal probabilities</article-title>
          ,
          <source>in: Proc. International Joint Conference on Artificial Intelligence (IJCAI)</source>
          , Vienna, Austria,
          <year>2022</year>
          , pp.
          <fpage>2613</fpage>
          -
          <lpage>2619</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fazzinga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Flesca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Parisi</surname>
          </string-name>
          ,
          <article-title>On the complexity of probabilistic abstract argumentation frameworks</article-title>
          ,
          <source>ACM Trans. Comput. Log. (TOCL) 16</source>
          (
          <year>2015</year>
          )
          <fpage>22</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>