@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix pav: . @prefix rdf: . @prefix owl: . @prefix rdfg: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a prov:Entity; dct:title "KG-Rank: Enhancing Large Language Models for Medical QA with Knowledge Graphs and Ranking Techniques"; . a ; dct:subject ; rdfs:comment "KG-Rank is an augmented LLM framework that integrates a medical Knowledge Graph (KG) with a pipeline of entity extraction, relation retrieval, and novel ranking/re-ranking techniques (Similarity, Answer Expansion, MMR, MedCPT re-ranking). Its purpose is to enhance the factual consistency and reliability of LLMs during the inference stage for long-form medical question answering."; rdfs:label "KG-Rank"; . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-25T16:55:56.123Z"^^xsd:dateTime; dct:creator . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "LuMjmnfoKV1GOziZun1xloTU8rjqm1F2kMOnmsw5qTKi+Q+kXuy3mHQCfpAiXnlf8HwBGxotc0FOuQWnMs9f2LK1dqiviqaKeJLN35FUREdGLFtQwpn3cKQOPWw65yYoQT2aTZN0LACadcbIEJMK3IBiXGxMesD0LQ2uyrSG81NelzyKzfCrshKOPlAD2laBKwTf4a92SYNceWQ8edyX2++XtCzwulhbxX6pk5mkT1oxVv3HjJp4uocjFKGPB136A6SPiv/xaZ5ypL7WpIca4l0TsKoq3jv7MwMFESCsMhaw28tmQPeXNYvqiOS8jmHqbNZ5Qohdc+Ca1oqx+aQKZw=="; npx:hasSignatureTarget this:; npx:signedBy . }