@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix pav: . @prefix rdf: . @prefix owl: . @prefix rdfg: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a prov:Entity; dct:title "Generate-on-Graph: Treat LLM as both Agent and KG for Incomplete Knowledge Graph Question Answering"; ; , , , , , , , . a ; rdfs:label "Chain-of-Thought (CoT) prompting" . a ; rdfs:label "ChatKBQA" . a ; dct:subject ; rdfs:comment "GoG is a training-free method designed for Incomplete Knowledge Graph Question Answering (IKGQA). It treats the LLM as both an agent to explore KGs and as a knowledge source to generate new factual triples when existing KG knowledge is insufficient. The method's Thinking-Searching-Generating framework enables the LLM to bridge knowledge gaps and answer questions that conventional KGQA methods fail on due to KG incompleteness."; 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-25T16:54:32.685Z"^^xsd:dateTime; dct:creator . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "AtrnOC7YUS7yraYwJrrJE4CAIuVKG5N/dWLHJNnH2ZSkqeMZsz2Xq0Z5WpSidbkmmrXoYZBgv2NYSO/8o2tMv/Eqe17twc+eCTuXCoGIAlPW/RfkWgWLa6BmejmBSNzxfEGrFaUQe0XIj5TXorl3xb7t8Bd1jRQU2Yon4N+S02ovMH+XjlluI+j/iFvB0U1OHzvxA7xLavtURkPYDRXWVjDAEBPqhYZpiSVLblqz/Qvl4u8BjCiRlO8HB8CqFWllXvGDGmFbiaYHruQefvl8s1RJcCk583ZvN/thKd4cWY/W+0W6UTgUlqWxQaOHmFUrfbLLa8YMyoEOpMC1ouy2rg=="; npx:hasSignatureTarget this:; npx:signedBy . }