@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 "KG-CRAFT: Knowledge Graph-based Contrastive Reasoning with LLMs for Enhancing Automated Fact-checking"; ; , , , ; a prov:Entity . dct:subject ; a ; rdfs:comment "CO-GAT (ELECTRA) applies graph attention over scientific evidence, with ELECTRA (a pre-trained language model) as its encoder. This method enhances the LLM's understanding and reasoning by integrating graph structures into its evidence processing during inference."; rdfs:label "CO-GAT (ELECTRA)"; . dct:subject ; a ; rdfs:comment "FactL-LaMA is an LLM-based method that enhances fact-checking by augmenting LLMs with external knowledge sources during inference. This external knowledge (often KG-based in this context) helps improve the LLM's accuracy in verification tasks."; rdfs:label "FactL-LaMA"; . dct:subject ; a ; rdfs:comment "GraphCheck is an LLM-based verifier that incorporates lightweight graph signals alongside instruction-style prompting. The graph signals are used during the LLM's inference to enhance its verification capabilities by providing structured insights."; rdfs:label "GraphCheck"; . dct:subject ; a ; rdfs:comment "IKA is a method that uses example graphs (Knowledge Graphs) to enhance LLM capabilities for claim verification and explanation. The KGs provide structured context during the LLM's inference to improve its fact-checking performance."; rdfs:label "IKA"; . dct:subject ; a ; rdfs:comment "KG-CRAFT is a novel method that enhances LLM capabilities for automated fact-checking. It leverages KGs by first using LLMs to construct a KG from claims and reports. Then, the KG structure is used to formulate contrastive questions, which guide the LLM's reasoning process during the inference stage to synthesize evidence and assess claim veracity."; rdfs:label "KG-CRAFT"; . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T13:22:34.277Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; npx:supersedes ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2601.19447" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "Gq5XvhXfdxm/01amtJQuKyNx/Xcsj6b/p2kHQUS/z1oRhzTHG6UI8s6AKkhmCx0CUAqL4as7iqlbBuSPOlqHG1SwQUIysvDaOpFPpT1RJGYjZQkP0LIsj6szHwVxlpAZ2cnMg7uQSZHuJY+VcjWHglVg0UJCZRY4rUvPQaScGkKu/4Dje3BIdycDCDmcNO3EIAvjeeuagoRUfztwBWzEN4/MzFuq+YUL82yDMwpsDardEcfprELRDIfi7yo2mH7QYb/ehWKkB3kbXDXe96cK/xny/27cVQNugcFgdaZrHmM1lfPQGw6sI0MrR5p4p5nc7PtX7gHqbp7zNvWje2YaPg=="; npx:hasSignatureTarget this:; npx:signedBy . }