<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Exploring the Expressive Power of Large Language Models in Neuro-Fuzzy System Explainability: A Study on EEG-Based Seizure Detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gabriella Casalino</string-name>
          <email>gabriella.casalino@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanna Castellano</string-name>
          <email>giovanna.castellano@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniele Margherita</string-name>
          <email>d.margherita@studenti.uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alberto Gaetano Valerio</string-name>
          <email>a.valerio31@phd.uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gennaro Vessio</string-name>
          <email>gennaro.vessio@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gianluca Zaza</string-name>
          <email>gianluca.zaza@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Explainable Artificial Intelligence, Large Language Models, Neuro-Fuzzy Systems, EEG-based Seizure Detection</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Bari Aldo Moro</institution>
          ,
          <addr-line>Bari</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this work, we focus on integrating LLMs into a neuro-symbolic framework to enhance the quality of explanations associated with IF-THEN rules generated by neuro-fuzzy inference systems. To address the challenge posed by the lack of a reference ground truth in explanation tasks, we propose a quantitative evaluation based on linguistic and semantic quality metrics, aiming to assess the clarity, coherence, and relevance of the generated text. We systematically compare a selection of LLMs varying in size and architectural family, and investigate the impact of diferent prompting strategies-including zero-shot, persona-based, and fact-checking approaches-on the resulting explanations. The proposed framework is applied to a real-world case study on EEG-based seizure detection, illustrating its potential in high-stakes medical contexts where transparency and reliability are critical. The findings show that quantitative metrics alone are insuficient to capture the true quality of explanations, highlighting the critical role of both model selection and prompt design in generating efective, trustworthy, and human-aligned explanations.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In recent years, Large Language Models (LLMs) have emerged as powerful AI tools trained on massive
text corpora, enabling them to encode and generalize linguistic knowledge. Their broad applicability
stems from this rich pretraining, allowing efective use across diverse domains, such as healthcare
[
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], education [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], software engineering [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and human capital management [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], among others, often
without the need for task-specific fine-tuning. LLMs are increasingly important in the medical domain,
where they support a variety of tasks such as clinical decision-making, medical documentation, patient
triage, and question answering, thanks to their ability to process and generate complex biomedical
language [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ].
      </p>
      <p>
        However, in the medical domain, the adoption of AI necessitates transparent and interpretable
explanations to foster trust, ensure accountability, and enable safe integration into clinical practice.
Clinicians must be able to understand and justify AI-driven decisions, particularly in high-stakes
scenarios [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Explainability not only aids domain experts in validating model outputs but also promotes
acceptance and efective human–AI collaboration [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ].
      </p>
      <p>Although LLMs are inherently black-box models, they are increasingly being adopted in the state
of the art for generating explanations. Current research explores the use of in-context learning to
inject both domain-specific and explainability-related knowledge into LLMs, enabling them to generate
responses that combine user-friendly narratives for non-experts with technical insights for specialists
Italy
(G. Zaza)</p>
      <p>CEUR</p>
      <p>
        ceur-ws.org
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In many frameworks, LLMs are integrated with traditional machine learning models to transform
outputs into textual explanations that are closer to the user’s perspective [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ]. This integration is
sometimes further enhanced through external resources, such as knowledge graphs, which provide
additional contextualization and contribute to more informative and trustworthy explanations [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        In contrast to black-box machine learning models, fuzzy logic has long proven valuable for
explainability, as it is inherently transparent and enables the representation of human perceptions through
linguistic terms that map numerical values onto the imprecise concepts characteristic of human
reasoning [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Neuro-fuzzy inference systems further extend this capability by automatically extracting fuzzy
sets from data and generating IF–THEN rules that replicate human-like reasoning [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. This paradigm
supports a natural transition from rigid, crisp representations to more flexible models that inherently
accommodate the uncertainty and vagueness embedded in human language and thought.
      </p>
      <p>
        In a recent study [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] , we explored the use of LLMs to generate context-aware textual explanations and
proposed a novel workflow that integrates neuro-fuzzy systems with LLMs. This integration improved
the resulting explanations by making them more transparent, structured, and coherent. Importantly,
the workflow was designed within a human-in-the-loop, human-centered explainability framework,
positioning domain experts at the core of the explanation process [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. This hybrid approach not only
bridges symbolic and sub-symbolic reasoning but also promotes expert engagement, interpretability,
and trust, thereby aligning system outputs with human cognitive and decision-making processes
[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Despite several applications combining fuzzy logic with LLMs [
        <xref ref-type="bibr" rid="ref19 ref20 ref21">19, 20, 21</xref>
        ], this was among the
ifrst attempts to explicitly leverage LLMs within fuzzy logic–based explainability [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. The workflow
was evaluated through a case study on EEG-based seizure classification, a high-stakes problem in
epilepsy care where transparent, expert-aligned explanations can reduce misdiagnosis and guide timely
treatment.
      </p>
      <p>In this work, we extend our previous study by comparing LLMs from diferent families and sizes. We
quantitatively evaluate the generated explanations using metrics that assess textual quality without
relying on a ground truth, which is typically unavailable in this type of task. Furthermore, we investigate
the efectiveness of diferent prompt patterns, including zero-shot prompting, persona-based prompting,
and fact-checking–oriented prompting. Particularly, this work aims to address the following research
questions, focusing on the efectiveness and quality of LLM-generated explanations in the context of
neuro-symbolic systems applied to the same predictive task:
RQ1 Which LLMs generate the most efective explanations, based on linguistic quality criteria such as
lfuency, coherence, and well-formedness?
RQ2 Is there a prompt pattern, among zero-shot, persona, persona + fact-checking, that yields
higherquality explanations in terms of linguistic clarity, coherence, and contextual relevance?
The rest of the paper is organized as follows: Section 2 presents the experimental setup, Section 3
discusses the results, and Section 4 outlines the conclusions and directions for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Matherials and Methods</title>
      <p>
        To address the research questions outlined above, we conducted a case study on EEG-based epileptic
seizure classification. Building on the pipeline introduced in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], we first extracted a fuzzy rule
base—an interpretable set of IF–THEN rules with fuzzy predicates capturing graded relationships—from
EEG signals and subsequently applied a range of LLMs, combined with diferent prompting strategies,
to assess and compare their ability to generate meaningful textual explanations. The quality of the
generated explanations was evaluated using quantitative linguistic and semantic metrics. The overall
workflow is summarized in Figure 1 and described in detail in the following sections. The proposed
pipeline consists of three main phases:
1. Computational phase: This phase involves the training and evaluation of an Adaptive
NeuroFuzzy Inference System (ANFIS) [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] functioning as a neuro-fuzzy predictive model, accompanied
by the extraction of fuzzy rules and the use of unsupervised clustering to select representative
data samples for each class.
      </p>
      <p>2. Explanatory phase: This phase focuses on transforming symbolic information into interpretable
textual descriptions. The extracted fuzzy rules are reformulated by replacing generic labels with
semantically meaningful names and then used to construct targeted prompts for LLMs, generating
human-centered and understandable explanations.
3. Evaluation phase: In this phase, the explanations generated by the LLMs are analyzed and
compared using linguistic quality metrics.</p>
      <p>
        Unlike our previous work, this study does not focus extensively on the user-centered aspects of the
pipeline, even if these remain relevant and will be addressed in future developments involving domain
expert engagement. Instead, we concentrate on the evaluation module and the construction of the fuzzy
rule base, which are central to the current investigation.
2.1. Data
Epilepsy is one of the most prevalent neurological disorders worldwide, afecting over 50 million people,
with approximately one-third of patients continuing to experience frequent seizures despite treatment
with multiple antiepileptic drugs [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. EEG, a non-invasive technique for recording brain activity, is
widely used in clinical settings for the diagnosis of epilepsy. However, EEG signals are high-dimensional,
non-stationary, and often noisy, making their interpretation challenging and subjective. To address
these issues, automated systems based on AI have gained prominence, ofering promising tools for
accurate and eficient seizure detection [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ].
      </p>
      <p>
        We used the Epilepsy2 dataset [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] to assess the applicability of the proposed pipeline. This dataset
includes single-channel EEG recordings from 500 individuals, each with a duration of 23.6 seconds.
The recordings were segmented into 11,500 one-second intervals , sampled at 178 Hz, and randomly
shufled. The classification was framed as a binary task: class 0 represented epileptic seizure events,
and class 1 denoted non-epileptic segments.
      </p>
      <p>The EEG signals underwent preprocessing through Fourier transformation, which enabled the
decomposition of each signal into five principal frequency bands. These bands are known to reflect
diferent neurological and cognitive states, and their analysis aids in highlighting patterns associated
with epileptic activity:
• Alpha (8–12 Hz): Typically observed during states of calm wakefulness with closed eyes, linked
to a relaxed mental state.
• Beta (12–30 Hz): Characteristic of focused attention and active mental engagement, often present
during movement and cognitive tasks.
• Gamma (30–50 Hz): Involved in complex cognitive processing, including sensory perception and
higher-order brain functions.</p>
      <p>(a)
(b)</p>
      <p>• Delta (0.5–4 Hz): Dominant during deep sleep, indicating phases of physical and neural restoration.
• Theta (4–8 Hz): Associated with drowsiness, light sleep, and introspective activities such as
meditation or imagination.</p>
      <p>Since the original training set was imbalanced, with 1,630 non-epileptic and 6,432 epileptic instances,
resulting in two balanced classes of 6,432 instances each. This step was crucial not only to ensure
fair model training but also to prevent the majority class from dominating the generated explanations,
which could lead to misleading or biased interpretations.</p>
      <sec id="sec-2-1">
        <title>2.2. Computational phase</title>
        <p>This phase represents the core of the modeling process, where raw EEG data are preprocessed and
balanced to train an Adaptive Neuro-Fuzzy Inference System, which is employed to perform the
classification task.</p>
        <p>ANFIS is a four-layer feed-forward architecture that embeds fuzzy logic into a trainable neural
network. ANFIS models the input space using Gaussian membership functions and learns a set of
zero-order Takagi-Sugeno (TS) rules, where each rule associates a combination of fuzzy conditions with
a constant output value. Formally, the TS rules can be expressed as:</p>
        <p>IF ( 1 is  1 ) AND … AND (  is   ) THEN ( is   ),
where  = 1, … ,  represents the rule index,  is the total number of rules,  is the number of fuzzy
variables,   denotes a fuzzy set for the input variable   in the  -th rule, and   is the fuzzy singleton
defining the output class.</p>
        <p>The system computes the degree of membership, the rule activation (using a product t-norm),
and the final output through a weighted sum of the rule consequents. Parameters are optimized via
backpropagation, allowing the network to adapt while maintaining a transparent, rule-based structure.</p>
        <p>In the context of the seizure classification, for each of the five EEG features describing the data (Alpha,
Beta, Gamma, Delta, Theta), ANFIS automatically generated three Gaussian fuzzy sets from the data,
corresponding to the linguistic terms Low, Medium, and High, as shown in Figure 2b. The consequent
of each rule is a numerical singleton representing the class label (Epileptic or Non-Epileptic). Figure 2b
shows an excerpt of the fuzzy rule base, generated after training the neuro-fuzzy network.</p>
        <p>The total number of rules in ANFIS depends on the number of fuzzy variables and the number of
fuzzy terms used to describe them. In this case, the rule base consists of 243 rules, since the total is
obtained by raising the number of linguistic terms to the power of the number of fuzzy variables.</p>
        <p>
          After training the model and generating the fuzzy rule base, the activation degree of each rule
is computed for every test instance. These raw values are then normalized using an ℓ1 (unit-sum)
normalization [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], ensuring that the activations for each instance sum to 1:
(1)
(2)
 (̃) =
        </p>
        <p>
          ()
∑ = 1    ()
,
where   () denotes the raw activation of rule  for instance  , and  is the total number of fuzzy
rules ( = 243 ). For each instance, the rule with the highest normalized activation is identified as the
DominantRule, following a winner-takes-all strategy [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]:
        </p>
        <p>DominantRule() = arg max  ̃ ().</p>
        <p />
        <p>We identified three examples from the epileptic class and three from the non-epileptic class using
k-means clustering, selecting the instances closest to the cluster centroids. This procedure yields a
representative and compact subset of instances that captures the central regions of each cluster. These
instances are then used in the subsequent explanation phase based on fuzzy rules.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.3. Explanatory phase</title>
        <p>After analyzing the data and identifying the most active fuzzy rules in key regions of the decision space,
we initiated the explanatory phase. The goal of this phase is to transform the symbolic information
generated by the system—such as fuzzy rules—into interpretable textual descriptions expressed in
natural language.</p>
        <p>This phase consists of two complementary steps:
1. Fuzzy rule explication, i.e., translating raw rules into a semantically meaningful and readable
format, accessible also to clinicians and non-technical users;
2. Automatic explanation generation, carried out through Large Language Models instructed to
provide coherent, human-centered, and context-aware descriptions.</p>
        <p>In the first step, the fuzzy rules generated by the ANFIS model are initially expressed in a generic
form, with references to numerical variables (x0, x1, …, x4) and unlabeled membership functions (mf0,
mf1, mf2). To improve interpretability and clarify the semantic meaning of each rule, we introduced an
explicitation phase. In this step, symbolic placeholders were reformulated by replacing the numerical
variables with their corresponding EEG frequency bands (x0 = Delta, x1 = Theta, x2 = Alpha, x3 =
Beta, x4 = Gamma). Similarly, the membership functions were mapped to meaningful linguistic labels,
with mf0 corresponding to Low, mf1 to Medium, and mf2 to High. Finally, the output labels were made
explicit by associating the vector [1.0, 0.0] with the class Non-Epileptic and [0.0, 1.0] with the
class Epileptic.
explanations.</p>
        <sec id="sec-2-2-1">
          <title>2.3.1. Prompt engineering</title>
          <p>
            For the second step, dedicated to the automatic generation of explanations, we employed
diferent LLMs and tested three prompt patterns to compare their efectiveness in producing meaningful
Prompt engineering plays a crucial role in guiding language models to produce accurate, coherent, and
contextually meaningful explanations. It involves the deliberate design of input prompts to align model
outputs with user intent and task-specific requirements [
            <xref ref-type="bibr" rid="ref29">29</xref>
            ]. In this study, inspired by the catalog of
patterns proposed by White et al. [30], we adopted three prompting strategies, zero-shot prompting,
the persona pattern, and fact-checking, to evaluate their efectiveness in explanation generation.
          </p>
          <p>The zero-shot prompt involves presenting the language model with a task-specific instruction without
providing any in-prompt examples. As illustrated in Figure 3a, the prompt includes a brief clinical
context (e.g., the patient’s condition), a statement indicating that the result was produced using a fuzzy
inference system, and, most importantly, the fuzzy rule that was most activated for the given instance.
This structure enables the LLM to grasp the key concepts expressed by the fuzzy rule that contribute to
the decision. The model must rely exclusively on its pre-trained knowledge to interpret the prompt and
generate a coherent and informative explanation.</p>
          <p>This approach enables us to assess the model’s generalization capabilities and its ability to follow
natural language instructions without requiring fine-tuning or in-context examples. The expected
output is a descriptive, user-friendly explanation of the selected fuzzy rule, enriched with relevant
medical knowledge—especially concerning the condition and symptoms described in the rule—thus
enhancing the system’s interpretability for end-users.</p>
          <p>In this work, we also investigate the efectiveness of the persona pattern (Figure 3b), a prompt
engineering strategy in which the language model is instructed to adopt a specific role, identity, or
perspective, referred to as a “persona”, to influence the tone, style, and content of its responses. By
embedding a persona within the prompt, users can control the level of formality and tone, simulate
domain-specific expertise, and enhance coherence and consistency, especially in multi-turn interactions.
This pattern is particularly valuable in tasks involving explainability, such as the medical domain. In our
setting, we instructed the language model to assume the role of a physician and generate explanations
in a communication style that is more familiar and accessible to end users (e.g., healthcare professionals
or patients). Our objective is to assess whether adopting this pattern leads to more efective and
user-centered explanations compared to the zero-shot baseline.</p>
          <p>Finally, we experimented with a fact-checking pattern (Figure 3c) designed to enhance the
transparency of the generated output. Since language models are known to produce plausible but factually
unsupported statements, this strategy extends the persona pattern, where the model adopts the role of
a physician, by explicitly requiring a concise list of key scientific or clinical facts at the end of each
explanation. This “fact list” allows users to verify the reliability of the information against external
sources independently. Although it does not eliminate the risk of errors, this strategy introduces an
additional layer of verifiability and accountability in the use of LLMs in the medical domain.</p>
        </sec>
        <sec id="sec-2-2-2">
          <title>2.3.2. Large Language Models</title>
          <p>We conducted a comparative analysis of 14 LLMs, selected to represent a wide range of model families,
architectural designs, and training strategies. We aimed to assess both intra-family variations—by
comparing models with diferent architectures within the same family—and inter-family diferences
across distinct LLM frameworks. All selected models are open-source and were chosen based on their
compatibility with local execution, given the computational constraints of running experiments on a
standard laptop equipped with an 11th-generation Intel Core i7 CPU, 16 GB RAM, an NVIDIA RTX
3050 GPU with 4 GB of VRAM, and a 2 TB SSD. Below is a brief overview of each model considered in
the study:
• LLaMA 3 (8B and 70B, 8192 context) [31]: Advanced models from Meta’s LLaMA family, optimized
for extended context handling and strong performance in generative and reasoning tasks.
• LLaMA 3.1-8B-Instant [31]: A latency-optimized variant designed for rapid response generation
without significant loss in output quality.
• LLaMA 3.3-70B-Versatile [31]: A robust, general-purpose model aimed at multitask adaptability
and long-form generation coherence.
• Allam-2-7B [32]: A lightweight yet expressive model, suitable for low-latency applications and
edge computing scenarios.
• DeepSeek R1 Distill LLaMA-70B [33]: A distilled version of the LLaMA-70B designed to reduce
inference cost while maintaining accuracy, particularly in summarization and reasoning.
• LLaMA-4 Maverick 17B (128e) [34]: An extended-embedding model fine-tuned for complex tasks,
with emphasis on explainability and controllable outputs.
• LLaMA-4 Scout 17B (16e) [35]: Tailored for eficient interpretation and classification tasks, with
optimizations for linguistic clarity.</p>
          <p>(a)
(b)
(c)</p>
          <p>• Qwen-QWQ-32B [36]: A multilingual model by Alibaba, demonstrating robustness in noisy
settings and solid performance on semantic tasks.
• Compound-Beta [37] and Compound-Beta-Mini [38]: Experimental models focused on merging
generative and logic-based components to improve transparency and interpretability.
• Google Flan-T5 (Small, Base, Large) [39]: Instruction-tuned encoder-decoder models based on T5,
known for their eficiency in structured tasks such as classification, translation, and explanation.</p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>2.4. Evaluation phase</title>
        <p>To quantitatively assess the quality of the generated explanations, we defined a multifaceted evaluation
framework including linguistic, semantic, and computational aspects. The dimensions considered were
lexical diversity, readability, coherence, information coverage, and generation time. All metrics were
computed using the Spacy library [40], complemented with custom implementations for semantic
similarity and coverage analysis.</p>
        <p>Lexical diversity was assessed using two widely adopted indicators. The first is the Type-Token Ratio
(TTR), which captures the richness of vocabulary as the proportion of unique words (types) to the total
number of words (tokens) in a text:
|types|
TTR = . (3)</p>
        <p>|tokens|
A higher TTR reflects a more varied and informative lexical composition. To account for text length
sensitivity, we also employed the Maas Index, a logarithmic transformation of TTR that adjusts for
increasing token counts:</p>
        <p>Maas =
log(|tokens|) − log(|types|)
(log(|tokens|))2</p>
        <p>(4)
Lower values of the Maas Index indicate greater lexical diversity, ofering a more robust assessment
across explanations of varying lengths.</p>
        <p>Readability was quantified through the Flesch Reading Ease Score (FRES), which evaluates the
comprehensibility of a text based on average sentence length and syllable density. The formula is defined
as:</p>
        <p>FRES = 206.835 − (1.015 × ASL) − (84.6 × ASW),
where ASL is the average sentence length and ASW is the average number of syllables per word. Higher
FRES values denote more readable texts, a key factor in user-centered medical explanation.</p>
        <p>To evaluate coherence, we adopted a metric based on cosine similarity between adjacent sentence
embeddings, capturing the logical flow of information across the explanation. Given a text composed of
 sentences with embeddings  1, … ,   , the coherence score is computed as:</p>
        <p>CohS =</p>
        <p>1
 − 1
 −1
∑ cos(  ,  +1 ),
=1
where cos(  ,  +1 ) denotes the cosine similarity between sentence  and sentence  + 1 . Higher values
suggest smoother transitions and a more logically consistent narrative.</p>
        <p>We also evaluated the coverage of information through two complementary metrics. The first is
the Embedding-based Coverage Score (ECS), which measures the alignment between the generated
explanation and the prompt by averaging the cosine similarity between the explanation embedding and
each reference sentence embedding:
(5)
(6)
(7)
(8)
(9)
 −1
∑ cos( text,  ref ),
=1
while coverage was defined as:</p>
        <p>Diversity =</p>
        <p>TTR + (1 − MAAS)
2</p>
        <p>,
Coverage = ECS + TCS
2
where  text is the embedding of the LLM-generated output, and  ref is the embedding of the  -th sentence
in the prompt. The second is the Token-based Coverage Score (TCS), which quantifies lexical overlap
between the prompt and the generated explanation. After removing punctuation and stop words, the
TCS is computed as:</p>
        <p>TCS = | text ∩  ref|</p>
        <p>,
| text ∪  ref|
where  text and  ref are the sets of tokens from the output and the prompt, respectively. Higher
TCS values indicate that more relevant information from the prompt is preserved in the generated
explanation.</p>
        <p>Finally, we recorded the generation time, defined as the number of seconds elapsed from prompt
submission to completion of the model’s output. This metric reflects computational eficiency, which is
especially relevant for real-time or interactive applications.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results and Discussion</title>
      <p>In this section, we present the quantitative results obtained from the explanations generated by the 14
considered LLMs, using three prompting patterns across six examples (three from the positive class
and three from the negative class). The evaluation relies on the measures previously described, with
average values reported to provide a general overview of the performance of each model.</p>
      <p>To facilitate the interpretation of the results, we summarized the tabular data into radar charts,
highlighting the five analyzed dimensions: lexical diversity, readability, coherence, information coverage,
and generation time. Lexical diversity was computed as:</p>
      <p>
        All metrics were normalized to the range [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] to ensure comparability. Moreover, to harmonize the
graphical interpretation, all metrics were transformed so that higher values consistently reflected better
performance. In particular, the generation time metric was inverted after normalization to indicate a
preference for faster models: in the radar charts, higher scores on the Time dimension correspond to
quicker and thus more desirable inference. Finally, the use of color coding in the legend groups together
LLMs belonging to the same family, enabling a more immediate comparative analysis.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Quantitative Evaluation of ANFIS Classification</title>
        <p>Although the primary goal of this work is not to assess the predictive capability of the classifier,
we report the quantitative classification results to confirm that the model adequately captures the
underlying data distribution, even on the test set. This ensures that the derived IF–THEN explanations
are consistent with the information contained in the data. A data split was applied to guarantee a
balanced representation of the classes and to obtain a more reliable performance evaluation. Specifically,
the original dataset was partitioned into two subsets: 70% of the data was used for training, while
the remaining 30% was reserved for testing. On the test set, the model achieved precision, recall, and
F1-scores of 0.95 for both classes, along with an overall accuracy of 0.95, indicating that the classifier
provides a faithful representation of the data.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Quantitative Evaluation of Explanations with the Zero-Shot Prompting Pattern</title>
        <p>We conducted a detailed analysis of the generated explanations by examining each quality dimension
individually. Table 1 reports the results obtained with the zero-shot pattern. With respect to lexical
diversity, the Flan-T5 models produced the richest and most varied vocabulary. However, this apparent
advantage is ofset by their poor coherence, revealing a disconnect between lexical richness and logical
structure. In contrast, instruction-tuned LLaMA variants ofered a more balanced profile, striking a
balance between acceptable diversity and greater structural consistency. In terms of readability, Flan-T5
models again stand out, generating text that is particularly simple and easy to follow. However, this
comes at the cost of lower semantic grounding, as reflected in their weak coherence. Many LLaMA and
Compound models instead yielded lower readability, likely due to their tendency toward more technical
or formal language. Coherence, understood as the logical continuity of the explanation and its alignment
with the prompt, was strongest in the Compound models and some LLaMA variants, which consistently
produced semantically consistent and well-structured content. Flan-T5 models, by contrast, consistently
underperformed in this respect. Coverage of information, assessed through both embedding-based and
token-based measures, was highest for models such as Compound and LLaMA-4 variants, which better
integrated relevant concepts into their generated output. While Flan-T5 models achieved high token
overlap, this often reflected surface-level repetition rather than substantive incorporation of information.
Finally, the analysis of inference times highlights clear diferences in computational eficiency. Larger
models generally required longer generation times, confirming the correlation between parameter
size and latency. Nonetheless, some optimized LLaMA models achieved relatively low inference times
despite their scale, indicating that architectural refinements and implementation strategies play a
significant role. Smaller models, as expected, remained the fastest, suggesting their suitability for
real-time applications.</p>
        <p>Taken together, the results show that no single LLM clearly dominates across all evaluation dimensions.
Flan-T5 models excel in readability and lexical richness but struggle with coherence. Compound and
LLaMA models achieve stronger coherence and information coverage, though sometimes at the cost
of readability or eficiency. Overall, LLaMA-based models appear to ofer the most balanced trade-of,
whereas the optimal choice depends on which explanatory dimension is prioritized for the application
context.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Quantitative Evaluation of Explanations with the Persona Prompting Pattern</title>
        <p>Table 2 reports the quantitative results obtained with the persona pattern. The analysis reveals that
Flan-T5 models exhibit very high lexical diversity and readability; however, this comes at the expense
of extremely low coherence and limited coverage, which undermines the overall reliability of their
explanations. In contrast, the LLaMA family, including both medium- and large-scale variants, achieves
a more balanced profile: their lexical diversity is slightly lower, but they compensate with stronger
coherence and more stable information coverage, even though their readability remains modest. The
Compound models behave similarly, ofering good coherence and coverage but with longer generation
times. Qwen and Deepseek distinguish themselves for higher readability compared to most LLaMA
models, although they lag in coherence and coverage.</p>
        <p>Taken together, these results confirm that no single LLM excels across all dimensions: Flan-T5 stands
out only for readability and diversity. At the same time, LLaMA- and Compound-based models appear
better suited for generating coherent and semantically grounded explanations, even if their readability
is less immediate. Overall, the persona pattern favors models with balanced behavior, suggesting that
LLaMA variants ofer the most stable trade-of.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Quantitative Evaluation of Explanations with the Persona and Fact-checking</title>
      </sec>
      <sec id="sec-3-5">
        <title>Prompting Pattern</title>
        <p>Table 3 presents the results obtained by combining the persona pattern with fact-checking. The analysis
shows that Flan-T5 models continue to achieve the highest lexical diversity and readability. However,
their performance is undermined by very low coherence and limited coverage, which reduces the
reliability of the generated explanations. LLaMA-based models, particularly the larger variants, ofer a
more balanced profile, maintaining moderate lexical diversity and readability while achieving stronger
coherence and stable coverage of information. The Compound models also perform well in terms of
coherence and coverage, but are penalized by slower inference times. Qwen and Deepseek display
higher readability than most LLaMA variants, though their coherence and coverage remain weaker.</p>
        <p>Overall, no single model clearly dominates across all dimensions; Flan-T5 stands out only in terms
of diversity and readability. In contrast, LLaMA and Compound models provide more coherent and
semantically grounded explanations, confirming their suitability when factual accuracy and logical
consistency are prioritized.</p>
      </sec>
      <sec id="sec-3-6">
        <title>3.5. Quantitative Comparison of Explanations Obtained with Diferent Prompt</title>
      </sec>
      <sec id="sec-3-7">
        <title>Patterns</title>
        <p>Observing the radar charts in Figure 4, a clear diference emerges between the results obtained with
the zero-shot pattern (4a) and those based on the persona pattern (4b and 4c). In the zero-shot setting,
Flan-T5-large (light violet line) stands out for lexical diversity and coverage, suggesting that these
models generate explanations with richer vocabulary and broader reference to the content of the
prompt. Flan-T5-small and Flan-T5-base (dark violet lines) excel in readability, producing outputs
that are simple and easy to follow, although this fluency does not necessarily translate into depth
or precision of reasoning. By contrast, LLaMA3-8B-8192 (light blue line) achieves the best results in
coherence and generation time, indicating a stronger ability to preserve logical flow across sentences
while also being computationally eficient. The remaining LLMs are concentrated mainly around the
coherence dimension, reflecting an efort to maintain internal consistency; however, they perform more
modestly in terms of coverage, readability, and diversity, which limits the richness and accessibility of
their explanations.</p>
        <p>With the persona pattern, however, the distribution of LLMs in the radar chart changes substantially,
supporting the hypothesis that diferent prompt patterns emphasize diferent explanatory qualities.
Flan-T5-small (dark violet line) emerges with strong performance in time, diversity, readability, and
partially in coverage, showing that it can generate accessible and lexically rich explanations with
good alignment to the prompt, though still lacking in coherence. Most of the other LLMs cluster
around coherence and coverage, prioritizing structured and content-grounded explanations, albeit at
the expense of readability and lexical variety. LLaMA3-8B-8192 (light blue line) once again shows the
highest values.</p>
        <p>When comparing the two radars based on the persona and persona+fact‑checking patterns (Figures
4b and 4c), the distributions appear largely similar. However, it is noteworthy that Flan‑T5‑small (dark
violet line) now spans almost all dimensions, achieving high or near‑maximum values in every aspect
except coherence, suggesting that fact‑checking reinforces its strengths in diversity, readability, and
coverage without fully remedying its weakness in logical continuity.</p>
      </sec>
      <sec id="sec-3-8">
        <title>3.6. Qualitative evaluations of explanations</title>
        <p>While the quantitative metrics outlined above provide an objective and comparable assessment of model
performance, they do not fully capture the nuances of linguistic quality or the practical usability of
the generated explanations. To complement and validate the numerical results, a focused qualitative
analysis was conducted to gain a deeper understanding of the observed behaviors. Given the extensive
amount of data, it was not feasible to examine all prompts and responses exhaustively; instead, the
analysis concentrated on the most representative cases identified through the quantitative evaluation.</p>
        <p>Figures 5a and 5b illustrate an example of a zero-shot prompt for a non-epileptic and an epileptic
case, respectively. These examples will serve as references for analyzing the outputs of diferent models.
Please note that we do not report the prompts generated with the other patterns, since they follow the
same rule presented here and rely on the templates already introduced.</p>
        <p>Figure 6 shows three examples of explanations generated for both epileptic and non-epileptic cases in
a zero-shot setting using three diferent LLMs. Figures 6a and 6b illustrate the explanations generated
for the non-epileptic and epileptic cases using LLaMA3-8b-8192 in a zero-shot learning setting. The
explanations are organized into four sections: the first reports the decision produced by the fuzzy
rulebased system, clarifying its meaning and context of application; the second provides a textual description
of the rule that led to this decision; the third expands on this rule by analyzing the frequency band values,
their respective intensities, and their relationship with the patient’s states, thereby demonstrating the
model’s ability to exploit the knowledge embedded in its training; and the fourth concludes with a
comprehensive summary of the reasoning process, emphasizing the key elements of the inferential
outcome. This is consistent with the quantitative evaluation, which indicated a high degree of coherence.</p>
        <p>Figures 6c and 6d show the explanations generated by Flan-T5-base. Despite the quantitative metrics
indicating high readability, elevated lexical diversity, and null coherence, the explanations consist merely
of repetitions of the fuzzy rules. The LLM neither contributes additional knowledge nor structures
the explanation as required, resulting in poor and uninformative outputs. This excessive brevity and
lack of narrative connection not only confirm the low coherence but also reveal that the observed
lexical diversity stems from the use of non-repetitive technical terms rather than from genuine richness
and variety of prose. Such overly concise and poor explanations highlight the model’s limitations in
producing meaningful interpretative content.</p>
        <p>Finally, Figures 6e and 6f illustrate the explanations obtained with
DeepSeek-R1-Distill-LLaMA70B. In this case, the average values of the five quantitative dimensions shown in the radar chart
are confirmed by the qualitative analysis. The explanations are very lengthy and include an initial
informal part, where the model explicitly verbalizes the reasoning process it should follow to generate
the explanation. This introduces redundancy and confusion, ultimately weakening the interpretability
of the output. In the actual explanation, outside the ‘think’ tags, the fuzzy rule itself is not reported;
however, references to the frequency bands and their connection to the predicted state are included,
drawing on the knowledge embedded in the LLM, along with a mention of the fuzzy inference system.
Without the preliminary reasoning section, the explanations would be considerably more efective.
Notably, in the epileptic case, the model digresses by providing a general description of fuzzy logic
itself.</p>
        <p>From this initial analysis, it emerges that while quantitative metrics help measure the quality of
explanations, they do not always align with our perception of what constitutes a “good” explanation, as
exemplified by the case of Flan-T5-base.</p>
        <p>Figure 7 presents two examples of LLM-generated explanations for non-epileptic and epileptic cases.
We report the explanations obtained with LLaMA3-8b-8192 in Figures 7a and 7b, since the radar chart
showed that, in addition to maintaining coherence in the zero-shot setting, this model also gains
coverage when adopting the persona pattern. The structure of the explanations, however, varies
between cases. In the non-epileptic explanation, the model first reports the rule, then describes the
relationships between the frequency band values and the output, and even provides details on the
functioning of the fuzzy inference system. In the epileptic explanation, the structure changes: the rule
is not explicitly reported, and the focus shifts to a detailed account of the band values and their relation
to the predicted condition, with only a brief reference to the fuzzy inference system.</p>
        <p>We did not report the explanations generated by Flan-T5; however, despite the radar chart indicating
very high values of diversity and readability, as in the previous case the explanations are extremely
short and often consist only of the fuzzy rule—or in some cases not even that (e.g., “The fuzzy rule is
based on a combination of EEG frequency band features”). By contrast, we included the explanations
obtained with Compound-Beta-Mini, since the radar chart shows a significant increase in both coverage
and coherence compared to the zero-shot setting. As illustrated in Figures 7c and 7d, the explanations
are structured into two sections. The first defines the output, describes the use of the fuzzy system,
reports the rule, and explains the correlations between the frequency bands and the decision. The
second provides a concise explanation of what a fuzzy inference system is and why it can be helpful in
the medical domain. In both examples, we also observe a notable shift in tone, which becomes more
formal and aligned with medical discourse.</p>
        <p>Finally, Figure 8 reports two examples of explanations for the epileptic case generated using the
(a)
(b)
persona pattern with fact-checking, obtained with LLaMA3-8B-8192 and Compound-Beta-Mini. In both
cases, we observe that the explanations conclude with bulleted lists that provide factual references to
support the preceding statements. This strategy is intended to enhance expert trust in the analyses
produced by automatic systems and, consequently, in the generated explanations.</p>
        <p>For the sake of brevity, the explanations generated by Flan-T5 are not reported; however, in this case,
the model reproduces the prompt without providing a list of references. This confirms that, despite the
quantitative metrics suggesting optimal performance, the practical outcome is unsatisfactory. Similar
issues were observed with DeepSeek, whose explanations again contain a section labeled ‘think’, and
which is unable to generate a factual list. The same limitation applies to Qwen. LLaMA, on the other
hand, does provide factual statements but fails to include references. Therefore, the integration of
fact-checking with these LLMs does not efectively increase user trust in the generated explanations.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>This study presented a workflow for generating structured textual explanations from IF–THEN rules
produced by a neuro-fuzzy inference system, using Large Language Models as the explanatory layer.
Applied to a case study on EEG-based seizure classification, the workflow enabled a systematic evaluation
of 14 LLMs from diferent families and sizes under three prompting strategies: zero-shot, persona, and
persona combined with fact-checking.</p>
      <p>The results demonstrate that explanation quality cannot be fully captured by quantitative metrics
alone. While Flan-T5 achieved high scores in diversity and readability, its explanations were superficial
and uninformative, in contrast to LLaMA and Compound models, which ofered more coherent and
content-grounded outputs at the cost of readability or eficiency. Among the prompting strategies, the
persona pattern emerged as the most efective, improving both quantitative performance and qualitative
richness. Fact-checking added a degree of transparency but revealed uneven support across diferent
models.</p>
      <p>Building on these findings, there is a clear need for novel quantitative metrics that go beyond
surfacelevel linguistic indicators to more efectively capture coherence, informativeness, and contextual
alignment. Equally important is the involvement of domain experts, both in assessing the explanations
and in guiding the explanation process according to their needs, which is essential for the development
of reliable, trustworthy, and human-centered explainable AI systems. Furthermore, when dealing with
text generated by LLMs, an in-depth investigation of hallucinations is required to avoid the inclusion of
false or misleading content—an aspect of particular relevance in the medical domain.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>Gi.C. and G.Z. acknowledge the support of the project FAIR – Future AI Research (PE00000013), Spoke 6
– Symbiotic AI (CUP H97G22000210007) under the NRRP MUR program funded by NextGenerationEU.
Ga.C, Gi.C. and G.V, acknowledge the support of the PNRR TT project ARIAS / M.A.M.M.A. (CUP
B533D22000980006), which partially funded this research within the project FAIR - Future AI Research
(PE00000013), Spoke 6—Symbiotic AI (CUP H97G22000210007) under the NRRP MUR program funded by
the NextGeneration EU. A Ph.D. fellowship funds A.G.V.’s research within the Italian “D.M. n. 630, April
24, 2024” – under the NRRP, Mission 4, Component 2, Investment 3.3 – Ph.D. project “Explainability
of Artificial Intelligence systems for applications in the medical field”, co-supported by Bristol-Myers
Squibb s.r.l. (CUP B91I24000160007).</p>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <p>Generative AI tools, specifically OpenAI’s ChatGPT and Grammarly, were used exclusively for grammar
correction and language refinement. The authors conceived, wrote, and validated all content.
et al., The Prompt Report: A Systematic Survey of Prompting Techniques, arXiv preprint
arXiv:2406.06608 (2024).
[30] J. White, Q. Fu, S. Hays, M. Sandborn, C. Olea, H. Gilbert, A. Elnashar, J. Spencer-Smith, D. C.</p>
      <p>Schmidt, A prompt pattern catalog to enhance prompt engineering with chatgpt, arXiv preprint
arXiv:2302.11382 (2023).
[31] G. Aaron, et al., The llama 3 herd of models, 2024. arXiv:2407.21783.
[32] B. M Saiful, at al., ALLam: Large language models for arabic and english, in: The Thirteenth</p>
      <p>International Conference on Learning Representations, 2025.
[33] L. Aixin, et al., Deepseek-v3 technical report, 2025. arXiv:2412.19437.
[34] Meta, Llama 4 Maverick 17B-128E-Instruct-FP8, https://www.llama.com/docs/llama-4-maverick,
2025. Version: 17B active parameters, 400B total parameters, 128 experts.
[35] Meta, Llama 4: A New Foundation Model, https://www.llama.com/docs/llama-4-scout, 2025.</p>
      <p>Version: Scout (17B).
[36] Y. An, et al., Qwen3 technical report, 2025. arXiv:2505.09388.
[37] Groq, Compound Beta, a Compound AI System, https://console.groq.com/docs/compound/systems/
compound-beta, 2025. Version: 2025-07-23 (Stable); Powered by Llama 4 Scout and Llama 3.3 70B.
[38] Groq, Compound Beta Mini, a Compound AI System, https://console.groq.com/docs/compound/
systems/compound-beta-mini, 2025. Version: 2025-07-23 (Stable); Powered by Llama 4 Scout and
Llama 3.3 70B.
[39] W. Hyung, et al., Scaling instruction-finetuned language models, 2022. arXiv:2210.11416.
[40] M. Honnibal, I. Montani, S. V. Landeghem, A. Boyd, spaCy: Industrial-strength Natural Language
Processing in Python, 2020.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Valerio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Trufanova</surname>
          </string-name>
          , S. de Benedictis, G. Vessio,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Castellano, From segmentation to explanation: Generating textual reports from MRI with LLMs, Computer Methods</article-title>
          and Programs in Biomedicine (
          <year>2025</year>
          )
          <fpage>108922</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cremaschi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ditolve</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Curcio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Panzeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Spoto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Maurino</surname>
          </string-name>
          ,
          <article-title>Decoding the mind: A RAG-LLM on ICD-11 for decision support in psychology</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>279</volume>
          (
          <year>2025</year>
          )
          <fpage>127191</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Schicchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Limongelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Monteleone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Taibi</surname>
          </string-name>
          ,
          <article-title>A closer look at ChatGPT's role in concept map generation for education, Interactive Learning Environments (</article-title>
          <year>2025</year>
          )
          <fpage>1</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ardimento</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Capuzzimati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Casalino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schicchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Taibi</surname>
          </string-name>
          ,
          <article-title>A novel LLM-based classifier for predicting bug-fixing time in Bug Tracking Systems</article-title>
          ,
          <source>Journal of Systems and Software</source>
          (
          <year>2025</year>
          )
          <fpage>112569</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>L.</given-names>
            <surname>Laraspata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Cardilli</surname>
          </string-name>
          , G. Castellano, G. Vessio,
          <article-title>Enhancing human capital management through GPT-driven questionnaire generation</article-title>
          ,
          <source>in: Proceedings of the Eighth Workshop on Natural Language for Artificial Intelligence (NL4AI</source>
          <year>2024</year>
          )
          <article-title>co-located with 23th International Conference of the Italian Association for Artificial Intelligence</article-title>
          (AIxIA
          <year>2024</year>
          ),
          <article-title>CEUR-WS</article-title>
          . org,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Gaber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shaik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Allega</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Bilecz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Busch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Goon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Franke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Akalin</surname>
          </string-name>
          ,
          <article-title>Evaluating large language model workflows in clinical decision support for triage and referral and diagnosis</article-title>
          ,
          <source>npj Digital Medicine</source>
          <volume>8</volume>
          (
          <year>2025</year>
          )
          <fpage>263</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shool</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Adimi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Amleshi</surname>
          </string-name>
          , E. Bitaraf,
          <string-name>
            <given-names>R.</given-names>
            <surname>Golpira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tara</surname>
          </string-name>
          ,
          <article-title>A systematic review of large language model (LLM) evaluations in clinical medicine</article-title>
          ,
          <source>BMC Medical Informatics and Decision Making</source>
          (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mirzaei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Amini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Esmaeilzadeh</surname>
          </string-name>
          ,
          <article-title>Clinician voices on ethics of LLM integration in healthcare: a thematic analysis of ethical concerns and implications, BMC Medical Informatics and Decision Making (</article-title>
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Abuhmed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>El-Sappagh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Muhammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Alonso-Moral</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Confalonieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Guidotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Del</given-names>
            <surname>Ser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Díaz-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Herrera</surname>
          </string-name>
          ,
          <string-name>
            <surname>Explainable Artificial</surname>
          </string-name>
          <article-title>Intelligence (XAI): What we know and what is left to attain Trustworthy Artificial Intelligence</article-title>
          ,
          <source>Information fusion 99</source>
          (
          <year>2023</year>
          )
          <fpage>101805</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nannini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Alonso-Moral</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Catala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Barro</surname>
          </string-name>
          ,
          <article-title>Operationalizing Explainable AI in the EU Regulatory Ecosystem</article-title>
          ,
          <source>IEEE Intelligent Systems</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bilal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ebert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>LLMs for Explainable AI: A Comprehensive Survey</article-title>
          , arXiv.org (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mumuni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mumuni</surname>
          </string-name>
          ,
          <article-title>Explainable artificial intelligence (XAI): from inherent explainability to large language models</article-title>
          , arXiv.org (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>E.</given-names>
            <surname>Paraschou</surname>
          </string-name>
          , I. Arapakis,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yfantidou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Macaluso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vakali</surname>
          </string-name>
          ,
          <article-title>Mind the XAI Gap: A HumanCentered LLM Framework for Democratizing Explainable AI, arXiv</article-title>
          .org (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Nimala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shieh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nareshkumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. S.</given-names>
            <surname>Murugan</surname>
          </string-name>
          ,
          <article-title>Scalable and transparent mental health support via XAI-LLM</article-title>
          ,
          <source>International Journal of Information Technology</source>
          (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Maria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Castiello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Luis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mencar</surname>
          </string-name>
          , et al.,
          <article-title>Explainable fuzzy systems: Paving the way from interpretable fuzzy systems to explainable AI systems</article-title>
          ,
          <source>Studies in Computational Intelligence</source>
          <volume>970</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>253</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Neuro-Fuzzy Architectures for Interpretable AI: A Comprehensive Survey</article-title>
          and Research Outlook,
          <source>Journal of Machine Learning Research</source>
          <volume>1</volume>
          (
          <year>2025</year>
          )
          <fpage>11</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>G.</given-names>
            <surname>Casalino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Castellano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Valerio</surname>
          </string-name>
          , G. Vessio,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Zaza, Enhancing the Explainability of Neuro-Fuzzy Systems with Large Language Models: A Case Study on EEG-Based Epileptic Seizure Classification</article-title>
          , in: 2025
          <source>International Joint Conference on Neural Networks (IJCNN)</source>
          , IEEE,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>X.</given-names>
            <surname>Kong</surname>
          </string-name>
          , S. Liu,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <article-title>Toward Human-centered XAI in Practice: A survey</article-title>
          ,
          <source>Machine Intelligence Research</source>
          <volume>21</volume>
          (
          <year>2024</year>
          )
          <fpage>740</fpage>
          -
          <lpage>770</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>M. L. Bangerter</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Fenza</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Furno</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Gallo</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Loia</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Stanzione</surname>
            ,
            <given-names>I. You</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A Hybrid</given-names>
            <surname>Framework</surname>
          </string-name>
          <article-title>Integrating LLM and ANFIS for Explainable Fact-Checking</article-title>
          ,
          <source>IEEE Transactions on Fuzzy Systems</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <source>Are Large Language Models Good At Fuzzy Reasoning?, Proceedings of the 2024 7th International Conference on Computational Intelligence and Intelligent Systems</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Alamoodi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Zughoul</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>David</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Garfan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pamučar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Albahri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Albahri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yussof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Sharaf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Novel</given-names>
            <surname>Evaluation</surname>
          </string-name>
          <article-title>Framework for Medical LLMs: Combining Fuzzy Logic and MCDM for Medical Relation and Clinical Concept Extraction</article-title>
          .,
          <source>Journal of medical systems</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>P. M.</given-names>
            <surname>Perez-Ferreiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Catala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bugarin-Diz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Alonso-Moral</surname>
          </string-name>
          ,
          <article-title>Generating trustworthy explanations with a language model enriched by fuzzy rule-based systems</article-title>
          ,
          <source>in: 2025 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE)</source>
          , IEEE,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>D.</given-names>
            <surname>Karaboga</surname>
          </string-name>
          , E. Kaya,
          <article-title>Adaptive network based fuzzy inference system (ANFIS) training approaches: a comprehensive survey</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          <volume>52</volume>
          (
          <year>2019</year>
          )
          <fpage>2263</fpage>
          -
          <lpage>2293</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>B.</given-names>
            <surname>Mesraoua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Brigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lattanzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Abou-Khalil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. Al</given-names>
            <surname>Hail</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Asadi-Pooya</surname>
          </string-name>
          ,
          <article-title>Drug-resistant epilepsy: definition, pathophysiology, and management</article-title>
          ,
          <source>Journal of the neurological sciences 452</source>
          (
          <year>2023</year>
          )
          <fpage>120766</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>K.</given-names>
            <surname>Rasheed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Qayyum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Qadir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sivathamboo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kwan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kuhlmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. O'Brien</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Razi</surname>
          </string-name>
          ,
          <article-title>Machine learning for predicting epileptic seizures using EEG signals: A review</article-title>
          ,
          <source>IEEE reviews in biomedical engineering 14</source>
          (
          <year>2020</year>
          )
          <fpage>139</fpage>
          -
          <lpage>155</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>R.</given-names>
            <surname>Andrzejak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lehnertz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rieke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Mormann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>David</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Elger</surname>
          </string-name>
          ,
          <article-title>Indications of nonlinear deterministic and finite-dimensional structures in time series of brain electrical activity: Dependence on recording region and brain state</article-title>
          [dataset],
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>J.-S. R. Jang</surname>
          </string-name>
          , C.-T. Sun, E. Mizutani,
          <article-title>Neuro-Fuzzy and Soft Computing: a computational approach to learning and machine intelligence, (No Title) (</article-title>
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>N. K.</given-names>
            <surname>Kasabov</surname>
          </string-name>
          ,
          <article-title>Foundations of neural networks, fuzzy systems, and knowledge engineering</article-title>
          , Marcel Alencar,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>S.</given-names>
            <surname>Schulhof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ilie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Balepur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kahadze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Si</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          , H. Han,
          <string-name>
            <surname>S</surname>
          </string-name>
          . Schulhof,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>