Germandrummer92 / TalkingRobot

PSE
0 stars 0 forks source link

Missing KeywordData files #12

Closed Germandrummer92 closed 1 year ago

Germandrummer92 commented 10 years ago

tool tools ingredients origin country

Feel free to add these/others that are misisng

Germandrummer92 commented 10 years ago

Also, the following keywordData files should be looked at:

beef (when entering ground beef as an ingredient for a recipe, it switches to canteenRecommendationState instead of saving it as an ingredient).

rosine commented 10 years ago

one question: is it right that keywords are used to get information and that they point to the next state after the one they are used for? it seems to me, that some keywords were defined like that and others point to the state they are used for as information

narigaoka commented 10 years ago

i think, beef, chicken, pork and fish all only lead to CR because while creating the kw-Data we only thought of them as categories in the canteen. I will add some additional dialogstates then

Germandrummer92 commented 10 years ago

What do you mean Bettina? Can you give an example?

rosine commented 10 years ago

if you say the last step is blablabla, last and step would be keywords. should they point to ASK_LAST_STEP or to whatever would be next after the recipe steps? i think i have seen both

rosine commented 10 years ago

added: tools tool ingredients step steps

rosine commented 10 years ago

added: country origin

alexaand commented 10 years ago

Last step, last one etc. should point to the next state, if you say for example this is the last one (when you've entered ingreds) then the kw last one should point to tell_first_tool, tell_first_step and the exit state of recipe learning

rosine commented 10 years ago

ok, thanks

Germandrummer92 commented 10 years ago

I think I understand now what you meant earlier. For the knife keyword somebody had the following states as references: {"currentState":{"name":"RL_ASK_NEXT_TOOL"}},{"currentState":{"name":"RL_ASK_TOOL_RIGHT"}},{"currentState":{"name":"RA_TELL_TOOL_NOT_FOUND"}},{"currentState":{"name":"KA_TELL_TOOL_NOT_FOUND"}},{"currentState":{"name":"KA_TELL_TOOL_FOUND"}},{"currentState":{"name":"RA_TELL_TOOL_FOUND"}},{"currentState":{"name":"RL_ASK_FIRST_TOOL"}} .

It doesn't make sense that if you ask for knife (or any sentence with knife) that you would go to recipe Learning, since well, the tool is already learnt obviousoly, or it wouldnt be a keyword. So I think the references should ONLY point to the state after. It makes no sense for a tool keyword pointing to RL_ASK_TOOL if it was just learned, or does it?

rosine commented 10 years ago

that is because other tools will probably follow, but now RecipeLearning was changed so it doesnn't matter

Germandrummer92 commented 10 years ago

The ingredients used by the "hamburger" recipe should be added as real keywords. Also, if someone has time we should add another recipe besides hamburger that has actual data in it

rosine commented 10 years ago

ingredients for hamburger were added