@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-LX7HJLMC-S>
  skos:prefLabel "méthodes et outils de TAL"@fr, "NLP methods and tools"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-WMP2BNP0-3> .

<http://data.loterre.fr/ark:/67375/8LP-WMP2BNP0-3>
  skos:prefLabel "transfert de style"@fr, "style transfer"@en ;
  dc:modified "2024-06-14T14:29:23"^^xsd:dateTime ;
  a skos:Concept ;
  skos:example "Constructing audience-centric or time-evolving / adaptive methods for style transfer remains an open challenge. (Moorjani, Krishnan, Sundaram, Maslowska & Sankar, 2022)"@en, "In a second approach we perform deception style \"transfer\" by translating deceptive content into the style of credible content and vice versa. (Saldanha, Garimella & Volkova, 2020)"@en ;
  skos:hiddenLabel "Transfert de style"@fr, "Style transfer"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S> ;
  skos:definition "An NLP process which consists of substituting one given writing style for another one while preserving the content of the text. (Based on de Rivero et al., Formalstyler: GPT‑Based Model for Formal Style Transfer with Meaning Preservation, in SN Computer Science, 2023)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

