Question: Building a ChatBot integrated with an LLM and given dataset Objective The objective is to develop a functional chatbot integrated with a Large Language Model
Building a ChatBot integrated with an LLM and given dataset
Objective
The objective is to develop a functional chatbot integrated with a Large Language Model LLM perform vectorisation on an organisation's dataset, and write a report on the work done. The chatbot should be capable of interacting with users and providing meaningful responses, while the vectorisation process aims to convert the textual data in the organisation's dataset into numerical representations such that they can be used by an LLM
The task specification below can be used to structure your report. The organisations data will be provided to you through separate files
Task : Building a Chatbot
Chatbot Requirements:
Choose a suitable Language Model eg GPT BERT, Starling, Llama, Mistral, etc. for the chatbot implementation.
Implement a userfriendly interface for interacting with the chatbot.
The chatbot should understand and respond to natural language queries.
In the chatbot instructions, include a set of predefined responses for common queries related to the organisation.
Ensure the chatbot can handle context and maintain a coherent conversation.
Integration with LLM:
Implement the integration of the chatbot with the selected Language Model LLM
Utilize the LLM to enhance the chatbot's understanding and generation of responses.
Demonstrate how the chatbot benefits from the capabilities of the chosen LLM
User Interaction:
Design and implement a user interface for interacting with the chatbot.
Include examples of conversations that showcase the chatbot's capabilities.
Ensure a smooth and intuitive user experience.
Task : Vectorising the Organisation's Dataset
Dataset Description:
Provide details about the given organisation's dataset, such as the type of data it contains and its structure.
Include information on any specific challenges that you have experienced or that may arise during vectorisation.
Vectorisation Process:
Choose an appropriate vectorisation technique eg TFIDF, Word Embeddings for the organisation's dataset.
Implement the vectorisation process to convert textual data into numerical representations.
Explain the rationale behind the selected vectorisation technique and how it benefits the organisation.
Data Exploration:
Conduct exploratory data analysis EDA on the vectorised dataset.
Try to create data visualization plots and images through the LLM on some aspects of the data representation.
Provide clear documentation on the vectorisation process
Project Deliverables:
A report with ~ words summarizing the key challenges faced and lessons learned during the development of the chatbot and vectorisation, with references
Appendix : Source code for the chatbot and vectorisation process.
Appendix : User documentation for the chatbot, including instructions on how to interact with it
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
