@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" . dct:subject ; a ; rdfs:comment "GoG proposes a \"Thinking-Searching-Generating\" framework where the LLM acts as an agent to explore KGs and also as a KG to generate new factual triples using its internal knowledge. This synergy of LLM and KG capabilities enables effective reasoning for Question Answering over incomplete Knowledge Graphs by dynamically augmenting missing information."; rdfs:label "Generate-on-Graph (GoG)"; . a ; rdfs:label "KB-BINDER" . a ; rdfs:label "RoG" . a ; rdfs:label "Self-Consistency (SC)" . a ; rdfs:label "Standard Prompting (IO prompt)" . a ; rdfs:label "StructGPT" . a ; rdfs:label "ToG" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:16:07.895Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; npx:supersedes ; 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 "e7YO85OHYoHLEe0wpZc4BWkDIDE7Ln3xitke7ZR17Yx+wJDOj7g+czud9hH72LFxY0xj2XD81nXpb4JMq6HszBw4ztUi2YIwpfi/67XktH4oi7ja/K6irJrHofRtFIeRJA8S88fR8e4QJOh+ZGMcYZQq44KLFQyvz7XWx+9xBzHx57U+k9cFj6Db4VbbazPmRnyAfIXlrNdIqK+WlE6TbMNo3HwPMQjplYL3HY0ZG5Dq1SdzTCI4mslIr3g7TjOKNaTryIwWogUHOQCiEGcREVIjZl6NJT2hYdVNAGNAUclHEfOLSOby01bArOfwMbMsgD8iUxq/l3YfPH2bJBb71g=="; npx:hasSignatureTarget this:; npx:signedBy . }