@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 "Published as a conference paper at ICLR 2025 SIMPLE IS EFFECTIVE: THE ROLES OF GRAPHS AND LARGE LANGUAGE MODELS IN KNOWLEDGE-GRAPH-BASED RETRIEVAL-AUGMENTED GENERATION"; ; , , , , , , , , , , ; a prov:Entity . a ; rdfs:label "Cosine Similarity Retriever" . a ; rdfs:label "EtD" . a ; rdfs:label "GNN-RAG" . a ; rdfs:label "G-Retriever" . a ; rdfs:label "KD-CoT" . a ; rdfs:label "Retrieve-Rewrite-Answer" . a ; rdfs:label "RoG" . a ; rdfs:label "SR+NSM w E2E" . a ; rdfs:label "StructGPT" . dct:subject ; a ; rdfs:comment "SubgraphRAG is a KG-based RAG framework that retrieves relevant subgraphs from KGs using a lightweight MLP with Directional Distance Encoding (DDE) and parallel triple-scoring. It then employs unfine-tuned LLMs, guided by tailored prompts, to reason over the retrieved subgraphs, reducing hallucinations and improving answer grounding during the inference stage."; rdfs:label "SubgraphRAG"; . a ; rdfs:label "ToG" . a ; rdfs:label "UniKGQA" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:56:32.199Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2410.20724" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "OzeFgEMdeXv67kjp4vSyn9hxAiwTKdgdA2rLqOt+rzUbAQehurfydeoyupsJmUnIk2g/oXYj8RIVINHNeJNkdqK4PfLrxpiqVrvEtspfMTqs4OBqVFU5dvPp8PmqwBUf1+lWy2YLYvLHGmbEDoxxFUZICxvSv8Daq/s2HMiy41+6ZijAecqOuPizqlaZRHBGe+bmpS4OvDwm6tquq0Gdyc9UCksXnvvnO87UUDiU8ttOhBK/+gTGwBpz1L5tQteXsve5x5p+97CFgWDwcia+8tzx5egAb/zUn7Y2ikxuoPi7YQKBrZLIRB4MGki8QDrNnX5cUcQwd9c4p9bNFIfIeg=="; npx:hasSignatureTarget this:; npx:signedBy . }