@prefix this: <https://w3id.org/np/RA_6CsM56gRUw5F1G7StJvgSiaBjwqwa4vg4dp4Pez6fs> .
@prefix sub: <https://w3id.org/np/RA_6CsM56gRUw5F1G7StJvgSiaBjwqwa4vg4dp4Pez6fs/> .
@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.2402.06764> dct:title "GLaM: Fine-Tuning Large Language Models for Domain Knowledge Graph Alignment via Neighborhood Partitioning and Generative Subgraph Encoding" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#GLaMLLMSummarization> , <https://neverblink.eu/ontologies/llm-kg/methods#GLaMNodeDescriptorsAdjacencySummarization> , <https://neverblink.eu/ontologies/llm-kg/methods#GLaMRelationalGrouping> , <https://neverblink.eu/ontologies/llm-kg/methods#GLaMTriples> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#FewShotPrompting> , <https://neverblink.eu/ontologies/llm-kg/methods#GNNLLMJointModelCoupling> , <https://neverblink.eu/ontologies/llm-kg/methods#GNNLLMSoftPrompting> , <https://neverblink.eu/ontologies/llm-kg/methods#RetrievalAugmentedGeneration> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#FewShotPrompting> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Few-Shot Prompting" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GLaMLLMSummarization> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMPretraining> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This method leverages the LLM's generative capabilities to rewrite or summarize the encoded graph statements into more coherent representations for fine-tuning. The goal is to enhance semantic alignment between the KG and the LLM's vocabulary, thereby improving the LLM's factual recall and multi-hop reasoning after training." ;
    rdfs:label "GLaM (LLM Summarization)" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#GLaMNodeDescriptorsAdjacencySummarization> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMPretraining> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This method combines multiple encoding strategies, specifically using LLM's zero-shot capabilities to create text-based node descriptors from the k-hop context subgraph, utilizing adjacency lists, and performing summarization. This comprehensive approach aims to instill robust graph-based reasoning capabilities into the LLM via fine-tuning." ;
    rdfs:label "GLaM (Node Descriptors, Adjacency Lists, and Summarization Combination)" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#GLaMRelationalGrouping> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMPretraining> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This GLaM variant encodes the neighborhood subgraph by including the entire adjacency list of the central node or partitioning neighbors based on relation types. This strategy is used to fine-tune the LLM to better understand graph structure for improved knowledge expression." ;
    rdfs:label "GLaM (Relational Grouping)" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#GLaMTriples> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMPretraining> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This method is a specific implementation within the GLaM framework where the neighborhood subgraph is encoded into (source, relation, target) triples for fine-tuning. It aims to improve the LLM's factual reasoning by embedding graph knowledge directly into its parameters during the training phase." ;
    rdfs:label "GLaM (Triples)" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#GNNLLMJointModelCoupling> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GNN-LLM Joint Model Coupling" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GNNLLMSoftPrompting> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GNN-LLM Soft Prompting" .
  <https://neverblink.eu/ontologies/llm-kg/methods#RetrievalAugmentedGeneration> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Retrieval Augmented Generation (RAG)" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2402.06764> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:57:20.083Z"^^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.2402.06764" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "u6dPlUuTUn1QedW6Fo7ljSYw2G4COewda0DpI0s95BWkF2vMzjoMKMokBVugNbLAF7WgBfWLNdwTqbnSBYf9xRted+aca4PBWgEF/7gswieTkJn0cmbIkRP85Fl+j9VWoAgVzb4c5Zu8KcI3cXo5W7LLfNx6yCW1fgamArf4JmksrxJIsftt9gcgHTJKFMt3XsI0WBTmVF3hcrJqj4tf/vAOIiuEnHkcMK2hOk4+0BAjf9MXAKG1b5ufatAxOHCQxqwe4dTz7da/ClVar+D0yMszjGQHpWfsEPcVvWz6hxmK2/0PueA/cKu4mrpSyACehPyNjjEwIqWSKn/XqMqzCg==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}