Experiment approach
The different components of the Multi-Agent System designed to generate insights in an automated way are shown below:
In this experiment, we followed a systematic approach for automating secondary research insights using Multi-Agent System by implementing the following steps:
1. Data collection: Gathered data from various sources, including webpages, PDFs and text files.
2. Data preprocessing: Removed irrelevant characters and HTML tags from the data to obtain a clean dataset.
3. Document chunking: Divided dataset into smaller text documents for easier processing.
4. Vector database setup: Processed each text document with a large language model (LLM) to create embeddings, which are stored in a Vector Database for quick retrieval.
5. Document retrieval and grading: Leveraged vector similarity search to obtain the top-K documents relevant to the required insights and utilised Gen AI to grade their relevance.
6. Multiple agent deployment: Generated automated insights through various AI agents, each focusing on key tasks such as providing definitions, identifying practical use cases, analysing value propositions and assessing market dynamics relevant to the research topic.
7. Research analyst feedback: Established a process for gathering analyst feedback to enhance the personalisation of insights and reports.