Skip to content

KLUE DST (WoS) dataset description

Jihyung Moon edited this page May 27, 2021 · 1 revision
Name Description
guid (str) a primary key of each dialogue
domains (List[str]) list of domain transitions in the dialogue
dialogue (List[utterance]) dialogue context consists of system and user utterances
for each utterance (Dict[str, Union[str, List[str]]])
- role (str) role of the utterance (sys or user)
- text (str) utterance
- state (Optional[List[str]]) dialogue state corresponding turn (each slot-value pair is represented as (DOMAIN-SLOT-VALUE))