@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-GF7T4R7R-D>
  dc:modified "2024-05-14T10:29:08"^^xsd:dateTime ;
  a skos:Concept ;
  skos:prefLabel "special token"@en, "token spécial"@fr ;
  skos:hiddenLabel "Token spécial"@fr, "Special token"@en ;
  skos:example "After concatenation we removed all the special tokens except for the first CLS the last SEP which made it structurally similar to the outputs of non-segmented transformers. (Qin, Feng & Van Durme, 2023)"@en, "We remove URLs from the text and replace them with a special token i.e. [URL]. (Ruiter, Reiners, D'Sa, Kleinbauer, Fohr, Illina, Klakow, Schemer & Monnier, 2022)"@en, "These profiles were generated for each hate speech instance in the training data and added in the same way as described in the previous strategy i.e. after the special token '<personalinformation>'. (Doganç & Markov, 2023)"@en, "We select tokens from C and mask them in the original text T using the special token [MASK]. (Yoon, Yoon & Park, 2024)"@en, "Further we add the grammar rules separated by a special token. (Macina, Daheim, Wang, Sinha, Kapur, Gurevych & Sachan, 2023)"@en ;
  skos:definition "A token that holds a specific function within a model, ensuring that it processes the input data correctly."@en, "Token qui occupe une fonction spécifique dans un modèle afin de permettre de traiter correctement les données d'entrée."@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-TX1JH6ZL-6> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-TX1JH6ZL-6>
  skos:prefLabel "token"@fr, "token"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GF7T4R7R-D> .

