Nanopublication

< Home

ID

https://w3id.org/np/RA0ljE9uq4-6Ih984bdo7iq3z2_SxNOifam38G2U8R8K4

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0ljE9uq4-6Ih984bdo7iq3z2_SxNOifam38G2U8R8K4> .
@prefix sub: <https://w3id.org/np/RA0ljE9uq4-6Ih984bdo7iq3z2_SxNOifam38G2U8R8K4/> .
@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.2405.19266> a prov:Entity;
    dct:title "PediatricsGPT: Large Language Models as Chinese Medical Assistants for Pediatric Applications";
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#PediatricsGPTTrainingPipeline>;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#RLHF>,
      <https://neverblink.eu/ontologies/llm-kg/methods#VanillaDPO> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#PediatricsGPTTrainingPipeline> a
      <http://purl.org/spar/fabio/Workflow>;
    dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMPretraining>;
    rdfs:comment "The PediatricsGPT method proposes a systematic training pipeline for an LLM assistant. A key component of this pipeline, the \"hybrid instruction pre-training mechanism\" within the Continuous Pre-Training phase, explicitly integrates knowledge graph resources into the PedCorpus-CPT dataset. This integration directly enhances the LLM's foundational medical knowledge and domain adaptation during pre-training, ultimately improving its performance in pediatric applications.";
    rdfs:label "PediatricsGPT (Training Pipeline)";
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#RLHF> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "RLHF" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#VanillaDPO> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Vanilla DPO" .
}

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

sub:pubinfo {
  this: dct:created "2026-02-26T15:17:38.377Z"^^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.19266" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB";
    npx:hasSignature "HBbpDHYguQhNB8rjsMbhrBOoL9Xxat4jquO3uJAe8AeFsB4DRjMJY6fu11kVBNJtEMYmaapYjG6WJhkwwmHFH/31a9gRbOCtMdvsDdMXwI9U5rMzk20ndgtMsIfes/qD14mCOfbnOiHVttgkS1rwf94jwQhXPJqXZLsqYGUl0JreHO7bJB/obtaEl6vhAMfw+bPVoD8lQSGzGcDTcrwxjEa92Up6feDdJAoYEz0IGHqD+DDRjbriApxcOOLoVep//IQvpsA5qEND4akP0lwJhRIrcxkXrPX8UAzeQTJPPWvYh2oJXW/gdF+orDdur9kxf/+8CYjRUlUJ2yXTud/cKg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}