T-AIF: Trichotomic Argumentation Representation
- T-AIF is a formal framework that encapsulates logos, ethos, and pathos, representing dialogue as weighted graphs with distinct nodes for content, inference, and actors.
- It models inferential structure, trust networks, and actor commitment using explicit weighted edges to quantify support, attack, and endorsement relations.
- The framework advances computational argumentation by enabling nuanced multi-agent debate analysis and integration with existing argument mining systems.
The Trichotomic Argumentation Interchange Format (T-AIF) is a formal framework designed to capture all three classical Aristotelian aspects of argumentation—Logos, Ethos, and Pathos—within a single, structured representation. Building upon previous frameworks such as the Argument Interchange Format (AIF), its extension AIF+, and the Social Argument Interchange Format (S-AIF), T-AIF introduces explicit mechanisms to model not only inferential structure but also speaker credibility and commitment, thereby enabling nuanced characterization of multi-agent reasoning patterns and dialogue (Göttlinger et al., 2018).
1. Formal Structure of T-AIF
T-AIF represents argumentation as a labeled, weighted directed graph , where the node set is partitioned into three disjoint types:
- : locution-nodes (L-nodes), each containing a string of dialogue text;
- : illocution-nodes (I-nodes), each associated with a logical formula denoting propositional content;
- : actor-nodes (E-nodes), each corresponding to a participant or agent.
Edges in are typed by and, where applicable, annotated with a weight :
reply(): links replies within dialogues;force(): connects utterances to their illocutionary content;supp,att(): encode support and attack relations (Logos);trust(): weighted, representing ethos as trust between actors;commit(): weighted, representing pathos as the degree of commitment to a proposition.
The full schema is succinctly expressed as: with .
2. Representation of Logos, Ethos, and Pathos
Logos: Inference and Conflict
T-AIF inherits from AIF+ a two-layered, scheme-based framework for encoding inferential and conflict relationships. Application instances of argumentation schemes (e.g., Walton schemes) are formalized as binary edges between I-nodes:
supp(support) edges are annotated by a scheme identifier , encoding premise-conclusion links;att(attack) edges model conflicts, also denoted by scheme type.
Each scheme in sets or is defined by:
- premise arity
- exception arity
- instance set of tuples
This representation enables the compact encoding of classical argument structures and relevant extensions such as hyperedges collapsed for clarity.
Ethos: Weighted Trust Network
Ethos is rendered explicit via a weighted trust network over actor-nodes. For each pair , a directed edge with weight expresses the degree to which actor attributes credibility to actor : Indirect trust is computed via min-max fuzzy composition, i.e. for actors : and extended to paths up to length : The effective trust value is the supremum over all finite-length paths.
Pathos: Weighted Commitment Edges
Pathos is captured by per-actor weighted commitment to propositions. That is, is associated with , interpreted as the degree of endorsement or advocacy: A weight of 1 denotes full endorsement, 0 indicates minimal or perfunctory mention.
3. Fuzzy Labelling Semantics
T-AIF extends Dung's extension-based semantics into the fuzzy, triadic domain, enabling graded assessment of propositional acceptability.
A fuzzy labelling is a function assigning a real-valued degree of acceptance to each proposition. Support and attack are recursively defined using minima/maxima over the structure of the argumentation schemes:
- Support:
$\Sup_\ell(q) = \max_{s \in S_{sup},\, (p_1,\dots,e_{j},q)\in I_s} \min\left(\min_{i}\ell(p_i), \min_{j}(1-\ell(e_j))\right)$
- Attack:
$\Att_\ell(q) = \max_{s \in S_{att},\, (p_1,\dots,e_j,q)\in I_s} \min\left(\min_{i}\ell(p_i), \min_{j}(1-\ell(e_j))\right)$
Defence, consistency (conflict-freeness), admissibility, completeness, preferredness, stability, and groundedness are all formulated as fuzzy analogues of their classical counterparts, each taking values in . For instance:
- Admissibility:
$\Al(\ell) = \Co(\ell) \land \min_{\phi \in V_I} \min(\ell(\phi), \Def_\ell(\phi))$
- Groundedness characterizes least complete extensions.
These semantics enable nuanced, trust- and commitment-sensitive evaluations of arguments, reducing to classical binary labellings when all weights are $0$ or $1$.
4. Computational Properties and Translation
The structure of T-AIF is compatible with established computational frameworks such as ASPIC+. Each Rule Application (RA) and Conflict Application (CA) is translatable into (defeasible) rules and contraries, making existing solvers for such formats applicable. The computational complexity of standard reasoning tasks remains analogous to that for classical bipolar argumentation frameworks: credulous acceptance under preferred semantics is NP-complete, skeptical acceptance is coNP-complete, while grounded extension computation is achievable in polynomial time by fixpoint iteration.
Trust and commitment information can be compiled into rule-priorities or actor-specific credibility values, enabling per-actor argumentation theories.
5. Illustrative Example
Consider a T-AIF instance with four actors and four propositions . The following elements are configured:
- Actor commitments: , , ,
- Trust weights:
- , , , ,
- Arguments: supports , attacks , supports
Indirect trust is maximized via the optimal path (e.g., via , since ). Initial fuzzy labellings for each proposition incorporate both direct commitment and aggregated trust: After performing grounded extension computation, attack and support interactions yield , and . Despite some commitment to , a stronger attack defeats it; thus, and are rejected.
6. Distinctions from AIF, AIF+, and S-AIF
T-AIF advances over AIF, AIF+, and S-AIF in several crucial respects:
- Ethos (trust) is modeled as an explicit, weighted, and aggregatable network, rather than as unsubstantial metadata.
- Pathos (commitment) is formally tracked per speaker and proposition, supporting dynamic modeling of changing speaker commitments.
- Logos retains the full structure of AIF+ schemes in a streamlined graph formalism, integrating support and attack logic directly into the hypergraph.
These enhancements facilitate semantic actor profiling, trust-adjusted acceptability, and trichotomic analyses across both human debate mapping and automated argument mining (Göttlinger et al., 2018).
7. Significance and Applications
The explicit trichotomic modeling in T-AIF provides a foundation for analyzing argumentation in multi-agent dialogues, enabling:
- Rich profiling of participant reasoning patterns through trust and commitment.
- Integration with argument mining pipelines and dialogue systems sensitive to both content and source credibility.
- Quantitative study of debate dynamics and retreat/recovery of commitments over time.
A plausible implication is that T-AIF supports a unified framework for the computational study of persuasive argumentation, aligning classical logical structure with socially situated, agent-sensitive factors.