<!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>Towards Neurosymbolic Argumentative Agents</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alison R. Panisson</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guilherme Trajano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computing - Federal University of Santa Catarina (UFSC)</institution>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Graduate Program in Computer Science (PPGCC) - Federal University of Santa Catarina (UFSC)</institution>
          ,
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <abstract>
        <p>This paper presents our research on Neurosymbolic Argumentative Agents, which bridge a symbolic argumentation framework, grounded in argumentation schemes, with the capabilities of Large Language Models (LLMs). LLMs serve as essential interfaces for understanding and generating natural language argumentation, enabling key tasks such as translating arguments into computational representations, generating natural language arguments, guided argument mining from unstructured text, and, critically, reconstructing enthymemes by inferring missing components using argumentation scheme structures. This neurosymbolic integration leverages the linguistic lfuency of LLMs to enhance the formal rigor of symbolic reasoning, advancing Human-AI Hybrid Intelligence toward richer, argumentation-based interactions.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Neurosymbolic Agents</kwd>
        <kwd>Large Language Models</kwd>
        <kwd>Argumentation</kwd>
        <kwd>Hybrid Intelligence</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The field of computational models of arguments has experienced a significant evolution over the past
decades. Early research focused primarily on abstract argumentation formalisms, such as that proposed
by Dung [e.g., 1], which provided crucial insights into argument acceptability but lacked the internal
structure necessary for detailed representation. This foundational work naturally progressed toward
structured argumentation models, which explicitly define the internal composition of arguments and
the nature of attack relations [e.g., 2, 3, 4, 5].</p>
      <p>
        We argue that the conceptualization of Argumentation Schemes (AS) is vital for modeling human-like
presumptive reasoning within these structured frameworks [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ]. AS represent recurring patterns of
presumptive arguments employed in both everyday discourse and specialized contexts, such as legal
and scientific reasoning. Their central role in modeling cognitive capabilities has led the Artificial
Intelligence (AI) community to regard AS as a key component in the implementation of intelligent-agent
technologies.
      </p>
      <p>
        Our research builds directly on this line of development, particularly through the formulation
and implementation of a computational model of argumentation schemes for Multi-Agent Systems
(MAS) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This framework, which forms the symbolic core of our agents, was developed during
Panisson’s postgraduate research (Master’s and Ph.D. theses), along with many collaborators, between
2014 and 2019, and formally defined to capture the specific structure of AS within practical MAS
frameworks. It preserves the essence of Walton’s methodology by enabling the system to manage
implicit information, especially that elicited by Critical Questions (CQs), without requiring these
elements to be explicitly represented as premises or complex undercutting arguments. This symbolic
foundation allows agents, implemented in Agent-Oriented Programming Languages (AOPLs) such as
Jason [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], to construct, communicate, and reason with structured arguments.
      </p>
      <p>However, the traditional symbolic paradigm faces considerable challenges when interfacing with
human users, who communicate through the fluidity and ambiguity of Natural Language (NL).
Human arguments are often enthymemes, arguments with omitted premises or conclusions, requiring
sophisticated inferential capabilities from the listener.</p>
      <p>
        In our previous work, we have pursued to bridge the gap between symbolic argumentative agents and
natural language argumentation by incorporating technologies such as chatbot platforms for argument
understanding [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11, 12, 13</xref>
        ], as well as exploring distinct strategies for natural language argument
generation [14, 15, 16].
      </p>
      <p>The emergence of LLMs has, however, opened new horizons for Computational Models of Natural
Arguments (CMNA). LLMs, built on architectures such as the Transformer and comprising billions
of parameters [17, 18], ofer unparalleled capabilities in Natural Language Understanding (NLU) and
generation. This positions LLMs as a promising bridge between the formal rigor of symbolic reasoning
and the complexity of human communication. The integration of these two paradigms defines
Neurosymbolic Argumentative Agents, a key step toward realizing Hybrid Intelligence (HI) [19], grounded
in the argumentative capabilities of both AI agents and humans.</p>
      <p>
        This paper presents our progress from symbolic argumentative agents [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to the proposed
neurosymbolic architecture by synthesizing the core advancements across four interconnected areas of
research:
1. Symbolic Argumentative Agents (reflection): We describe the computational model of AS
for MAS, developed by our research group from 2014 to the present [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This model successfully
operationalizes AS, including the inherent implicitness of critical questions, within agent-oriented
programming frameworks.
2. Interface between Natural Language and Symbolic Representation (reflection and
horizon): We outline our early approaches to creating an interface between natural language and the
computational representation of arguments [
        <xref ref-type="bibr" rid="ref10 ref11">16, 15, 10, 11</xref>
        ]. We then present our recent work, in
which LLMs are employed to implement this interface by translating natural language arguments
into computational, symbolic representations defined by AS [ 20, 21] and vice versa. We argue
that this capability is crucial for integrating human dialogue into agent reasoning systems.
3. Neurosymbolic Argument Mining (horizon): We leverage the NLU capabilities of LLMs,
guided by the structural patterns of AS, to perform argument mining from unstructured texts
(e.g., blog posts or documents) [21]. This approach supports the identification and extraction of
argumentative components embedded within extended, non-argumentative discourse, thereby
integrating sub-symbolic processes (extraction) with the agent’s symbolic reasoning engine.
4. Neurosymbolic Enthymeme Reconstruction (reflection and horizon): We outline our
initial approaches to encoding and decoding enthymemes within a symbolic representation [22,
23, 24, 25]. We then highlight the advanced functionality in which LLMs, guided by AS structures,
infer and reconstruct missing premises or conclusions in enthymemes expressed in natural
language [26]. This process produces complete, formally represented arguments (e.g., inferring
missing contextual premises such as knows(doctor, health)), thereby making implicit human
reasoning explicit for the AI agent’s reasoning mechanisms.
      </p>
      <p>Collectively, these contributions outline the approach required for what we envision as the next
generation of neurosymbolic argumentative agents, systems capable of fluently processing natural
language while preserving the logical rigor and structure necessary for sophisticated autonomous
reasoning.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Symbolic Argumentative Agents</title>
      <p>
        The proposed symbolic argumentative agents approach operates based on a foundational computational
model of AS specifically modeled for MAS [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This framework constitutes the symbolic core of the
agents and is formally defined and implemented within Jason AOPL and platform [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This symbolic
foundation enables agents to directly construct, communicate, and reason with structured arguments [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        The framework centers on representing the general structure of AS [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]:
• Argumentation Scheme Definition: An AS is represented as a tuple ⟨, , , ⟩, where
 is the scheme identifier,  is the conclusion,  is the set of premises, and  is the set of
associated Critical Questions.
• Computational Encoding: The structure of an AS ⟨, , , ⟩ is computationally encoded
using a non-ground defeasible inference rule of the form (, . . . ,  ⇒ )[], where the set
of premises  = {, . . . , } and the conclusion  = . The rule is annotated1 with the
scheme name [], which serves as the explicit reference to the associated Critical Questions
{0[], . . . , []}.
• Argument Instantiation: An argument is an instance generated from an AS, represented as
a tuple ⟨, ⟩ . Here,  is a most-general unifier,  is the support (containing all instantiated
premises   and the inference rule), and  is the instantiated conclusion .
      </p>
      <p>A key contribution of this symbolic model is its mechanism for handling the implicit information
inherent to CQs. The approach preserves the essence of Walton’s methodology by keeping the CQs
implicit at the implementation level, thus avoiding the necessity of representing them explicitly as
additional premises or complex undercutting arguments.</p>
      <p>The revelation of relevant implicit information is achieved through the matching between the
constructed argument instance and its underlying reasoning pattern []. An argument ⟨, ⟩  is an
acceptable instance of its AS to an agent  (with knowledge ∆ ) only if: (i) all premises  ∈  are
supported or inferred from ∆  (the agent ’s knowledge); and (ii) all associated Critical Questions
 ∈  are positively answered by  (∀ ∈ , ∆  |=  ). This structure allows CQs
to address crucial factors like criticizing premises, pointing out exceptional situations (e.g., source
reliability), and representing contextual conditions for the scheme’s use.</p>
      <p>This symbolic framework supports agent capabilities in both reasoning and communication:
• Argumentation-Based Reasoning: Agents construct and individually evaluate argument
acceptability, and subsequently define the collectively acceptable arguments based on argumentation
semantics, considering conflicts (attacks) among diferent arguments. The approach allows for
AS of diferent levels of specificity, including chained argumentation schemes.
• Argumentation-Based Dialogues: The structure facilitates communication by explicitly
addressing the problem of scheme awareness. Dialogue protocols define specific performatives, such
as question_scheme and inform_scheme, to allow agents to retrieve the specific reasoning
pattern used by an opponent when necessary.</p>
      <p>Example 1 (Argumentation Scheme Role to Know) The argumentation scheme Role to Know,
denoted as role_to_know, is computationally represented as follows:
( role(Agent,Role), role_to_know(Role,Domain), asserts(Agent,Conclusion),
about(Conclusion,Domain) ⇒ Conclusion )[as(role_to_know)]
with the argumentation scheme name sn = role_to_know, the conclusion C =
Conclusion, and premises P = { role(Agent,Role), role_to_know(Role,Domain),
asserts(Agent,Conclusion), about(Conclusion,Domain)}.</p>
      <p>The associated critical questions CQ are as follows:
• role_to_know(Role,Conclusion)[as(role_to_know)].
• reliable(Agent)[as(role_to_know)].
• asserts(Agent,Conclusion)[as(role_to_know)]
• role(Agent,Role)[as(role_to_know)].</p>
      <sec id="sec-2-1">
        <title>1Following the formal representation presented in [27].</title>
        <sec id="sec-2-1-1">
          <title>Example 2 (Argument Instantiation)</title>
          <p>As an example of instantiating the Role to Know
scheme, consider a scenario in which an agent knows that mary plays the role of a doctor –
role(mary, doctor). Furthermore, the agent is aware that doctors are knowledgeable about
cancer – role_to_know(doctor, cancer).</p>
          <p>Suppose mary asserts that “smoking causes cancer” –
asserts(mary, causes(smoking, cancer)) – and the agent recognizes that the causes of cancer pertain
to the domain of cancer – about(causes(smoking, cancer), cancer). Based on this information, the
agent can instantiate the argumentation scheme as follows:
( role(mary,doctor), role_to_know(doctor,cancer),
asserts(mary,causes(smoking,cancer)), about(causes(smoking,cancer),cancer)
⇒ causes(smoking,cancer) )[as(role_to_know)]</p>
          <p>The
tions.
as
reliable(mary)[as(role_to_know)],
agent</p>
          <p>can
For instance,
then
it
automatically
associate
the
corresponding
critical
quesmay
consider</p>
          <p>whether
according
mary is a
reliable</p>
          <p>doctor,
to
the
unification
function
expressed

=
Role ↦→ doctor, Agent ↦→ mary, Domain ↦→ cancer, Conclusion ↦→ causes(smoking, cancer).
3. Towards a Bidirectional Interface between Natural Language and</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Symbolic Representation</title>
      <p>
        The necessity to integrate human dialogue into agent reasoning systems is crucial for the development
of HI [19, 20, 21]. Our initial work and subsequent research focused on creating an efective interface
between natural language used by humans and the computational (symbolic) representation of
arguments employed by MAS [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Early approaches focused on two main directions: translating symbolic
representation to NL (the output side) for explainability, and using chatbot technologies to classify and
understand NL arguments (the input side).
      </p>
      <p>
        We developed a method to translate arguments from a computational representation to natural
language using natural language templates associated with AS [15]. The main objective was to enable
agents to explain their reasoning and decision-making to human users by translating computational
arguments into human-readable NL arguments [
        <xref ref-type="bibr" rid="ref8">15, 8</xref>
        ]. For instance, the NL template for an AS uses
variables (e.g., &lt;Agent&gt;, &lt;Role&gt;) that are populated during the unification process, transforming
instantiated computational arguments into comprehensible NL forms [15]. This method focused on the
agent’s output side, supporting Explainable AI (XAI) [
        <xref ref-type="bibr" rid="ref8">8, 15</xref>
        ].
      </p>
      <p>Example 3 (Natural Language Template) An example of a natural language template for the
argumentation scheme Role to Know is presented below:
we should believe that &lt;Conc&gt;."⟩[as(role_to_know)]
⟨“ &lt;Agent&gt; is a &lt;Role&gt;, and &lt;Role&gt;s know about &lt;Domain&gt;. &lt;Agent&gt; asserts that &lt;Conc&gt;; therefore,</p>
      <p>Following the Example 2, this template is instantiated as follows:
should believe that smoking causes cancer."⟩[as(role_to_know)]
⟨“Mary is a doctor, and doctors know about cancer. Mary asserts that smoking causes cancer; therefore, we</p>
      <p>
        On the input side, we investigated the the use of chatbot technologies (specifically the Rasa framework)
and its NLU module to classify arguments in NL according to the AS used to instantiate them [
        <xref ref-type="bibr" rid="ref10 ref11">11,
10</xref>
        ]. This approach aimed to allow agents to understand arguments uttered by humans, including
incomplete arguments known as enthymemes [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Experiments showed that the NLU model achieved
good accuracy in classifying both full arguments and enthymemes based on their underlying AS
structure, although challenges remained in accurately extracting specific numbered premises from
enthymemes [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This approaches were the first steps towards addressing the translation challenge:
converting complex, unstructured human arguments (in NL) into the formal symbolic representations
Natural Language Argument
      </p>
      <p>Computational Argument</p>
      <p>Argumentation Schemes
classifier</p>
      <p>LLM</p>
      <p>Argumentation Schemes</p>
      <p>Examples
Natural Language Argument</p>
      <p>+
Argumentation Scheme</p>
      <p>+
Examples
necessary for agent reasoning (symbolic) [20, 21]. This capability is crucial for enabling agents to reason
over human input.</p>
      <p>Later, we proposed the use LLMs to perform this translation from NL arguments into computational,
symbolic arguments [20]. The approach is grounded in the use of AS to classify the input argument,
providing crucial context and structure to the LLM for the symbolic translation task [20]. By leveraging
a Retrieval Augmented Generation (RAG) methodology, the LLM is guided to instantiate variables
and predicates accurately into the required computational representation [20]. Figure 1 ilustrates an
overview of the proposed approach. The evaluation demonstrated that LLMs eficiently translate simple
argument structures and improve performance on complex arguments when provided with increased
context (more examples) [20].</p>
      <p>This neurosymbolic approach also address the reconstruction of enthymemes, which involves
combining the generative capabilities of LLMs with the precise, structured guidance of AS [21]. This is essential
because human communication frequently relies on implicit information and enthymemes [21]. In this
framework, the LLM is guided by the AS structure to perform inference, reconstructing the missing
components (premises or conclusions) and subsequently generating a complete computational
representation of the intended argument [21]. This capability, enabled by the LLMs’ semantic understanding
and commonsense knowledge, successfully bridges the gap between structured symbolic frameworks
and informal natural language expressions, laying the groundwork for sophisticated human-agent
interaction within HI systems [21]. The ultimate goal is to enable distributed AI systems to interact
meaningfully with human users through shared argumentative structures [21].</p>
    </sec>
    <sec id="sec-4">
      <title>4. Neurosymbolic Argument Mining</title>
      <p>
        Another direction of our research is to leverage the NLU capabilities of LLMs, guided by the structural
patterns of AS, to perform argument mining from unstructured texts (e.g., blog posts or documents) [21].
This approach supports the identification and extraction of argumentative components embedded
within extended, non-argumentative discourse, thereby integrating sub-symbolic processes (extraction
and translation via LLMs) with the agent’s symbolic reasoning engine [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>The approach provides two main novel contributions: (i) demonstrating how argument mining
is performed using AS structures to guide LLMs in argument extraction, and (ii) showing how the
extracted arguments are translated from natural language into formal symbolic representations. The
method operates as an LLM-based argument extraction pipeline that processes input text, searches for
argumentative sentences, performs AS classification, and translates the findings into a computational
form.</p>
      <p>1. Text Pre-processing: The input document (e.g., everyday discourse or formal documents) is
pre-processed by an initial LLM instance.</p>
      <p>Document 1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna
aliqua.Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Document 2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>aliqua.</p>
      <p>Lorem ipsum doLloresmit iapmsuemt, cdonlosresciteatumr eatd,icpoisnicsiencgt etluitr, asdeidpidsoicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>e usmo tempor incididunt ut labore et dolore magna
Lorem ipsum doaloiqrusait.Laomr emt, ciposnusmecdteotluor asditipaimsiecitn,gcoenlist,escetdtudroadipisicing elit,
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>sed o eiusmod tempor incididunt ut l bore et dolore magna
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum dol sit amet, consectetur adipisicing elit, sed do
Lorem ipsum doelioursmsitoadmt emt,pcornisne cidt eidturntaudtiplaisbicoirneg etlidt,osloerdedmoagna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum dol sit amet, consectetur adipisicing elit, sed do</p>
      <p>Document n
Lorem ipsum doelioursmsitoadmt emt,pcornisne cidt eidturnatduitpliasbicoinreg etlidt,osloerdedmoagna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum doLloresmit iapmsuemt, cdonlosresciteatumr eatd,icpoisnicsiencgt etluitr, asdeidpidsoicing elit, sed do</p>
      <p>aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>e usmo tempor incididunt ut labore et dolore magna
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>L em ipsum daloiqrusai.Laomemt, conusmecdtotuor aditipaimsiecitn,gcoenlist,escetdtudroadipisicing elit,
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempoer iunscmidoidutnetmupt olarbinocreideidtudnotlourtelamboargeneatadlioqluoare. magna aliqua.</p>
      <p>sed o eiusmod tempor ncididunt ut l bore et dolore magna
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum dol sit amet, consectetur adipisicing elit, sed do
Lorem ipsum doelioursmsitoadmt emt,pcornisne cidt eidturnatduitpliasbicoinreg etlidt,osloerdedmoagna aliqua.</p>
      <p>Lor m psum dol sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum doeliusmsitoadmt emt,pcornisne cidt eidturnatditpliasbicoinreg etlidt,osloerdedmoagna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum dol sit amet, consectetur adipisicing elit, sed do
Lorem ipsum doelioursmsitoadmt emt,pcornisne cidt eidturnatduitpliasbicoinreg etlidt,osloerdedmoagna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>L em ipsum d lor si amet, consect tur adipisicing elit, sed do
eiusmod tempoer iunscmidoidutnetmupt olarbinocreideidtudnotlourtelamboargeneatadlioqluoare. magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum dol sit amet, consectetur adipisicing elit, sed do
Lorem ipsum doelioursmsitoadmt emt,pcornisne cidt eidturnatduitpliasbicoinreg etlidt,osloerdedmoagna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem psum dol sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Argumentation</p>
      <p>Schemes
&lt;{predicate1(A),predicate2(A,B),predicate3(C)},predicate(B)&gt;
&lt;{predicate8(X),predicate9(Y,X)},predicate(Y)&gt;</p>
      <p>...</p>
      <p>&lt;{predicate4(D,E),predicate5(E,F)},predicate(F)&gt;
LLMs</p>
      <p>LLM-Based
Argument Mining</p>
      <p>Component</p>
      <p>Document 1
Lorem ipsum dDolorosictaumemt,coensnecttet2ur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna
aliqua.Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>eiusmod t mp Dri oidcidunt mut laebonret tndolore magna
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>al qua.Lorem ipsum dolor sit a et, consectetur adipisicing elit,
sed do eiusmod t mpor inci dunt ut labor t lore magna
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>al qua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>qua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do</p>
      <p>L em psum d lor si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, ceoinusemcotedturmadpiprisicindgidelint, suet dladbore t dolore magna</p>
      <p>e usmo tempor incididunt ut labore et dolore magna aliqua.
eiusmod tempor incididunt ut labqourae.Leotrdeomloirpesmumagdnoaloarlisqiuta. et, consectetur adipisicing elit,
Lorem ipsum dolor sit amet, csoendsedcotetiursamdoipdisticminpgoerlint,csiedudnot ut labor t lore magna</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>eiusmod t mp r i idid nt ut labore t dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
eiusmod tempor incididunt ut Llaobroerme eptsdomlodre lmasginamaleiqt,ucao.n ect tur adipisicing elit, sed do
e usmo tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>L em psum d lor si amet, con ect tur adipisicing elit, sed do</p>
      <p>L em psum d lor si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>e u mo empor n didun ut lab re et dolore magna aliqua.</p>
      <p>e usmo tempor incididunt ut labore et dolore magna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, cLonrsemcteptsur madipislicisnigaemlite,ts,ecdondoect tur adipisicing elit, sed do</p>
      <p>eiusmod t mp r i idid nt ut labore t dolore magna aliqua.
eiusmod tempor incididunt ut elaiubsomreoedt domloprer miagidnida anlitqutal. bore t dolore magna aliqua.</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, cLonrsemcteptsur madipislicisnigaemlite,ts,ecdondoect tur adipisicing elit, sed do</p>
      <p>e usmo t mp r i idid nt ut labore t dolore magna aliqua.
eiusmod tempor incididunt ut elaubsomreoet deomloproer minacgidnidauanltiqutal. bore et dolore magna aliqua.</p>
      <p>L em psum d lor si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>e usmo tempor incididunt ut labore et dolore magna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>eiusmod t mp r i idid nt ut labore t dolore magna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>L em ps m d l si amet, con ect tur adipisicing elit, sed do
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</p>
      <p>e usmo t mp r i idid nt ut labore t dolore magna aliqua.
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
Figure
2: Overview
of the Argument Mining Approach</p>
      <p>[21].</p>
      <sec id="sec-4-1">
        <title>AS-Guided Extraction:</title>
        <p>The pre-processed text,
along with a predefined set
of AS and a prompt,
is
provided to a second LLM instance.</p>
        <p>The prompt, defining the task, provides AS examples
(including natural language description and computational representation), and instructs the
model to match text excerpts</p>
        <p>with the appropriate scheme.</p>
      </sec>
      <sec id="sec-4-2">
        <title>Enthymeme Handling (Inference):</title>
        <p>The LLM is specifically
tasked with ifnding (or inferring)
missing premises or conclusions,
i.e., enthymemes, based on the contextual information and
the structure defined by the AS. This capability
allows the construction of complete argument
structures from naturally
occurring, often incomplete,
discourse.</p>
      </sec>
      <sec id="sec-4-3">
        <title>Symbolic</title>
      </sec>
      <sec id="sec-4-4">
        <title>Translation and</title>
      </sec>
      <sec id="sec-4-5">
        <title>Instantiation:</title>
        <p>The</p>
        <p>LLM
performs
instantiation
by
selecting
the
appropriate
scheme
(e.g.,</p>
        <sec id="sec-4-5-1">
          <title>Role to</title>
        </sec>
        <sec id="sec-4-5-2">
          <title>Know)</title>
          <p>and
mapping
variables
(e.g.,
Agent, Role, Domain, Conclusion
) to specific
terms and predicates found or inferred from the
text.</p>
        </sec>
        <sec id="sec-4-5-3">
          <title>The interface translates the mined arguments</title>
          <p>
            into a formal computational representation compatible
with existing computational argumentation frameworks used by agents, such as our approach [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]. This
representation follows a structural approach expressed as a ifrst-order formalism
discussed in
          </p>
        </sec>
        <sec id="sec-4-5-4">
          <title>Section</title>
          <p>2.</p>
          <p>This symbolic output is then processed by neurosymbolic argumentative agents to perform tasks such
as evaluating argument acceptability by checking associated CQs or determining relationships (support,
attack) between arguments
in a multi-agent system.</p>
          <p>This
capability enables AI agents
to
directly
interpret, reason about, and communicate arguments extracted from
diverse sources, leveraging them
for advanced reasoning and interaction. This
strategy lays the foundation for
distributed AI systems
capable of engaging meaningfully
with human users, both synchronously
and asynchronously, within</p>
        </sec>
        <sec id="sec-4-5-5">
          <title>HI and shared (real or virtual) environments.</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Neurosymbolic Enthymeme Reconstruction</title>
      <p>Firstly, we have proposed approaches to encoding and decoding enthymemes within a symbolic
representation [22, 23, 24, 25], enabling more
eficient argumentation-based
dialogue among computational
agents.</p>
      <p>We then moved to the advanced functionality in which LLMs, guided by AS structures, infer
and reconstruct missing premises or conclusions in enthymemes expressed in natural language [26].</p>
      <sec id="sec-5-1">
        <title>This process produces complete, formally</title>
        <p>represented arguments
(e.g., inferring missing contextual
premises such as role_to_know(doctor, cancer)), thereby making implicit human reasoning explicit for
the AI agent’s reasoning mechanisms.</p>
        <p>Example 4 (Natural Language Enthymeme) An example of natural language enthymeme, instantiated
of the argumentation scheme Role to Know, is as follows:
“Mary asserts that smoking causes cancer; therefore, we should believe that smoking causes cancer”
In contrast to the natural language argument generated in Example 3, the following argument omits the
premises “Mary is a doctor” and “doctors know about cancer.” However, the proposed approach is capable
of eficiently reconstructing the complete argument by using the AS as a guide. It does so by aligning
variables across diferent predicates and leveraging the general contextual knowledge encoded within the
LLM. For this particular example, the system generates an output equivalent to the computational argument
presented at the end of Example 1.</p>
        <p>Enthymemes, defined formally as an incomplete argument ⟨′, ′⟩  where components (∆ ) are
omitted from the full argument ⟨, ⟩  such that (′ ∪ ′) = (( ∪ ) ∖ ∆) , represent a complex yet
natural form of human communication. The challenge for intelligent agents in hybrid systems is the
decoding process, reconstructing the missing content based on implicit shared knowledge or context.</p>
        <p>Our methodology proposes a neurosymbolic interface that leverages the LLMs’ advanced capabilities
in NLU to handle ambiguity and context-dependency inherent in enthymematic discourse, combining
them with the structured reasoning provided by AS. AS serve as abstract, structuring rules, acting
as templates to guide the reconstruction process and enable agents to access the implicit knowledge
embedded within reasoning patterns.</p>
        <p>The core of the approach is an LLM-based reconstruction component that processes a natural language
enthymeme ⟨′, ′⟩ and outputs a complete computational argument ⟨, ⟩  .</p>
        <p>
          1. AS Classification: The LLM first classifies the input enthymeme based on a predefined set of AS
(∆ ) to identify the underlying reasoning pattern (e.g., Argument from Role to Know). This is
guided by prompt engineering that includes constructive examples of AS in both natural language
and computational form.
2. Inference and Reconstruction: Guided by the classified AS structure, the LLM infers the
missing components (∆ ), premises or conclusions, that were omitted in the original enthymeme,
making the implicit human reasoning explicit. The LLM utilizes its extensive linguistic and world
knowledge to hypothesize these missing components, efectively modeling what is "taken for
granted" in the communication context.
3. Symbolic Instantiation: The LLM performs instantiation by mapping the variables in the
selected scheme to specific terms and predicates found in, or inferred from, the text. For
instance, in Example 4, the LLM infers the missing premises role_to_know(doctor, cancer)
and about(causes(smoking, cancer), cancer) to complete the structure of the Role to Know
scheme.
4. Computational Output Generation: The final output is the complete argument represented in
a computational form, ensuring compatibility with computational argumentation frameworks
used, for example [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>This reconstruction process enhances agent capabilities, allowing them to comprehend human
communication more fully and make informed decisions based on the enriched, structured input. Our
evaluation, in [26], demonstrates that LLMs achieve good accuracy in classifying enthymemes and efectively
reconstruct arguments, even with significant implicitness (e.g., 50% of missing premises/conclusion),
provided they are anchored to these structured AS guides.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Are Neurosymbolic Approaches the Future for Argumentative</title>
    </sec>
    <sec id="sec-7">
      <title>Agents?</title>
      <p>The future of argumentative agents remains uncertain. While LLMs evolve and expand their applicability
across diverse domains, they continue to transform our understanding of what machines can achieve
in communication, reasoning, and collaboration. LLMs have already demonstrated extraordinary
capabilities in comprehending and generating natural language, supporting an ever-growing range
of cognitive and decision-making tasks that were traditionally handled by symbolic AI [28]. Their
lfexibility, contextual awareness, and apparent ability to reason across vast semantic spaces position
them as powerful tools for implementing the next generation of argumentation-based systems.</p>
      <p>However, while these sub-symbolic systems ofer unprecedented performance in language processing
and knowledge synthesis, their inherent opacity and lack of formal guarantees challenge their suitability
for domains where reasoning must be transparent, accountable, and logically sound [29]. Argumentation,
as a field rooted in logical structure and epistemic justification, demands such rigor. This tension reveals
a key insight: the future of argumentative agents might not be defined by the dominance of either
symbolic or sub-symbolic paradigms alone, but by their synthesis.</p>
      <p>Hybrid, neurosymbolic approaches emerge as a compelling middle ground, combining the
interpretability, verifiability, and formal soundness of symbolic reasoning with the expressiveness,
adaptability, and contextual fluency of neural models. In this hybrid vision, LLMs act not as autonomous
reasoners but as perceptual and linguistic interfaces that ground and enrich the agent’s symbolic
reasoning processes [29]. AS provide the structural basis through which LLMs can anchor their generative
potential to logical form, ensuring that reconstructed, translated, or mined arguments remain consistent
with the agent’s epistemic framework.</p>
      <p>Beyond this technical synthesis, hybrid architectures open new horizons for integrating
humaninspired reasoning mechanisms, such as Theory of Mind (ToM), the capacity to model and anticipate
the beliefs, intentions, and emotions of others. Embedding ToM-like capabilities within argumentative
agents allows them to interpret communicative intent, adapt argumentative strategies, and engage in
more context-sensitive, cooperative, and persuasive dialogues [25, 22]. By reasoning about the mental
states of their interlocutors, these agents can better align their arguments with human expectations,
thus advancing both communicative efectiveness and epistemic alignment.</p>
      <p>The development of such architectures points toward a new class of Neurosymbolic Argumentative
Agents, capable of combining diverse forms of reasoning, deductive, abductive, and presumptive, with
mechanisms for perspective-taking and communicative adaptation. These agents could operate in
dynamic, open environments, where they interpret, evaluate, and generate arguments in ways that
align both with human communication norms and with formal reasoning requirements.</p>
      <p>However, achieving this vision will require overcoming significant challenges. Future research must
address the alignment of LLM outputs with formal semantics, the incorporation of grounding and
truth-maintenance mechanisms, and the establishment of robust evaluation methodologies that assess
both argumentative quality and epistemic reliability. Moreover, as neurosymbolic systems become more
deeply embedded in human decision-making processes, ethical and epistemological questions regarding
responsibility, bias, and interpretability will become central to their design.</p>
      <p>In this context, we envision a trajectory where neurosymbolic argumentative agents become
foundational components of HI systems, ones that do not merely imitate human reasoning but extend
it through structured, transparent collaboration between human and artificial agents. It seems to
be a promising direction for developing argumentative agents that are not only powerful but also
trustworthy, explainable, and capable of reflective, socially aware reasoning.</p>
    </sec>
    <sec id="sec-8">
      <title>7. Conclusion</title>
      <p>
        In this paper, we provided an overview of our research on argumentative agents, reflecting on the
conceptual and technical evolution of our work from symbolic to neurosymbolic paradigms. Our reflection
began with the foundational computational model of AS for MASs [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which established the symbolic
core of our agents. This model operationalizes Walton’s theory [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] of presumptive reasoning within
computational frameworks, enabling agents to construct, reason with, and communicate structured
arguments while maintaining logical rigor and transparency.
      </p>
      <p>Building upon this foundation, we extended our research toward new horizons that explore the
intersection between natural language and symbolic reasoning. We incorporated Natural Language
Processing (NLP) methods and, more recently, LLMs, to bridge the gap between formal argument
representation and human communication. These eforts culminated in neurosymbolic approaches that
employ LLMs for argument translation [20], argument mining [21], and enthymeme reconstruction [26],
tasks that combine the contextual and linguistic capabilities of neural models with the epistemic
precision of symbolic reasoning.</p>
      <p>Through these developments, we outlined a trajectory toward Neurosymbolic Argumentative Agents,
which we see as a promising horizon for the next generation of research on computational models
of natural argument. In such systems, LLMs provide adaptive understanding and generative capacity,
while symbolic structures guarantee consistency, interpretability, and accountability. Together, they
embody a step toward HI, where human and artificial reasoning processes are integrated through shared
argumentative structures.</p>
      <p>Our reflection over the past years and our horizon for the future converge on a central insight:
progress in computational argumentation depends not only on increasing linguistic or computational
capacity but also on preserving the principles of transparency, justification, and reasoning integrity that
define argumentation itself. As we look toward the coming decades, we envision hybrid, neurosymbolic
argumentative agents that advance these principles, agents capable of reasoning, explaining, and
engaging in dialogue with humans in ways that are both intellectually rigorous and deeply aligned with
the goals of collaborative, trustworthy AI.</p>
    </sec>
    <sec id="sec-9">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used Generative AI in order to grammar, formal tone,
and spelling check. After using these tool(s)/service(s), the author(s) reviewed and edited the content as
needed and take(s) full responsibility for the publication’s content.
[12] M. d. S. Custódio, et al., Rasa4jaca: Uma interface entre sistemas multiagentes e tecnologias
chatbots open source (2022).
[13] D. Engelmann, J. Damasio, T. Krausburg, O. Borges, M. Colissi, A. R. Panisson, R. H. Bordini,
Dial4jaca–a communication interface between multi-agent systems and chatbots, in: International
conference on practical applications of agents and multi-agent systems, Springer, 2021, pp. 77–88.
[14] A. R. Panisson, D. C. Engelmann, R. H. Bordini, Engineering explainable agents: an
argumentationbased approach, in: International Workshop on Engineering Multi-Agent Systems, Springer, 2021,
pp. 273–291.
[15] C. E. A. Ferreira, D. C. Engelmann, R. H. Bordini, J. L. Carbonera, A. R. Panisson, A knowledge base
of argumentation schemes for multi-agent systems, in: International Conference on Enterprise
Information Systems (ICEIS), 2024, pp. 1–15.
[16] C. E. A. Ferreira, A. R. Panisson, D. C. Engelmann, R. Vieira, V. Mascardi, R. H. Bordini, Explaining
semantic reasoning using argumentation, in: International Conference on Practical Applications
of Agents and Multi-Agent Systems, Springer, 2022, pp. 153–165.
[17] W. X. Zhao, K. Zhou, J. Li, T. Tang, X. Wang, Y. Hou, Y. Min, B. Zhang, J. Zhang, Z. e. a. Dong, A
survey of large language models, arXiv preprint arXiv:230318223 (2023).
[18] J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, et al., Gpt-4 technical report,
arXiv preprint arXiv:230308774 (2023).
[19] Z. Akata, D. Balliet, M. de Rijke, F. Dignum, V. Dignum, G. Eiben, A. Fokkens, D. Grossi, K. Hindriks,
H. e. a. Hoos, A research agenda for hybrid intelligence: Augmenting human intellect with
collaborative, adaptive, responsible, and explainable artificial intelligence, Computer 53 (2020)
18–28.
[20] G. Trajano, D. C. Engelmann, R. H. Bordini, S. Sarkadi, J. Mumford, A. R. Panisson, Translating
natural language arguments to computational arguments using llms, in: Computational Models of
Argument (COMMA), IOS Press, 2024, pp. 289–300.
[21] G. Trajano, S. Sarkadi, A. L. Gonçalves, A. R. Panisson, Towards argument mining agents: A
neurosymbolic approach based on argumentation schemes and llms, in: IEEE/WIC/ACM International
Joint Conference on Web Intelligence and Intelligent Agent Technology (WI-IAT), 2025.
[22] A. R. Panisson, P. McBurney, R. H. Bordini, Towards an enthymeme-based communication
framework in multi-agent systems, in: Proceedings of the 19th International Conference on
Principles of Knowledge Representation and Reasoning, KR 2022, Haifa, Israel. July 31-August 5,
2022, 2022, Israel., 2022.
[23] A. R. Panisson, P. McBurney, R. H. Bordini, Towards an enthymeme-based communication
framework, in: 21st International Conference on Autonomous Agents and Multiagent Systems,
AAMAS 2022, Auckland, New Zealand, May 9-13, 2022, 2022, Nova Zelândia., 2022.
[24] A. R. Panisson, Argumentation schemes and enthymemes in multi-agent systems, in: Proceedings
of the 16th Conference on Autonomous Agents and MultiAgent Systems, 2017, pp. 1849–1850.
[25] A. R. Panisson, R. H. Bordini, Uttering only what is needed: Enthymemes in multi-agent systems,
in: Proceedings of the 16th International Conference on Autonomous Agents &amp; Multiagent Systems
(AAMAS-2017), 2017, Brasil., 2017.
[26] G. Trajano, S. Hofmann, S. Sarkadi, A. R. Panisson, Toward enthymeme reconstruction: A
neurosymbolic interface, in: IEEE/WIC/ACM International Joint Conference on Web Intelligence and
Intelligent Agent Technology (WI-IAT), 2025.
[27] A. R. Panisson, M-arguments, in: 2020 IEEE/WIC/ACM International Joint Conference on Web</p>
      <p>Intelligence and Intelligent Agent Technology (WI-IAT), IEEE, 2020, pp. 161–168.
[28] S. J. Russell, P. Norvig, Artificial intelligence: A modern approach, global edition 4e (2021).
[29] U. Nawaz, M. Anees-ur Rahaman, Z. Saeed, A review of neuro-symbolic ai integrating reasoning
and learning for advanced cognitive systems, Intelligent Systems with Applications (2025) 200541.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P. M.</given-names>
            <surname>Dung</surname>
          </string-name>
          ,
          <article-title>On the acceptability of arguments and its fundamental role in nonmonotonic reasoning, logic programming and n-person games</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>77</volume>
          (
          <year>1995</year>
          )
          <fpage>321</fpage>
          -
          <lpage>357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Modgil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Prakken</surname>
          </string-name>
          ,
          <article-title>The aspic+ framework for structured argumentation: a tutorial</article-title>
          ,
          <source>Argument &amp; Computation</source>
          <volume>5</volume>
          (
          <year>2014</year>
          )
          <fpage>31</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Besnard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hunter</surname>
          </string-name>
          ,
          <article-title>Constructing argument graphs with deductive arguments: a tutorial</article-title>
          ,
          <source>Argument &amp; Computation</source>
          <volume>5</volume>
          (
          <year>2014</year>
          )
          <fpage>5</fpage>
          -
          <lpage>30</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A. J.</given-names>
            <surname>García</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. R.</given-names>
            <surname>Simari</surname>
          </string-name>
          ,
          <article-title>Defeasible logic programming: Delp-servers, contextual queries, and explanations for answers</article-title>
          ,
          <source>Argument &amp; Computation</source>
          <volume>5</volume>
          (
          <year>2014</year>
          )
          <fpage>63</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Toni</surname>
          </string-name>
          ,
          <article-title>A tutorial on assumption-based argumentation</article-title>
          ,
          <source>Argument &amp; Computation</source>
          <volume>5</volume>
          (
          <year>2014</year>
          )
          <fpage>89</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Walton</surname>
          </string-name>
          ,
          <article-title>Argumentation schemes for presumptive reasoning</article-title>
          , Routledge,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Walton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Macagno</surname>
          </string-name>
          , Argumentation Schemes, Cambridge University Press,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Panisson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>McBurney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Bordini</surname>
          </string-name>
          ,
          <article-title>A computational model of argumentation schemes for multi-agent systems</article-title>
          ,
          <source>Argument &amp; Computation</source>
          <volume>12</volume>
          (
          <year>2021</year>
          )
          <fpage>357</fpage>
          -
          <lpage>395</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Bordini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. F.</given-names>
            <surname>Hübner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wooldridge</surname>
          </string-name>
          ,
          <article-title>Programming Multi-Agent Systems in AgentSpeak using Jason (Wiley Series in Agent Technology)</article-title>
          , John Wiley &amp; Sons,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>L. H. H. de Sousa</surname>
            , G. Trajano,
            <given-names>A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Morales</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Sarkadi</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          <string-name>
            <surname>Panisson</surname>
          </string-name>
          ,
          <article-title>Using chatbot technologies to understand natural language arguments</article-title>
          ,
          <source>in: International Conference on Agents and Artificial Intelligence</source>
          , Springer,
          <year>2024</year>
          , pp.
          <fpage>320</fpage>
          -
          <lpage>341</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>L. H. H. de Sousa</surname>
            , G. Trajano,
            <given-names>A. S.</given-names>
          </string-name>
          <string-name>
            <surname>Morales</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Sarkadi</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          <string-name>
            <surname>Panisson</surname>
          </string-name>
          ,
          <article-title>Using chatbot technologies to support argumentation</article-title>
          ,
          <source>in: 16th International Conference on Agents and Artificial Intelligence (ICAART</source>
          <year>2024</year>
          ), SciTePress,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>