@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-BBV3VGB1-Q>
  skos:prefLabel "traduction automatique neuronale par convolution"@fr, "convolutional neural machine translation"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T> .

<http://data.loterre.fr/ark:/67375/8LP-GRGH8VG1-G>
  skos:prefLabel "seq2seq neural machine translation"@en, "traduction automatique neuronale par modèle séquence-à-séquence"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T> .

<http://data.loterre.fr/ark:/67375/8LP-MNPTZ528-T>
  skos:prefLabel "transformer-based neural machine translation"@en, "traduction automatique neuronale à base de transformer"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T> .

<http://data.loterre.fr/ark:/67375/8LP-HCSLW6KH-P>
  skos:prefLabel "data-driven machine translation"@en, "traduction automatique basée sur les corpus"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T> .

<http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MNPTZ528-T>, <http://data.loterre.fr/ark:/67375/8LP-BBV3VGB1-Q>, <http://data.loterre.fr/ark:/67375/8LP-GRGH8VG1-G> ;
  skos:hiddenLabel "Traduction automatique neuronale"@fr, "Neural machine translation"@en ;
  skos:definition "Machine translation approach which uses deep-learning approaches and learn automatically from the training data. ( <a href=\"https://zenodo.org/record/5646896\">https://zenodo.org/record/5646896</a>)"@en, "Approche de traduction automatique qui exploite les réseaux de neurones profonds et des corpus bilingues alignés dans la phase d'apprentissage de façon à constituer leur modèle de langue, ( <a href=\"https://datafranca.org/wiki/Traduction_automatique_neuronale\">https://datafranca.org/wiki/Traduction_automatique_neuronale</a>)"@fr ;
  skos:example "They showed that neural machine translation was less robust to many types of noise than statistical machine translation. (Popovic, Lapshinova-Koltunski & Koponen, 2024)"@en, "Due to recent advances NMT has been receiving heavy attention and achieved state of the art performance in the task of language translation. (Mujadia & Sharma, 2020)"@en ;
  skos:prefLabel "neural machine translation"@en, "traduction automatique neuronale"@fr ;
  dc:modified "2024-04-29T14:15:08"^^xsd:dateTime ;
  skos:altLabel "TAN"@fr, "NMT"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q25053937> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-HCSLW6KH-P> ;
  a skos:Concept .

