Relations (1)
related 0.50 — strongly supporting 5 facts
KG-IRAG is a framework specifically designed to enhance and evaluate the performance of Large Language Models on complex queries, as evidenced by its use of LLMs for temporal reasoning [1] and its evaluation process which feeds various data formats into these models [2]. Furthermore, the KG-IRAG paper introduces datasets specifically to test the capabilities of Large Language Models [3] and provides a mechanism for these models to incrementally retrieve and evaluate knowledge [4].
Facts (5)
Sources
KG-IRAG: A Knowledge Graph-Based Iterative Retrieval-Augmented ... arxiv.org 4 facts
procedureThe KG-IRAG evaluation process uses 'standard data,' defined as the minimal subset of information necessary to answer a query, ensuring that only relevant data is included in the input provided to the Large Language Models.
claimThe authors of the KG-IRAG paper introduced three new datasets—weatherQA-Irish, weatherQA-Sydney, and trafficQA-TFNSW—designed to test the ability of Large Language Models to answer queries requiring the retrieval of temporal information and mathematical reasoning.
procedureKG-IRAG evaluation comparisons are conducted by feeding standard data into Large Language Models in three formats: raw data (data frame), context-enhanced data, and Knowledge Graph (KG) triplet representations.
claimThe KG-IRAG design for questions Q2 and Q3 utilizes dynamic problem decomposition, requiring Large Language Models (LLMs) to perform time-based reasoning and handle temporal logic beyond standard entity recognition.
Large Language Models Meet Knowledge Graphs for Question ... arxiv.org 1 fact
referenceKG-IRAG (Yang et al., 2025) enables large language models to incrementally retrieve knowledge and evaluate its sufficiency to answer time-sensitive and event-based queries involving temporal dependencies.