@prefix this: <https://w3id.org/np/RANnqJmiQQyn7Tri3waHmqHUPqeiXLRpVxFggk87yBLVg> .
@prefix sub: <https://w3id.org/np/RANnqJmiQQyn7Tri3waHmqHUPqeiXLRpVxFggk87yBLVg/> .
@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.2509.01166> dct:title "Enhancing Large Language Model for Knowledge Graph Completion via Structure-Aware Alignment-Tuning" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#SAT> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#CSPromKG> , <https://neverblink.eu/ontologies/llm-kg/methods#CompGCN> , <https://neverblink.eu/ontologies/llm-kg/methods#ComplEx> , <https://neverblink.eu/ontologies/llm-kg/methods#ConvE> , <https://neverblink.eu/ontologies/llm-kg/methods#GPT4> , <https://neverblink.eu/ontologies/llm-kg/methods#GSKGC> , <https://neverblink.eu/ontologies/llm-kg/methods#KERMIT> , <https://neverblink.eu/ontologies/llm-kg/methods#KGFIT> , <https://neverblink.eu/ontologies/llm-kg/methods#KGLLaMA> , <https://neverblink.eu/ontologies/llm-kg/methods#KGS2S> , <https://neverblink.eu/ontologies/llm-kg/methods#KICGPT> , <https://neverblink.eu/ontologies/llm-kg/methods#KoPA> , <https://neverblink.eu/ontologies/llm-kg/methods#MKGL> , <https://neverblink.eu/ontologies/llm-kg/methods#MPIKGC> , <https://neverblink.eu/ontologies/llm-kg/methods#PKGC> , <https://neverblink.eu/ontologies/llm-kg/methods#QuatE> , <https://neverblink.eu/ontologies/llm-kg/methods#REDGNN> , <https://neverblink.eu/ontologies/llm-kg/methods#RotatE> , <https://neverblink.eu/ontologies/llm-kg/methods#SimKGC> , <https://neverblink.eu/ontologies/llm-kg/methods#StructuralAwareIT> , <https://neverblink.eu/ontologies/llm-kg/methods#TransE> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#CSPromKG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CSProm-KG" .
  <https://neverblink.eu/ontologies/llm-kg/methods#CompGCN> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CompGCN" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ComplEx> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ComplEx" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ConvE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ConvE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GPT4> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GPT-4" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GSKGC> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GS-KGC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KERMIT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KERMIT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGFIT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-FIT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGLLaMA> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-LLaMA" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGS2S> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-S2S" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KICGPT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KICGPT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KoPA> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KoPA" .
  <https://neverblink.eu/ontologies/llm-kg/methods#MKGL> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MKGL" .
  <https://neverblink.eu/ontologies/llm-kg/methods#MPIKGC> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MPIKGC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#PKGC> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "PKGC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#QuatE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "QuatE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#REDGNN> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RED-GNN" .
  <https://neverblink.eu/ontologies/llm-kg/methods#RotatE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RotatE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#SAT> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGCompletion> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "SAT (Structure-aware Alignment-Tuning) is a novel framework designed to enhance LLMs for Knowledge Graph Completion (KGC) tasks. It achieves this by introducing hierarchical knowledge alignment to bridge the representation gap between graph structures and natural language, and structural instruction tuning with a lightweight adapter to unify various KGC tasks. The primary goal is to improve the LLM's performance on KG completion tasks." ;
    rdfs:label "SAT" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#SimKGC> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "SimKGC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#StructuralAwareIT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Structural-aware IT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#TransE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "TransE" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2509.01166> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:25:26.850Z"^^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.2509.01166" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "HvYBcTTjW4CUw0pWNZHO9i/0cDMzlJhkV10n3m7TUkimGQdLCFfJ4aNzRX+ItAe9R6uS5SXq2EpjuKb0csUcBr8TfxMGCsj0FNu0l4ORQ220gFFwR1X7bVp3A9V4we0/F1ewZXaO1fdWE2MyBlfyKmEc7re0QX8FVWqhYVo+UMBmhvLW30c9RhYDo8sDL7AEBeIpeDw6rfuhx0OuTp9bRo9kYq4g+AltBrlZqNmOwq2aQdciDrtyDhHLJueIWiAzsLrWB6w4BtTQqseOjfy8gKEZzSO1FaqnzrL7wxVPjNteh2Axou2RTgiJmJ7TrMt632iZ1nLjVnzgeIm7x0OomA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}