Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some take parsing that go wrong #1

Open
tomkimsour opened this issue Mar 23, 2023 · 1 comment
Open

Some take parsing that go wrong #1

tomkimsour opened this issue Mar 23, 2023 · 1 comment
Assignees

Comments

@tomkimsour
Copy link
Member

intent: 
  - '{''intent'': ''take'', ''obj'': ''tray'', ''sour'': ''table''}'
  - '{''intent'': ''take'', ''obj'': ''tray'', ''dest'': ''table''}'

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

@tomkimsour
Copy link
Member Author

I think that's pretty much everything I saw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants