Index

The case study talks about a company RAKT, which recently "implemented a language model chatbot to handle customer queries". As a student intern, it's your job "to investigate the issues and recommend improvements for the chatbot".

Problems to be Addressed

  1. Latency: the chatbot's response time is slow and detracts from the customer experience.

  2. Linguistic Nuances: the chatbot's language model is struggling to respond appropriately to ambiguous statements.

  3. Architecture: the chatbot's architecture is too simplistic and unable to handle complex language.

  4. Dataset: the chatbot's training dataset is not diverse enough, leading to poor accuracy in understanding and responding to customer queries.

  5. Processing power: the system's computational capacity is a limiting factor.

  6. Ethical challenges: the chatbot does not always give appropriate advice and is prone to revealing personal information from its training dataset.

Latency

The chatbot uses a natural language processing model, however it has a high latency (slow processing time).

Interesting and Useful AI videos