You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source should be storage table,
dest should be table and add another adjective label related to the destination.
transcript: 'Could you please provide snacks to all the men in the corridor.'
intent:
- '{''intent'': ''take'', ''obj'': ''snacks'', ''dest'': ''all the men corridor.''}'
here the dest should have an adjective label as well which would contain all men
Give me the right-most cutlery from the sink please
{'intent': 'take', 'dest': 'me', 'obj': 'cutlery', 'sour': 'sink'}
Here source should have an adjective label related to it
Robot please tell me how many children in the corridor are pointing to the left
{'intent': 'take', 'dest': 'me corridor', 'per': 'children pointing to the left'}
Could you please tell me how many elders are wearing jackets in the dining room
{'intent': 'take', 'dest': 'me room', 'per': 'wearing jackets'}
'Tell me how many' seems to return the take intent
The text was updated successfully, but these errors were encountered:
source should be storage table,
dest should be table and add another adjective label related to the destination.
here the dest should have an adjective label as well which would contain all men
'Tell me how many' seems to return the take intent
The text was updated successfully, but these errors were encountered: