<!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>T. Dolci);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Symbiosis for Reducing Factual Hallucinations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tommaso Dolci</string-name>
          <email>tommaso.dolci@tuwien.ac.at</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Milos Jovanovik</string-name>
          <email>milos.jovanovik@tuwien.ac.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Katja Hose</string-name>
          <email>katja.hose@tuwien.ac.at</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Large Language Models, Knowledge Graphs, Hallucinations, Uncertainty</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Computer Science and Engineering, Ss. Cyril and Methodius University in Skopje</institution>
          ,
          <addr-line>N.</addr-line>
          <country country="MK">Macedonia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Logic and Computation</institution>
          ,
          <addr-line>TU Wien</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>The widespread adoption of Large Language Models (LLMs) has increased concerns about hallucinations, i.e., the generation of incorrect or nonsensical claims. While popular approaches to reduce hallucinations (e.g., RAG) are promising, they still sufer from intrinsic hallucinations and remain largely limited to closed-domain scenarios, where the external source of knowledge is complete and suficient to generate a response. Recently, knowledge graphs (KGs) have emerged as trustworthy sources to detect and mitigate hallucinations either before or after generation, but their adoption remains challenging for open-domain questions and long responses containing a mixture of correct, incorrect, and opinionated claims. This paper discusses the main opportunities and limitations of current approaches for reducing LLM hallucinations by KG grounding, and presents a framework for LLMKG symbiosis to address the following open challenges: factuality assessment of multiple-claim responses, KG-grounded retrieval under incomplete data, and uncertainty management.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Recent advances of Large Language Models (LLMs) have accelerated the adoption of AI across multiple
domains, including high-risk scenarios such as legal or healthcare support. While LLMs ofer great
potential for task automation, their widespread adoption and the increasing trust of users in LLM-based
chatbots (e.g., ChatGPT1 and Claude2) raise concerns about AI reliability, especially when these systems
are treated as authoritative sources of knowledge [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In fact, LLMs often generate hallucinations, i.e.,
incorrect or nonsensical information [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. Hallucinations represent both a technical challenge and a
risk for society. Technically, factual inaccuracies are considered an intrinsic problem of LLMs under
current training and evaluation methods [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. Socially, hallucinations can misinform users and pose
safety threats, as exemplified by the recently-introduced Google AI Overviews 3 suggesting adding glue
on pizza or eating one small rock per day.4
      </p>
      <p>
        Recently, knowledge graphs (KGs), knowledge bases including semantics and fact representations
in the form of triples, have emerged as a prominent solution for reducing LLM hallucinations [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In
fact, KGs contain verified factual knowledge curated from trustworthy sources, e.g., Wikipedia [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
Many KG-enhanced methods for hallucination mitigation have been proposed, from KG-augmented
retrieval [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to response retrofitting [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and knowledge injection [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. However, many solutions rely
entirely on external knowledge retrieval, which may fail due to KG incompleteness or absence of
up-to-date information. These approaches are often evaluated on information-retrieval tasks (e.g., KG
question-answering [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]), assuming that the external source of knowledge is complete and suficient to
answer the question (closed-knowledge scenario). However, general-purpose chatbots frequently operate
Published in the Proceedings of the Workshops of the EDBT/ICDT 2026 Joint Conference (March 24-27, 2026), Tampere, Finland
CEUR
Workshop
      </p>
      <p>ISSN1613-0073
under open-knowledge scenarios, where the required knowledge is not restricted to a specific domain or
a predefined source. Moreover, long responses frequently contain a mixture of factual, non-factual, and
unverifiable claims due to their opinionated nature or the lack of external reference knowledge.</p>
      <p>
        In this context, the following limitations emerge: i) evaluating hallucinations beyond binary
classification [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and accuracy in question-answering [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ], ii) insuficient address of KG incompleteness
in open-knowledge scenarios, where multiple (potentially contradicting) sources may be needed and
factual counterparts for claim verification may not be available, and iii) a limited consideration of
uncertainty in evaluating LLM hallucinations [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. While the combination of LLMs and KGs is considered a
viable solution to address each other’s limitations, e.g., LLM hallucinations and KG incompleteness [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ],
the implementation of synergistic LLM-KG solutions remains largely unexplored.
      </p>
      <p>This paper proposes an LLM-KG framework for reducing hallucinations after text generation, suitable
for open-domain questions and evaluation of long responses under uncertainty. Long responses are
especially challenging because they can contain a mixture of factual claims, hallucinated claims to
mitigate, and opinionated claims to be assessed for misinformation and polarization. Adopting a strategy
for reducing hallucinations after text generation allows both to evaluate LLM hallucinations for testing
purpose (even for closed-source models) and to mitigate factual inaccuracies at runtime without overly
limiting the generative power of LLMs. Our framework is a first step towards LLM-KG symbiosis
for reducing factual hallucinations, i.e., an approach to strengthen bi-directional synergy between
LLMs and KGs to mitigate hallucinations and misinformation. In this context, KGs support LLMs by
providing factual evidence and trustworthy knowledge, while LLMs enhance KGs with reasoning and
semantic-awareness to expand incomplete knowledge (e.g., by link prediction).</p>
      <p>The rest of this paper is organized as follows: Section 2 discusses current approaches to reduce
factual hallucinations by KG grounding, Section 3 highlights open challenges in current approaches,
Section 4 describes our LLM-KG symbiosis framework for reducing factual hallucinations, and Section 5
concludes the paper and outlines future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. State of the Art</title>
      <p>
        Surveys typically distinguish two types of hallucinations: intrinsic, where generated content contradicts
the provided input or context (e.g., in text summarization) and extrinsic, where claims can only be
verified from external sources [
        <xref ref-type="bibr" rid="ref1 ref3">1, 3</xref>
        ]. While intrinsic hallucinations can be detected by comparing against
the LLM context, factual hallucinations require access and retrieval from external trustworthy sources,
e.g., documents or knowledge bases. In this paper, we focus on factual hallucinations, i.e., extrinsic
hallucinations that either contradict real-world information or fabricate new false knowledge [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Factual
hallucination detection commonly relies on self-consistency via multiple invocation [21] or confidence
estimation [22]. However, these methods assess internal consistency rather than comparing claims with
verifiable facts, failing when LLMs are over-confident in false knowledge or under-confident in correct
claims. KGs can address this issue by providing curated, verified knowledge for reducing hallucinations,
typically through KG-based retrieval (pre-generation) or KG-based comparison (post-generation).
KG-Based Retrieval KG-based retrieval is typically enabled by RAG (retrieval-augmented
generation) [23], a popular approach to reduce factual hallucinations by grounding generation in external
documents or knowledge bases [24]. GraphRAG, first introduced by Microsoft Research [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], expanded
standard RAG to include graph structures, leading to higher accuracy in question-answering tasks,
fewer hallucinations, and improved LLM reasoning [25]. However, both RAG and GraphRAG can only
retrieve the knowledge contained in the external sources. Therefore, they adopt a closed-knowledge
assumption that limits applicability in real-world scenarios, where even curated encyclopedic KGs like
Wikidata [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] or YAGO [26] may turn out to be incomplete, outdated, or insuficient to answer a question.
Additionally, intrinsic hallucinations remain a latent issue of KG-based retrieval, which emerges when
the LLM summarizes and rewrites the retrieved knowledge into the final response.
      </p>
      <p>
        To overcome the limitations of standard KG-based retrieval approaches, recent works proposed
to detect and mitigate hallucinations by synergizing LLM reasoning and KG-grounded information.
Among pre-generation approaches, MindMap [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Think-on-Graph [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], and Reasoning-on-Graphs [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
leverage LLM reasoning to extract more information from graphs. Generate-on-Graph [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] addresses
KG incompleteness by leveraging both LLM parametric knowledge and reasoning to augment externally
retrieved graphs, while Knowledge Injection [27] injects KG information into the LLM prompt for
in-context learning. Despite adding LLM reasoning, these approaches still rely on external knowledge
retrieval, constraining applications to closed-knowledge scenarios.
      </p>
      <p>
        KG-Based Comparison KG-based comparison verifies LLM responses by detecting and mitigating
hallucinations after text generation. These approaches extract claims from LLM responses to compare
against external KG facts, e.g., KG-based Retrofitting [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] verifies LLM claims against external facts
and retrofits incorrect claims in the original response according to factual evidence. To assess long
responses containing multiple claims, FactScore [28] decomposes text and compares LLM claims
against Wikipedia to estimate hallucination metrics, although without relying on graph structures.
GraphEval [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] transforms responses into graphs and compares them with contextual factual triples by
framing the problem as a natural language inference task, albeit focusing only on intrinsic hallucinations.
Most notably, FLEEK [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] extracts individual claims from LLM responses, verifies each claim against a
KG triple, and suggests factual corrections. FLEEK classifies LLM claims as supported by the external
KG, unsupported or questionable, including a degree of uncertainty in factuality evaluation. However,
the system does not address KG incompleteness or calculate sentence-level hallucination scores.
      </p>
      <p>In summary, KG-based retrieval approaches are limited by KG incompleteness and intrinsic
hallucinations. KG-based comparison approaches avoid intrinsic hallucinations but still require the completeness
of reference knowledge (e.g., to be improved by reasoning on graphs) and evaluation strategies for
multiple-claim assessment under uncertainty. Table 1 compares the current KG-based approaches for
reducing hallucinations, highlighting the main opportunities for each approach and describing how
LLM-KG symbiosis fits into the current state of the art.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Open Challenges</title>
      <p>In this section, we describe the three main open challenges in current KG-based approaches for reducing
hallucinations, exemplified in Figure 1.</p>
      <p>No Mitigation
KG-Based Retrieval</p>
      <p>(pre-generation)
KG-Based Comparison
(post-generation)
Microwaves reheat food, cook simple meals and charge electronic devices.</p>
      <p>Microwaves reheat food.
compare</p>
      <p>Microwaves reheat and defrost food, cook simple meals, and can sterilize
medical equipment. Microwaves are the best kitchen appliance.</p>
      <p>Challenge
Mixture of factual claims</p>
      <p>and hallucinations
Knowledge is limited and</p>
      <p>incomplete
Uncertain and opinionated
claims are not managed</p>
      <p>C1 – Multiple-Claim Evaluation Longer LLM responses contain multiple claims (some trustworthy
and some hallucinated) to be extracted and evaluated both separately and in combination. After
claimlevel evaluation, appropriate response-level hallucination metrics should be computed. Addressing this
challenge involves (i) improving claim decomposition for long-form text, (ii) developing strategies for
aggregating claim-level evaluations into an overall response-level hallucination score, and (iii) defining
the meaning and application of hallucination metrics: while fine-grained evaluations are generally
more informative, binary classifiers at response-level may be more adequate for critical use cases such
as medical diagnosis.</p>
      <p>
        C2 – Incomplete Knowledge While KGs are trustworthy sources of knowledge, they are also
limited and often incomplete. As a result, KG-based retrieval is limited outside of closed-knowledge
scenarios where the reference knowledge is assumed complete, e.g., domain-specific question-answering.
KG incompleteness is also a challenge for KG-based comparison approaches, which also need fact
extraction from KGs. Therefore, addressing this challenge involves (i) considering multiple KG sources
for detection and mitigation across domains, and combining evidence from heterogeneous sources (e.g.,
encyclopedic [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], commonsense [29], domain-specific [ 30] knowledge bases) by handling inconsistencies
and potential contradictions, (ii) improving KG navigation to expand the available reference knowledge
through LLM reasoning and link prediction, accounting for diferent degrees of factual evidence (e.g.,
logically-entailed facts and semantically-related facts), and (iii) combining diferent approaches for
claim-fact comparison, e.g., converting triples into text, or generating triples from text.
C3 – Uncertainty Not all content generated by LLMs should be evaluated. A flexible solution
for detecting and mitigating hallucinations must diferentiate between scenarios that require factual
correctness and scenarios where responses should include uncertainty and multiple perspectives.
Addressing this challenge involves (i) diferentiating between claims that require fact-checking and
claims that should be treated as opinions or unverifiable products of creativity (e.g., in scenarios such
as storytelling, use-case definition, or hypothesis formulation), and (ii) avoiding opinionated claims
that may favor misinformation and unfairness even if they do not contain hallucinations (e.g., fostering
Western-centric perspectives). While improving factual accuracy is fundamental, polarized opinions
can propagate historical biases, misinformation, and lack of diversity.
      </p>
      <p>Finally, these challenges intersect each other: multiple-claim evaluation requires navigating and
integrating multiple sources to overcome limited and incomplete knowledge in KGs; uncertainty should
be accounted for when computing hallucination metrics, because longer responses can contain a
mixture of factual, non-factual, and opinionated claims; uncertainty should also be considered during
KG-retrieval, when inconsistent or contrasting facts arise from incomplete KGs or from reasoning on
multiple external sources.
Intrinsic</p>
      <p>Uncertainty
Misinformation</p>
      <p>Guardrail
Evaluation</p>
      <p>KG
Diversity Bias Coverage ViMewulptiopilnets</p>
      <p>Compare</p>
      <p>C3</p>
      <p>Creative Task C1
Orchestrator</p>
      <p>Factuality Need</p>
      <p>Retrieval
Long-Form Text
Decomposition</p>
      <p>LLM Claims
Knowledge
Comparison
Fact by Fact</p>
      <p>Evaluation
Support</p>
      <p>Uncertain Unsupport
ASttroibuurcteed KPnaorOawmnleleydtrgice HaMlliutigciantaiotinon</p>
      <p>C2</p>
      <p>Domain
Expansion</p>
      <p>Search KG 1</p>
      <p>KG 2 ... KG N
External Knowledge</p>
      <p>Fact</p>
      <p>Fact ' ... Fact ''
Repeat for each</p>
      <p>LLM claim</p>
      <p>Support or yes
Unsupport
Uncertain
no</p>
      <p>Compare and</p>
      <p>Evaluate
Consistency</p>
      <p>Uncertainty Metrics Final Response Transparency Awareness Factuality Hallucination Metrics
Figure 2: LLM-KG symbiosis framework for hallucination detection and mitigation. In the center, the Evaluation
Module compares LLM claims with external factual knowledge to identify and mitigate hallucinations. On the
right, the Retrieval Module searches for relevant knowledge across multiple KGs (encyclopedic or domain-specific)
to extract factual evidence. On the left, the Uncertainty Module identifies uncertainty and safeguards against
misinformation and bias.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Towards LLM-KG Symbiosis</title>
      <p>
        While many approaches for reducing LLM hallucinations by KG grounding have recently emerged [
        <xref ref-type="bibr" rid="ref6 ref8">6, 8</xref>
        ],
addressing the open challenges outlined in Section 3 requires a deeper LLM-KG integration [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. To
this end, we envision a modular framework for LLM-KG symbiosis (Figure 2) to achieve hallucination
reduction by combining LLM parametric knowledge, reasoning, and semantic understanding with
external, deterministic processes for KG retrieval and knowledge expansion. The modular nature of
the framework allows combining existing solutions (e.g., for claim-to-fact comparison [
        <xref ref-type="bibr" rid="ref12">12, 31</xref>
        ]) with
new approaches for evaluating hallucinations in multiple-claim responses under uncertainty. This
framework distinguishes responses that require factual accuracy from creative or intrinsically uncertain
responses, such as personal recommendations or political discussions. Text demanding factual accuracy
is decomposed into claims to compare against external KGs. Intrinsically uncertain responses are
subject to further actions to ensure trustworthiness beyond factuality (e.g., evaluating diversity and
bias to avoid misinformation). Creative texts do not require factual assessment. The Orchestrator is
tasked to identify whether an LLM response should be assessed for factual accuracy and evaluated
for misinformation and bias, depending on the content of the response and the nature of the user
prompt. This module can be implemented similarly to orchestration in multi-agentic systems, where
the orchestrator agent receives an input task and distributes it accordingly to the worker agents [32].
      </p>
      <p>Our framework addresses the open challenges discussed in Section 3 in three separate modules,
outlined in the paragraphs below.</p>
      <p>
        Evaluation Module (blue box in the center in Figure 2) addresses C1 by comparing LLM claims
to KG facts, supporting diferent comparison strategies and aggregating claim-level evaluations into
overall response-level metrics. This module is motivated by the need for new evaluation metrics and
benchmarks in hallucination detection [
        <xref ref-type="bibr" rid="ref5">5, 33</xref>
        ]. Claims supported by external knowledge are attributed
for increased transparency, while unsupported claims are mitigated with external factual knowledge.
Unverifiable claims (e.g., factual fabrication [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] or inconsistent retrieval results) are mitigated by
informing the user, raising awareness and caution about LLM-generated claims. Hallucination metrics
aggregate claim-level evaluation across two dimensions. A quantitative dimension measures the number
of supported and unsupported claims in the response. A qualitative dimension measures the distance
between unsupported claims and KG facts both in terms of semantics and graph distance. Finally,
for unverifiable LLM claims, a plausibility score should be estimated by measuring the semantic and
structural similarity to existing graph content, i.e., entities and relations are evaluated for meaning
alignment and structural compatibility with known triples.
      </p>
      <p>
        Retrieval Module (green box on the right in Figure 2) addresses C2 by KG-grounded hallucination
detection from multiple and incomplete sources. This module tackles open-knowledge scenarios by
considering multiple KGs from diferent domains depending on the user question, managing uncertainty and
inconsistency (e.g., lack of supporting evidence or multiple sources providing conflicting information).
Here, support from LLMs introduces a deeper layer of reasoning and semantic-awareness to address
the limitation of incomplete knowledge (e.g., performing link prediction). Reasoning-based approaches
for expanding incomplete knowledge have obtained promising results in question-answering tasks,
showing that LLM reasoning can efectively address KG incompleteness [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>Uncertainty Module (yellow box on the left in Figure 2) addresses C3 for uncertainty identification
and evaluation. Opinionated and intrinsically uncertain statements require an assessment that goes
beyond factual accuracy. To avoid misinformation and polarization, adequate evaluation of viewpoint
diversity and cultural coverage must be achieved (e.g., by comparing against multi-cultural knowledge
bases [34]). Moreover, introducing a set of uncertainty metrics complements factual accuracy to achieve
reliable and trustworthy AI. For instance, uncertainty metrics can evaluate diversity in LLM
recommendations [35] or assess multi-cultural coverage and biases using external KGs that map cultural
knowledge and stereotypes [36].</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion and Future Work</title>
      <p>This paper presented a framework with a modular architecture to enable LLM-KG symbiosis for
hallucination detection and mitigation. LLM-KG symbiosis addresses the main open challenges in
current KG-based approaches: factuality assessment and evaluation in the context of multiple-claim
responses, KG-grounded retrieval under incomplete data, and uncertainty management.</p>
      <p>The main challenge of the proposed framework is about computational complexity, especially for
real-time factuality evaluation. In fact, the Retrieval Module searches for factual evidence for each LLM
claim, querying large encyclopedic or domain-specific KGs. To address this challenge, a first step is
to consider a hierarchy of knowledge, where external KGs are selectively and orderly queried based
on their probability of containing relevant triples, e.g., biomedical KGs queried first for medical and
pharmaceutical questions.</p>
      <p>Future work includes implementing and testing the three modules composing the framework.
Additionally, an important step is to define aggregated hallucination metrics under uncertainty, to enable
factuality assessment in long responses containing multiple claims. Modules are designed as stand-alone
solutions to a challenge and can incorporate diferent LLM techniques for advanced reasoning on KGs
(e.g., chain-of-thought [37] or plan-and-solve [38]). Moreover, this framework can support agentic
AI integration, which has been recently introduced to data exploration tasks [39]. The ReAct agent
in particular has been successfully tested for mitigating hallucinations [40]. To safeguard against
misinformation, an important step is to consider historical and cultural biases in KGs [41], their impact
on evaluating hallucinations, and how they can afect uncertainty verification (e.g., defining “famous
people” primarily from Western-centric sources).</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work has been partially supported by ARMADA, funded by the European Union’s Horizon Europe
Marie Skłodowska-Curie Actions (MSCA), under grant agreement No. 101168951.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.
Factual Error Detection and Correction with Evidence Retrieved from External Knowledge, in:
EMNLP (Demos), ACL, 2023, pp. 124–130.
[21] P. Manakul, A. Liusie, M. Gales, SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection
for Generative Large Language Models, in: EMNLP, ACL, 2023, pp. 9004–9017.
[22] N. Varshney, W. Yao, H. Zhang, J. Chen, D. Yu, A Stitch in Time Saves Nine: Detecting and
Mitigating Hallucinations of LLMs by Validating Low-Confidence Generation, CoRR abs/2307.03987
(2023).
[23] P. Lewis, E. Perez, A. Piktus, F. Petroni, V. Karpukhin, N. Goyal, H. Küttler, M. Lewis, W.-t. Yih,
T. e. a. Rocktäschel, Retrieval-augmented generation for knowledge-intensive NLP tasks, in:
NeurIPS, 2020.
[24] C. Wang, X. Liu, Y. Yue, Q. Guo, X. Hu, X. Tang, T. Zhang, C. Jiayang, Y. Yao, X. e. a. Hu, Survey
on Factuality in Large Language Models, ACM Comput. Surv. 58 (2025) 13:1–13:37.
[25] B. Peng, Y. Zhu, Y. Liu, X. Bo, H. Shi, C. Hong, Y. Zhang, S. Tang, Graph Retrieval-Augmented</p>
      <p>Generation: A Survey, ACM Trans. Inf. Syst. 44 (2025) 35:1–35:52.
[26] F. M. Suchanek, G. Kasneci, G. Weikum, Yago: A core of semantic knowledge, in: WWW, ACM,
2007, pp. 697–706.
[27] A. Martino, M. Iannelli, C. Truong, Knowledge Injection to Counter Large Language Model (LLM)</p>
      <p>Hallucination, in: The Semantic Web: ESWC 2023 Satellite Events, Springer, 2023, pp. 182–185.
[28] S. Min, K. Krishna, X. Lyu, M. Lewis, W.-t. Yih, P. Koh, M. Iyyer, L. Zettlemoyer, H. Hajishirzi,
FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation,
in: EMNLP, ACL, 2023, pp. 12076–12100.
[29] R. Speer, J. Chin, C. Havasi, ConceptNet 5.5: An Open Multilingual Graph of General Knowledge
(2017) 4444–4451.
[30] O. Bodenreider, The unified medical language system (UMLS): integrating biomedical terminology,</p>
      <p>Nucleic Acids Res. 32 (2004) 267–270.
[31] M. Rashad, A. Zahran, A. Amin, A. Abdelaal, M. Altantawy, FactAlign: Fact-Level Hallucination
Detection and Classification Through Knowledge Graph Alignment, in: Proceedings of the 4th
Workshop on Trustworthy Natural Language Processing (TrustNLP 2024), ACL, 2024, pp. 79–84.
[32] T. Guo, X. Chen, Y. Wang, R. Chang, S. Pei, N. V. Chawla, O. Wiest, X. Zhang, Large Language
Model Based Multi-agents: A Survey of Progress and Challenges, in: IJCAI, volume 9, 2024, pp.
8048–8057.
[33] A. Kulkarni, Y. Zhang, J. R. A. Moniz, X. Ge, B.-H. Tseng, D. Piraviperumal, S. Swayamdipta, H. Yu,
Evaluating Evaluation Metrics – The Mirage of Hallucination Detection, in: EMNLP (Findings),
ACL, 2025, pp. 19013–19032.
[34] W. Shi, R. Li, Y. Zhang, C. Ziems, S. Yu, R. Horesh, R. A. D. Paula, D. Yang, CultureBank: An
Online Community-Driven Knowledge Base Towards Culturally Aware Language Technologies,
in: EMNLP (Findings), ACL, 2024, pp. 4996–5025.
[35] S. K. Sakib, A. Bijoy Das, Challenging Fairness: A Comprehensive Exploration of Bias in LLM-Based</p>
      <p>Recommendations, in: IEEE Big Data, 2024, pp. 1585–1592.
[36] A. Deshpande, D. Ruiter, M. Mosbach, D. Klakow, StereoKG: Data-Driven Knowledge Graph
Construction For Cultural Knowledge and Stereotypes, in: Sixth Workshop on Online Abuse and
Harms, ACL, 2022, pp. 67–78.
[37] J. Wei, X. Wang, D. Schuurmans, M. Bosma, B. Ichter, F. Xia, E. H. Chi, Q. V. Le, D. Zhou,
Chain-of</p>
      <p>Thought Prompting Elicits Reasoning in Large Language Models, in: NeurIPS, 2022.
[38] L. Wang, W. Xu, Y. Lan, Z. Hu, Y. Lan, R. K.-W. Lee, E.-P. Lim, Plan-and-Solve Prompting: Improving
Zero-Shot Chain-of-Thought Reasoning by Large Language Models, in: ACL (1), ACL, 2023, pp.
2609–2634.
[39] S. Amer-Yahia, Intelligent Agents for Data Exploration, Proc. VLDB Endow. 17 (2024) 4521–4530.
[40] S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. R. Narasimhan, Y. Cao, ReAct: Synergizing Reasoning
and Acting in Language Models, in: ICLR, 2023.
[41] A. Kraft, R. Usbeck, The Lifecycle of “Facts”: A Survey of Social Bias in Knowledge Graphs, in:
AACL/IJCNLP (1), ACL, 2022, pp. 639–652.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Frieske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ishii</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. J.</given-names>
            <surname>Bang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Madotto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fung</surname>
          </string-name>
          ,
          <article-title>Survey of Hallucination in Natural Language Generation</article-title>
          ,
          <source>ACM Comput. Surv</source>
          .
          <volume>55</volume>
          (
          <year>2023</year>
          )
          <volume>248</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>248</lpage>
          :
          <fpage>38</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>L.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Yu</surname>
          </string-name>
          , W. Ma,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Qin</surname>
          </string-name>
          , T. Liu,
          <source>A Survey on Hallucination in Large Language Models: Principles</source>
          , Taxonomy, Challenges, and Open Questions,
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>43</volume>
          (
          <year>2025</year>
          )
          <volume>42</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>42</lpage>
          :
          <fpage>55</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cai</surname>
          </string-name>
          , L. Liu,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Luu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Bi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Siren's Song in the AI Ocean: A Survey on Hallucination in Large Language Models</article-title>
          , Computational
          <string-name>
            <surname>Linguistics</surname>
          </string-name>
          (
          <year>2025</year>
          )
          <fpage>1</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          , S. Singla, LLMs Will Always Hallucinate, and
          <article-title>We Need to Live with This</article-title>
          ,
          <source>in: Intelligent Systems and Applications</source>
          , Springer,
          <year>2025</year>
          , pp.
          <fpage>624</fpage>
          -
          <lpage>648</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Kalai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Nachum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Vempala</surname>
          </string-name>
          , E. Zhang, Why Language Models Hallucinate,
          <source>CoRR abs/2509</source>
          .04664 (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>E.</given-names>
            <surname>Lavrinovics</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Biswas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bjerva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hose</surname>
          </string-name>
          , Knowledge Graphs,
          <source>Large Language Models, and Hallucinations: An NLP Perspective, J. Web Semant</source>
          .
          <volume>85</volume>
          (
          <year>2025</year>
          )
          <fpage>100844</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vrandečić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          ,
          <article-title>Wikidata: A free collaborative knowledgebase</article-title>
          ,
          <source>Commun. ACM</source>
          <volume>57</volume>
          (
          <year>2014</year>
          )
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kumarage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Alghamdi</surname>
          </string-name>
          , H. Liu,
          <article-title>Can Knowledge Graphs Reduce Hallucinations in LLMs? : A Survey, in: NAACL-HLT</article-title>
          , ACL,
          <year>2024</year>
          , pp.
          <fpage>3947</fpage>
          -
          <lpage>3960</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>X.</given-names>
            <surname>Guan</surname>
          </string-name>
          , Y. Liu,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          . Sun,
          <article-title>Mitigating Large Language Model Hallucinations via Autonomous Knowledge Graph-Based Retrofitting</article-title>
          , in: AAAI, AAAI Press,
          <year>2024</year>
          , pp.
          <fpage>18126</fpage>
          -
          <lpage>18134</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Sun,</surname>
          </string-name>
          <article-title>MindMap: Knowledge Graph Prompting Sparks Graph of Thoughts in Large Language Models, in: ACL (1</article-title>
          )
          <string-name>
            <surname>,</surname>
            <given-names>ACL</given-names>
          </string-name>
          ,
          <year>2024</year>
          , pp.
          <fpage>10370</fpage>
          -
          <lpage>10388</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Ma</surname>
          </string-name>
          , Y. Chen,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Large Language Models Meet Knowledge Graphs for Question Answering: Synthesis and Opportunities</article-title>
          , in: EMNLP,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2025</year>
          , pp.
          <fpage>24589</fpage>
          -
          <lpage>24608</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>H.</given-names>
            <surname>Sansford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Richardson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. P.</given-names>
            <surname>Maretic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. N.</given-names>
            <surname>Saada</surname>
          </string-name>
          ,
          <article-title>GraphEval: A Knowledge-Graph Based LLM Hallucination Evaluation Framework</article-title>
          , in: KiL@KDD, volume
          <volume>3894</volume>
          , CEUR-WS.org,
          <year>2024</year>
          , pp.
          <fpage>20</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Ni</surname>
          </string-name>
          , H.-Y. Shum,
          <string-name>
            <given-names>J.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <article-title>Think-on-Graph: Deep and Responsible Reasoning of Large Language Model on Knowledge Graph</article-title>
          , in: ICLR,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>L.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-F.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Hafari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pan</surname>
          </string-name>
          , Reasoning on Graphs:
          <article-title>Faithful and Interpretable Large Language Model Reasoning</article-title>
          , in: ICLR,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <article-title>Unifying Large Language Models and Knowledge Graphs: A Roadmap</article-title>
          ,
          <source>IEEE Trans. Knowl. Data Eng</source>
          .
          <volume>36</volume>
          (
          <year>2024</year>
          )
          <fpage>3580</fpage>
          -
          <lpage>3599</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ouyang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L.</given-names>
            <surname>Wainwright</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Agarwal,
          <string-name>
            <given-names>K.</given-names>
            <surname>Slama</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. R.</surname>
          </string-name>
          et al.,
          <article-title>Training language models to follow instructions with human feedback</article-title>
          ,
          <source>in: NeurIPS</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Touvron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Stone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Albert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Almahairi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Babaei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bashlykov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Batra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhargava</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. B.</surname>
          </string-name>
          et al.,
          <source>Llama</source>
          <volume>2</volume>
          :
          <string-name>
            <given-names>Open</given-names>
            <surname>Foundation</surname>
          </string-name>
          and
          <string-name>
            <surname>Fine-Tuned Chat</surname>
            <given-names>Models</given-names>
          </string-name>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>D.</given-names>
            <surname>Edge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Trinh</surname>
          </string-name>
          , N. Cheng, J.
          <string-name>
            <surname>Bradley</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Chao</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Mody</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Truitt</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Larson</surname>
          </string-name>
          ,
          <article-title>From local to global: A graph RAG approach to query-focused summarization</article-title>
          ,
          <source>CoRR abs/2404</source>
          .16130 (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tong</surname>
          </string-name>
          , G. Liu,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Generate-on-Graph: Treat LLM as both Agent and KG for Incomplete Knowledge Graph Question Answering</article-title>
          , in: EMNLP,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2024</year>
          , pp.
          <fpage>18410</fpage>
          -
          <lpage>18430</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>F.</given-names>
            <surname>Fatahi Bayat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Qian</surname>
          </string-name>
          , B. Han,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Belyy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Khorshidi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wu</surname>
          </string-name>
          , I. Ilyas,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>FLEEK</surname>
          </string-name>
          :
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>