@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 "Can LLMs be Good Graph Judge for Knowledge Graph Construction?"; ; , , , ; a prov:Entity . dct:subject ; a ; rdfs:comment "GraphJudge is a framework designed to enhance Knowledge Graph Construction quality. It employs a closed-source LLM for initial entity-centric text denoising and triple extraction, then fine-tunes an open-source LLM to act as a \"graph judge\" for verifying and filtering the correctness of the extracted triples, addressing issues like noise, domain-specific inaccuracies, and hallucinations in KG construction."; rdfs:label "GraphJudge"; . a ; rdfs:label "iText2KG" . a ; rdfs:label "KGGen" . a ; rdfs:label "PiVe" . a ; rdfs:label "RAKG" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T16:14:30.837Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2411.17388" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "DzN0AgpZlGUDixJwE3RWQIikJ+kovSdr7mj+1ahbZ5qPTNAdu0y080nfe5No4cx+p4hGA7D5UxC1Ei9oELmxdz6i6Ml8fqCeUICBCd2W34+Kexm1bW+1TeQhDJqcokXKPqX9+DUVsNoqxCuv63n3FAZVBCKr2j/QS9S2Xr2KMLnxCm9Ju9sVcarByFoBOliAKTA9kPUbDzI0vAEAca2H7qNqdrVYLa+xAN2dvsM0LiaZKc8DphBPKZ1s5x7AOU+hducbh7zkGmyuQaEY+ZRIvkOk+hpEhIMvvZw2YLob6OgthUo/QEdAkOb2tFuT4XHBigEFP/W88gBOWEHu653TyA=="; npx:hasSignatureTarget this:; npx:signedBy . }