@prefix this: <https://w3id.org/np/RAS-0OM11mapYuyVaN1gXkHnZWCvmVxg4EjoeYc1gQzpo> .
@prefix sub: <https://w3id.org/np/RAS-0OM11mapYuyVaN1gXkHnZWCvmVxg4EjoeYc1gQzpo/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.48550/arXiv.2405.20139> dct:title "GNN-RAG: Graph Neural Retrieval for Large Language Model Reasoning" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#GnnRag> , <https://neverblink.eu/ontologies/llm-kg/methods#GnnRagRa> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#GRetriever> , <https://neverblink.eu/ontologies/llm-kg/methods#GraftNet> , <https://neverblink.eu/ontologies/llm-kg/methods#KbBinder> , <https://neverblink.eu/ontologies/llm-kg/methods#KdCoT> , <https://neverblink.eu/ontologies/llm-kg/methods#LmSr> , <https://neverblink.eu/ontologies/llm-kg/methods#Nsm> , <https://neverblink.eu/ontologies/llm-kg/methods#ReaRev> , <https://neverblink.eu/ontologies/llm-kg/methods#RoG> , <https://neverblink.eu/ontologies/llm-kg/methods#Sbert> , <https://neverblink.eu/ontologies/llm-kg/methods#ToG> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#GRetriever> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "G-Retriever" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GnnRag> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference> ;
    <http://purl.org/spar/fabio/hasURL> "https://github.com/cmavro/ReaRev_KGQA"^^xsd:anyURI ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "GNN-RAG enhances LLM performance on KGQA by using a GNN to retrieve relevant multi-hop reasoning paths from a KG. These verbalized paths are then fed to the LLM as context for RAG, thereby improving the LLM's ability to answer complex questions during its inference stage and reducing hallucinations." ;
    rdfs:label "GNN-RAG" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#GnnRagRa> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference> ;
    <http://purl.org/spar/fabio/hasURL> "https://github.com/cmavro/ReaRev_KGQA"^^xsd:anyURI ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "GNN-RAG+RA further boosts LLM KGQA performance by employing retrieval augmentation, combining GNN-induced reasoning paths with LLM-based retrieved paths (e.g., from RoG). This method increases the diversity and recall of retrieved KG information, which in turn enhances the LLM's reasoning and answer accuracy during inference." ;
    rdfs:label "GNN-RAG+RA" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#GraftNet> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GraftNet" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KbBinder> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KB-BINDER" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KdCoT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KD-CoT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#LmSr> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "LM SR" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Nsm> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "NSM" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ReaRev> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ReaRev" .
  <https://neverblink.eu/ontologies/llm-kg/methods#RoG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RoG" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Sbert> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "SBERT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ToG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ToG" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2405.20139> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:19:24.245Z"^^xsd:dateTime ;
    dct:creator <https://neverblink.eu/ontologies/llm-kg/agent> ;
    npx:hasNanopubType <https://neverblink.eu/ontologies/llm-kg/PaperAssessmentResult> ;
    rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2405.20139" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "BKsB5zCOEzTtCoNJXfgkuVcii70xQEEIZvULiMb7TOExh+jgJZmVp87Witiqu7hPU3K4GTylk5Tp5HVNrpvC8e69ReYOY61xQ5lT+VX/ZUhb2FazXHRyZxPL1ARcVYsQfSKstOKRT6ycrm0iDRXYwbUpCpdc1eVQMOMitTdAEpAU2VdsOK/8KUKHNuiiLaDMG8bA7w3G5GCrovB1TKBUjssZSzA4IpzSk5xRm3o3q6gSavmRcnZFIQlxbv2Vaqp+mTR11RYHDglRXf5yrUbzRv5hgKOO+u6BCOPiD/Y+khvj2gsvniKj/XEbnvw4e3lcMs3XXU+ju7F35A9fPTXLEg==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}