@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 "Efficient Knowledge Infusion via KG-LLM Alignment"; , ; , , , , , , , ; a prov:Entity . a ; rdfs:label "AutoKG" . a ; rdfs:label "ChainRAG" . a ; rdfs:label "Continual pre-training" . dct:subject ; a ; rdfs:comment "This method describes an LLM-based workflow for efficiently constructing domain-specific knowledge graphs. It involves fine-tuning an LLM for knowledge triples extraction from unsupervised corpora, followed by post-processing for error removal and entity resolution. This directly addresses the problem of knowledge mismatch by building a tailored KG."; rdfs:label "Efficient construction of domain KGs"; . dct:subject ; a ; rdfs:comment "ELPF is a modular, three-stage KG-LLM alignment framework designed to enhance LLM's capability to utilize KG information and reduce hallucinations. It includes K-LoRA for pre-learning KG infusion and domain linguistic style, supervised fine-tuning with KG retrieval, and Alignment with Knowledge Graph Feedback (AKGF) where KGs act as automated evaluators for DPO-based fine-tuning. The framework synergizes LLMs and KGs to improve reasoning and factual correctness."; rdfs:label "Enhanced LLM with Knowledge Pre-learning and Feedback (ELPF)"; . a ; rdfs:label "GAP" . a ; rdfs:label "LoRA-based SFT" . a ; rdfs:label "PiVe" . a ; rdfs:label "RAG" . a ; rdfs:label "WebBrain" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:55:58.094Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2406.03746" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "nyZ/k6RXuZhNLuRq0jPEnKJt5FWlDcsXgcCxcF0U7n4Jn8Z8abYLKW/hIzYba5e2Qq5PcWMAn/9uKwgjvnZFJdDlBx0IziZvfNYG/xnfE41QV4jKHrsNktPtt82DpNBrDljJ3SFHO4yIAXUPu4ZVWOzP2eaAfZnPFdey/H2Ku3s18DvLs9YBz9dvcKwuOGbpLGsIeBqVB4XGM0S4FIvYquyIfBzNrJnliTtHC4bKvciQcyzOSOPpSSquRux5/Wds2RhC1h4PGnIcpHsR6iaV3/u1cI240WnhBFz1GmPF5y1HiATKvbFglTKHyFltssR5oByCLWCEYf/Kox1/ZghAWQ=="; npx:hasSignatureTarget this:; npx:signedBy . }