@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-GKBJ37VQ-K>
  skos:example "The quality of generated summaries is typically assessed by comparing the generated summary against some reference summary using ROUGE (Recall-Oriented Understudy for Gisting Evaluation) (ROUGE 2004). (de Andrade & Becker, 2023)"@en, "To train the regression model we first calculated the ROUGE score for each sentence in the training set regarding the title as a reference summary. (Ishigaki, Takamura & Okumura, 2017)"@en, "To summarize ROUGE scores assess the similarity between candidates and references based on the overlap of unigrams bigrams and the longest common sequence likewise for BLEU; while BLEU focuses on precision ROUGE focuses on recall. (Zhou, Ringeval & Portet, 2023)"@en, "These ROUGE scores measure the accuracy based on unigrams bigrams and longest subsequences. (Liu, Sun & Gao, 2021)"@en, "In prior baselines (rows 3 and 5) we observe a drop in ROUGE score with ranges 2.05 -2.14 and 0.06 in terms of BS when switching from oracle to predicted markers. (Elaraby, Zhong & Litman, 2023)"@en ;
  skos:altLabel "ROUGE score"@en, "Recall Oriented Understudy for Gisting Evaluation"@en ;
  skos:definition "A set of metrics commonly used to evaluate text summarization tasks by comparing machine-generated summaries to reference summaries provided by humans. (Based on Santhosh, Understanding BLEU and ROUGE score for NLP evaluation, on medium.com, 2023)"@en, "Ensemble de métriques utilisé pour évaluer la qualité de résumés automatiques en se basant sur des résumés de référence rédigés par des êtres humains."@fr ;
  dc:modified "2024-10-10T09:39:46"^^xsd:dateTime ;
  skos:prefLabel "ROUGE"@fr, "ROUGE"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-T0SHQB1L-X> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-T0SHQB1L-X>
  skos:prefLabel "automatic evaluation metric"@en, "métrique automatique d'évaluation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GKBJ37VQ-K> .

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