@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 "Grounding LLM Reasoning with Knowledge Graphs"; , ; , , , , , , ; a prov:Entity . a ; rdfs:label "Chain-of-Thought (CoT)" . a ; rdfs:label "Graph CoT (Agent)" . a ; rdfs:label "Graph-of-Thought (GoT)" . a ; rdfs:label "Graph RAG" . dct:subject ; a ; rdfs:comment "This method proposes an LLM-based agent that interacts with a Knowledge Graph in an interleaved sequence of thought, action, and retrieved data. It uses predefined actions like RetrieveNode, NodeFeature, NeighborCheck, and NodeDegree to systematically ground LLM reasoning steps in structured knowledge, thus enabling synergistic reasoning."; rdfs:label "Agent (LLM+KG Interaction Method)"; . dct:subject ; a ; rdfs:comment "This method integrates LLM language generation with structured graph retrieval by automatically extracting entities from LLM-generated thoughts. It then guides a multi-step search and prune pipeline over the KG, using LLM prompts to filter relevant relations and neighboring entities, enabling dynamic and structured exploration of the KG for reasoning."; rdfs:label "Automatic Graph Exploration (LLM+KG Interaction Method)"; . a ; rdfs:label "Text RAG" . a ; rdfs:label "Tree-of-Thought (ToT)" . a ; rdfs:label "Zero-Shot" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T16:08:20.135Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2502.13247" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "eYDlHY4q2WqcWsAiEA13ARRqGpc2NCoUusbwsZvUj2wSsqYh/83+DKkHsvFdNM9hRc1d3AVLz0z3c7abf3E7VndB7+jjmFJsL0XoXk6VcVsNiaKxUDXV34WkAQyeY9DT9sUXIcTrySGedFo9lkE6GnqdqH1g+HBQrp9WJKSHMcA4CjIC+KtkUP3ADp6qiwRH7ug0BaRAsSEL4C0VVVVNalxXqZ1fGLVEzqtABoN4YN2lT3rIMge7TnFMmFuZl/GxnfjnDszaEiMju89H2n9vk+Mb4YXdhqvpfTQ2OYOEWwYZYhftwtVYd5sgiO1FTiVTxYH+veQ7yzDzHKAnWJBsQQ=="; npx:hasSignatureTarget this:; npx:signedBy . }