sub:assertion {
sub:KGEnhancedLLMInference rdfs:label "KG-enhanced LLM inference" .
sub:KGEnhancedLLMInterpretability rdfs:label "KG-enhanced LLM interpretability" .
sub:KGEnhancedLLMPretraining rdfs:label "KG-enhanced LLM pre-training" .
sub:LLMAugmentedKGCompletion rdfs:label "LLM-augmented KG completion" .
sub:LLMAugmentedKGConstruction rdfs:label "LLM-augmented KG construction" .
sub:LLMAugmentedKGEmbedding rdfs:label "LLM-augmented KG embedding" .
sub:LLMAugmentedKGQuestionAnswering rdfs:label "LLM-augmented KG question answering" .
sub:LLMAugmentedKGToTextGeneration rdfs:label "LLM-augmented KG to text generation" .
sub:SynergizedKnowledgeRepresentation rdfs:label "Synergized Knowledge Representation" .
sub:SynergizedReasoning rdfs:label "Synergized Reasoning" .
sub:assertion dct:description "This template allows you to annotate research papers with large language models(LLMs) and knowledge graphs(KGs) integration categories based on the Pan et al. (2024) roadmap (DOI: https://doi.org/10.48550/arXiv.2306.08302). This template includes the paper's DOI, its specific integration category, and the contributor who made the categorization." ;
a nt:AssertionTemplate ;
rdfs:label "Annotating paper with LLMs+KGs integration category" ;
nt:hasNanopubLabelPattern "LLMs+KGs integration category: ${category} for ${paper}" ;
nt:hasStatement sub:st1 ;
nt:hasTag "Annotations" .
sub:category a nt:RestrictedChoicePlaceholder ;
nt:hasPrefix "https://neverblink.eu/ontologies/llm-kg/categories#" ;
nt:hasPrefixLabel "llm-kg" ;
nt:possibleValue sub:KGEnhancedLLMInference ,
sub:KGEnhancedLLMInterpretability ,
sub:KGEnhancedLLMPretraining ,
sub:LLMAugmentedKGCompletion ,
sub:LLMAugmentedKGConstruction ,
sub:LLMAugmentedKGEmbedding ,
sub:LLMAugmentedKGQuestionAnswering ,
sub:LLMAugmentedKGToTextGeneration ,
sub:SynergizedKnowledgeRepresentation ,
sub:SynergizedReasoning .
sub:paper a nt:UriPlaceholder ;
nt:hasPrefix "https://doi.org/" ;
nt:hasPrefixLabel "the paper with DOI" ;
nt:hasRegex "10.(\\d)+/(\\S)+" .
sub:st1 rdf:object sub:category ;
rdf:predicate dct:subject ;
rdf:subject sub:paper ;
a nt:RepeatableStatement .
}