Enterprise conversational chatbot with RASA Open-source Framework — part: 1

a chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to interact with digital devices as if they were communicating with a real person. Chatbots can be as simple as rudimentary programs that answer a simple query with a single-line response, or as sophisticated as digital assistants that learn and evolve to deliver increasing levels of personalization as they gather and process information.

Read more

Efficient Extractive Question Answering on CPU using QUIP

TLDR — Extractive question answering is an important task for providing a good user experience in many applications. The popular Retriever-Reader framework for QA using BERT can be difficult to scale as it requires the re-processing of candidate documents in the context of a question in real time. By using phrase embeddings, we can process question and context independently which drastically reduces runtime demands. On a limited experiment I found QUIP to be 4x faster than a comparable QA model […]

Read more
1 9 10 11 12 13 27