@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-V1WS80W6-2>
  skos:prefLabel "modèle de langue"@fr, "language model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-B16FS460-X> .

<http://data.loterre.fr/ark:/67375/8LP-B16FS460-X>
  a skos:Concept ;
  skos:example "If only a small quantity of unannotated text is present the target language model after adaptation may experience a drop in performance. (Nayak, Nan, Trost & Bach, 2024)"@en, "We train the target language model on the synthetic instruction tuning dataset containing instruction-response pairs. (Nayak, Nan, Trost & Bach, 2024)"@en, "Then the target language model is adapted by training on the synthetic dataset to get the specialized language model. (Nayak, Nan, Trost & Bach, 2024)"@en, "The first factor in this product which represents the target language model may thus affect any aspect of the translation including target word selection. (Dagan & Itai, 1994)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-05-21T07:17:37"^^xsd:dateTime ;
  skos:hiddenLabel "Modèle de langue cible"@fr, "Target language model"@en ;
  skos:prefLabel "target language model"@en, "modèle de langue cible"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-V1WS80W6-2> .

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