@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 "Ontology-Guided Reverse Thinking Makes Large Language Models Stronger on Knowledge Graph Question Answering"; ; , , , , , , , , , ; a prov:Entity . a ; rdfs:label "GraphNet" . a ; rdfs:label "KD-CoT" . a ; rdfs:label "KG Retriever" . a ; rdfs:label "KV-Mem" . a ; rdfs:label "MindMap" . a ; rdfs:label "NSM" . dct:subject ; a ; rdfs:comment "ORT is a novel framework for KGQA that synergizes LLMs and KGs. It uses LLMs as agents for initial question understanding (extracting conditions and aims) and final answer generation, while leveraging KG ontology for structured reverse reasoning path construction and various pruning steps. This multi-stage interaction where LLMs and KGs collaboratively conduct reasoning for complex questions aligns with synergized reasoning."; rdfs:label "Ontology-Guided Reverse Thinking (ORT)"; . a ; rdfs:label "RoG" . a ; rdfs:label "SR" . a ; rdfs:label "SR+NSM" . a ; rdfs:label "SR+NSM+E2E" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:42:15.967Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2502.11491" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "QpvF3hZRWcuDkHhDhajN4net9vzbHUcLCgNYI0V8C4Iefr18QWCfFYUzaw4JMmzYqG68LDLg9a+obHxXtiYANSvkexytAdSk62T3eeoQcX0UAY2qPktO9RAZZc/J3AobSqnRzVba8VO9/yDIt0I8M8FNQNnEDGoq9BL0hQMXVDQ5+2Qb+nHXCySJCNmRPkiyC095SHVutOSRZN5pqoItNjmbv5cUm/LrpU9k6sOdomIkiMbPF59dab8UOEyuvFl14ntHO7n8+obUmfHMVXDeSElEdARV96WmgqsRzv+3ZSixb1NkUUtNpIB9osKqmI3eAcYGQn2bx5CasQBsXRHZkg=="; npx:hasSignatureTarget this:; npx:signedBy . }