-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Amitha R edited this page Sep 16, 2018
·
12 revisions
Welcome to the Build-Incredible-Chatbots- wiki!
A computer program that can interact with a human through a chat interface and is designed to simulate a human. Conversation Agents or Dialog Systems. Example -> SIRI, Google Now -> voice based chatbots.
- It applys pattern matching techniques.
- It was the first chatbot to win the Alan Turing test built in 1950. "The Turing Test of Artificial Intelligence" - The judge has to guess if the random respondent is a computer program or a real human. If the computer program is indistinguishable from the human, it wins!.
ELIZA taught us that "Humans have a desire to communicate with the computer in much the same way as they do with another human."
- Inspired by ELIZA, employs pattern matching to process human input.
- Introduced the Artificial Intelligence Markup Language (AIML).
- It drives most chatbots today. It is a subset of Artificial Intelligence today.
- 2006 -> IBM Watson won the show "Jeopardy" -> Quiz Show.
- Closest alternative to chatbots -> Interactive Voice Response Systems (IVRS). Most organizations have a prerecorded voice-based tree of options to their customers. Callers navigate by pressing a number that sends a DTMF(Dual tone multi-frequency) tone that signals the IVRS to perform certain action.
- Google Allo -> Smart AI powered app learns from the messages and provides contextual options. Remainders, weather, etc;
- Microsoft - Tay (Thinking About You) -> stayed less than 24 hours.