@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 "ReaLM: Residual Quantization Bridging Knowledge Graph Embeddings and Large Language Models"; ; , , , , , , , , , , , , , , , ; a prov:Entity . a ; rdfs:label "Alpaca" . a ; rdfs:label "ConvE" . a ; rdfs:label "GPT-3.5" . a ; rdfs:label "HittER" . a ; rdfs:label "HyConvE" . a ; rdfs:label "KG-Alpaca" . a ; rdfs:label "KG-BERT" . a ; rdfs:label "KG-FIT" . a ; rdfs:label "KG-LLaMA" . a ; rdfs:label "KICGPT" . a ; rdfs:label "KoPA" . a ; rdfs:label "MKGL" . dct:subject ; a ; rdfs:comment "ReaLM is a novel framework designed to enhance Knowledge Graph Completion (KGC) tasks by bridging the gap between continuous KG embeddings and discrete LLM token spaces. It achieves this by quantizing pretrained KG embeddings into compact code sequences, integrating them as learnable tokens within the LLM's vocabulary, and using ontology-guided class constraints to refine predictions. This method directly aims to improve LLM performance on KG tasks like link prediction and triple classification."; rdfs:label "ReaLM"; . a ; rdfs:label "RotatE" . a ; rdfs:label "SSQR" . a ; rdfs:label "TCRA" . a ; rdfs:label "TransE" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:25:49.100Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2510.09711" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "FDMwEj4Y7hBr5r4HQW/5a/XyRUJ3AMyFRPfKiKIFQvIE5UKEnv4KENXcs5ltRj7Hk72rmY+Vh9VNXP5xySh7cVQ+nmMeah2kK9JOQY9cH9W64xuWgsRjELaFfztf01cjv8ijTBpBILWo8k0728uoJXtB9/ncnfcaaNac3QBbsJ8UazikvStj3z98HisRkLitu+AeWsIEDsAt9S4w0dpFM6IE8V1hc3GDK1w70mYcMv0desTssW+JOBNnCh7H9XAqXh2XqC5+UlgcxW7j8xyvwV1rct1sT/EzhXb7RvjnfswOjD2Lv1HKbWaEjOLef7dwCL8BVnW/66RJ3BxMKZakpw=="; npx:hasSignatureTarget this:; npx:signedBy . }