@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 "Pyramid-Driven Alignment: Pyramid Principle Guided Integration of Large Language Models and Knowledge Graphs"; ; , , , , ; a prov:Entity . a ; rdfs:label "Chain-of-Thought (CoT)" . a ; rdfs:label "KAPING" . a ; rdfs:label "Knowledge-Driven CoT" . dct:subject ; a ; rdfs:comment "PDA proposes a novel framework to align LLM and KG knowledge and optimize their reasoning capabilities for complex question-answering. It uses the Pyramid Principle to generate deductive knowledge from the LLM that aligns with KG reasoning paths, and then employs a recursive mechanism to leverage the KG's inherent reasoning abilities to retrieve accurate information, thereby combining the strengths of both systems."; rdfs:label "Pyramid-Driven Alignment (PDA)"; . a ; rdfs:label "Self-Consistency" . a ; rdfs:label "Subgraph-KGQA" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:47:41.405Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2410.12298" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "ade0sb7Zwl+7YsrHsytSROnYIo7W/4zjoUUXTz1DfL/qsRYoekq7aHnXWcYPQixEhDsNoB6ll/kuGRYbUf+JPPZH0D/ivwsgtAcS9iyOhdS4I0niIiYfyV/9HYsU8vBkONs+cOhoCRfW5ZxIJLCCk8/7uUiWxpkX1zyyvPDDvUSc2Gw938MRvsAJ8tzEK08Cf43ZFIIPyDq6HLLvGuCElSJ7OriIZwjNlCHj8fA35OSHQZ61vSg+HPE9wWOqiNL3C8lHJZkhLIjZFUV8GyJno3nFE2Hk12TL9mYk9Z6BU/1/cPZ4ht2R5n07Mx2zckaMA4PXZUmUFrXqTd1oj8baSw=="; npx:hasSignatureTarget this:; npx:signedBy . }