• Home
  • About Us
  • GDPR Policy
  • Disclaimer
  • Privacy Policy
  • Contact Us
bdma
  • Business
  • Knowledge
    • Google Adsense
    • Visa
  • Sports
  • Travel
  • Technology
  • Trending
  • Entertainment
    • Bollywood
No Result
View All Result
  • Business
  • Knowledge
    • Google Adsense
    • Visa
  • Sports
  • Travel
  • Technology
  • Trending
  • Entertainment
    • Bollywood
No Result
View All Result
bdma
No Result
View All Result

The Value of Good Intent Detection

bdma by bdma
August 26, 2023
in Technology
0

(This story is an original creation generated automatically from the Syndicated News feed. The content body has not been modified or edited by the BDMA Team.)

The Value of Good Intent Detection

Clearly, chatbots are here to stay. Not all are made equal, however – the choice of technology is what sets great chatbots apart from the rest. Despite 80% of surveyed businesses wanting to use chatbots in 2020, how many do you think will implement them well? Only 33% of customers prefer using them over a simple conversation with a human agent – and that figure won’t rise if the majority of chatbots aren’t up to snuff.

On principle, all chatbots work by utilising some form of natural language processing (NLP). This can range from simply recognising certain keywords (basically turning the chatbot into a glorified menu system) or by using sophisticated machine learning to detect the intent and context of a phrase.

Our recently published paper, Transformer-Capsule Model for Intent Detection, demonstrated the results of our long-term research into better NLP. It also topped the Intent Recognition Leaderboard, with an accuracy result of 0.9889. 

But what does it all mean? What is intent detection, and why is it important? What do all the buzzwords mean? Join us as we take you on a journey of discovery into the technology powering the most important shift in both marketing and customer service!

Table of Contents

  • Intent detection – what is it?
  • How intent detection works – step by step
  • The challenges of intent detection
  • Industry examples of intent detection
  • The business value of good intent detection
  • A closer look: the transformer-capsule model
  • Intent detection – what is it?
  • How intent detection works – step by step
  • The challenges of intent detection
  • Industry examples of intent detection
  • The business value of good intent detection
  • A closer look: the transformer-capsule model

Intent detection – what is it?

In simple terms, intent detection is the process of algorithmically identifying user intent from a given statement. That’s a lot of words to describe a rather simple process, so let’s take a look at an example.

Let’s say the user says a phrase like “I’d like to book a ticket for Paris on the 27th of April”.

A standard rule-based chatbot would just detect the phrase “book a ticket” and direct the user to a booking page, discarding all of the additional information.

An AI-powered chatbot, however, would not only detect the intent of booking a ticket but also recognise the additional data: the destination and departure date. As a result, it would also determine what extra data is needed – like which airport the user would be flying from, and whether or not they wanted a return ticket.

Proper intent detection is what makes real chatbots shine and what sets them apart from being just another menu system.

How intent detection works – step by step

Of course, while the concept may be simple, its implementation has proven challenging. AI researchers have been building chatbots for well over sixty years. Yet truly responsive chatbots are a relatively new achievement.

The way intent detection works is complicated and often daunting to newcomers. We’re not going to lie – there’s a lot you need to wrap your head around.

Here’s how a rudimentary chatbot detects user intent:

  1. Take user statement
  2. Scan the statement to search for keywords: for every word in the statement, look for an association in the chatbot’s database
  3. If there’s a conflict – for instance, two different intents are detected – make a decision on which one to present to the user, whether randomly or by other means
  4. Send an appropriate response

Of course, this is extremely simplified and only appropriate for extremely simple conversational user interfaces – not chatbots. 

A true chatbot would operate more like this:

  1. Take user input
  2. Break the statement apart into its base elements using natural language processing techniques
  3. From these base elements, locate the statement’s subject and verb
  4. Using a database of word/intent associations, find and select the best possible match
  5. If no match is found, ask for user clarification; once that is provided, add the new words into the association database
  6. Determine whether the statement contains additional useful data
  7. Prepare an appropriate response

Of course, this is still an extremely simplified overview of how chatbots work. For a more in-depth analysis of the current trends and techniques in text mining and intent detection, take a look at this meta-analysis by Hamroun and Gouider, or have a read through the various papers on the Intent Recognition Leaderboard.

The challenges of intent detection

One of the biggest challenges in building successful intent detection is, of course, natural language processing. That in itself is a vast field requiring expertise and cooperation between computer science and linguistics. For that reason, we at SentiOne collaborate heavily with linguistics departments at leading European universities (e.g. at the SentiCognitiveServies project).

Of course, that’s not all. A solid dataset is the backbone of every chatbot worth its salt – and their learning capabilities are what makes or breaks intent detection. This is where machine learning comes in.

Truly effective chatbots are the ones that learn from each interaction with a user – and this is easier said than done. Machine learning brings with it its own challenges, like preparing a solid initial training dataset, making sure the bot recognises colloquialisms in user input, providing it with enough time and effort. It’s an extensive, arduous process, but it can be made easier with proper tooling.

Industry examples of intent detection

You don’t have to look far to find examples of good intent detection – Apple’s Siri and Amazon’s Alexa are both examples of very strong intent detection. These are chatbots designed to take care of a wide variety of tasks – looking up information, playing media, controlling smart home devices, and more. They need to understand user intent across a variety of contexts, accents, and (most importantly) functionalities.

On the other side of the spectrum are smaller chatbots, built for a specific purpose. One of the first widely discussed chatbots was the one deployed by SkyScanner in 2016. Since its inception, its intent recognition capabilities grew – it can handle complex queries with multiple data points.

While industry giants, such as the aforementioned Apple and Amazon, keep the results of their intent recognition development to themselves, a lot of companies exchange public funding for cooperation with leading learning institutions. Thanks to these partnerships, research results are made public and freely available. 

The business value of good intent detection

Good intent detection results in good chatbots. By employing state of the art intent detection, your chatbots can handle even complex or ambiguous tasks – allowing you to extend their functionality endlessly.

Chatbots like that, then, reduce the workload on your customer service department, since agents aren’t bogged down by repetitive tasks every single day. This, then, translates into more customer – and employee – satisfaction.

Offering strong functionalities within your chatbots also attracts more technology-oriented customers, among them the coveted millennial and gen z demographics. These are people who grew up immersed in a technological culture of instant gratification: they require results the moment they ask a question. State-of-the-art intent detection will allow you to satisfy their needs.

A closer look: the transformer-capsule model

So how does SentiOne do intent detection? We asked our AI researchers to explain:

Our AI team has developed a model with intent accuracy recognition at 98% –  exceeding previously existing solutions, which was shown on the well known ATIS dataset and featured as number 1 on Papers with Code. The solution is based on a Transformer-type neural network, used in the BERT model as well,  that has recently triumphed in the field of machine learning and natural language understanding. We have developed this approach in order to obtain better results by combining it with so-called capsule networks, previously used in the field of image recognition. This type of neural network performs really well in modelling relationships between concepts and allows for better understanding of natural language

 Michał Lew, Head of AI and responsible for the project

Clearly, chatbots are here to stay. Not all are made equal, however – the choice of technology is what sets great chatbots apart from the rest. Despite 80% of surveyed businesses wanting to use chatbots in 2020, how many do you think will implement them well? Only 33% of customers prefer using them over a simple conversation with a human agent – and that figure won’t rise if the majority of chatbots aren’t up to snuff.

On principle, all chatbots work by utilising some form of natural language processing (NLP). This can range from simply recognising certain keywords (basically turning the chatbot into a glorified menu system) or by using sophisticated machine learning to detect the intent and context of a phrase.

Our recently published paper, Transformer-Capsule Model for Intent Detection, demonstrated the results of our long-term research into better NLP. It also topped the Intent Recognition Leaderboard, with an accuracy result of 0.9889. 

But what does it all mean? What is intent detection, and why is it important? What do all the buzzwords mean? Join us as we take you on a journey of discovery into the technology powering the most important shift in both marketing and customer service!

Intent detection – what is it?

In simple terms, intent detection is the process of algorithmically identifying user intent from a given statement. That’s a lot of words to describe a rather simple process, so let’s take a look at an example.

Let’s say the user says a phrase like “I’d like to book a ticket for Paris on the 27th of April”.

A standard rule-based chatbot would just detect the phrase “book a ticket” and direct the user to a booking page, discarding all of the additional information.

An AI-powered chatbot, however, would not only detect the intent of booking a ticket but also recognise the additional data: the destination and departure date. As a result, it would also determine what extra data is needed – like which airport the user would be flying from, and whether or not they wanted a return ticket.

Proper intent detection is what makes real chatbots shine and what sets them apart from being just another menu system.

How intent detection works – step by step

Of course, while the concept may be simple, its implementation has proven challenging. AI researchers have been building chatbots for well over sixty years. Yet truly responsive chatbots are a relatively new achievement.

The way intent detection works is complicated and often daunting to newcomers. We’re not going to lie – there’s a lot you need to wrap your head around.

Here’s how a rudimentary chatbot detects user intent:

  1. Take user statement
  2. Scan the statement to search for keywords: for every word in the statement, look for an association in the chatbot’s database
  3. If there’s a conflict – for instance, two different intents are detected – make a decision on which one to present to the user, whether randomly or by other means
  4. Send an appropriate response

Of course, this is extremely simplified and only appropriate for extremely simple conversational user interfaces – not chatbots. 

A true chatbot would operate more like this:

  1. Take user input
  2. Break the statement apart into its base elements using natural language processing techniques
  3. From these base elements, locate the statement’s subject and verb
  4. Using a database of word/intent associations, find and select the best possible match
  5. If no match is found, ask for user clarification; once that is provided, add the new words into the association database
  6. Determine whether the statement contains additional useful data
  7. Prepare an appropriate response

Of course, this is still an extremely simplified overview of how chatbots work. For a more in-depth analysis of the current trends and techniques in text mining and intent detection, take a look at this meta-analysis by Hamroun and Gouider, or have a read through the various papers on the Intent Recognition Leaderboard.

The challenges of intent detection

One of the biggest challenges in building successful intent detection is, of course, natural language processing. That in itself is a vast field requiring expertise and cooperation between computer science and linguistics. For that reason, we at SentiOne collaborate heavily with linguistics departments at leading European universities (e.g. at the SentiCognitiveServies project).

Of course, that’s not all. A solid dataset is the backbone of every chatbot worth its salt – and their learning capabilities are what makes or breaks intent detection. This is where machine learning comes in.

Truly effective chatbots are the ones that learn from each interaction with a user – and this is easier said than done. Machine learning brings with it its own challenges, like preparing a solid initial training dataset, making sure the bot recognises colloquialisms in user input, providing it with enough time and effort. It’s an extensive, arduous process, but it can be made easier with proper tooling.

Industry examples of intent detection

You don’t have to look far to find examples of good intent detection – Apple’s Siri and Amazon’s Alexa are both examples of very strong intent detection. These are chatbots designed to take care of a wide variety of tasks – looking up information, playing media, controlling smart home devices, and more. They need to understand user intent across a variety of contexts, accents, and (most importantly) functionalities.

On the other side of the spectrum are smaller chatbots, built for a specific purpose. One of the first widely discussed chatbots was the one deployed by SkyScanner in 2016. Since its inception, its intent recognition capabilities grew – it can handle complex queries with multiple data points.

While industry giants, such as the aforementioned Apple and Amazon, keep the results of their intent recognition development to themselves, a lot of companies exchange public funding for cooperation with leading learning institutions. Thanks to these partnerships, research results are made public and freely available. 

The business value of good intent detection

Good intent detection results in good chatbots. By employing state of the art intent detection, your chatbots can handle even complex or ambiguous tasks – allowing you to extend their functionality endlessly.

Chatbots like that, then, reduce the workload on your customer service department, since agents aren’t bogged down by repetitive tasks every single day. This, then, translates into more customer – and employee – satisfaction.

Offering strong functionalities within your chatbots also attracts more technology-oriented customers, among them the coveted millennial and gen z demographics. These are people who grew up immersed in a technological culture of instant gratification: they require results the moment they ask a question. State-of-the-art intent detection will allow you to satisfy their needs.

A closer look: the transformer-capsule model

So how does SentiOne do intent detection? We asked our AI researchers to explain:

Our AI team has developed a model with intent accuracy recognition at 98% –  exceeding previously existing solutions, which was shown on the well known ATIS dataset and featured as number 1 on Papers with Code. The solution is based on a Transformer-type neural network, used in the BERT model as well,  that has recently triumphed in the field of machine learning and natural language understanding. We have developed this approach in order to obtain better results by combining it with so-called capsule networks, previously used in the field of image recognition. This type of neural network performs really well in modelling relationships between concepts and allows for better understanding of natural language

 Michał Lew, Head of AI and responsible for the project

Previous Post

Postecoglou backs Richarlison to shine after Kane’s exit

Next Post

Inter Milan signs Alexis Sanchez from Marseille

Next Post
Inter Milan signs Alexis Sanchez from Marseille

Inter Milan signs Alexis Sanchez from Marseille

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • All
  • Sports
A Comprehensive Analysis of Campbell Soup Co’s Dividend History, Yield, Growth, and Sustainability

A Comprehensive Analysis of Campbell Soup Co’s Dividend History, Yield, Growth, and Sustainability

by bdma
October 4, 2023
0

In a recent announcement, Campbell Soup Co (NYSE: CPB) revealed that they will be paying a dividend of $0.37 per...

FIFA set to approve reintegration of Russian youth football teams amid Ukraine war: Reports

FIFA set to approve reintegration of Russian youth football teams amid Ukraine war: Reports

by bdma
October 4, 2023
0

FIFA is set to approve the reintegration of Russian youth teams into under-17 competitions and ease a total international ban...

Iran agrees with Saudi Arabia to reschedule Asian Champions League match after walkout

Iran agrees with Saudi Arabia to reschedule Asian Champions League match after walkout

by bdma
October 4, 2023
0

Iran said on Wednesday it has agreed with Saudi Arabia to reschedule an AFC Asian Champions League match after the...

UEFA accepts Italy-Turkey co-host bid for Euro 2032, leaves UK-Ireland as only candidate for 2028

UEFA accepts Italy-Turkey co-host bid for Euro 2032, leaves UK-Ireland as only candidate for 2028

by bdma
October 4, 2023
0

UEFA has all but confirmed its long-expected host for the European Championship in 2028 and 2032 on Wednesday by formally...

ISL 2023-24, Bengaluru FC vs East Bengal LIVE Streaming info: When, where to watch Indian Super League?

ISL 2023-24, Bengaluru FC vs East Bengal LIVE Streaming info: When, where to watch Indian Super League?

by bdma
October 4, 2023
0

East Bengal will look to continue its winning momentum when its coach Carles Cuadrat gears up to face his former...

Manchester United can still reach Champions League knockout phase: Ten Hag

Manchester United can still reach Champions League knockout phase: Ten Hag

by bdma
October 4, 2023
0

Manchester United is still in the running for a place in the Champions League round of 16 despite Tuesday’s 3-2...

Arsenal suffers double blow with Saka injured in loss to Lens

Arsenal suffers double blow with Saka injured in loss to Lens

by bdma
October 4, 2023
0

Arsenal manager Mikel Arteta said he is worried about Bukayo Saka’s availability for Sunday’s league game against Manchester City after...

Watch: Gazan recycles tyres to help maintain local football pitch

Watch: Gazan recycles tyres to help maintain local football pitch

by bdma
October 4, 2023
0

Can used car tyres help maintain a football pitch? Yes, if you ask 27-year-old Gazan Madian Helles.

Nobody wants to face Newcastle, says PSG manager Luis Enrique

Nobody wants to face Newcastle, says PSG manager Luis Enrique

by bdma
October 4, 2023
0

Paris St Germain coach Luis Enrique said no one wanted to face Newcastle United in the Champions League because of...

Van Gaal returns to struggling Ajax as adviser

Van Gaal returns to struggling Ajax as adviser

by bdma
October 4, 2023
0

Ajax Amsterdam has hired its former head coach Louis van Gaal as an adviser, the Dutch club said on Tuesday,...

UEFA Champions League: Thuram scores to help Inter beat Benfica 1-0

UEFA Champions League: Thuram scores to help Inter beat Benfica 1-0

by bdma
October 4, 2023
0

Marcus Thuram made his mark in the Champions League to help Inter Milan get its campaign up-and-running with a 1-0...

UEFA Champions League: Wahi stars with goal and assist as Lens beats Arsenal 2-1

UEFA Champions League: Wahi stars with goal and assist as Lens beats Arsenal 2-1

by bdma
October 4, 2023
0

Striker Elye Wahi scored one goal and expertly created the other as Lens rallied to beat Arsenal 2-1 in the...

The Evolution of Digital Banking: Banco Bradesco Sa’s Approach

Open Text Stock Offers Potential for Long-Term Investors

by bdma
October 4, 2023
0

Open Text (TSX:OTEX), a Canadian information management company, experienced a significant gain in its stock price in the first half...

Virat Kohli is the WT20 man of the tournament

Virat Kohli is the WT20 man of the tournament

by bdma
October 4, 2023
0

Virat Kohli was awarded the man of the tournament for his brilliant performance in the ICC World Twenty20 that concluded...

Samuels fined for using abusive language

Samuels fined for using abusive language

by bdma
October 4, 2023
0

Hero of West Indies’ World T20 title triumph, Marlon Samuels was fined 30 per cent of his match fee for...

Sammy: U-19, women’s team inspired us to do well

Sammy: U-19, women’s team inspired us to do well

by bdma
October 3, 2023
0

Victorious West Indies captain Darren Sammy said that it was the "disrespect" from its own cricket board (WICB) that made...

At every stride, Windies found a new hero

At every stride, Windies found a new hero

by bdma
October 3, 2023
0

The West Indies forged a winning path upon the brick and mortar of inherent talent and a raging anger to...

Stock Market Falls as Dow Jones Drops Over 400 Points

Major Online Gaming Companies Face GST Notices Totaling Rs 49,000 Crore

by bdma
October 3, 2023
0

The Directorate General of Goods and Services Tax Intelligence (DGGI) Mumbai Zone has sent notices to Dream11 and Play Games...

Highlights: West Indies snatch dramatic World T20 win

Highlights: West Indies snatch dramatic World T20 win

by bdma
October 3, 2023
0

Highlights: West Indies snatch dramatic World T20 win

The Early Beginnings of AstroNova Inc

Beta Value, Trading Volume, and Analyst Recommendations

by bdma
October 3, 2023
0

ASE Technology Holding Co.Ltd ADR (ASX) is a technology company listed on the New York Stock Exchange (NYSE). The stock...

Cristiano Ronaldo sparks fightback as Al-Nassr given Asian Champions League scare

Cristiano Ronaldo sparks fightback as Al-Nassr given Asian Champions League scare

by bdma
October 3, 2023
0

Cristiano Ronaldo was on target as Al-Nassr survived a scare in the Asian Champions League on Monday with the Saudi...

  • Business
  • Knowledge
  • Sports
  • Travel
  • Technology
  • Trending
  • Entertainment

No Result
View All Result
  • About Us
  • Contact Us
  • Disclaimer
  • GDPR Policy
  • Home
  • Privacy Policy