Prześlij pliki do ''

This commit is contained in:
Julian Zabłoński 2022-05-03 22:32:27 +02:00
parent 62bc870dde
commit 15e990ed82
4 changed files with 3465 additions and 0 deletions

BIN
DST.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
Dialog_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

176
label.json Normal file
View File

@ -0,0 +1,176 @@
{
"caller-id": "00d76b791d",
"turns": [
{
"turn-index": 0,
"goal-labels": {
"pricerange": "expensive",
"area": "south"
},
"transcription": "expensive restaurant in the south part of town",
"method-label": "byconstraints",
"audio-file": "pt344x_0000993_0001219.wav",
"requested-slots": [],
"semantics": {
"json": [
{
"slots": [
[
"pricerange",
"expensive"
]
],
"act": "inform"
},
{
"slots": [
[
"area",
"south"
]
],
"act": "inform"
}
],
"cam": "inform(pricerange=expensive,type=restaurant,area=south)"
}
},
{
"turn-index": 1,
"goal-labels": {
"food": "dontcare",
"pricerange": "expensive",
"area": "south"
},
"transcription": "any",
"method-label": "byconstraints",
"audio-file": "pt344x_0001649_0001680.wav",
"requested-slots": [],
"semantics": {
"json": [
{
"slots": [
[
"this",
"dontcare"
]
],
"act": "inform"
}
],
"cam": "inform(=dontcare)"
}
},
{
"turn-index": 2,
"goal-labels": {
"food": "dontcare",
"pricerange": "expensive",
"area": "south"
},
"transcription": "address",
"method-label": "byconstraints",
"audio-file": "pt344x_0002674_0002736.wav",
"requested-slots": [
"addr"
],
"semantics": {
"json": [
{
"slots": [
[
"slot",
"addr"
]
],
"act": "request"
}
],
"cam": "request(addr)"
}
},
{
"turn-index": 3,
"goal-labels": {
"food": "dontcare",
"pricerange": "expensive",
"area": "south"
},
"transcription": "type of food",
"method-label": "byconstraints",
"audio-file": "pt344x_0003533_0003611.wav",
"requested-slots": [
"food"
],
"semantics": {
"json": [
{
"slots": [
[
"slot",
"food"
]
],
"act": "request"
}
],
"cam": "request(food)"
}
},
{
"turn-index": 4,
"goal-labels": {
"food": "dontcare",
"pricerange": "expensive",
"area": "south"
},
"transcription": "thank you good bye",
"method-label": "finished",
"audio-file": "pt344x_0004453_0004531.wav",
"requested-slots": [],
"semantics": {
"json": [
{
"slots": [],
"act": "thankyou"
},
{
"slots": [],
"act": "bye"
}
],
"cam": "thankyou()|bye()"
}
}
],
"task-information": {
"goal": {
"text": "Task 09123: You want to find an expensive restaurant and it should be in the south part of town. You want to know the address and type of food.",
"request-slots": [
"addr",
"food"
],
"constraints": [
[
"pricerange",
"expensive"
],
[
"area",
"south"
]
]
},
"feedback": {
"questionnaire": [
[
"The system understood me well.",
"agree"
]
],
"comments": null,
"success": true
}
},
"session-id": "voip-00d76b791d-20130327_010416"
}

3289
log.json Normal file

File diff suppressed because it is too large Load Diff