Relations (1)
related 0.60 — strongly supporting 6 facts
Knowledge Graph and Discrete Event Simulation are related because the proposed framework transforms raw DES output data into a semantically rich KG to capture relationships between simulation events and entities [1], structures complex relational DES data using a KG for querying dependencies [2], and enables LLM-based agents to query the KG built from DES output [3][4].
Facts (6)
Sources
Leveraging Knowledge Graphs and LLM Reasoning to Identify ... arxiv.org 6 facts
procedureThe proposed framework for warehouse planning assistance structures complex relational data generated by Discrete Event Simulation using a Knowledge Graph, allowing for the explicit capture and querying of intricate dependencies and flows within the warehouse system.
referenceThe proposed framework utilizes a custom Knowledge Graph (KG) schema where resources such as suppliers, workers, AGVs, forklifts, and storage are represented as nodes, while the movement of packages between these resources is represented as edges. Operational data, including timestamps, is incorporated as features of these nodes and edges, with the KG constructed from output logs generated by a Discrete Event Simulation (DES) model.
procedureThe proposed framework transforms raw Discrete Event Simulation (DES) output data into a semantically rich Knowledge Graph (KG) to capture relationships between simulation events and entities such as suppliers, packages, workers, and equipment.
claimThere is a noticeable gap in the application of Knowledge Graph technology specifically to structure, analyze, and interpret the output data generated from simulations, such as Discrete Event Simulation (DES).
procedureThe research framework aims to enable LLM-based agents to transform natural language questions about Discrete Event Simulation (DES) output into executable queries over a Knowledge Graph, iteratively refine analytical paths based on retrieved evidence, and synthesize information from disparate parts of the Knowledge Graph to diagnose operational issues.
referenceThe proposed framework for warehouse operational analysis consists of two main components: the ontological construction of a Knowledge Graph from Discrete Event Simulation output data, and an LLM-agent equipped with an iterative reasoning mechanism that features sequential sub-questioning, Cypher generation for Knowledge Graph interaction, and self-reflection.