Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
User Journal

Journal blue trane's Journal: Generate Response

Task 3: Generate Response

Parse live input into an Abstracted Stimulus form. Match that against the existing Abstracted Stimuli in the Markov Model. When you get a match:

stop searching and start generating? or
continue matching?

If you continue matching, how do you determine the "most important" match? There will have to be a "match score"; take the best match score.

What about several questions in one input?

---

Example: "Hi you scurvy pirate, you".

Should match "hi bran". With a humorous connotation.

How do you determine the connotation...?

---

When you determine the best match, start the Markov Model generation. If there are several possible responses, either choose one randomly, or use heuristics/probability to choose.

---

What if there is no match?

Hand input off to ALICE.

But: add the Abstracted Stimulus and some response to the Markov Model!

---

Post-process the response to change names, make sure pronoun references fit, make sure times are appropriate, etc.

This discussion has been archived. No new comments can be posted.

Generate Response

Comments Filter:

What the gods would destroy they first submit to an IEEE standards committee.

Working...