five

Brendan/PMUL4976_only_dataset

收藏
Hugging Face2023-11-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Brendan/PMUL4976_only_dataset
下载链接
链接失效反馈
官方服务:
资源简介:
--- dataset_info: features: - name: dialogue_id dtype: string - name: turn_id dtype: int8 - name: domains sequence: string - name: system_utterances sequence: string - name: user_utterances sequence: string - name: slot_values struct: - name: hotel struct: - name: price range dtype: string - name: type dtype: string - name: parking dtype: string - name: book day dtype: string - name: book people dtype: string - name: book stay dtype: string - name: stars dtype: string - name: internet dtype: string - name: name dtype: string - name: area dtype: string - name: train struct: - name: arrive by dtype: string - name: departure dtype: string - name: day dtype: string - name: book people dtype: string - name: leave at dtype: string - name: destination dtype: string - name: attraction struct: - name: area dtype: string - name: name dtype: string - name: type dtype: string - name: restaurant struct: - name: price range dtype: string - name: area dtype: string - name: food dtype: string - name: name dtype: string - name: book day dtype: string - name: book people dtype: string - name: book time dtype: string - name: hospital struct: - name: department dtype: string - name: taxi struct: - name: leave at dtype: string - name: destination dtype: string - name: departure dtype: string - name: arrive by dtype: string - name: bus struct: - name: departure dtype: string - name: destination dtype: string - name: leave at dtype: string - name: day dtype: string - name: police struct: - name: name dtype: string - name: turn_slot_values struct: - name: hotel struct: - name: price range dtype: string - name: type dtype: string - name: parking dtype: string - name: book day dtype: string - name: book people dtype: string - name: book stay dtype: string - name: stars dtype: string - name: internet dtype: string - name: name dtype: string - name: area dtype: string - name: train struct: - name: arrive by dtype: string - name: departure dtype: string - name: day dtype: string - name: book people dtype: string - name: leave at dtype: string - name: destination dtype: string - name: attraction struct: - name: area dtype: string - name: name dtype: string - name: type dtype: string - name: restaurant struct: - name: price range dtype: string - name: area dtype: string - name: food dtype: string - name: name dtype: string - name: book day dtype: string - name: book people dtype: string - name: book time dtype: string - name: hospital struct: - name: department dtype: string - name: taxi struct: - name: leave at dtype: string - name: destination dtype: string - name: departure dtype: string - name: arrive by dtype: string - name: bus struct: - name: departure dtype: string - name: destination dtype: string - name: leave at dtype: string - name: day dtype: string - name: police struct: - name: name dtype: string - name: last_slot_values struct: - name: hotel struct: - name: price range dtype: string - name: type dtype: string - name: parking dtype: string - name: book day dtype: string - name: book people dtype: string - name: book stay dtype: string - name: stars dtype: string - name: internet dtype: string - name: name dtype: string - name: area dtype: string - name: train struct: - name: arrive by dtype: string - name: departure dtype: string - name: day dtype: string - name: book people dtype: string - name: leave at dtype: string - name: destination dtype: string - name: attraction struct: - name: area dtype: string - name: name dtype: string - name: type dtype: string - name: restaurant struct: - name: price range dtype: string - name: area dtype: string - name: food dtype: string - name: name dtype: string - name: book day dtype: string - name: book people dtype: string - name: book time dtype: string - name: hospital struct: - name: department dtype: string - name: taxi struct: - name: leave at dtype: string - name: destination dtype: string - name: departure dtype: string - name: arrive by dtype: string - name: bus struct: - name: departure dtype: string - name: destination dtype: string - name: leave at dtype: string - name: day dtype: string - name: police struct: - name: name dtype: string - name: system_response_acts sequence: string - name: system_response dtype: string splits: - name: valid_evaluable_only num_bytes: 15490.408443056875 num_examples: 11 download_size: 59035 dataset_size: 15490.408443056875 --- # Dataset Card for "PMUL4976_only_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
Brendan
原始信息汇总

数据集概述

数据集信息

特征

  • dialogue_id: 对话ID,数据类型为字符串。
  • turn_id: 回合ID,数据类型为整数。
  • domains: 领域,数据类型为字符串序列。
  • system_utterances: 系统话语,数据类型为字符串序列。
  • user_utterances: 用户话语,数据类型为字符串序列。
  • slot_values: 槽值,数据类型为结构体,包含以下字段:
    • hotel: 酒店,包含以下字段:
      • price range: 价格范围,数据类型为字符串。
      • type: 类型,数据类型为字符串。
      • parking: 停车,数据类型为字符串。
      • book day: 预订日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • book stay: 预订住宿,数据类型为字符串。
      • stars: 星级,数据类型为字符串。
      • internet: 互联网,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • area: 区域,数据类型为字符串。
    • train: 火车,包含以下字段:
      • arrive by: 到达时间,数据类型为字符串。
      • departure: 出发地,数据类型为字符串。
      • day: 日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • leave at: 离开时间,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
    • attraction: 景点,包含以下字段:
      • area: 区域,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • type: 类型,数据类型为字符串。
    • restaurant: 餐厅,包含以下字段:
      • price range: 价格范围,数据类型为字符串。
      • area: 区域,数据类型为字符串。
      • food: 食物,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • book day: 预订日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • book time: 预订时间,数据类型为字符串。
    • hospital: 医院,包含以下字段:
      • department: 科室,数据类型为字符串。
    • taxi: 出租车,包含以下字段:
      • leave at: 离开时间,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
      • departure: 出发地,数据类型为字符串。
      • arrive by: 到达时间,数据类型为字符串。
    • bus: 巴士,包含以下字段:
      • departure: 出发地,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
      • leave at: 离开时间,数据类型为字符串。
      • day: 日期,数据类型为字符串。
    • police: 警察,包含以下字段:
      • name: 名称,数据类型为字符串。
  • turn_slot_values: 回合槽值,数据类型为结构体,包含以下字段:
    • hotel: 酒店,包含以下字段:
      • price range: 价格范围,数据类型为字符串。
      • type: 类型,数据类型为字符串。
      • parking: 停车,数据类型为字符串。
      • book day: 预订日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • book stay: 预订住宿,数据类型为字符串。
      • stars: 星级,数据类型为字符串。
      • internet: 互联网,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • area: 区域,数据类型为字符串。
    • train: 火车,包含以下字段:
      • arrive by: 到达时间,数据类型为字符串。
      • departure: 出发地,数据类型为字符串。
      • day: 日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • leave at: 离开时间,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
    • attraction: 景点,包含以下字段:
      • area: 区域,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • type: 类型,数据类型为字符串。
    • restaurant: 餐厅,包含以下字段:
      • price range: 价格范围,数据类型为字符串。
      • area: 区域,数据类型为字符串。
      • food: 食物,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • book day: 预订日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • book time: 预订时间,数据类型为字符串。
    • hospital: 医院,包含以下字段:
      • department: 科室,数据类型为字符串。
    • taxi: 出租车,包含以下字段:
      • leave at: 离开时间,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
      • departure: 出发地,数据类型为字符串。
      • arrive by: 到达时间,数据类型为字符串。
    • bus: 巴士,包含以下字段:
      • departure: 出发地,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
      • leave at: 离开时间,数据类型为字符串。
      • day: 日期,数据类型为字符串。
    • police: 警察,包含以下字段:
      • name: 名称,数据类型为字符串。
  • last_slot_values: 最后槽值,数据类型为结构体,包含以下字段:
    • hotel: 酒店,包含以下字段:
      • price range: 价格范围,数据类型为字符串。
      • type: 类型,数据类型为字符串。
      • parking: 停车,数据类型为字符串。
      • book day: 预订日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • book stay: 预订住宿,数据类型为字符串。
      • stars: 星级,数据类型为字符串。
      • internet: 互联网,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • area: 区域,数据类型为字符串。
    • train: 火车,包含以下字段:
      • arrive by: 到达时间,数据类型为字符串。
      • departure: 出发地,数据类型为字符串。
      • day: 日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • leave at: 离开时间,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
    • attraction: 景点,包含以下字段:
      • area: 区域,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • type: 类型,数据类型为字符串。
    • restaurant: 餐厅,包含以下字段:
      • price range: 价格范围,数据类型为字符串。
      • area: 区域,数据类型为字符串。
      • food: 食物,数据类型为字符串。
      • name: 名称,数据类型为字符串。
      • book day: 预订日期,数据类型为字符串。
      • book people: 预订人数,数据类型为字符串。
      • book time: 预订时间,数据类型为字符串。
    • hospital: 医院,包含以下字段:
      • department: 科室,数据类型为字符串。
    • taxi: 出租车,包含以下字段:
      • leave at: 离开时间,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
      • departure: 出发地,数据类型为字符串。
      • arrive by: 到达时间,数据类型为字符串。
    • bus: 巴士,包含以下字段:
      • departure: 出发地,数据类型为字符串。
      • destination: 目的地,数据类型为字符串。
      • leave at: 离开时间,数据类型为字符串。
      • day: 日期,数据类型为字符串。
    • police: 警察,包含以下字段:
      • name: 名称,数据类型为字符串。
  • system_response_acts: 系统响应行为,数据类型为字符串序列。
  • system_response: 系统响应,数据类型为字符串。

数据集分割

  • valid_evaluable_only: 验证评估部分,包含11个示例,占用15490.408443056875字节。

数据集大小

  • 下载大小: 59035字节。
  • 数据集大小: 15490.408443056875字节。
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作