[ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/agent" } ], "http://www.w3.org/ns/prov#wasDerivedFrom": [ { "@id": "https://doi.org/10.48550/arXiv.2507.17273" } ] } ] }, { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/pubinfo", "@graph": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng", "http://purl.org/dc/terms/created": [ { "@value": "2026-02-26T16:25:56.605Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/agent" } ], "http://purl.org/nanopub/x/hasNanopubType": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/PaperAssessmentResult" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "LLM-KG assessment for paper 10.48550/arXiv.2507.17273" } ] }, { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "t7E+DCoA/bMd/+hkTFQpZKUbX9e6dL0a6Cgmw1+XbjODLA5zpfUrUTSQ5nsPLdmbjMqCd5LqhLydOzlbL20qqcr7Y9PzuaNXNY3PrhTjQao/2MwrFpGiU1vAsyQGgXQijgbNAeHIe2gr/bkyIsMc65cqk+51I2QxYymfzl8mkVLUCEomO3RYlZVm7f+lClTU1dLKfVtTYK3Hm/r7InJgAecMA3BCCzFvFMeH9juuUHGQD8ZLCtrhGidl9vfd83UiIPCTDqKmHvSW8btD522NJKSHlVPSEXQvYJAHZFRIHyYDiW4YusLEghsWZ/ulYF84TtYwOSbhsuypHPYHcomdug==" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/agent" } ] } ] }, { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/assertion", "@graph": [ { "@id": "https://doi.org/10.48550/arXiv.2507.17273", "http://purl.org/dc/terms/title": [ { "@value": "Leveraging Knowledge Graphs and LLM Reasoning to Identify Operational Bottlenecks for Warehouse Planning Assistance" } ], "http://purl.org/spar/cito/describes": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#iterativeReasoningLlmAgentForWarehousePlanningAssistance" } ], "http://purl.org/spar/cito/discusses": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#directQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#directQaSr" } ], "@type": [ "http://www.w3.org/ns/prov#Entity" ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#iterativeReasoningLlmAgentForWarehousePlanningAssistance", "http://purl.org/dc/terms/subject": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning" } ], "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@value": "The method introduces a novel LLM-based agent designed with an iterative reasoning mechanism to diagnose operational bottlenecks by interacting with a Knowledge Graph (KG) derived from Discrete Event Simulation data. The agent employs a sophisticated dual-path architecture (QA Chain and Iterative Reasoning Chain) that generates sequential, conditioned sub-questions, formulates Cypher queries for KG interaction, retrieves evidence, and performs self-reflection, thus treating the LLM as an agent to conduct complex, multi-step reasoning over KGs." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Iterative Reasoning LLM Agent for Warehouse Planning Assistance" } ], "https://neverblink.eu/ontologies/llm-kg/hasTopCategory": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#directQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Direct QA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#directQaSr", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Direct QA + SR" } ] } ] }, { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/Head", "@graph": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAziGsdNa-891aWD1B1EU2iE8VBrclYOoh9NJF6pcHAng/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] } ]