Papers
Topics
Authors
Recent
Search
2000 character limit reached

CONCAP in Claim-Based Argumentation

Updated 7 July 2026
  • The paper establishes that deciding concurrence for well-formed CAFs under naive semantics is coNP-complete via a reduction from UNSAT.
  • CONCAP is defined as the condition where the inherited claim-based and claim-level naive extensions coincide, ensuring all claim sets are pairwise incomparable.
  • The study highlights that well-formedness alone does not simplify computational complexity, suggesting SAT or ILP-based heuristics for practical implementations.

Searching arXiv for the specified paper and closely related work on claim-based semantics and concurrence in CAFs. CONCAP denotes the concurrence problem for claim-based semantics in well-formed claim-based argumentation frameworks (CAFs) under naive semantics. In this setting, concurrence means that the inherited claim-based semantics and the claim-level semantics yield exactly the same claim-based extensions. The note “Concurrence for well-formed CAFs: Naive Semantics” establishes that deciding this property remains computationally hard even under well-formedness, showing that the problem is coNP-hard and, together with the inherited upper bound, coNP-complete (Kiesel et al., 2021).

1. Formal setting

An abstract argumentation framework (AF) is a directed graph F=(A,R)F = (A, R) with AUA \subseteq U and RA×AR \subseteq A \times A, where UU is a fixed universe of arguments. For aAa \in A, the set of outgoing attacks is denoted by

aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.

A set EAE \subseteq A is conflict-free in FF iff there are no a,bEa, b \in E with (a,b)R(a, b) \in R. Writing AUA \subseteq U0 for the family of conflict-free sets, naive semantics returns the AUA \subseteq U1-maximal conflict-free sets:

AUA \subseteq U2

A claim-augmented argumentation framework is a triple AUA \subseteq U3, where AUA \subseteq U4 is an AF and AUA \subseteq U5 maps each argument to a claim in a claim set AUA \subseteq U6. This map extends to sets by

AUA \subseteq U7

for AUA \subseteq U8 (Kiesel et al., 2021).

A CAF AUA \subseteq U9 is well-formed iff arguments with the same claim have identical sets of attacked arguments:

RA×AR \subseteq A \times A0

Equivalently, all arguments labeled by the same claim are indistinguishable with respect to outgoing attacks. This restriction is central to CONCAP because it enforces claim-coherent attack behavior without collapsing the framework to the claim level (Kiesel et al., 2021).

2. Claim-based naive semantics and concurrence

For an AF semantics RA×AR \subseteq A \times A1, the inherited claim-based semantics is

RA×AR \subseteq A \times A2

Specializing to naive semantics, the inherited claim-based extensions are

RA×AR \subseteq A \times A3

Claim-level naive semantics is defined through an induced claim-level attack relation RA×AR \subseteq A \times A4 on claims:

RA×AR \subseteq A \times A5

A set of claims RA×AR \subseteq A \times A6 is claim-conflict-free iff no RA×AR \subseteq A \times A7 have RA×AR \subseteq A \times A8. Writing RA×AR \subseteq A \times A9 for all claim-conflict-free sets, the claim-level naive semantics is

UU0

It is known that UU1. Concurrence under naive semantics is therefore the condition

UU2

For well-formed CAFs, CONCAP asks whether this equality holds. Formally, the decision problem is

UU3

A central characterization reused in the note states that, for every CAF UU4,

UU5

if and only if UU6 is incomparable, meaning that for any distinct UU7, neither UU8 nor UU9 holds (Kiesel et al., 2021). In effect, concurrence under naive semantics reduces to an antichain condition on inherited claim sets.

3. Decision problem and complexity classification

The paper studies the problem:

Given a well-formed CAF aAa \in A0, decide whether aAa \in A1.

By the incomparability characterization, this is equivalent to deciding whether aAa \in A2 is incomparable. The note proves that aAa \in A3 is coNP-complete (Kiesel et al., 2021).

The upper bound follows from the known complexity of concurrence for general CAFs under naive semantics. Since well-formed CAFs form a subclass, membership in coNP is inherited. Concretely, the complement can be decided in NP by guessing two argument-level naive extensions aAa \in A4 and checking whether aAa \in A5. Verifying aAa \in A6 is polynomial: first check conflict-freeness, and then for each aAa \in A7 verify that aAa \in A8 is not conflict-free. This gives an NP witness for non-concurrence and places the complement in NP (Kiesel et al., 2021).

The lower bound is the substantive contribution of the note. It gives a many-one reduction from UNSAT to aAa \in A9, establishing coNP-hardness even when the input is restricted to well-formed CAFs. Together with the upper bound, this yields coNP-completeness. The result resolves an open problem left by Dvořák et al. (2021), namely whether well-formedness reduces the complexity of concurrence under naive semantics (Kiesel et al., 2021).

4. Reduction from UNSAT

The source problem is UNSAT, the set of propositional CNF formulas that are not satisfiable. Given a CNF formula aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.0 over variables aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.1 with clauses aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.2, assuming that aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.3 has no tautological clause, the reduction constructs a well-formed CAF aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.4 as follows:

  • Arguments:

aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.5

where aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.6.

  • Attack relation:

aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.7

aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.8

  • Claim labeling:

aF+:={bA(a,b)R}.a_F^+ := \{ b \in A \mid (a, b) \in R \}.9

Well-formedness holds because the only pair of arguments with the same claim is EAE \subseteq A0 and EAE \subseteq A1, and both have no outgoing attacks, so

EAE \subseteq A2

All other arguments have distinct claims, so the well-formedness condition is vacuous for them (Kiesel et al., 2021).

The reduction is driven by a small gadget EAE \subseteq A3 with EAE \subseteq A4. At the argument level, this gadget can generate two incompatible choices: include EAE \subseteq A5 and exclude EAE \subseteq A6, or exclude EAE \subseteq A7 and include EAE \subseteq A8. The clause–literal part of the construction ensures that excluding EAE \subseteq A9 without introducing clauses is possible iff FF0 is satisfiable. This mechanism creates, in the satisfiable case, two naive extensions whose claim sets are strictly ordered by inclusion, which violates incomparability and therefore concurrence (Kiesel et al., 2021).

5. Satisfiable and unsatisfiable cases

If FF1 is satisfiable with a model FF2, define

FF3

and

FF4

Then FF5, and their claim sets satisfy

FF6

FF7

so that

FF8

Hence FF9 is not incomparable, implying a,bEa, b \in E0; the framework is not concurrent (Kiesel et al., 2021).

The proof sketch is direct. Both sets are conflict-free because each variable contributes exactly one of a,bEa, b \in E1 or a,bEa, b \in E2, avoiding the mutual attacks between literals, and every clause is attacked by some literal selected according to a,bEa, b \in E3. Moreover, a,bEa, b \in E4 cannot be added to a,bEa, b \in E5 because it conflicts with a,bEa, b \in E6, while a,bEa, b \in E7 cannot be added to a,bEa, b \in E8 because it conflicts with a,bEa, b \in E9. This establishes maximality among conflict-free sets.

If (a,b)R(a, b) \in R0 is unsatisfiable, then (a,b)R(a, b) \in R1 is incomparable, and therefore

(a,b)R(a, b) \in R2

The paper’s proof sketch distinguishes extensions containing (a,b)R(a, b) \in R3 from those not containing it. If (a,b)R(a, b) \in R4, then no clause argument can be in (a,b)R(a, b) \in R5, because each clause attacks (a,b)R(a, b) \in R6, and maximality forces (a,b)R(a, b) \in R7 to contain exactly one of (a,b)R(a, b) \in R8 or (a,b)R(a, b) \in R9 for each variable and also AUA \subseteq U00. If AUA \subseteq U01, then AUA \subseteq U02 must contain a clause AUA \subseteq U03; otherwise AUA \subseteq U04 could be added. In that case, the presence of a clause claim prevents strict inclusion with extensions containing AUA \subseteq U05. Altogether, all claim sets in AUA \subseteq U06 are pairwise incomparable (Kiesel et al., 2021).

Combining the two directions yields the theorem:

AUA \subseteq U07

This establishes coNP-hardness by polynomial reduction from UNSAT.

6. Example, significance, and boundaries

The note includes an illustrative CNF formula with variables AUA \subseteq U08 and clauses

AUA \subseteq U09

Building the CAF by the reduction and taking the model AUA \subseteq U10 with AUA \subseteq U11 false yields two naive extensions:

AUA \subseteq U12

AUA \subseteq U13

Their claim sets are

AUA \subseteq U14

AUA \subseteq U15

hence AUA \subseteq U16. This witnesses non-concurrence in the satisfiable case (Kiesel et al., 2021).

The significance of the result is primarily negative but precise. Well-formedness is a natural restriction: it guarantees that arguments sharing a claim have identical outgoing attacks. One might expect this to simplify reasoning about concurrence. The paper shows that it does not. The complexity remains coNP-complete, matching the status already known for general CAFs under naive semantics (Kiesel et al., 2021).

The note does not identify any tractable subclasses of well-formed CAFs for which CONCAP under naive semantics becomes polynomial. It also does not address other semantics such as grounded, preferred, or stable for well-formed CAFs. A plausible implication is that further tractability results, if they exist, must rely on additional structural restrictions beyond well-formedness alone.

7. Algorithmic implications and open directions

From an algorithmic perspective, the coNP characterization immediately yields an NP procedure for the complement: guess AUA \subseteq U17 and accept if AUA \subseteq U18. This suggests practical SAT or ILP encodings for searching for two naive extensions whose claim sets are strictly ordered. By contrast, explicitly computing all of AUA \subseteq U19 and then checking incomparability may be exponential because the number of naive extensions can be exponential (Kiesel et al., 2021).

The note also discusses a possible role for heuristics. One can search for “claim witnesses” whose difference resembles the reduction gadget, or exploit well-formedness to compress a framework by merging arguments with identical claim and out-neighborhood. This suggests implementation strategies, but the paper does not present a tractability theorem or a complete algorithmic framework for such cases (Kiesel et al., 2021).

In claim-based reasoning more broadly, concurrence is attractive because it guarantees consistency across claim-based lifting variants: inherited and claim-level selections coincide. This removes one source of semantic ambiguity in tool design. The complexity result shows, however, that verifying this agreement is computationally intractable in the worst case, even under a natural coherence restriction. The paper therefore settles a specific open question while leaving the broader boundary between tractable and intractable cases unresolved (Kiesel et al., 2021).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to CONCAP.