@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 "Contextualization Distillation from Large Language Model for Knowledge Graph Completion"; ; , , , ; a prov:Entity . a ; rdfs:label "CSProm-KG" . dct:subject ; "https://github.com/Li0406/Contextulization-Distillation"^^xsd:anyURI; a ; rdfs:comment "Contextualization Distillation leverages LLMs to generate high-quality, context-rich descriptions for KG triplets. These LLM-generated contexts are then used in auxiliary tasks (reconstruction or contextualization) to train smaller KGC models, thereby enhancing their performance on Knowledge Graph Completion. The core idea is that LLMs augment the training data/signal for the KG completion task."; rdfs:label "Contextualization Distillation"; . a ; rdfs:label "GenKGC" . a ; rdfs:label "KG-BERT" . a ; rdfs:label "KG-S2S" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:35:31.208Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2402.01729" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "E/rA2axSbK1HsAt5dwcPr78KUtWOaaxaeirpsiTBxSNnLFhUfkMdkCKnA3CZf4/5/i9QGKCts1TD/b9FOCSqhNzNj5dSbGctKN801FyaIcbN3Ik8mMu7ivoMwcCwsbwf8GiGYAi8Rify3nRow77UOAwwz4J+K+Fa9gtDgjQ5GiQhxCYI1jaEUnhBgnwCp0X3rkxwKNC+I62ff8k/vptFIbpr9xnDyQoNpLOuTtPnjOyFGG73NFM2ZLZVZYq7whUp6LltNGnMGql0UIw6F6pxoK02mVi4rXcLF7ZRARskZl9J6cdCnC505OtqtbeR7PRscu1lEJxEgfGQnqI0bEpEgw=="; npx:hasSignatureTarget this:; npx:signedBy . }