@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 "DrKGC: Dynamic Subgraph Retrieval-Augmented LLMs for Knowledge Graph Completion across General and Biomedical Domains"; ; , , , , , , , , , , , , , , , , , , ; a prov:Entity . a ; rdfs:label "CoLE" . a ; rdfs:label "COSIGN" . a ; rdfs:label "CompGCN" . a ; rdfs:label "ComplEx" . a ; rdfs:label "DIFT" . a ; rdfs:label "DistMult" . dct:subject ; "https://github.com/TheYKXiao/DrKGC"^^xsd:anyURI; a ; rdfs:comment "DrKGC is explicitly designed for Knowledge Graph Completion (KGC) by leveraging LLMs. It improves KGC performance by dynamically retrieving relevant subgraphs and enhancing structural embeddings using a GCN adapter, which are then integrated into the LLM's prompt. This approach directly uses LLMs to generate missing facts in KGs, thereby augmenting the KG completion task."; rdfs:label "DrKGC"; . a ; rdfs:label "GHN" . a ; rdfs:label "HRGAT" . a ; rdfs:label "KG-BERT" . a ; rdfs:label "KGLM" . a ; rdfs:label "KICGPT" . a ; rdfs:label "NCRL" . a ; rdfs:label "Neural-LP" . a ; rdfs:label "R-GCN" . a ; rdfs:label "RLogic" . a ; rdfs:label "RotatE" . a ; rdfs:label "SimKGC" . a ; rdfs:label "StAR" . a ; rdfs:label "TransE" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:40:49.734Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2506.00708" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "pa56rxqCt1w6ESMTNtO7/WKdQ+WWtPREFL4Gpu/+HO9RMu52H694LgTZc+rt1encW4Zas4BQmnj7cDhE5191yzB9f9lpn4MeOFPR6bdFZk43YnzBaoW8DXHSj3GMMy62+6zPL5hFyS59fOhXP3qhJrx3oKbk3esiZ2AQI2/LZZXsbs3Zn8Acgx2uK0M2+FQzYMT0EvJGrYI6Eg0uO/PEBOViNOZOYL+uMAvROjDbQ//fQSTllWkp0PIakGpqzI7iZy3vmOD/jUPdJG8xkIRFXfDXRamue2HVjDuiIfDhnQm1bRcfsUj6XwNZyD/AkHiKzwCglsuuoxdT1USCC/fd3w=="; npx:hasSignatureTarget this:; npx:signedBy . }