genienlp/tests/dataset/bitod_error/valid.json

58 lines
5.1 KiB
JSON

{
"data": [
{
"dial_id": "d4da198a-a529-4d26-8554-9672333f6d5f",
"task": "restaurants search",
"turn_id": 2,
"input_text": "DST: <state> ( restaurants search ) dietary_restrictions equal_to \" Vegan Options \" <endofstate> <history> AGENT_ACTS: ( restaurants search ) request rating USER: I do not care about the rating. I don't want a place with Steakhouse food, but anything else is good. <endofhistory>",
"output_text": "( restaurants search ) cuisine not \" Steakhouse \" , rating equal_to \" don't care \"",
"train_target": "dst",
"category": "positive"
},
{
"dial_id": "d4da198a-a529-4d26-8554-9672333f6d5f",
"task": "restaurants search",
"turn_id": 2,
"input_text": "DST: <state> ( restaurants search ) dietary_restrictions equal_to \" Vegan Options \" <endofstate> <history> AGENT_ACTS: ( restaurants search ) request rating USER: I do not care about the rating. I don't want a place with Steakhouse food, but anything else is good. <endofhistory>",
"output_text": "( restaurants search ) rating equal_to \" don't care \"",
"train_target": "dst",
"category": "remove_slot"
},
{
"dial_id": "d4da198a-a529-4d26-8554-9672333f6d5f",
"task": "restaurants search",
"turn_id": 4,
"input_text": "DST: <state> ( restaurants search ) cuisine not \" Steakhouse \" , dietary_restrictions equal_to \" Vegan Options \" , location equal_to \" Victoria Park \" , rating equal_to \" don't care \" <endofstate> <history> AGENT_ACTS_PREV: ( restaurants search ) offer available_options equal_to \" 292 \" , offer cuisine equal_to \" Italian \" , offer name equal_to \" ChocoDuck Bistro \" , offer rating equal_to \" 10 \" AGENT_ACTS: ( restaurants search ) offer available_options equal_to \" 1 \" , offer cuisine equal_to \" Diner \" , offer name equal_to \" Little Bao Diner \" , offer rating equal_to \" 9 \" USER: Can I have the address and phone number of the restaurant? <endofhistory>",
"output_text": "( restaurants search )",
"train_target": "dst",
"category": "positive"
},
{
"dial_id": "d4da198a-a529-4d26-8554-9672333f6d5f",
"task": "restaurants search",
"turn_id": 4,
"input_text": "DST: <state> ( restaurants search ) cuisine not \" Steakhouse \" , dietary_restrictions equal_to \" Vegan Options \" , location equal_to \" Victoria Park \" , rating equal_to \" don't care \" <endofstate> <history> AGENT_ACTS_PREV: ( restaurants search ) offer available_options equal_to \" 292 \" , offer cuisine equal_to \" Italian \" , offer name equal_to \" ChocoDuck Bistro \" , offer rating equal_to \" 10 \" AGENT_ACTS: ( restaurants search ) offer available_options equal_to \" 1 \" , offer cuisine equal_to \" Diner \" , offer name equal_to \" Little Bao Diner \" , offer rating equal_to \" 9 \" USER: Can I have the address and phone number of the restaurant? <endofhistory>",
"output_text": "( restaurants search ) cuisine equal_to \" Steakhouse \"",
"train_target": "dst",
"category": "change_relation"
},
{
"dial_id": "d4da198a-a529-4d26-8554-9672333f6d5f",
"task": "restaurants booking",
"turn_id": 6,
"input_text": "DST: <state> ( restaurants booking ) date #unknown , name equal_to \" Little Bao Diner \" , number_of_people #unknown , time #unknown , user_name #unknown , ( restaurants search ) cuisine not \" Steakhouse \" , dietary_restrictions equal_to \" Vegan Options \" , location equal_to \" Victoria Park \" , rating equal_to \" don't care \" <endofstate> <history> AGENT_ACTS_PREV: ( restaurants search ) inform address equal_to \" 9 Kingston Street, Causeway Bay Shop H1, Fashion Walk \" , inform phone_number equal_to \" +852 2555 0600 \" AGENT_ACTS: ( restaurants booking ) request time , request user_name USER: Reserve it under Paul, for 4:50 pm on April 2. <endofhistory>",
"output_text": "( restaurants booking ) date equal_to \" April 2 \" , time equal_to \" 4:50 pm \" , user_name equal_to \" Paul \"",
"train_target": "dst",
"category": "positive"
},
{
"dial_id": "d4da198a-a529-4d26-8554-9672333f6d5f",
"task": "restaurants booking",
"turn_id": 6,
"input_text": "DST: <state> ( restaurants booking ) date #unknown , name equal_to \" Little Bao Diner \" , number_of_people #unknown , time #unknown , user_name #unknown , ( restaurants search ) cuisine not \" Steakhouse \" , dietary_restrictions equal_to \" Vegan Options \" , location equal_to \" Victoria Park \" , rating equal_to \" don't care \" <endofstate> <history> AGENT_ACTS_PREV: ( restaurants search ) inform address equal_to \" 9 Kingston Street, Causeway Bay Shop H1, Fashion Walk \" , inform phone_number equal_to \" +852 2555 0600 \" AGENT_ACTS: ( restaurants booking ) request time , request user_name USER: Reserve it under Paul, for 4:50 pm on April 2. <endofhistory>",
"output_text": "( restaurants booking ) date equal_to \" April 2 \" , time equal_to \" 4:50 pm \" , user_name equal_to \" Paul \" , number_of_people equal_to \" 12 \"",
"train_target": "dst",
"category": "add_slot"
}
]
}