@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-NNH3JM15-X>
  skos:prefLabel "data set"@en, "jeu de données"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KCW9M5ZM-6> .

<http://data.loterre.fr/ark:/67375/8LP-KCW9M5ZM-6>
  skos:definition "Paire de phrases composée d'une question et de la réponse correspondante et qui est souvent utilisée dans les systèmes de question-réponse, les agents conversationnels, la recherche d'informations et l'évaluation de modèles de TAL."@fr, "A pair of sentences consisting of a question and its corresponding answer that is often used in question answering systems, chatbots, information retrieval, and evaluation of NLP models."@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Paire question-réponse"@fr, "Question-answer pair"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NNH3JM15-X> ;
  a skos:Concept ;
  skos:example "SQuAD contains more than 100000 question-answer pairs on 500 articles which is significantly larger than previous reading comprehension datasets. (Galitsky, Ilvovsky & Goncharova, 2021)"@en, "It retrieves QA-pairs from PAQ a large resource of 65M automatically-generated QA-pairs returning the answer of the most relevant QA-pair. (Liu, Lewis, Riedel & Stenetorp, 2022)"@en ;
  dc:modified "2024-07-01T13:58:09"^^xsd:dateTime ;
  skos:prefLabel "paire question-réponse"@fr, "question-answer pair"@en ;
  skos:altLabel "QA pair"@en .

