@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 "Enhancing Large Language Models with Pseudoand Multisource-Knowledge Graphs for Open-ended Question Answering"; ; , , , , ; a prov:Entity . a ; rdfs:label "Chain-of-Thought (CoT)" . a ; rdfs:label "IO Prompt" . dct:subject ; a ; rdfs:comment "PG&AKV is a framework designed to enhance LLM performance during inference, specifically for open-ended and precise question answering. It leverages LLMs to generate a preliminary knowledge framework (pseudo-graph) and then uses external KGs for atomic-level knowledge querying and verification. The refined knowledge from KGs mitigates LLM hallucinations and improves answer accuracy without retraining, aligning with the goal of KGEnhancedLLMInference."; rdfs:label "Pseudo-Graph Generation and Atomic Knowledge Verification (PG&AKV)"; . a ; rdfs:label "Retrieval-Augmented Generation (RAG)" . a ; rdfs:label "Self-Consistency (SC)" . a ; rdfs:label "Think on Graph (ToG)" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:45:52.930Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2402.09911" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "JKk9iTyYFMKs38NFNpOVUn0OmCLQq4r9OnU6V+9aN0WcEebtrUxplapE+qNyT3LBwSbhMjk+2ucm2i+sz0M9FnmvXmN5DcT+laC7EuxspfWDrN2sjjTV6VP4IUt0FQn0jDWve9yW/Jbspn1VQhUPFsdLDEWF6OI0B6ZIGHIYIUW9zWkMaAOC2NFrA+cJ02+y1xXbHWuUu5rt4zNi7pGuS5PWjWSCzTBIC+0wukagXQy7T2Gimqhbcf+YyKrvD1h8Un1aMQ/Y3uNpc/UgQxpJs+Z1Ixt7Y/ybx+AmpTmcrs2ZGqeaNNi9Ac57u8kr6WEEbmopHB3pg/8eTprvq2ax4A=="; npx:hasSignatureTarget this:; npx:signedBy . }