@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-H5XSG9ZG-G>
  skos:prefLabel "model training"@en, "entraînement de modèle"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZNNWZ6D5-2> .

<http://data.loterre.fr/ark:/67375/8LP-ZNNWZ6D5-2>
  skos:prefLabel "retraining"@en, "ré-entraînement"@fr ;
  dc:modified "2024-06-10T08:28:10"^^xsd:dateTime ;
  skos:example "The retraining of our previous SOTA model on the new corpus showed improvement in recognition quality on two out of three core entity types: organization and location. (Chaplynskyi & Romanyshyn, 2024)"@en, "So far the retraining process is not able to operate on an incremental basis i.e. it has to reindex the complete corpus to perform the training operation. (Benzineb & Guyot, 2011)"@en, "Thus we propose a different approach where a retraining of all the models is not necessary. (Lagarda & Casacuberta, 2008)"@en ;
  skos:hiddenLabel "Ré-entraînement"@fr, "Retraining"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-H5XSG9ZG-G> .

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