@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 "Leveraging Large Language Models for Semantic Query Processing in a Scholarly Knowledge Graph"; , ; , , , , ; a prov:Entity . dct:subject ; a ; rdfs:comment "The Deep Document Model (DDM) is proposed to address limitations in traditional KG construction by providing a comprehensive and fine-grained structured representation of academic papers. It uses advanced NLP techniques (e.g., text segmentation, named entity recognition) to convert unstructured text into a hierarchical knowledge representation, enriching the Scholarly Knowledge Graph (ASKG). This enhanced KG representation is explicitly designed to facilitate more sophisticated interactions with Large Language Models."; rdfs:label "Deep Document Model"; . a ; rdfs:label "Distil-BERT model" . dct:subject ; a ; rdfs:comment "The KG-enhanced Query Processing (KGQP) workflow is designed to mitigate \"AI hallucination\" in LLMs and optimize complex queries by providing KG-based context during question-answering interactions. It involves LLMs transforming user queries into triples, performing SPARQL queries for matching against the KG, and then leveraging LLMs for final triple selection and results ranking. This directly improves the LLM's accuracy and reliability during its inference stage by grounding responses with structured KG knowledge."; rdfs:label "KG-enhanced Query Processing"; . a ; rdfs:label "MEL (Metadata Extractor & Loader)" . a ; rdfs:label "PARSE" . a ; rdfs:label "Simple Chunking" . a ; rdfs:label "TNNT (The NLP-NER Toolkit)" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:29:56.455Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2405.15374" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "nfSvFRN31hW+16Axt9gH6LqePV8TP5WO2DxoFnzot8z2bf1amkMArXSJt0+tFD7NMh8O7XAgcnAlMdASHADv4DKFqL7qBbu0eHYgpRzjh7yAE2qHeJMpOdgxEsVaLwxN0O04jH3PlN5yF5xWhyleqvl+FH6fa/ZCjLXc/Vh3pMUsL/jladHh+dsWarmFJLMb7lczMC6jhYbBbhUGCZBmFqerZbmrXUbGmybfhLy3tGl4uwWBNIBuZdt6San7VTUNfgNGNN3jG0R9wN6tep6TdCswUl8XSAcptLmEx33Dsac+oFV2nQ93RucgwIq2VZ9eRt1oZRZHN4EVVtgO7mRuHg=="; npx:hasSignatureTarget this:; npx:signedBy . }