@prefix this: <https://w3id.org/np/RA_hODdkskEF6yC46tSWakRpBEHFeUjdL6QYX30S65YQs> .
@prefix sub: <https://w3id.org/np/RA_hODdkskEF6yC46tSWakRpBEHFeUjdL6QYX30S65YQs/> .
@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.14427> dct:title "Knowledge Graph-Infused Fine-Tuning for Structured Reasoning in Large Language Models" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#KnowledgeGraphInfusedFineTuningFramework> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#DRAGON> , <https://neverblink.eu/ontologies/llm-kg/methods#KGLM> , <https://neverblink.eu/ontologies/llm-kg/methods#KGSFT> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#DRAGON> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DRAGON" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGLM> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KGLM" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGSFT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-SFT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KnowledgeGraphInfusedFineTuningFramework> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMPretraining> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This method proposes a fine-tuning algorithm framework that injects knowledge graph information into large language models during the fine-tuning stage. It uses a GNN to encode KG information, a fusion mechanism to combine KG embeddings with LLM representations, a gating mechanism to balance contributions, and a joint loss function. The primary goal is to improve the LLM's knowledge expression and structured reasoning capabilities." ;
    rdfs:label "Knowledge Graph-Infused Fine-Tuning Framework" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2508.14427> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:16:12.924Z"^^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.14427" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "o0d0pn/9AE+ewAl8X+ZfmcFHzi8/fZiPy13K7SlNZd6QKP/3EJzFZpyY8uIbtvgvk01hLu8K+qd73vSdYgrizQrIEfXlk718F2A29jSRGFdnmz76syGd83r+eLQPY+h1zUgD5RzGDPZ6lhsMu+W11jAznr55RNK1c5ewJm17w76b/LqUcV9EmMWCDXVKzQ2rIcsj2g+v3nO22JBve+HvTzDB69fCqUQF+YMdEpzxh8HtQkuprdqvZdNOfDqaVcDgiGN5Vm8UBcr50XHTG6w8lJkyH3C5w64/7z+yxACoRK9VkNtdB4t+rlIPKPdNzZHDD9jFfxkXMcV3Cj/qV8yFkA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}