@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 "KG-o1: Enhancing Multi-hop Question Answering in Large Language Models via Knowledge Graph Integration"; ; , , , , , , , ; a prov:Entity . a ; rdfs:comment "ChatGPT-4o is an advanced general-purpose large language model (GPLLM) used in two contexts: first, as a tool to generate multi-hop questions for the KG-MHQA SFT dataset creation, and second, as a powerful baseline for performance comparison in the experiments."; rdfs:label "ChatGPT-4o" . a ; rdfs:comment "ChatGPT4o-mini is an advanced general-purpose large language model (GPLLM) used as a baseline model for comparative evaluation against the proposed KG-o1 models on multi-hop reasoning tasks."; rdfs:label "ChatGPT4o-mini" . a ; rdfs:comment "DeepSeek-R1 is a specific large reasoning model (LRM) used as a strong baseline for evaluating the performance of KG-o1 models on multi-hop question answering datasets."; rdfs:label "DeepSeek-R1" . a ; rdfs:comment "GRPO is a reinforcement learning method that serves as a comparative baseline in the ablation studies, where its performance in boosting LLMs' multi-hop reasoning is contrasted with other fine-tuning and optimization strategies, including the paper's Self-improved Adaptive DPO."; rdfs:label "GRPO" . a ; rdfs:comment "Gemini 2.0 Flash Thinking is a specific large reasoning model (LRM) used as a strong baseline for evaluating the performance of KG-o1 models on multi-hop question answering tasks, highlighting its advanced reasoning capabilities."; rdfs:label "Gemini 2.0 Flash Thinking" . dct:subject ; a ; rdfs:comment "KG-o1 is a novel four-stage framework that integrates Knowledge Graphs (KGs) to enhance Large Language Models' (LLMs) multi-hop reasoning abilities. It involves constructing KG-derived datasets (KG-MHQA SFT and DPO) and using them to fine-tune LLMs (via Supervised Fine-Tuning and a \"Self-improved Adaptive DPO\" strategy), aiming to improve the LLM's intrinsic knowledge expression and reasoning capabilities during a training stage by internalizing logical paths."; rdfs:label "KG-o1"; . a ; rdfs:comment "o1-mini is a specific large reasoning model (LRM) mentioned as a prominent baseline for comparison against the proposed KG-o1 models in multi-hop question answering tasks."; rdfs:label "o1-mini" . a ; rdfs:comment "Open-o1 is a specific influential large reasoning model (LRM) from the open-source community, used as a baseline for performance comparison in the experiments of the paper."; rdfs:label "Open-o1" . a ; rdfs:comment "QwQ-32B-Preview is a specific large reasoning model (LRM) included as a prominent baseline for comparative experiments against the KG-o1 models on multi-hop reasoning tasks."; rdfs:label "QwQ-32B-Preview" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-03-13T16:10:14.372Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; npx:supersedes ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2508.15790" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "JwesqkdoglWm3/mXA9J8rFpVgW/WxZ4BNq6HnvpmaPwF5MwyNA/dauZGFS67c5xMKrrXdr/AbqsEfPIZ6ZazcmWhu0AVKP/xnFHPbKJXFlS+Pl2jufAYGJ50ZSxXX88mv3L5H9IovO/SjdUo9Wa/VRIc/PlVFgn133b10hOM8YitFc3hRufK/FSce7FdKD4KJauXmPX/g7tTa+Usxcdmse7pm3zeGu8PjS8Ojn+FH6gexIo8BMeZDtWeYlOyAo/GZSq4+IrAbE1JUVz9xU5rVaf7NzCMNwLUvX0jgt8L1yD8E/3N/nvQ7jpLKkt0bWbNM23jQF2XWkiMLGKMFLxnRQ=="; npx:hasSignatureTarget this:; npx:signedBy . }