@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-GKGZ083L-Z>
  skos:prefLabel "plongement"@fr, "embedding"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-NZRD3L6P-L> .

<http://data.loterre.fr/ark:/67375/8LP-NZRD3L6P-L>
  skos:prefLabel "représentation distribuée sémantique"@fr, "semantic embedding"@en ;
  skos:example "Our method repeats this process from the bottom up to get semantic embeddings at all levels. (Zhao, He, Xiao & Xu, 2023)"@en, "Sem-BERT is intended to handle multiple sequence inputs the words in the input sequence are passed to semantic role labeling to obtain multiple predicate-derived structures to form a semantic embedding. (Galitsky, Ilvovsky & Goncharova, 2021)"@en, "Two utterances could be labelled as having the same content if their semantic embeddings are close to each other (e.g. when cosine similarity is above a certain threshold). (Wegmann, Schraagen & Nguyen, 2022)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-GKGZ083L-Z> ;
  dc:modified "2024-05-29T09:50:50"^^xsd:dateTime ;
  skos:hiddenLabel "Représentation distribuée sémantique"@fr, "Semantic embedding"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

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