@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:title "Generate-on-Graph: Treat LLM as both Agent and KG for Incomplete Knowledge Graph Question Answering"; ; , , , , , , , , , , ; a prov:Entity . a ; rdfs:label "Chain-of-Thought (CoT) prompting" . a ; rdfs:label "ChatKBQA" . a ; rdfs:label "De-comP" . a ; rdfs:label "GAG" . dct:subject ; a ; rdfs:comment "GoG is a training-free method for Incomplete Knowledge Graph Question Answering (IKGQA). It employs a Thinking-Searching-Generating framework, treating the LLM as both an agent to explore the KG and as a knowledge source to generate missing factual triples. This synergistic approach combines LLM's reasoning and internal knowledge with external KG facts to answer complex questions where the KG is incomplete."; rdfs:label "Generate-on-Graph (GoG)"; . a ; rdfs:label "Standard prompting (IO prompt)" . a ; rdfs:label "KB-BINDER" . a ; rdfs:label "ReAct" . a ; rdfs:label "RoG" . a ; rdfs:label "Self-Consistency (SC)" . a ; rdfs:label "StructGPT" . a ; rdfs:label "ToG" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T13:20:48.683Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2404.14741" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "MYsLcW+rCJV1j4yZ69YxFArdaTyd7l/dW/1AFgs6EJy8lBt/R1BzQg8tVwMSPmFwP16Sz/k/kDDKIqZ0HkMefh19Q8HlqL4lnPPGJmOvOwcdIBam7rGhcJSVqrT4YcHHAeaEaVAifHCmqv0SDVIs+MUO53K/YbEklds2CUUSAG61B4la0fyNkGAVllvPD5jqkvbKnyCkrU2gvok5ranKAk1JIAG8jxJmUIhpiB/DYTAjTImoIeABR5ycxtQv/eoaocTXPyOzGHQpTdDOrYK1CIKwVH3QmsAmxWarpkSeT6uLk5UARbMIeJ/BZQl/3XOoBMzBo55tYSC98q5Bj9KH3g=="; npx:hasSignatureTarget this:; npx:signedBy . }