@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V>
  skos:prefLabel "logiciel de TAL"@fr, "NLP software"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-SNDVCWPW-4> .

<http://data.loterre.fr/ark:/67375/8LP-SNDVCWPW-4>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:exactMatch ltk:-CJVDC98T-S ;
  skos:definition "Encodeur neuronal qui opère directement sur des séquences de caractères, sans tokenisation explicite ni vocabulaire, et intègre une stratégie de pré-entraînement qui opère soit directement sur les caractères, soit utilise éventuellement des sous-mots comme biais inductif léger. (Clark et al., 2021)"@fr, "A neural encoder that operates directly on character sequences””without explicit tokenization or vocabulary””and a pre-training strategy that operates either directly on characters or optionally uses subwords as a soft inductive bias. (Clark et al., 2021)."@en ;
  dc:modified "2024-05-03T09:34:45"^^xsd:dateTime, "2024-05-03T09:25:02"^^xsd:dateTime ;
  skos:example "While producing longer sequences than mBERT CANINE does not necessarily incur higher memory or latency costs as it has fewer parameters than mBERT. (Sun, Fernandes, Wang & Neubig, 2023)"@en, "Interestingly we find that CANINE performs poorly compared to mBERT in all three tasks and the performance gap increases as fewer finetuning data are available. (Sun, Fernandes, Wang & Neubig, 2023)"@en, "Since the syllables are separated by blank spaces in the melody-lyrics dataset the lyrics it generates are different from the correctly formatted language that CANINE is used to. (Zhang, Lasocki, Yu & Takasu, 2024)"@en, "We chose CANINE as it is a widely recognized open-source character-level language model. (Zhang, Lasocki, Yu & Takasu, 2024)"@en ;
  skos:hiddenLabel "Canine"@en, "Canine"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "CANINE"@fr, "CANINE"@en .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
