@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 "ODA: Observation-Driven Agent for integrating LLMs and Knowledge Graphs"; ; , , , , , , , , , ; a prov:Entity . a ; rdfs:label "CoT" . a ; rdfs:label "Direct Answering (DeepSeek-V2)" . a ; rdfs:label "Direct Answering (GPT-3.5)" . a ; rdfs:label "Direct Answering (GPT-4)" . dct:subject ; a ; rdfs:comment "ODA is a novel AI agent framework designed for KG-centric tasks. It integrates LLMs and KGs through a cyclical paradigm of observation, action, and reflection, enabling the LLM to leverage autonomous reasoning patterns from the KG. This framework creates a synergistic reasoning process where the LLM acts as an agent interacting with and being guided by the KG's knowledge to enhance problem-solving."; rdfs:label "Observation-Driven Agent (ODA)"; . a ; rdfs:label "RACo" . a ; rdfs:label "RAG" . a ; rdfs:label "Re2G" . a ; rdfs:label "SPARQL-QA" . a ; rdfs:label "Self-Consistency" . a ; rdfs:label "ToG" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:15:34.661Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; npx:supersedes ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2404.07677" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "dyzETxNXfD8qkZaiugYoJ7l2Nj1X7UFGFXqoRNUu/pwW4np6/5len+qi9KcoHGhyfAKrkuxKfigc0gC0u3okulZESRN9HqHy1CWrpAQQShVjzJc4WlG3iZZc6GOA5Ae1VnDuzWI9RgckWqIxTIgZdHP43oebdZoVXU7TpOpVjSTKGTqUV3Nf2bwUH2ohHTW0Ah0e1k8pG8nQYh9mcHmg2HcM0Y6Wv6vzYeNCnrhPR4OL0Q03kn3n2I7w4nPyqfQeWX71mXoFQ9zHIynYTiUpujtZBNN8X/2NyQ0toYUFJhBjwRBlodvHyX9MIONSab8/MJBIzSk8aD2AmPy0mBGWtA=="; npx:hasSignatureTarget this:; npx:signedBy . }