1 min read

AI Entities in the Context of Chatbots

When users interact with chatbots, they may send messages in text or audio form. To formulate appropriate and tailored responses, chatbots are trained to evaluate the messages to identify specific details.

Chatbots identify “Intent” which is the reason behind the user’s message, together with “Entities”. Entities are data points or values which can be extracted from the conversation. Examples of entities include names, dates, locations, and any other specific information that the chatbot requires to formulate accurate and relevant responses.

Example:

User message: “Are rental cars available in Montreal on July 1st for a duration of 1 week?”

The Entities:

  • Location Entity: Montreal
  • Duration Entity: 1 week
  • Start Date Entity: July 1st

The Intent:

The User would like to rent a car.

By recognizing the entities, the chatbot then proceeds to understand the user’s intent (reserve car rental) and take appropriate actions such as confirming rental availability in the Montreal rental car fleet during the specified duration period starting on the provided date.

How Chatbots are Related to AI Intent

Chatbots are designed to interact with users. Users submit messages (text/voice) and depending upon the user’s “intent” behind the message, the...

Read More

What is Intelligent Content?

Intelligent content is content that is much more than the dense “wall of words” approach that older documentation and information creators used to...

Read More

Data Pre-Processing

Data and content are the foundation of generative artificial intelligence (AI) systems. However, the raw data (data and text) is often not ready to...

Read More