Nanopublication

< Home

ID

https://w3id.org/np/RAi8t3ljV_5O1_yakt2f2fRYbgsu4e0_-fD690aO99Nwg

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAi8t3ljV_5O1_yakt2f2fRYbgsu4e0_-fD690aO99Nwg> .
@prefix sub: <https://w3id.org/np/RAi8t3ljV_5O1_yakt2f2fRYbgsu4e0_-fD690aO99Nwg/> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://doi.org/10.48550/arXiv.2601.09280> a prov:Entity;
    dct:title "ReGraM: Region-First Knowledge Graph Reasoning for Medical Question Answering";
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#ReGraM>;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#ChainOfThought>,
      <https://neverblink.eu/ontologies/llm-kg/methods#GraphRAG>, <https://neverblink.eu/ontologies/llm-kg/methods#JointLK>,
      <https://neverblink.eu/ontologies/llm-kg/methods#KGARevion>, <https://neverblink.eu/ontologies/llm-kg/methods#MedGraphRAG>,
      <https://neverblink.eu/ontologies/llm-kg/methods#MedReason>, <https://neverblink.eu/ontologies/llm-kg/methods#OntologyGuidedKGQA>,
      <https://neverblink.eu/ontologies/llm-kg/methods#QAGNN>, <https://neverblink.eu/ontologies/llm-kg/methods#ReAct>,
      <https://neverblink.eu/ontologies/llm-kg/methods#Reflexion>, <https://neverblink.eu/ontologies/llm-kg/methods#STaR>,
      <https://neverblink.eu/ontologies/llm-kg/methods#SelfCheck> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#ChainOfThought> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Chain-of-Thought" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#GraphRAG> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "GraphRAG" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#JointLK> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "JointLK" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KGARevion> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "KGARevion" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#MedGraphRAG> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Med-GraphRAG" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#MedReason> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "MedReason" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#OntologyGuidedKGQA> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Ontology-Guided KGQA" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#QAGNN> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "QAGNN" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#ReAct> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "ReAct" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#ReGraM> a <http://purl.org/spar/fabio/Workflow>;
    dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference>;
    rdfs:comment "ReGraM is a framework designed to improve the factual accuracy and consistency of Large Language Models (LLMs) in Medical Question Answering. It achieves this by constructing query-aligned subgraphs from a Knowledge Graph (KG) and constraining the LLM's reasoning exclusively within this localized region during the inference phase. This approach directly enhances the LLM's performance on a specific task (QA) by providing structured, relevant external knowledge and guiding its multi-hop reasoning.";
    rdfs:label "ReGraM";
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#Reflexion> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Reflexion" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#STaR> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "STaR" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#SelfCheck> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "SelfCheck" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent>;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2601.09280> .
}

sub:pubinfo {
  this: dct:created "2026-02-26T16:32:28.285Z"^^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.2601.09280" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB";
    npx:hasSignature "Il0I/EUxW4IzfNtMb1YTmqpj6UzOaj/BXyZ9sBU/svuA1XLoc+T258yKjZNJChe0GS+oEHEcEEfT1U6+BBLZnjiJ6Knz/1aen2W/IWO3ChB7gN+sO2i3HRpCNNCSe94agpGTWH5f3CMCfutjWsqHbX+iDQzu7EYX+N4Yl9UV6Wxt+HUARol2KsqvycaZWwibrbeKccti+yLSy1YBh51pmZQhC2gotJwexe59t88nXvSESKREb9zmhRvgrJcgo1c2agffNwFg9lCgQW+fZmhNkoe4KlubZe7clxEGNKOXNExfS5Z5jpIZzk1E/1zScLO1dtVVYFCwgnHqbE/aacok2w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}