@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix pav: . @prefix rdf: . @prefix owl: . @prefix rdfg: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a prov:Entity; dct:title "ODA: Observation-Driven Agent for integrating LLMs and Knowledge Graphs"; ; , , , , , , , , . a ; rdfs:label "CoT" . a ; rdfs:label "GPT-3.5 (direct answering)" . a ; rdfs:label "GPT-4 (direct answering)" . a ; dct:subject ; rdfs:comment "ODA is a novel AI agent framework designed for KG-centric tasks, employing an iterative \"observation, action, and reflection\" cycle. It deeply integrates LLMs and KGs by allowing the LLM to act as an agent that interacts with the KG to conduct reasoning, where KG observations guide the LLM's decision-making and memory updates."; rdfs:label "ODA: Observation-Driven Agent"; . a ; rdfs:label "RACo" . a ; rdfs:label "RAG" . a ; rdfs:label "Re2G" . a ; rdfs:label "Self-Consistency" . a ; rdfs:label "SPARQL-QA" . a ; rdfs:label "ToG" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-25T16:53:38.664Z"^^xsd:dateTime; dct:creator . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "gorWpZZTe3UB9RsGgdJwh9jnLsfYWNuSBjpKO1WmwEzg+DX0iZxl/nVQD/Otsf+duLASIccta8kz7fXsE/Qyw9+y+E5vYszMcc1VLenNZnCN47n5r9NQ7h30RXiEjkL3KwB9sIEU+2BNKNcWf6eR0aBUHwSUCKiXOSwlvOOL9x4LJW7YrM3VhTBld6d0nTt+GLxAZO81QNwVGtFG249tyeFePjRfG7RrkanEQ81li6JpC/aV6QUNtplLWhy4JhnQbpqhDZkzOcqwAJk9om3xsEa044c37C3j7A2Jhan7IuBpJ9qpN6vrDC8wxJ+kojJnM9tWf4qJn9BZBT5Oz68izw=="; npx:hasSignatureTarget this:; npx:signedBy . }