@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

tag:weaviate  a         sl:Tag ;
        skos:prefLabel  "Weaviate" .

<http://www.semanlink.net/doc/2024/12/2412_13663_smarter_better_f>
        dc:title         "[2412.13663] Smarter, Better, Faster, Longer: A Modern Bidirectional Encoder for Fast, Memory Efficient, and Long Context Finetuning and Inference" ;
        sl:creationDate  "2024-12-21" ;
        sl:tag           tag:modernbert , tag:long_context , tag:jeremy_howard , tag:benjamin_clavie , tag:arxiv_doc .

tag:modernbert  a       sl:Tag ;
        skos:prefLabel  "ModernBERT" .

tag:lms_context_length
        a               sl:Tag ;
        skos:prefLabel  "LMs: context length" .

tag:context_engineering
        a               sl:Tag ;
        skos:prefLabel  "Context engineering" .

tag:retrieval_augmented_generation
        a               sl:Tag ;
        skos:prefLabel  "RAG" .

tag:rag_chunking  a     sl:Tag ;
        skos:prefLabel  "RAG: chunking" .

tag:nlp_google  a       sl:Tag ;
        skos:prefLabel  "NLP@Google" .

tag:long_context  a       sl:Tag ;
        rdfs:isDefinedBy  tag:long_context.n3 ;
        skos:broader      tag:lms_context_length ;
        skos:prefLabel    "Long Context" ;
        foaf:page         tag:long_context.html .

<http://www.semanlink.net/doc/2024/08/rohan_paul_sur_x_rag_or_long>
        dc:title         "Rohan Paul sur X : \"RAG or Long Context ?? ...\"" ;
        sl:creationDate  "2024-08-24" ;
        sl:tag           tag:retrieval_augmented_generation , tag:nlp_google , tag:long_context .

tag:tweet  a            sl:Tag ;
        skos:prefLabel  "Tweet" .

<http://www.semanlink.net/doc/2024/09/rohan_paul_sur_x_very_intere>
        dc:title         "Rohan Paul sur X : \"Late Chunking: Balancing Precision and Cost in Long Context Retrieval From @weaviate_io blog ...\"" ;
        sl:creationDate  "2024-09-07" ;
        sl:tag           tag:weaviate , tag:tweet , tag:rag_chunking , tag:long_context .

tag:benjamin_clavie  a  sl:Tag ;
        skos:prefLabel  "Benjamin Clavié" .

tag:arxiv_doc  a        sl:Tag ;
        skos:prefLabel  "Arxiv Doc" .

tag:jeremy_howard  a    sl:Tag ;
        skos:prefLabel  "Jeremy Howard" .

<http://www.semanlink.net/doc/2025/11/how_long_contexts_fail>
        dc:title         "How Long Contexts Fail" ;
        sl:comment       "- Context Poisoning: When a hallucination makes it into the context\r\n- Context Distraction: When the context overwhelms the training\r\n- Context Confusion: When superfluous context influences the response\r\n- Context Clash: When parts of the context disagree\r\n\r\nfollowed by [How to fix your context](https://www.dbreunig.com/2025/06/26/how-to-fix-your-context.html)" ;
        sl:creationDate  "2025-11-11" ;
        sl:tag           tag:long_context , tag:context_engineering .
