@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-CQ937GB8-K>
  skos:prefLabel "attention mechanism"@en, "mécanisme d'attention"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-X3T8021Q-6> .

<http://data.loterre.fr/ark:/67375/8LP-X3T8021Q-6>
  a skos:Concept ;
  skos:definition "Composant individuel d'un mécanisme d'attention multi-tête qui se concentre sur des parties spécifiques d'un texte d'entrée, aidant le modèle de langue à comprendre quels mots sont les plus importants pour répondre à une problématique particulière, comme la compréhension du sens du texte ou la réponse à une question."@fr, "An individual component in a multi-head attention mechanism which focuses on specific parts of input text, helping a language model to understand which words are most important for a particular task, like understanding meaning or answering a question."@en ;
  skos:prefLabel "attention head"@en, "tête d'attention"@fr ;
  skos:hiddenLabel "Attention head"@en, "Tête d'attention"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CQ937GB8-K> ;
  dc:modified "2024-05-13T14:33:44"^^xsd:dateTime ;
  skos:example "Par exemple les parties du corps humain sont souvent utilisées pour désigner une partie d'un objet selon sa position (tête d'attention). (Lerner & Yvon, 2024)"@fr, "Ce mécanisme d'auto-attention correspond à une tête d'attention dans un modèle transformeur (Vaswani et al. 2017) en particulier dans la partie encodeur qui nous intéresse. (Fosse, Nguyen, Sébillot & Gravier, 2023)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

