Where
TechNexus (Conference Room C/D), 20 N. Wacker Drive, Suite 1200, Chicago, IL

Speakers

Chad Dirks

Chad Dirks

Engagement Director,

Softweb Solutions

About Event

Natural language is a fundamental element of bot technologies. As a result, there has been a direct correlation between the evolution of bot platforms and natural language processing platforms. While the evolution of bot technologies has been driven by the messaging platform vendors such as Facebook or WeChat, the main advancements in natural language processing technologies is coming from cloud platform and service providers like Microsoft, Google and IBM.

As a result, most bot developers spend time integrating their frontend bot applications with natural language processing services provided by a different platform.

During this Meetup we will discuss the two main natural language programming techniques that have become popular with bot technologies as well as the key differences between a rule-based bot and AI bot.

Agenda

  • Introduction to bots
  • Bot frameworks and natural language processing (NLP)
  • Discussion on natural language programming techniques
  • Differences between rule-based bot and AI bot
  • Demo
  • Q&A

Questions & Answers

Question 1: Who owns the data when using these Bot Frameworks?

Answer 1: Chabot utilize data of existing web application or data sources. So client has 100% ownership of data.

Question 2: What are the issues regarding the data security?

Answer 2: Whatever the data is accessed by Chatbot is encrypted in secured fashion and can be authenticated by Chatbot only. However only thing we need to consider is where this information is stored, how long it’s stored, how it’s used, and who has access to it.

Question 3: Clients are requesting for which kind of bots currently Rule-based or AI-based?

Answer 3: For static or repetitive tasks - clients are looking for Rule-based bots. e.g., bots that provide production information, order status, after sales customer support, IT-Support, etc.

For usecases that need bots to understand intend and context of user; client are looking for integration of bots with NLP and bots that require to provide intelligent insights based on historic data; client are looking for integration of Bots with ML.

Question 4: Which are the open source platforms for making chat bots?

Answer 4: - Botpress, BotLibre, etc.

Question 5: How accurate are the AI - based bots?

Answer 5: Accuracy of AI Based bots depends broadly on three factors:

-Machine Learning Model

-Training of NLP

-Historic Data

Question 6: What’s the accuracy of these bots with different languages?

Answer 6: That may vary from bot framework to framework. Certain NLP like wit.ai, api,ai, etc. do provide support to multi lingual.

The main difference in a conversational interface is complex language input by the user that needs to be handled by an NLP engine. So, translating a chatbot is not just translating the output message, but also training an NLP model for the new language.