@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 "UniOQA: A Unified Framework for Knowledge Graph Question Answering with Large Language Models"; , , , ; , , , , , , , ; a prov:Entity . a ; rdfs:label "Binary Logic Combination Rule (BNA)" . a ; rdfs:label "Chain-of-Thought (COT)" . dct:subject ; a ; rdfs:comment "This algorithm serves to optimally combine the answers obtained from the two parallel workflows of UniOQA (Translator and Searcher). By dynamically selecting the better answer based on an F1 score criterion, it represents a synergized approach to reasoning, integrating results derived from both LLM-generated queries and LLM-augmented KG retrieval to yield the final, most accurate answer."; rdfs:label "Dynamic Decision Algorithm (DDA)"; . dct:subject ; a ; rdfs:comment "This algorithm uses an LLM (Baichuan2-7B with a crafted instruction) to select and replace entities and relations in the generated Cypher Query Language (CQL) to align them with the knowledge graph. Its purpose is to enhance the executability and accuracy of the CQL, directly improving the performance of Knowledge Graph Question Answering by refining the query before execution."; rdfs:label "Entity and Relation Replacement (ERR) algorithm"; . dct:subject ; a ; rdfs:comment "GRAG (Knowledge Graph Retrieval-Augmented Generation) is a process that employs an LLM, combined with traditional information retrieval from the knowledge graph (retrieving relevant subgraphs), to directly generate answers to natural language questions. This directly uses LLMs to improve the task of question answering over KGs."; rdfs:label "GRAG Process"; . a ; rdfs:label "In-Context Learning (ICL)" . a ; rdfs:label "Retrieval-Augmented Generation (RAG)" . a ; rdfs:label "Seq2Seq" . a ; rdfs:label "Seq2Seq+Attention" . a ; rdfs:label "Seq2Seq+Copy" . a ; rdfs:label "Text-to-CQL" . dct:subject ; a ; rdfs:comment "UniOQA is presented as a \"unified framework\" that integrates two parallel workflows (Translator for CQL generation and Searcher for direct retrieval) and a \"dynamic decision algorithm\" to synthesize their outputs. This explicit combination and optimization of answers from both LLM-derived queries and KG-based retrieval constitutes a synergized approach to reasoning for Knowledge Graph Question Answering."; rdfs:label "UniOQA"; . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:41:54.048Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2406.02110" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "vZ1vFLfpcYOEOHuZcwmW5a7buHOtUSuG2xgJskMmSM6XIqQD49K2Y5+PAewLqaez4mV7uOgbZuZ0kILolBSbwyYb5iOGQIOpxgldJXy3/9K64RBuDozbAHqWenQQLq/zh0UmWCWoBIHrfd4M0hH7Ewjqqk3DUBNrQyKJSj+00wE3oQXzt2vjZ8xbu1mzyzxNgw8C7Ws+SxMn0GH1QZIuUHktIhpn16RXtIeJ2uETQrvSWGyCs675EcxJDSYROmUJrGWEhjMo2s3W988X48d8DQbj8p2RwbsNrpqEQ51dCft3k8OzByieLGuLsjYoQ4cOUBOq1bjeBFWEj+SCZ3P/AA=="; npx:hasSignatureTarget this:; npx:signedBy . }