<!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>
      <journal-title-group>
        <journal-title>ORCID:</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Investigating Trust in the incorporation of NLP applications in Digital Democracy Platforms</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nikolaos Giarelis</string-name>
          <email>giarelis@ceid.upatras.gr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nikos Karacapilidis</string-name>
          <email>karacap@upatras.gr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Georgios Kournetas</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>Ilias Siachos</string-name>
          <email>ilias.siachos@upnet.gr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Digital Democracy</institution>
          ,
          <addr-line>Natural Language Processing, Trust, Software Platforms</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>IMIS Lab, University of Patras</institution>
          ,
          <addr-line>26504 Rio Patras</addr-line>
          ,
          <country country="GR">Greece</country>
        </aff>
      </contrib-group>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>This study focuses on two basic natural language processing applications, namely clustering and summarization of the opinions expressed by participants in a digital democracy platform, aiming to investigate the extent that users trust them in terms of reliability, transparency, ethics, inclusiveness, trustworthiness, and accuracy. Results demonstrate a positive attitude in most cases, with the highest rank observed when referring to the reliability of opinion clustering. However, participants' confidence is less strong when evaluating the ethical implications of opinion clustering and the inclusivity of the opinion summarization process. Conducting nonparametric Kruskal-Wallis statistical tests, this study also reveals that English language proficiency plays a key role in shaping respondents' beliefs about the ethicality and accuracy of opinion clustering. Additionally, it highlights a positive correlation between familiarity with web applications and participants' perception of the accuracy of opinion clustering. To the best of our knowledge, this is the first attempt to gain such insights, which may reveal useful information about the utilization and deployment of these applications in digital democracy solutions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Digital democracy has been defined as “the pursuit and the practice of democracy in whatever view
using digital media in online and offline political communication” [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Generally speaking, current
digital democracy platforms are rudimental in the way they structure data, scarcely support
evidencebased reasoning, lack features to enhance personal understanding, and fail to support effective
deliberation and decision-making [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Solutions building on social media technologies are inapt to
promote public discussion and cannot enable the realization of constructive, informative and rational
dialogue. On the other hand, while participatory democracy solutions (such as Consul - see
      </p>
      <p>
        2023 Copyright for this paper by its authors.
platforms, namely those of clustering and summarization of the opinions expressed by participants,
aiming to investigate the extent that users trust these functionalities in terms of reliability, transparency,
ethics, inclusiveness, trustworthiness, and accuracy when incorporated in a digital democracy platform.
As argued in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], trust in such emerging technologies has been considered to play a significant role in
human-AI partnership, in that it does not only enable the adoption of the associated software platforms
but also impacts users’ behavior and interaction, enabling the long-term usage and the continuous
improvement of these platforms. To the best of our knowledge, this is the first attempt to gain such
insights, which may reveal useful information about the utilization and deployment of these NLP
functionalities in digital democracy solutions addressing large-scale deliberation.
      </p>
      <p>The remainder of this paper is structured as follows: Section 2 reports briefly on the two NLP
functionalities elaborated in our study. Section 3 describes our methodology, research approach and
data collection. Section 4 presents the re-search findings in the form of descriptive and inductive
statistics, as well as through qualitative data analysis. Finally, Section 5 outlines concluding remarks,
comments on the limitations of this study, and sketches future work directions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. NLP applications 2.1.</title>
    </sec>
    <sec id="sec-3">
      <title>Clustering</title>
      <p>
        Clustering is the task of grouping a set of objects, in such a way that objects in the same cluster are
more similar (based on various metrics) to each other than to those in other groups. Nowadays,
clustering approaches are divided into several categories, based on the techniques employed, with the
main categories being partition-based, hierarchical and density-based. Partition-based clustering
approaches assign datapoints to clusters by extracting the center point of each cluster. K-Means [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and
K-Medoids [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] are the two most prominent. K-Means calculates the center of data points by an iterative
procedure until some criteria for convergence are reached. K-Medoids follows a similar philosophy
with K-Means, with the differentiating factor being that it can process discrete data. The data point
closest to the center of data points, is rendered as the medoid of the corresponding cluster. The
advantages of these approaches include relatively low time complexity and high computing efficiency.
On the other hand, they do not efficiently handle non-convex data (i.e., relatively sensitive to the
outliers). Additionally, the number of clusters must be predefined, which may impact the clustering
result.
      </p>
      <p>
        Hierarchical clustering approaches extract the hierarchical relationships among data. These
approaches initially correspond each data point to an individual cluster. At each step, two clusters are
merged into a new cluster, based on their proximity, until there is only one cluster left. BIRCH [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
ROCK [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and Chameleon [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] are some typical approaches of this kind. Hierarchical approaches are
preferred when handling datasets of arbitrary shape and types. The hierarchical relationships among
clusters are more easily extracted, offering a relatively high scalability. However, these approaches
have high computational complexity, and the number of clusters must be predefined.
      </p>
      <p>
        The basic principle behind density-based approaches is that data points belonging to the same cluster
must form a high-density region in the data space [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The typical ones include DBSCAN [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], OPTICS
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and Mean-shift [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Density-based approaches have the advantages of high efficiency clustering
while handling arbitrary-shaped data. Some drawbacks include low quality clustering results when the
density of data space is not even, and increased memory requirements.
      </p>
      <p>
        As suggested in the literature [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], word embeddings models can be used to infer a representative
vector representation of the document (i.e., the document embedding). These embeddings can be then
used by a clustering algorithm, to discover clusters of similar texts. Many word embedding models have
been introduced in the literature after the introduction of the pioneering Word2Vec model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The
aim of these models is to introduce semantic information for textual terms, thus increasing the accuracy
of various Natural Language Processing (NLP) tasks.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Summarization</title>
      <p>Summarization is an NLP task, which deals with the creation of a short summary that represents the
most important information from a single document or from multiple ones. Regarding this task, many
approaches exist, which are classified into three major categories, namely the extractive, abstractive, or
hybrid approaches. The extractive approaches split the input document into sentences, which are then
ranked according to their importance and relevance to the overall document; these sentences are then
concatenated to produce an output summary of the top-n most important sentences. Unlike the former
approaches, abstractive ones utilize various techniques as to generate summaries comprising different
text than the original document(s). Recent advancements in deep learning led to the development of
abstractive approaches that create an internal representation of the input document(s), using pre-trained
language models. By utilizing this representation, they are able to generate an abstractive summary.
Finally, the hybrid approaches utilize the techniques employed by both the extractive and abstractive
ones.</p>
      <p>
        Extractive approaches can be further classified into various subcategories depending on their
employed underlying techniques that they utilize to rank and extract the top-n sentences. These include:
(i) statistical-based approaches ([
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]), which utilize statistical metrics such word or sentence
frequency; (ii) graph-based approaches such as TextRank [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and LexRank [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], which model the
document into a graph of sentences, and then employ various graph-based measures (e.g., PageRank)
for the sentence ranking and extraction step and (iii) semantic-based approaches such as the one
presented in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], which utilize the technique of Latent Semantic Analysis. This technique models the
sentences and phrases into a co-occurrence matrix, and then ranks and extracts the top-n sentences.
      </p>
      <p>
        Recent advancements in deep learning and transformers led to the creation of abstractive models
based on the transformer architecture, including Unified Language Model [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], BART [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], and
TextTo-Text Transfer Transformer model (T5) [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. A detailed analysis of these models falls out of the
scope of this paper.
      </p>
    </sec>
    <sec id="sec-5">
      <title>3. Our Study 3.1.</title>
    </sec>
    <sec id="sec-6">
      <title>Conceptualizing and measuring trust</title>
      <p>
        Trust is a concept of paramount importance when technological artifacts are used (or about to be
used) by individuals and teams. It has been studied through different but complementary perspectives,
including the traditional cognitive one where trust is being formed gradually over time and/or is based
on categorization, disposition and third-party recommendations, the social / relational one where
emphasis is given on social relations rather than on purely instrumental motives, and the emotional one
where trust is not calculative and emotions reflect concerns whose underlying value is very strong,
despite explicit belief to the contrary (for details, we refer to [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]).
      </p>
      <p>
        To investigate and measure trust in the NLP applications described in Section 2, when these are
incorporated in digital democracy platforms, we adopt in this study the AttrakDiff Semantic Differential
Scale, which has been proven to be a valid and reliable instrument for assessing the attractiveness,
pragmatic quality, hedonic quality, and overall appeal of interactive products [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. This instrument has
been extensively used in the field of human-computer interaction, making it suitable for evaluating trust
in our case. Notable studies that have also built their research approach and questionnaires based on the
same instrument include those of [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ].
      </p>
      <p>Based on the concepts of the abovementioned instrument, we developed a questionnaire (shown in
the Appendix of this paper) aiming to quantify the users’ responses with respect to the extent that they
trust clustering and summarization functionalities when these are integrated in digital democracy
platforms (on a 5-point Likert scale). Trust was investigated through six dimensions, namely reliability,
transparency, ethics, inclusiveness, trustworthiness, and accuracy. In addition to the twelve basic
closed-ended questions, participants were also asked to respond to two open-ended ones regarding
whether ‘they believe that the processes of clustering and summarizing opinions in a digital democracy
platform may augment collaboration and knowledge co-creation among participants’ and what are ‘their
main concerns when they are aware that the digital democracy platform they use employs AI
technologies’.</p>
      <p>The incorporation of the AttrakDiff Semantic Differential Scale offers several advantages for this
research. First, it has been proven to have high reliability and validity, ensuring that our measurement
of trust accurately reflects users’ perceptions. Second, the scale is sensitive to different aspects of user
experience, allowing us to distinguish between the pragmatic (e.g. usefulness and usability) and
hedonic (e.g. emotional satisfaction) dimensions of trust. This distinction is particularly relevant in the
context of AI-enhanced digital democracy platforms, as it enables us to capture the citizens’ trust in
using AI algorithms and the overall emotional appeal of the platform.
3.2.</p>
    </sec>
    <sec id="sec-7">
      <title>Research approach and data collection</title>
      <p>The data reported in this study was collected through a questionnaire answered by 122 individuals.
This questionnaire was developed through and hosted in an online survey platform (Google Forms); the
corresponding link was disseminated via email and social media channels. We adopted the convenience
sampling method due to the associated ease of access to the target participants, their availability at the
time this study was carried out, and their willingness to participate in it. The target participants were
within our acquaintanceship network, something that enabled a high response rate and assured the
veracity of the responses collected.</p>
      <p>Before answering the questionnaire, participants were briefly informed about the processes of
clustering and summarization of opinions through AI algorithms and the potential of the incorporation
of these processes in a digital democracy platform. This information was given by the researchers
involved in this study, aiming to ensure that participants had a clear understanding of the study’s
concepts and objectives. It is also noted that participants were provided with a consent form explaining
the purpose of the study, the voluntary nature of participation, and the anonymity of their responses.
The data collection period lasted for three weeks, after which the responses were collated and analyzed.
3.3.</p>
    </sec>
    <sec id="sec-8">
      <title>Demographics</title>
      <p>The majority of the participants were in the age group ‘25-34 years old’ (36.2%). The sample
displayed a balanced gender distribution (45.4% women and 53.1% men). Educational levels were
relatively uniform across categories, except than a high representation of participants holding a M.Sc.
degree (36.9%). In terms of occupational status, the majority of respondents were full-time employees
(63.8%), followed by students (16.9%) and self-employed individuals (11.5%). The majority of
participants were classified as intermediate (25.4%) or fluent (68.5%) English speakers. A considerable
portion of the sample indicated themselves as being ‘very comfortable’ (68.5%) or ‘somewhat
comfortable’ (21.5%) when using web applications. Finally, the frequency of e-government service
usage among respondents was distributed as follows: ‘monthly’ (34.6%), ‘rarely’ (23.8%), ‘weekly’
(20.8%), and ‘never’ (6.9%).</p>
    </sec>
    <sec id="sec-9">
      <title>4. Data Analysis 4.1.</title>
    </sec>
    <sec id="sec-10">
      <title>Descriptive Statistics</title>
      <p>This section presents the descriptive statistics of our case study in the form of summary graphs. Specifically, it
reports on the frequency distribution of the participants’ responses regarding their trust in the processes of
clustering and summarization of the opinions of individuals in the context under consideration. As mentioned in
the previous section, we investigated trust through the dimensions of reliability, transparency, ethics,
inclusiveness, trustworthiness, and accuracy.</p>
      <p>Figure 1 demonstrates clearly that the majority of respondents accept and have trust in the process
of clustering the opinions of citizens within a digital democracy platform. As revealed from the answers
received, the response ‘agree’ consistently prevails over the alternative options, often demonstrating a
significant majority. This observation is amplified in the answers referring to the perceived reliability
of opinion clustering, where the prevalence of affirmative responses reaches its apex. Conversely, when
evaluating the ethical implications of opinion clustering within digital democracy platforms, the
assurance reported by participants is comparatively tempered; as illustrated in the corresponding bar
chart, the percentage of individuals selecting ‘agree’ (36.8%) only slightly surpasses the percentage of
individuals being ‘neutral’ (34.4%).</p>
      <p>Figure 2 illustrates a prevailing positive disposition among survey participants concerning the
process of summarizing opinions in the context of a digital democracy platform. Nevertheless, the
sentiment expressed for this process is more cautious when juxtaposed with the opinions registered for
the process of opinion clustering; instances of ‘disagree’ responses emerge with greater frequency,
while, interestingly enough, in the query referring to the inclusiveness of the opinion summarization
process, the ‘neutral’ response (36.8%) marginally outweighs the affirmative ‘agree’ (34.4%).
4.2.</p>
    </sec>
    <sec id="sec-11">
      <title>Inductive Statistics</title>
      <p>To explore potential associations between individuals’ trust in the clustering and summarization
applications incorporated in digital democracy platforms and their respective demographic attributes,
the non-parametric Kruskal-Wallis H statistical tests were employed. This method was deemed
appropriate due to the non-normal distribution of data gathered from the questionnaire, which is a
consequence of the utilization of a five-point Likert scale. Our tests revealed the following three
statistically significant correlations.
(i) ‘Level of proficiency in English’ vs ‘The process of clustering opinions in a digital democracy
platform is ethical’
The p-value of this test (see Asymp. Sig.) is 0.032, which strongly indicates that there is a statistically
significant difference between the levels of proficiency in English and the answers given to the
statement ‘The process of clustering opinions in a digital democracy platform is ethical’.</p>
      <p>N
(ii) ‘Level of proficiency in English’ vs ‘The process of clustering opinions in a digital democracy
platform is accurate’.
The p-value of this test (see Asymp. Sig.) is 0.024, which strongly indicates that there is a statistically
significant difference between the levels of proficiency in English and the answers given to the
statement ‘The process of clustering opinions in a digital democracy platform is accurate’.
The process of</p>
      <p>clustering
opinions in a</p>
      <p>digital
democracy
platform is
ethical.</p>
      <p>Total
The process of
summarizing
opinions in a</p>
      <p>digital
democracy
platform is
transparent.
(iii) ‘How comfortable are you when using web applications (e.g., online forms, document editors, and
social media)’ vs ‘The process of summarizing opinions in a digital democracy platform is transparent’
The p-value of this test (see Asymp. Sig.) is 0.023, which strongly indicates that there is a statistically
significant difference between the levels of how comfortable participants are when using web
applications (e.g., online forms, document editors, and social media), and the answers given to the
statement ‘The process of summarizing opinions in a digital democracy platform is transparent’.
10
25</p>
    </sec>
    <sec id="sec-12">
      <title>Analysis of open-ended questions</title>
      <p>As mentioned in Section 3.1, our questionnaire included two open-ended questions. The analysis of
related responses revealed several key themes and sub-themes, which are summarized below (direct
quotes are given in italics).</p>
      <p>Open-ended question #1: Do you believe that the processes of clustering and summarizing opinions in
a digital democracy platform may augment collaboration and knowledge co-creation among
participants? Please justify your answer.</p>
      <p>Positive impact
 Facilitate the identification of common themes and areas of agreement (“… clustering groups
similar opinions to identify common themes and issues …”, “clustering and summarizing can help
to identify points of agreement/disagreement, facilitating more focused and productive discussions”,
“AI could create easy to consume text that will facilitate achieving common understanding on
complex topics”).
 Enhance engagement and understanding of diverse perspectives (“… these techniques make it
easier to engage in informed discussions and decisions”, “these processes make the digital
democracy platform more inclusive, thus more engaging”, “summarizing opinions can make it
easier for participants to understand and engage with each other's perspectives, leading to a more
productive discussion”).
 Prioritize issues for focused discussion (“… clustering and summarizing opinions can help
prioritize issues, making it easier to focus on the most important topics”).</p>
      <p>Concerns and limitations
 Potential exclusion of important details or nuances (“… clustering/summarizing may exclude
important details, on the subject, where the participants do not agree on”).
 Misrepresentation of opinions (“I think that summarizing is misleading, as key points might be
similar, but hide different ethics and actions”, “… some people with conflicting opinions may
disagree about the wording of the summary, or the categorization”).</p>
      <p>Open-ended question #2: What are your main concerns when you are aware that the digital democracy
platform you use employs AI technologies?
Bias and fairness
 Biased algorithms (“AI technologies can be biased if they are trained on biased data or if their
algorithms have built-in biases”, “That they are designed by technical engineers without experts on
demography, anthropologists and social scientists”).
 Handling of less popular opinions (“Less popular opinions may be fading into the
background”, “Some important ideas/opinions may not be included in a category or the summary,
so they won't be heard by everyone and that could affect the decisions taken”, “If the AI algorithms
are not designed and tested properly, they may unintentionally discriminate against certain groups
or unfairly amplify certain opinions over others”).</p>
      <p>Transparency and accountability
 Lack of transparency in AI decision-making and accountability of AI-generated outcomes
(“The reliability and transparency of the underlying algorithms”, “… another concern is the
transparency and accountability of the AI systems used; participants may be worried about how
their data is being collected, stored, and used by the AI system, and may want to ensure that the
system is transparent about its processes and accountable for its decisions”, “One of the main
concerns about using AI in digital democracy platforms is the lack of transparency; participants
may not understand how AI is being used to make decisions, and may not be able to access or
understand the data used to train the AI algorithms”).</p>
      <p>Data privacy and protection
 Concerns about data collection, storage and use (“Main concerns are privacy, data protection,
transparency and accountability”, “… I’m suspicious that my personal data are not secure”, “…
users might be concerned about how their data is being used and whether it is being kept secure”).
 Unauthorized data sharing (“My main concern is the possibility of slightly altering my opinion
as well as the possibility of transferring personal data without my knowledge”, “I’m not concerned
about technology, just about its usage and how we guarantee anonymity”).</p>
      <p>Reliability and accuracy
 AI misunderstanding or misinterpreting opinions (“I am concerned about the results and about
the possibility of my answers being partially misunderstood by the Al technologies”, “Depending
on the way it is implemented it can greatly affect the outcome, for better or for worse”, “AI is not
able to process phrases and metaphors in the same way as a person does, so it could misunderstand
the point of someone’s words”).
 Trust in AI technologies (“even if the summarization or clustering is 99% percent accurate,
which is very wishful thinking, what do we do with the rest 1%?”, “… machines are quite useful and
important but they will never be (like) humans”).</p>
      <p>Inclusiveness and representation
 Ensuring participation from all demographic groups (“The main concern would be that not all
opinions especially those of people who don’t have access to digital means are taken into
consideration”).</p>
    </sec>
    <sec id="sec-13">
      <title>5. Discussion and Conclusions</title>
      <p>This paper reports on the results of a survey aiming to investigate trust in the incorporation of two
NLP applications, namely opinion clustering and opinion summarization, in digital democracy
platforms. Trust has been investigated through six dimensions, namely reliability, transparency, ethics,
inclusiveness, trustworthiness, and accuracy. Results indicate that the response ‘agree’ prevails in most
cases, with the highest difference observed when referring to the reliability of opinion clustering.
However, participants’ confidence is less strong when evaluating the ethical implications of opinion
clustering and the inclusivity of the opinion summarization process. Conducting non-parametric
Kruskal-Wallis statistical tests, this study has also revealed that English language proficiency plays a
key role in shaping respondents’ beliefs about the ethicality and accuracy of opinion clustering.
Additionally, the research highlights a positive correlation between familiarity with web applications
and participants’ perception of the accuracy of opinion clustering. Finally, qualitative data analysis on
responses to two open-ended questions has formulated a series of themes and sub-themes to enable a
better understanding of the main issue investigated in this study.</p>
      <p>Our findings reveal that clustering and summarizing opinions in a digital democracy platform may
have both positive and negative effects. On one hand, these processes can facilitate the identification of
common themes and areas of agreement, leading to more focused and productive discussions. They can
also enhance engagement and understanding of diverse perspectives, making it easier for participants
to appreciate each other’s views and contribute to the issue under consideration. On the other hand,
there are concerns regarding the potential exclusion of important details, suppression of individuality,
and misrepresentation of opinions. Ensuring transparency and impartiality in these processes can help
build trust among participants and increase the likelihood of meaningful collaboration and knowledge
co-creation.</p>
      <p>Moreover, it was revealed that designers of digital democracy platforms should consider the
incorporation of mechanisms that allow participants to elaborate both aggregated and individual
opinions; this can address concerns related to the suppression of individuality and the potential
exclusion of important details or nuances. Inclusivity and representation of diverse groups should also
receive much attention to ensure that the clustering and summarization of opinions do not marginalize
or exclude certain voices.</p>
      <p>
        Our study also indicated that users of digital democracy platforms have various concerns about the
use of AI technologies, which are related to issues including bias, fairness, transparency, accountability,
privacy, data security, reliability, and accuracy. Addressing these concerns is crucial in fostering trust
in AI-driven digital democracy platforms and ensuring that they effectively support collaboration and
knowledge co-creation among participants. To mitigate concerns related to bias and fairness, designers
of digital democracy technologies should strive to use a diversity of training data and involve experts
from fields such as demography, anthropology, and political and social science. Increasing transparency
and accountability in AI decision-making can be accomplished by making algorithms better
understandable and explainable to users [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
      </p>
      <p>Privacy and data security concerns can be addressed by implementing robust data protection
mechanisms, transparent data handling practices, and ensuring that users have control over their
personal information. Users should be informed about how their data is collected, stored, and used, as
well as their rights regarding data access, correction, and deletion. To address concerns related to
reliability and accuracy, AI technologies should be rigorously tested and validated to ensure that they
can effectively process and analyze user-generated opinions. This includes evaluating AI algorithms
for their ability to understand and interpret complex language, metaphors, and diverse perspectives.</p>
      <p>Our research has some limitations that should be considered when interpreting the results. One of
the primary limitations is the lack of observations within specific subgroups of demographic
characteristics, which may have constrained the number of statistically significant correlations between
participants’ trust and their demographic attributes. First, regarding the level of English proficiency,
our sample included only four beginner speakers and four native speakers, potentially limiting our
ability to draw conclusions about the overall impact of language proficiency on the study outcomes.
Second, in terms of current employment status, our sample had only six part-time employed individuals
and three participants who selected the ‘other’ option, which may have restricted our understanding of
the relationship between employment status and trust in the context under consideration. Third, our
sample exhibited a low variability in participants’ comfort levels with web applications, as only three
individuals responded ‘neutral’ and one ‘very uncomfortable’; this could affect the generalization of
our findings, as it may not accurately represent the full spectrum of user experiences.</p>
      <p>The above limitations, which are mainly due to the disadvantages of the convenience sampling
method adopted in our case study, highlight the need for future research to include larger and more
diverse samples, ensuring that various demographic subgroups are well-represented. Such studies
would allow for a more comprehensive understanding of the relationship between demographic
attributes and trust in digital democracy platforms and incorporated technologies, thereby contributing
to the development of more inclusive, transparent and effective solutions.</p>
    </sec>
    <sec id="sec-14">
      <title>6. Acknowledgements</title>
      <p>The work presented in this paper is supported by the inPOINT project (https://inpoint-project.eu/)
which is co-financed by the European Union and Greek national funds through the Operational Program
Competitiveness, Entrepreneurship and Innovation, under the call RESEARCH—CREATE—
INNOVATE (Project id: T2EDK-04389).</p>
    </sec>
    <sec id="sec-15">
      <title>7. References</title>
    </sec>
    <sec id="sec-16">
      <title>Appendix – The questionnaire used in our study</title>
      <p>in</p>
      <p>Digital
Two basic functionalities integrated in
Digital Democracy platforms are those
of clustering and summarization of the
opinions expressed by participants.
</p>
      <p>Clustering is the task of grouping a
set of objects in a way that objects
in the same cluster are more similar
to each other than those in other
groups.
 Summarization is a Natural
Language Processing task that
deals with the creation of a short
summary that represents the most
important information from a
single or multiple documents.</p>
      <p>Part A.</p>
      <p>The aim of this questionnaire is to
assess the degree that citizens trust
these functionalities when integrated in
digital democracy platforms. Please tell
us to what extent do you agree with the
following statements:
Reliability
The process of clustering opinions in a
digital democracy platform is reliable.
○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
The process of summarizing opinions
in a digital democracy platform is
reliable.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
Transparency
The process of clustering opinions in a
digital democracy platform is
transparent.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
The process of summarizing opinions
in a digital democracy platform is
transparent.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
Ethics
The process of clustering opinions in a
digital democracy platform is ethical.
○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
The process of summarizing opinions
in a digital democracy platform is
ethical.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
Inclusiveness
The process of clustering opinions in a
digital democracy platform is inclusive.
○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
The process of summarizing opinions
in a digital democracy platform is
inclusive.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
Trustworthiness
The process of clustering opinions in a
digital democracy platform is
trustworthy.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
The process of summarizing opinions
in a digital democracy platform is
trustworthy.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
Accuracy
The process of clustering opinions in a
digital democracy platform is accurate.
○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree
The process of summarizing opinions
in a digital democracy platform is
accurate.</p>
      <p>○ Strongly Disagree
○ Disagree
○ Neutral
○ Agree
○ Strongly Agree</p>
      <p>Your answer goes here …
What are your main concerns when you
are aware that the digital democracy
platform you use employs AI
technologies? (100 words max)</p>
      <p>Your answer goes here …
use
eHow frequently do you
government services?
○ Multiple times per week
○ Weekly
○ Monthly
○ Rarely
○ Never</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>van Dijk</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Digital Democracy: Vision and Reality</article-title>
          .
          <source>In Public Administration in the Information Age: Revisited</source>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>62</lpage>
          , IOS Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Convertino</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Westerski</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Liddo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Díaz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Large-Scale Ideation &amp; Deliberation: Tools and Studies in Organizations</article-title>
          .
          <source>Journal of Social Media for Organizations</source>
          ,
          <volume>2</volume>
          (
          <issue>1</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Gkinko</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Elbanna</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>Designing trust: The formation of employees' trust in conversational AI in the digital workplace</article-title>
          .
          <source>Journal of Business Research</source>
          ,
          <volume>158</volume>
          , 113707, doi: 10.1016/j.jbusres.
          <year>2023</year>
          .
          <volume>113707</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>MacQueen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>1967</year>
          ).
          <article-title>Classification and analysis of multivariate observations</article-title>
          .
          <source>5th Berkeley Symp. Math. Statist. Probability</source>
          ,
          <volume>281</volume>
          -
          <fpage>297</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>H.-S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Jun</surname>
            ,
            <given-names>C.-H.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>A simple and fast algorithm for K-medoids clustering</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <volume>36</volume>
          (
          <issue>2</issue>
          ),
          <fpage>3336</fpage>
          -
          <lpage>3341</lpage>
          . https://doi.org/10.1016/j.eswa.
          <year>2008</year>
          .
          <volume>01</volume>
          .039
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramakrishnan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Livny</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>BIRCH: an efficient data clustering method for very large databases</article-title>
          .
          <source>ACM Sigmod Record</source>
          ,
          <volume>25</volume>
          (
          <issue>2</issue>
          ),
          <fpage>103</fpage>
          -
          <lpage>114</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rastogi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Shim</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>ROCK: A robust clustering algorithm for categorical attributes</article-title>
          .
          <source>Information Systems</source>
          ,
          <volume>25</volume>
          (
          <issue>5</issue>
          ),
          <fpage>345</fpage>
          -
          <lpage>366</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Karypis</surname>
            , G., Han,
            <given-names>E.-H.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>Chameleon: Hierarchical clustering using dynamic modeling</article-title>
          .
          <source>Computer</source>
          ,
          <volume>32</volume>
          (
          <issue>8</issue>
          ),
          <fpage>68</fpage>
          -
          <lpage>75</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Kriegel</surname>
            ,
            <given-names>H.-P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kröger</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sander</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Zimek</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Density-based clustering</article-title>
          .
          <source>Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery</source>
          ,
          <volume>1</volume>
          (
          <issue>3</issue>
          ),
          <fpage>231</fpage>
          -
          <lpage>240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Ester</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kriegel</surname>
            ,
            <given-names>H.-P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sander</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , &amp; others. (
          <year>1996</year>
          ).
          <article-title>A density-based algorithm for discovering clusters in large spatial databases with noise</article-title>
          .
          <source>Kdd</source>
          ,
          <volume>96</volume>
          ,
          <fpage>226</fpage>
          -
          <lpage>231</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Ankerst</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breunig</surname>
            ,
            <given-names>M. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kriegel</surname>
            ,
            <given-names>H.-P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sander</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>OPTICS: Ordering points to identify the clustering structure</article-title>
          .
          <source>ACM Sigmod Record</source>
          ,
          <volume>28</volume>
          (
          <issue>2</issue>
          ),
          <fpage>49</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Comaniciu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Meer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Mean shift: A robust approach toward feature space analysis</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          ,
          <volume>24</volume>
          (
          <issue>5</issue>
          ),
          <fpage>603</fpage>
          -
          <lpage>619</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Mehta</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bawa</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>WEClustering: Word embeddings based text clustering technique for large datasets</article-title>
          .
          <source>Complex &amp; Intelligent Systems</source>
          ,
          <volume>7</volume>
          ,
          <fpage>3211</fpage>
          -
          <lpage>3224</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>ArXiv Preprint ArXiv:1301</source>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Luhn</surname>
            ,
            <given-names>H. P.</given-names>
          </string-name>
          (
          <year>1958</year>
          ).
          <article-title>The automatic creation of literature abstracts</article-title>
          .
          <source>IBM Journal of Research and Development</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ),
          <fpage>159</fpage>
          -
          <lpage>165</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Ko</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Seo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>An effective sentence-extraction technique using contextual information and statistical approaches for text summarization</article-title>
          .
          <source>Pattern Recognition Letters</source>
          ,
          <volume>29</volume>
          (
          <issue>9</issue>
          ),
          <fpage>1366</fpage>
          -
          <lpage>1371</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tarau</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>TextRank: Bringing order into text</article-title>
          .
          <source>Proceedings of the 2004 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <fpage>404</fpage>
          -
          <lpage>411</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Erkan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D. R.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>LexRank: Graph-based lexical centrality as salience in text summarization</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          ,
          <volume>22</volume>
          ,
          <fpage>457</fpage>
          -
          <lpage>479</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Steinberger</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jezek</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Using latent semantic analysis in text summarization and summary evaluation</article-title>
          .
          <source>Proc. ISIM</source>
          ,
          <volume>4</volume>
          (
          <fpage>93</fpage>
          -
          <lpage>100</lpage>
          ),
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hon</surname>
            ,
            <given-names>H.-W.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Unified language model pre-training for natural language understanding and generation</article-title>
          .
          <source>Advances in Neural Information Processing Systems</source>
          ,
          <volume>32</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghazvininejad</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohamed</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension</article-title>
          . ArXiv Preprint ArXiv:
          <year>1910</year>
          .13461
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Raffel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shazeer</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roberts</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matena</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>P. J.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Exploring the limits of transfer learning with a unified text-to-text transformer</article-title>
          .
          <source>The Journal of Machine Learning Research</source>
          ,
          <volume>21</volume>
          (
          <issue>1</issue>
          ),
          <fpage>5485</fpage>
          -
          <lpage>5551</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Hassenzahl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burmester</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Koller</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>AttrakDiff: A questionnaire to measure perceived hedonic and pragmatic quality</article-title>
          .
          <source>Mensch &amp; Computer</source>
          ,
          <volume>57</volume>
          ,
          <fpage>187</fpage>
          -
          <lpage>196</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Sousa</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martins</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Cravino</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Measuring Trust in Technology: A Survey Tool to Assess Users' Trust Experiences</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Takahashi</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Nebe</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Observed Differences Between Lab and Online Tests Using the AttrakDiff Semantic Differential Scale</article-title>
          .
          <volume>14</volume>
          .
          <fpage>65</fpage>
          -
          <lpage>75</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Tiddi</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Schlobach</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Knowledge graphs as tools for explainable machine learning: A survey</article-title>
          .
          <source>Artificial Intelligence</source>
          , vol.
          <volume>302</volume>
          ,
          <issue>103627</issue>
          , doi: 10.1016/j.artint.
          <year>2021</year>
          .
          <volume>103627</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>