@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-XMC0FD3V-H>
  skos:example "This knowledge sufficiently reduces the search space so that probabilistic parameters can be relatively easily estimated. (Nederhof & Rahman, 2015)"@en, "Since our solution space is the powerset of the considered features it can be seen as a lattice i.e. a graph where each solution is represented by a node. (Lion-Bouton, Savary & Antoine, 2023)"@en, "The search space is explored by beam search and model parameters are estimated with the averaged structured perceptron (Collins 2002) from training data consisting of question-answer pairs using answer F 1 -score as the objective. (Reddy, Täckström, Petrov, Steedman & Lapata, 2017)"@en, "These strategies navigate the solution space by selecting sequences of tokens that maximize the overall likelihood. (Massarelli, Petroni, Piktus, Ott, Rocktäschel, Plachouras, Silvestri & Riedel, 2020)"@en, "Y. Cet espace Y(x) est appelé l'espace de recherche. (Pécheux, Allauzen, Lavergne, Wisniewski & Yvon, 2015)"@fr, "However again as with many other practical optimization problems the search space turns out to be intractably large. (Hatzivassiloglou & McKeown, 1993)"@en ;
  dc:modified "2024-07-01T06:44:51"^^xsd:dateTime ;
  skos:hiddenLabel "Search space"@en, "Espace de recherche"@fr ;
  skos:prefLabel "espace de recherche"@fr, "search space"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q17013331> ;
  a skos:Concept ;
  skos:definition "L'ensemble de toutes les solutions possibles qu'un algorithme de recherche peut explorer pour trouver la solution optimale à un problème donné. Dans les tâches telles que la traduction automatique ou la génération de texte, l'espace de recherche englobe toutes les combinaisons possibles de mots ou de phrases qui pourraient former des traductions valides ou du texte généré."@fr, "The set of all possible solutions that a search algorithm can explore to find the optimal solution for a given problem. In tasks like machine translation or text generation, the search space encompasses all the possible combinations of words or phrases that could form valid translations or generated text."@en ;
  skos:altLabel "feasible set"@en, "solution space"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NNH3JM15-X> .

<http://data.loterre.fr/ark:/67375/8LP-NNH3JM15-X>
  skos:prefLabel "data set"@en, "jeu de données"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XMC0FD3V-H> .

