google-research

Форк
0
302 строки · 7.2 Кб
1
[
2
  {
3
    "turns": [
4
      {
5
        "frames": [
6
          {
7
            "state": {
8
              "active_intent": "FindApartment",
9
              "slot_values": {},
10
              "requested_slots": []
11
            },
12
            "slots": [],
13
            "service": "Homes_1"
14
          }
15
        ],
16
        "utterance": "I'm looking for apartments.",
17
        "speaker": "USER"
18
      },
19
      {
20
        "frames": [
21
          {
22
            "slots": [],
23
            "actions": [
24
              {
25
                "slot": "area",
26
                "act": "REQUEST",
27
                "values": []
28
              }
29
            ],
30
            "service": "Homes_1"
31
          }
32
        ],
33
        "utterance": "Which area are you looking in?",
34
        "speaker": "SYSTEM"
35
      },
36
      {
37
        "frames": [
38
          {
39
            "state": {
40
              "active_intent": "FindApartment",
41
              "slot_values": {
42
                "area": [
43
                  "San Jose"
44
                ]
45
              },
46
              "requested_slots": []
47
            },
48
            "slots": [
49
              {
50
                "exclusive_end": 31,
51
                "slot": "area",
52
                "start": 23
53
              }
54
            ],
55
            "service": "Homes_1"
56
          }
57
        ],
58
        "utterance": "I want an apartment in San Jose.",
59
        "speaker": "USER"
60
      },
61
      {
62
        "frames": [
63
          {
64
            "slots": [],
65
            "actions": [
66
              {
67
                "slot": "number_of_beds",
68
                "act": "REQUEST",
69
                "values": []
70
              }
71
            ],
72
            "service": "Homes_1"
73
          }
74
        ],
75
        "utterance": "How many bedrooms do you want?",
76
        "speaker": "SYSTEM"
77
      },
78
      {
79
        "frames": [
80
          {
81
            "state": {
82
              "active_intent": "FindApartment",
83
              "slot_values": {
84
                "number_of_beds": [
85
                  "2"
86
                ],
87
                "area": [
88
                  "San Jose"
89
                ]
90
              },
91
              "requested_slots": []
92
            },
93
            "slots": [],
94
            "service": "Homes_1"
95
          }
96
        ],
97
        "utterance": "2 bedrooms, please.",
98
        "speaker": "USER"
99
      },
100
      {
101
        "frames": [
102
          {
103
            "slots": [
104
              {
105
                "exclusive_end": 37,
106
                "slot": "property_name",
107
                "start": 31
108
              },
109
              {
110
                "exclusive_end": 67,
111
                "slot": "address",
112
                "start": 41
113
              },
114
              {
115
                "exclusive_end": 116,
116
                "slot": "rent",
117
                "start": 110
118
              }
119
            ],
120
            "actions": [
121
              {
122
                "slot": "property_name",
123
                "act": "OFFER",
124
                "values": [
125
                  "Aegena"
126
                ]
127
              },
128
              {
129
                "slot": "address",
130
                "act": "OFFER",
131
                "values": [
132
                  "1290 San Tomas Aquino Road"
133
                ]
134
              },
135
              {
136
                "slot": "number_of_beds",
137
                "act": "OFFER",
138
                "values": [
139
                  "2"
140
                ]
141
              },
142
              {
143
                "slot": "number_of_baths",
144
                "act": "OFFER",
145
                "values": [
146
                  "1"
147
                ]
148
              },
149
              {
150
                "slot": "rent",
151
                "act": "OFFER",
152
                "values": [
153
                  "$2,650"
154
                ]
155
              }
156
            ],
157
            "service": "Homes_1"
158
          }
159
        ],
160
        "utterance": "There's a nice property called Aegena at 1290 San Tomas Aquino Road. It has 2 bedrooms, 1 bath, and rents for $2,650 a month.",
161
        "speaker": "SYSTEM"
162
      },
163
      {
164
        "frames": [
165
          {
166
            "state": {
167
              "active_intent": "FindApartment",
168
              "slot_values": {
169
                "number_of_beds": [
170
                  "3"
171
                ],
172
                "area": [
173
                  "Livermore"
174
                ]
175
              },
176
              "requested_slots": []
177
            },
178
            "slots": [
179
              {
180
                "exclusive_end": 54,
181
                "slot": "area",
182
                "start": 45
183
              }
184
            ],
185
            "service": "Homes_1"
186
          }
187
        ],
188
        "utterance": "Can you find me a three bedroom apartment in Livermore?",
189
        "speaker": "USER"
190
      },
191
      {
192
        "frames": [
193
          {
194
            "slots": [
195
              {
196
                "exclusive_end": 38,
197
                "slot": "property_name",
198
                "start": 8
199
              },
200
              {
201
                "exclusive_end": 60,
202
                "slot": "address",
203
                "start": 42
204
              },
205
              {
206
                "exclusive_end": 110,
207
                "slot": "rent",
208
                "start": 104
209
              }
210
            ],
211
            "actions": [
212
              {
213
                "slot": "property_name",
214
                "act": "OFFER",
215
                "values": [
216
                  "Acacia Capital Cor-Ironwood Ap"
217
                ]
218
              },
219
              {
220
                "slot": "address",
221
                "act": "OFFER",
222
                "values": [
223
                  "5643 Charlotte Way"
224
                ]
225
              },
226
              {
227
                "slot": "number_of_beds",
228
                "act": "OFFER",
229
                "values": [
230
                  "3"
231
                ]
232
              },
233
              {
234
                "slot": "number_of_baths",
235
                "act": "OFFER",
236
                "values": [
237
                  "3"
238
                ]
239
              },
240
              {
241
                "slot": "rent",
242
                "act": "OFFER",
243
                "values": [
244
                  "$4,050"
245
                ]
246
              }
247
            ],
248
            "service": "Homes_1"
249
          }
250
        ],
251
        "utterance": "There's Acacia Capital Cor-Ironwood Ap at 5643 Charlotte Way. It has 3 bedrooms, 3 baths, and rents for $4,050 a month.",
252
        "speaker": "SYSTEM"
253
      },
254
      {
255
        "frames": [
256
          {
257
            "state": {
258
              "active_intent": "FindApartment",
259
              "slot_values": {
260
                "property_name": [
261
                  "Acacia Capital Cor-Ironwood Ap"
262
                ],
263
                "number_of_beds": [
264
                  "3"
265
                ],
266
                "area": [
267
                  "Livermore"
268
                ]
269
              },
270
              "requested_slots": []
271
            },
272
            "slots": [],
273
            "service": "Homes_1"
274
          }
275
        ],
276
        "utterance": "That one sounds good. Thanks, that's all I need.",
277
        "speaker": "USER"
278
      },
279
      {
280
        "frames": [
281
          {
282
            "slots": [],
283
            "actions": [
284
              {
285
                "slot": "",
286
                "act": "GOODBYE",
287
                "values": []
288
              }
289
            ],
290
            "service": "Homes_1"
291
          }
292
        ],
293
        "utterance": "Have a nice day.",
294
        "speaker": "SYSTEM"
295
      }
296
    ],
297
    "services": [
298
      "Homes_1"
299
    ],
300
    "dialogue_id": "4_00000"
301
  }
302
]
303

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.