Goto

Collaborating Authors

 Frequently Asked Questions (FAQ)


Creating Simple FAQ Chatbot using QnA Maker API - Sangadji Prabowo

#artificialintelligence

Chatbot could be utilized to automate business-to-client interactions such as for creating customer service application. Not every task could be handled by the bot though, but it could handle a lot of tasks before some of the more complex ones are delegated to human. However, a lot of heavy-lifting is required to create the AI the bot, such as processing the input of the users, implementing the language understanding, training the machine, testing it, etc. Sometimes, we just want a simple bot that answers to frequently asked questions (FAQs). But different people ask differently, right? And maybe we are wondering how are we able to make our bot understand different questions that might have the same meaning and context.


FAQ: All about the Google RankBrain algorithm

#artificialintelligence

Google uses a machine-learning artificial intelligence system called "RankBrain" to help sort through its search results. Wondering how that works and fits in with Google's overall ranking system? Here's what we know about RankBrain. The information covered below comes from three original sources and has been updated over time, with notes where updates have happened. First is the Bloomberg story that broke the news about RankBrain (See also our write-up of it).


Anatomy of customer support automation with IBM Watson

#artificialintelligence

Deliver lightening fast customer support at scale requires a lot of resources and this is why you want your end users or employee to be able to self serve as much as possible. Bots have been around for a long time, but recent advances in natural language processing drove huge adoption over the last year. They are now being used to enhance a broad set of experiences with customer service being one of the most relevant. In this article we're going to learn what does it take to save time to our customer support team. To do this we'll build a chatbot to automate answers to frequently asked questions, eventually saving precious time to your customer support operators so they can focus on more complex requests.


Autonomous Host Bots : hostbot

#artificialintelligence

'Hostbot' is a text message bot from Burner that has been introduced to save Airbnb hosts the trouble of answering frequently asked questions over and over again. When an Airbnb guest arrives in a new city or country, they are bound to have tons of questions like: "What's the Wi-Fi password?" Hostbot makes it possible for an Airbnb host to fill in some of the questions that they are asked often and link the chatbot to their Burner phone number. This way, when a guest has a question, the bot auto-responds with the appropriate answer. This way, a host is able to focus on parts of the hosting experience that a bot can't assist with.


Building a Bot to Answer FAQs: Predicting Text Similarity

#artificialintelligence

In our previous tutorial on customer support bots, we trained a bot using the Custom Collection API to direct customers to the team member who is best suited to assist them with their problem or query. The bot improved our team's response times as we no longer had to rely on a human facilitator (who also plays many other roles in our company #startuplife) to do the job. However, we're generally only able to respond during our office hours of 11am-7pm EST, so there's still lag for inquiries outside of that period. How can we improve this? Build a bot to answer frequently asked questions, reducing lag time for more customers and ensuring our engineers don't need to spend more time than necessary away from the products we're building for you:).


8 FAQs About Artificial Intelligence and Customer Service

#artificialintelligence

I spoke with Michael Johnston, Lead Inventive Scientist at Interactions, about frequently asked questions about AI and Machine Learning as they apply to customer care. How do you define Artificial Intelligence and Machine Learning? Artificial Intelligence refers to the capability of a machine to imitate intelligent human behavior. Put another way, AI technologies are algorithms that attempt to mimic things that humans do. Machine Learning, on the other hand, is the science and engineering of giving computers the ability to learn without being explicitly programmed -- algorithms that learn from data.


How to build an FAQ Chatbot with API.AI using Node.js -- and PHP

#artificialintelligence

In Universal Chat, we've implemented a chatbot which can be trained by anyone effortlessly. The logic is simple; just give it your questions and answers, and the bot will reply to any customer who asks something similar. In this paper, I'll show you how we've done it so you can do the same. To start, I've tested many different Machine Learning frameworks out there -- Wit.AI, Microsoft Cognitive services, I had a peek at Luis… for me, it turned out that API.AI was the correct choice. It was totally free with a good response rate, it had a great user interface for development, and it was easy to setup, get started with and expand.


This company is turning FAQs into Amazon Echo skills

PCWorld

People looking for an easier path to integrating with Amazon's Alexa virtual assistant have good news on the horizon. NoHold, a company that builds services for making bots, unveiled a project that seeks to turn a document into an Alexa skill. It's designed for situations like Airbnb hosts who want to give guests a virtual assistant that can answer questions about the home they're renting, or companies that want a talking employee handbook. Bot-builders upload a document to NoHold's Sicura QuickStart service, which then parses the text and turns it into a virtual conversation partner that can answer questions based on the file's contents. Right now, building Alexa skills is a fairly manual process that requires programming prowess and time to figure out Amazon's software development tools for its virtual assistant. People who want to change the way that a bot behaves have to go in and tweak code parameters.


How can I get started with Azure Machine Learning?

#artificialintelligence

This was a question from a university researcher in the Pacific northwest. The good news is our Azure Machine Learning or Azure ML is a powerful native Platform as a Service (PaaS) offering which has been around since 2015. When you think ML many different things fall into this like AI, neural networks, predictive outcomes. Past data is often huge – the quantity of data is doubling about every 18 months and that's only increasing from here. Computers can consider far more variables than a human making the same decision.


The Stanford Natural Language Processing Group

@machinelearnbot

That model is fairly slow. Essentially, that model is trying to pull out all stops to maximize tagger accuracy. Speed consequently suffers due to choices like using 4th order bidirectional tag conditioning. It's nearly as accurate (96.97% accuracy vs. 97.32% on the standard WSJ22-24 test set) and is an order of magnitude faster. Compared to MXPOST, the Stanford POS Tagger with this model is both more accurate and considerably faster. It all depends, but on a 2008 nothing-special Intel server, it tags about 15000 words per second.