star_icon
blog-img

Author: Gautam Mainkar

Posted On Jul 28, 2017   |   3 min

Chatbots are an increasingly important paradigm for HR. Instead of having to create complex designs and time-consuming user interfaces, chatbots allow the HR function to integrate process workflows, FAQs, documentation, feedback and ticketing systems into a single integrated interface. With advances in AI technology and the creation of better AI tools, it is increasingly becoming possible to integrate even more HR functionality into the chatbot paradigm.

Currently, there are two types of chatbots:

1. Specialist chatbots: These bots are built specifically to achieve a particular purpose and can only accept specific inputs.

2. Generalist chatbots: These bots are built to be able to handle all user inputs and wrap a very large amount of diverse functionality into a single user interface.

Some of the key differences between these types of chatbots are:

ParameterSpecialistGeneralist
UI/UXCombination of text and GUIPurely text based
InterpretationPattern-matching and static programmingNLP and AI
ActionDefined workflows triggered by user inputsWorkflow created by user input, can vary depending on input
IntegrationClosely integrated with existing tech stackLayered on top of existing tech stack with defined interfaces
Client interfaceRequires specialized interfaces capable of handling GUI requirementsCan integrate with any chat application
ComplexitySimple to program and integrateDifficult to program and integrate

In order to efficiently create a chatbot with the largest possible utility, organizations must make decisions about the trade-offs between these types of bots and determine the extent of utility and flexibility of a bot. While ideally an HR function would hope to have the most generalist chatbot possible, this can often prove to be expensive, time-consuming and difficult to maintain. In order to provide users with maximum functionality while keeping costs and complexity low, a balance needs to be found between specialist and generalist functionality in order to provide the best possible experience. The distinction between specialist and generalist use cases is based on two metrics:

  1. Response type: Responses can be either retrieval-based (i.e. retrieved from a set of stored responses) or generative (i.e. generated algorithmically)

  2. Domain: Open-domain chatbots do not have a well-defined purpose and the user is allowed total liberty while interacting with them. Closed domain chatbots only respond to specific inputs and only have specific outputs.

By evaluating the contexts in which the chatbot is required to operate and identifying processes to execute, it is possible to build a single chatbot interface that provides the functionality of a generalist chatbot without the need for complex architecturing and training. To this end, the organization must first identify and model HR processes in sufficient detail. By gathering data from employee interactions with the system after deployment, incremental improvements in chatbot functionality can be made over time and will eventually lead to a fully-developed and fully-integrated chatbot.