Saturday, September 12Digital Marketing Journals

knowledge-base

How to Train LLMs on your Knowledge Base Data | by Stefan Kojouharov | Apr, 2024
ai, ai bot, ai chat, ai chatbot, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, conversation with ai, creating chatbots, knowledge-base, llm, llm-training, rage, robot chat

How to Train LLMs on your Knowledge Base Data | by Stefan Kojouharov | Apr, 2024

Experiments in Organizing Information for Optimal RetrievalOriginally Published on my SubstackSo recently, I have been experimenting with knowledge bases, and how information is structured is vital.In some sense, it directly relates to the context and overall meaning. It also makes it easier for LLMs to answer questions accurately and reduces hallucinations.And so we created a few experiments that you can play with and test yourself.But first, why does information structure matter?Imagine a library. One room has books strewn everywhere, titles mixed up, and no discernible order. In another room, the books are organized by subject, then by author, then by publication date. Which room would help you find the book you want more efficiently?LLMs are similar. The way knowledge is presented and ...
Mastering Knowledge Bases: The Key to Transformative Chatbots | by Stefan Kojouharov | Oct, 2023
ai bot, ai chat, ai chatbot, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, conversation with ai, conversational-ai, creating chatbots, knowledge-base, large-language-models, llm, robot chat, taxonomy

Mastering Knowledge Bases: The Key to Transformative Chatbots | by Stefan Kojouharov | Oct, 2023

So recently, we have been experimenting with knowledge bases, and how information is structured is vital.In some sense, it directly relates to the context and overall meaning. It also makes it easier for LLMs to answer questions accurately and reduces hallucination.And so we created a few experiments, that you can play with and test it yourself.But first, why does Information Structure Matter?Imagine a library. One room has books strewn everywhere, titles mixed up, and no discernible order. In another room, the books are organized by subject, then by author, then by publication date. Which room would help you find the book you want more efficiently?LLMs are similar. The way knowledge is presented and organized dictates not only their understanding but also their output.Organization of Info...
What is Bias & Why Does It Happen in LLMs? | by Stefan Kojouharov | Oct, 2023
best chatbot, bias, bias-in-ai, chatbot, chatbot app, chatbot online, chatbot website, conversational-ui, creating chatbots, knowledge-base, llm, robot chat

What is Bias & Why Does It Happen in LLMs? | by Stefan Kojouharov | Oct, 2023

Bias has something profound to teach us about the human condition, which relates to attention.We all have a limited amount of attention and give our attention to the things we value.But how do we know what objects to give our attention to?How does the evaluation happen?It happens a prior. We don’t have enough time to scan the environment and evaluate everything single object.Instead, we simply filter the world for what we value.As a result, we are more familiar with and prefer what we value. These preferences can make us blind to other information and miscalculate its importance and value, which leads to Bias.So, Bias first happens a priori; it happens before we give our attention to an object, person, experience, or event.The second level of Bias occurs as a result of perspective.When we ...
🤯 Unlock the Secrets to Reducing LLM Hallucinations | by Stefan Kojouharov | Sep, 2023
ai bot, ai chat, ai chatbot, bard-ai, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatgp, conversation with ai, creating chatbots, knowledge-base, large-language-models, llm, robot chat

🤯 Unlock the Secrets to Reducing LLM Hallucinations | by Stefan Kojouharov | Sep, 2023

Why does it happen even after training the model on your knowledge base or even after fine-tuning?The answer lies in understanding the fundamental structure of an LLM and how it works.One of the biggest misconceptions is in thinking that LLMs have knowledge or that they are programs.At their core, they are a Statistical Representation of Knowledge, and understanding this can be profound.Here is the crucial difference between both.When you ask a knowledge base a question, it simply looks up the information and spits it out.Conversely, an LLM is a probabilistic model of knowledge bases that generates answers; hence, it is a Generative Large Language Model. It generates responses based on language probabilities of what word should come next.As a result, this can lead to hallucinations, self-c...
How LLMs are Revolutionizing Bot Creation | by Stefan Kojouharov | Sep, 2023
ai bot, ai chat, ai chatbot, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatbots, conversation with ai, conversational-design, creating chatbots, knowledge-base, llm, prompt-engineering, robot chat

How LLMs are Revolutionizing Bot Creation | by Stefan Kojouharov | Sep, 2023

Hey AI Enthusiasts, welcome to my 7 part series on Designing and Developing Chatbots using LLMs.In the series, we will cover Conversational Design, LLMs, Knowledge Bases, Prompt Engineering & Prompt Tuning, Model Fine-Tunning, and even Model Training!Without further ado, let’s start with Conversational UX.Why because, this is where the journey begins. Every project is first designed and the way we design Conversational AI Agents has fundamentally changed.