@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#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-Z8W8G16Z-X>
  skos:prefLabel "dialogue orienté tâche"@fr, "task-oriented dialogue"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PN68FK78-1> .

<http://data.loterre.fr/ark:/67375/8LP-PN68FK78-1>
  skos:hiddenLabel "Suivi des états de dialogue"@fr, "Dialogue state tracking"@en ;
  skos:example "We evaluate different specialization models across several target languages on the intrinsic word similarity task and three downstream language understanding tasks where distinguishing between true semantic similarity and conceptual relatedness is crucial: dialog state tracking lexical simplification and semantic textual similarity. (Ponti, Vulic, Glavaš, Reichart & Korhonen, 2019)"@en, "Dialogue State Tracking is regarded as a multiclass classification task based on a pre-defined ontology. (Zeng, He, Wang, Zeng, Wang, Xian & Xu, 2023)"@en, "Though Dialogue State Tracking (DST) is a core component of spoken dialogue systems recent work on this task mostly deals with chat corpora disregarding the discrepancies between spoken and written language. (Jacqmin, Druart, Estève, Favre, M Rojas & Vielzeuf, 2023)"@en, "Dialogue state tracking (DST) is an essential component in a task-oriented dialogue system. (Qixiang, Dong, Mou, Wang, Zeng, Guo, Sun & Xu, 2022)"@en ;
  skos:prefLabel "dialogue state tracking"@en, "suivi des états de dialogue"@fr ;
  dc:modified "2024-05-21T09:07:01"^^xsd:dateTime ;
  skos:definition "A task in task-oriented dialogue systems, which involves tracking of user’s goal and slot values based on dialogue context to accurately represent the current status or context of the conversation in order to facilitate more effective dialogue management and response generation. (Based on Maheshwari and Nangi, Pre-training and Data Augmentation for Dialogue State Tracking)"@en, "Processus par lequel un système informatique maintient une représentation mise à jour de l'état courant d'une conversation entre un être humain et une machine, souvent dans le contexte d'un système de dialogue pour adapter les réponses générées en fonction de l'état actuel de l'interaction."@fr ;
  skos:altLabel "dialog state tracking"@en ;
  inist:definitionalContext "Dialogue State Tracking is a multi-class classification task which involves identifying the slot values for each (domain slot) pair at each dialogue turn based on a pre-defined ontology. (Zeng, He, Wang, Fu & Xu, 2024)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-Z8W8G16Z-X> .

