@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-ZZQ7MN2Q-J>
  skos:prefLabel "ressources de TAL et évaluation"@fr, "NLP resources and evaluation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZJHVQGH1-7> .

<http://data.loterre.fr/ark:/67375/8LP-ZJHVQGH1-7>
  skos:example "Avec le meilleur classifieur RandomForest, nous avons effectué une étude d'ablation de traits. (Zhai, Illouz & Vilnat, 2019)"@fr, "Finalement une étude d'ablation sera présentée pour fournir quelques éléments d'explication quant aux mécanismes permettant ce gain en termes de prédiction. (Falissard, Guigue & Soulier, 2023)"@fr ;
  dc:modified "2024-06-24T09:07:24"^^xsd:dateTime ;
  a skos:Concept ;
  skos:hiddenLabel "Étude d'ablation"@fr, "Ablation study"@en ;
  skos:prefLabel "ablation study"@en, "étude d'ablation"@fr ;
  skos:definition "An ablation study investigates the performance of an AI system by removing certain components to understand the contribution of the component to the overall system. (Wikipedia)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZZQ7MN2Q-J> .

