Tag Archives: dialog manager

Improving Chatbot Accuracy -Draft

This entry is part 5 of 13 in the series The State of Chatbots

Researchers have employed a variety of methods to improve their chatbot’s accuracy. Most current chatbots use a dialog management module and knowledge base and rules, which they use with templates to match user input. Improving chatbot accuracy may be accomplished through expanding the chatbot knowledge base, improving upon the standard rule-based conversation method for chatbots, [...]

Rule-Based Conversation -Draft

This entry is part 1 of 13 in the series The State of Chatbots

The majority of current chatbots use a rule-based approach to interact with the user. In order to imitate human conversations, developers use a linguistic model combined with computational algorithms to build chatbots. Depending on the chatbot, rules can be based on simple textual pattern matching or complicated rules based on inference mechanisms (De Angeli & [...]

Natural Language Processing -Draft

This entry is part 8 of 13 in the series The State of Chatbots

Chatbots need to effectively process natural language. Since starting around the 1960′s, natural language processing (NLP) research has had slow progress until the 1990′s (Lester, Branting, & Mott, 2004). NLP research has been greatly enhanced by development of large corpora of tagged text, as well as by development of better statistical machine learning and other [...]