@prefix this: <https://w3id.org/np/RAMmlNyKev37Gbg7UWMXcFz7n75r_vyq1giyo4LxPpvI0> .
@prefix sub: <https://w3id.org/np/RAMmlNyKev37Gbg7UWMXcFz7n75r_vyq1giyo4LxPpvI0/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.48550/arXiv.2508.15790> dct:title "KG-o1: Enhancing Multi-hop Question Answering in Large Language Models via Knowledge Graph Integration" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#KGo1> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#ChatGPT4o> , <https://neverblink.eu/ontologies/llm-kg/methods#ChatGPT4oMini> , <https://neverblink.eu/ontologies/llm-kg/methods#CoTChainOfThought> , <https://neverblink.eu/ontologies/llm-kg/methods#DPO> , <https://neverblink.eu/ontologies/llm-kg/methods#DeepSeekR1> , <https://neverblink.eu/ontologies/llm-kg/methods#DeepSeekR1DistillQwen14B> , <https://neverblink.eu/ontologies/llm-kg/methods#GRPO> , <https://neverblink.eu/ontologies/llm-kg/methods#Gemini20FlashThinking> , <https://neverblink.eu/ontologies/llm-kg/methods#Llama318BInstruct> , <https://neverblink.eu/ontologies/llm-kg/methods#OpenO1> , <https://neverblink.eu/ontologies/llm-kg/methods#Qwen2514BInstruct> , <https://neverblink.eu/ontologies/llm-kg/methods#Qwen257BInstruct> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#ChatGPT4o> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ChatGPT-4o" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ChatGPT4oMini> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ChatGPT4o-mini" .
  <https://neverblink.eu/ontologies/llm-kg/methods#CoTChainOfThought> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CoT (Chain-of-Thought)" .
  <https://neverblink.eu/ontologies/llm-kg/methods#DPO> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DPO (Direct Preference Optimization)" .
  <https://neverblink.eu/ontologies/llm-kg/methods#DeepSeekR1> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DeepSeek-R1" .
  <https://neverblink.eu/ontologies/llm-kg/methods#DeepSeekR1DistillQwen14B> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DeepSeek-R1-Distill-Qwen-14B" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GRPO> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GRPO" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Gemini20FlashThinking> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Gemini 2.0 Flash Thinking" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGo1> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "KG-o1 is a four-stage framework designed to enhance the intrinsic multi-hop reasoning abilities of LLMs. It leverages KGs to filter entities, generate logical paths, construct complex QA datasets for supervised fine-tuning (SFT) to simulate long-term thinking, and applies a Self-improved Adaptive DPO strategy to refine the LLMs' reasoning, ultimately improving LLM performance during inference for multi-hop question answering." ;
    rdfs:label "KG-o1" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#Llama318BInstruct> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Llama3.1-8B-Instruct" .
  <https://neverblink.eu/ontologies/llm-kg/methods#OpenO1> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Open-o1" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Qwen2514BInstruct> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Qwen2.5-14B-Instruct" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Qwen257BInstruct> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Qwen2.5-7B-Instruct" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2508.15790> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:20:00.438Z"^^xsd:dateTime ;
    dct:creator <https://neverblink.eu/ontologies/llm-kg/agent> ;
    npx:hasNanopubType <https://neverblink.eu/ontologies/llm-kg/PaperAssessmentResult> ;
    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 "lB2nfmt0OJSPkcOFwpwydOT9pxVhZUqrHYD/FPnULsl6T6+WjGndVvYofX5POflwoZ4/YCwcJI7XEpzFFAHBrzsRKTKGmXlgx/vjagtvGEgIE1PS6t3oLUJRJLVcv2vEFoXY1APT8knhPzaGWvhCVPiusD4IK1YsPvSU/8o91d8z61d8QG0WNxdno1T4qoHzkgxjsWGhb1b7Z4xLQWOol2cNs/GstQN2j/WZNUX5AXqQvdkp3O4FUBK84kyydLmf9+J95Pjf9/Z4RXsaNnNY31BrGKdF3ysmJpGErAzq9yalraRYYmE7u1bBEWLDD6hLLfI699T1OlTsSiL6PPLyNA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}