DSTC2 数据集解读

[
  {
    "speaker": 2,
    "text": "Hello, welcome to the Cambridge restaurant system. You can ask for restaurants by area, price range or food type. How may I help you?",
    "dialog_acts": [
      {
        "act": "welcomemsg",
        "slots": []
      }
    ]
  },
  {
    "speaker": 1,
    "text": "sil",
    "goals": {},
    "dialog_acts": []
  },
  {
    "speaker": 2,
    "text": "What part of town do you have in mind?",
    "dialog_acts": [
      {
        "act": "request_ area",
        "slots": []
      }
    ]
  },
  {
    "speaker": 1,
    "text": "north part of town serving gastropub food",
    "goals": {
      "food": "gastropub",
      "area": "north"
    },
    "dialog_acts": [
      {
        "slots": [
          [
            "food",
            "gastropub"
          ]
        ],
        "act": "inform"
      },
      {
        "slots": [
          [
            "area",
            "north"
          ]
        ],
        "act": "inform"
      }
    ]
  },
  {
    "speaker": 2,
    "text": "api_call area=rnorthr food=\"gastropub\" pricerange=rdontcarer",
    "dialog_acts": [
      {
        "act": "api_call",
        "slots": [
          [
            "food",
            "gastropub"
          ],
          [
            "area",
            "north"
          ]
        ]
      }
    ],
    "db_result": {}
  },
  {
    "speaker": 2,
    "text": "Sorry there is no gastropub restaurant in the north of town.",
    "dialog_acts": [
      {
        "act": "canthelp_area_food",
        "slots": [
          [
            "area",
            "north"
          ],
          [
            "food",
            "gastropub"
          ]
        ]
      }
    ]
  },
  {
    "speaker": 1,
    "text": "what about a chinese restaurant in the north of town",
    "goals": {
      "food": "chinese",
      "area": "north"
    },
    "dialog_acts": [
      {
        "slots": [
          [
            "food",
            "chinese"
          ]
        ],
        "act": "inform"
      },
      {
        "slots": [
          [
            "area",
            "north"
          ]
        ],
        "act": "inform"
      }
    ]
  },
  {
    "speaker": 2,
    "text": "api_call area=rnorthr food=\"chinese\" pricerange=\"dontcare\"",
    "dialog_acts": [
      {
        "act": "api_call",
        "slots": [
          [
            "food",
            "chinese"
          ],
          [
            "area",
            "north"
          ]
        ]
      }
    ],
    "db_result": {
      "food": "french",
      "area": "north",
      "phone": "01223 351880",
      "pricerange": "expensive",
      "addr": "22 chesterton road chesterton",
      "postcode": "c.b 4, 3 a.x",
      "name": "restaurant two two"
    }
  },
  {
    "speaker": 2,
    "text": "Restaurant two two is in the north part of town.",
    "dialog_acts": [
      {
        "act": "inform_area,offer_name",
        "slots": [
          [
            "name",
            "restaurant two two"
          ],
          [
            "area",
            "north"
          ]
        ]
      }
    ]
  },
  {
    "speaker": 1,
    "text": "do they serve chinese food",
    "goals": {
      "food": "chinese",
      "area": "north"
    },
    "dialog_acts": [
      {
        "slots": [
          [
            "food",
            "chinese"
          ]
        ],
        "act": "confirm"
      }
    ]
  },
  {
    "speaker": 2,
    "text": "Would you like something in the cheap, moderate, or expensive price range?",
    "dialog_acts": [
      {
        "act": "request_pricerange",
        "slots": []
      }
    ]
  },
  {
    "speaker": 1,
    "text": "just chinese food in the north part of town",
    "goals": {
      "food": "chinese",
      "area": "north"
    },
    "dialog_acts": [
      {
        "slots": [
          [
            "food",
            "chinese"
          ]
        ],
        "act": "inform"
      },
      {
        "slots": [
          [
            "area",
            "north"
          ]
        ],
        "act": "inform"
      }
    ]
  },
  {
    "speaker": 2,
    "text": "Would you like something in the cheap, moderate, or expensive price range?",
    "dialog_acts": [
      {
        "act": "request_pricerange",
        "slots": []
      }
    ]
  },
  {
    "speaker": 1,
    "text": "i dont care",
    "goals": {
      "food": "chinese",
      "pricerange": "dontcare",
      "area": "north"
    },
    "dialog_acts": [
      {
        "slots": [
          [
            "this",
            "dontcare"
          ]
        ],
        "act": "inform"
      }
    ]
  }
]

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值