@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 "Leverage Knowledge Graph and Large Language Model for Law Article Recommendation: A Case Study of Chinese Criminal Law"; , ; , , , , , , ; a prov:Entity . a ; rdfs:label "BERT" . dct:subject ; a ; rdfs:comment "This closed-loop framework leverages the Case-Enhanced Law Article Knowledge Graph (CLAKG) to ground the recommendations generated by an LLM during the inference stage. By retrieving relevant historical case information and candidate law articles from the CLAKG, the framework enables the LLM to provide more accurate law article recommendations and effectively mitigates issues like hallucinations in LLM outputs, thereby enhancing LLM performance."; rdfs:label "CLAKG-LLM Law Article Recommendation Framework"; . a ; rdfs:label "DPCNN" . a ; rdfs:label "GRU" . a ; rdfs:label "Graph-RAG" . dct:subject ; a ; rdfs:comment "This method uses a Large Language Model (LLM) to automatically extract nodes and relationships from law articles and judgments, integrating them to form the Case-Enhanced Law Article Knowledge Graph (CLAKG). The LLM's role is to reduce manual input and improve the scalability of the KG construction process, directly augmenting the KG construction task."; rdfs:label "LLM-based CLAKG Construction"; . a ; rdfs:label "Light-RAG" . a ; rdfs:label "Relational Graph Convolutional Network" . a ; rdfs:label "TFIDF-RAG" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:36:49.991Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2410.04949" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "P93pfc7r1u39hRamkPNlEIzOTgRFo+lCqGSdtIsFdwOp/kTgDmIvGOC+ooYsumdooxYhE66R5a0X+4hdVRjgMxZzJW7e8nRfPlYAJxT7NuaEadVJK/OlDRd0iPz0kEqQclNvbWllnQ++uRQDNWA87H8z0nq9qe3C/h3qiZTS16nBapJh2oJgoLYsK8TIt2r1ATvJlcUv9J/F9mfLai7MUWYZIu2RAXr9cYJ1GKc45hh3/862HHw4xsqg339mirQSucM6QlhOsb3PscjqDU70r5UFGNi+Eg109yfQpODUp1nIfpOu63ltt+IXLpFprc9vnshmLA05qZTumYc+ItMDxg=="; npx:hasSignatureTarget this:; npx:signedBy . }