{"id":115,"date":"2023-03-24T17:48:00","date_gmt":"2023-03-24T08:48:00","guid":{"rendered":"https:\/\/datalab.flitto.com\/en\/company\/blog\/?p=115"},"modified":"2023-08-09T11:29:35","modified_gmt":"2023-08-09T02:29:35","slug":"effective-llm-chatbot-3-real-life-examples","status":"publish","type":"post","link":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/","title":{"rendered":"Effective LLM chatbot\u2014 3 real-life examples"},"content":{"rendered":"\n<p><a href=\"https:\/\/medium.com\/@flitto?source=post_page-----f25389c6deee--------------------------------\"><\/a><\/p>\n\n\n\n<p id=\"dc15\"><em>Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series<\/em><\/p>\n\n\n\n<p id=\"4ba6\"><a href=\"https:\/\/datalab.flitto.com\/en\/company\/blog\/conversational-ai-its-potential-challenges-and-impact-on-cx\/\">Conversational AI and chatbots<\/a> are now familiar technologies for many, businesses and consumers alike. When leveraged aptly, these automated customer service mechanisms can bring powerful results. These can include heightened convenience and cost reduction.<\/p>\n\n\n\n<p id=\"1fa4\">Some enterprises have particularly demonstrated a skillful integration of conversational AI. The successful Ai integraters have presented their successful use cases in&nbsp;<em>The European Chatbot and Conversational AI Summit 2023.<\/em>&nbsp;<\/p>\n\n\n\n<p id=\"1fa4\">In this article, <a href=\"https:\/\/datalab.flitto.com\/en\">Flitto DataLab<\/a> has compiled three instances where large language model (LLMs) chatbots have provided values to their customer service.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"81a9\">Multi-Channel, Multi-Language Self Service Using \u201cQnABot on AWS\u201d<\/h4>\n\n\n\n<p id=\"5aa9\"><em>Presenter:&nbsp;<\/em><a href=\"https:\/\/www.linkedin.com\/in\/thomasrindfuss\/\" rel=\"noreferrer noopener\" target=\"_blank\"><em>Thomas Rindfuss<\/em><\/a><em>&nbsp;(Sr. Solutions Architect at Amazon Lex)<\/em><\/p>\n\n\n\n<p id=\"ebd1\">The&nbsp;<a href=\"https:\/\/aws.amazon.com\/solutions\/implementations\/qnabot-on-aws\/\" target=\"_blank\" rel=\"noreferrer noopener\">QnABot<\/a>&nbsp;is a state-of-the-art conversational AI tool built on the Amazon Lex platform. It&#8217;s designed to create and deploy chatbots within the AWS environment. <\/p>\n\n\n\n<p id=\"ebd1\">With a wide range of user-friendly tools and natural language processing capabilities, this LLM chatbot is a robust tool for developing language-based models.<\/p>\n\n\n\n<p id=\"cfcb\">Leveraging advancements in LLMs, this bot streamlines the training process for intent matching, enabling rapid learning and improved ability to answer a variety of questions. <\/p>\n\n\n\n<p id=\"cfcb\">Additionally, the QnABot supports over 70 languages in chat and 27 in voice channels, making it a multi-language bot. It leverages Amazon Comprehend to determine the dominant language in an input. Ultimately, the bot offers a simple, one-click deployment process and a user-friendly visual interface to manage content.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"0e6f\"><strong>What Are Large Language Models and How Are They Trained?<\/strong><\/h5>\n\n\n\n<p id=\"e899\">Large language models (LLMs) are complex mathematical functions that are designed to map human text input to a meaningful output. <\/p>\n\n\n\n<p id=\"e899\">To train these models, a large dataset of text conversations is first collected. The dataset can include common expressions, questions, and in-context phrases, along with corresponding labels or answers. <\/p>\n\n\n\n<p id=\"e899\">Once this dataset is gathered, it undergoes preprocessing so that NLP models can understand its format. This typically involves <strong>tokenization<\/strong>, where the text is converted into numerical vectors, as LLMs require numeric input to function.<\/p>\n\n\n\n<p id=\"234f\">After tokenization, stop words (e.g. \u201cto\u201d, \u201cof\u201d, \u201cand\u201d) may be removed to simplify the data and improve processing efficiency. <\/p>\n\n\n\n<p id=\"234f\">Once the data is preprocessed, a suitable model can be selected based on the training data and project objectives. The training process involves passing in an example and a corresponding label (e.g. a phrase and its response), where the model makes weighted calculations based on the input. Initially, these outputs are likely to be incorrect, requiring a correct label to calculate a loss function.<\/p>\n\n\n\n<p id=\"e890\">An optimization algorithm is then applied to adjust the model\u2019s weights and reduce the loss value. This process is repeated iteratively. Eventually, the model converges on an optimized set of weights that accurately map inputs to outputs. <\/p>\n\n\n\n<p id=\"e890\">Once the model has been trained, it can be used to make predictions by multiplying its output weights with new input examples. <\/p>\n\n\n\n<p id=\"e890\">Overall, this process can be time-consuming and complex. However, the results can be extremely powerful. It enables LLMs to understand and respond to human language in a way that was previously impossible.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/v2\/resize:fit:875\/0*n6NPcZt7fIpqUJpG\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Thomas Rindfuss presenting a slide on Amazon Lex<\/em><\/figcaption><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"0754\"><strong>What Is the Use of These LLMs for the&nbsp;QnABot?<\/strong><\/h5>\n\n\n\n<p id=\"800c\">The QnABot uses LLMs that are deployed in the same directory as the bot to make predictions based on user input text, without requiring the use of API calls. <\/p>\n\n\n\n<p id=\"800c\">User responsible for fine-tuning the model provides training questions to the LLM chatbot to set up its prediction levels. The resulting response and questions are stored in a tokenized way (in vectors of numbers) in the OpenSearch tool that Amazon has in the bot environment.<\/p>\n\n\n\n<p id=\"7a02\">When a user enters a question, the chatbot tokenizes it and finds similar questions to group together into an \u201cintent group.\u201d This group, along with the user\u2019s question, is sent to the LLM for a more accurate response. <\/p>\n\n\n\n<p id=\"7a02\">Using the intent group, the LLM chatbot can consider contexts of the user\u2019s question and provide a better answer. This reduces the chances of errors and misunderstandings in the chatbot\u2019s response.<\/p>\n\n\n\n<p id=\"7a02\">Leveraging large language models and natural language processing (NLP) technology, the LLM chatbot streamlines the training processes. As a result, the QnABot demonstrates superb capabilities with reduced costs and improved customer satisfaction, making it one of Amazon\u2019s valuable solutions.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4e45\">The Dawning of a New Era of Customer Service<\/h3>\n\n\n\n<p id=\"534c\"><em>Presenter:&nbsp;<\/em><a href=\"https:\/\/www.linkedin.com\/in\/eugeneneale\/\" rel=\"noreferrer noopener\" target=\"_blank\"><em>Eugene Neale<\/em><\/a><em>&nbsp;(Director of Business IT and CX Engineering at loveholidays)<\/em><\/p>\n\n\n\n<p id=\"a986\">LLM chatbots are revolutionizing the customer service industry. This is especially so in fields that require time-consuming and arduous tasks.<\/p>\n\n\n\n<p id=\"85ec\">Eugene Neale emphasizes how \u201cthe dawn of a new era\u201d is coming to the travel industry. As an example, he introduced advanced chatbot interfaces like Sandy of loveholidays.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/v2\/resize:fit:875\/0*4djtU-eD9EiUd3tV\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Eugene Neale on how robots have begun to deliver what humans expect<\/em><\/figcaption><\/figure>\n\n\n\n<p id=\"f28a\">The travel industry has been previously&nbsp;<a href=\"https:\/\/www.traveldailynews.com\/regional-news\/poor-customer-service-is-impacting-travel-sectors-reputation-research-finds\/\" target=\"_blank\" rel=\"noreferrer noopener\">rated to be the second worst<\/a>&nbsp;when it came to customer service. This meant a challenge for businesses to improve it. <\/p>\n\n\n\n<p id=\"f28a\">However, with the help of AI, travel companies such as loveholidays were able to create a more effective customer service experience.<\/p>\n\n\n\n<p id=\"bdb4\">According to Neale, the travel business is particularly an industry with a lot of room for improvement. This is due to its lengthy processes, from buying tickets to boarding a plane. Chatbots also provide a solution to the challenge of responding to common customer questions.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"4555\"><strong>Factors on the Growing Impact of Conversational AI<\/strong><\/h5>\n\n\n\n<p id=\"5226\">Data is one of the <a href=\"https:\/\/datalab.flitto.com\/en\/solutions\/for-conversational-interfaces\">key ingredients<\/a> that make LLM chatbot possible. When leveraged right, data can provide streamlined CS through more personalized responses to customer inquiries. <\/p>\n\n\n\n<p id=\"5226\">Advanced technologies like LLMs empower the interface to offer even more engaging experience to customers. For example, let us say a customer asks an LLM chatbot a question about a product they recently purchased. The bot can quickly access the database. Next, it can generate an engaging response that is relevant to the specific product in question.<\/p>\n\n\n\n<p id=\"8c70\">Eugene believes that our evolving mentality on interacting with computers also played a significant role in this progress. Thanks to the popularity of chatbots like ChatGPT, humans are becoming more willing to interact with machines.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"c885\"><strong>The Benefits of Conversational AI<\/strong><\/h5>\n\n\n\n<p id=\"d029\">One of the biggest benefits of conversational AI is the ability to personalize the customer experience. Chatbots like Sandy at loveholidays are able to get to know customers and provide personalized responses that meet their specific needs.<\/p>\n\n\n\n<p id=\"47fe\">Additionally, Sandy was able to significantly reduce wait time, handle time, as well as the number of avarage conversation turns by multifold. This is all the while it was increasing customer satisfaction score. It can also handle large volumes of requests simultaneously, making it easier to scale customer service efforts as needed.<\/p>\n\n\n\n<p id=\"6462\">The benefits of personalized, efficient, and effective customer service are clear. This is why businesses are turning to AI solutions like fine-tuned LLM chatbots to meet those needs. <\/p>\n\n\n\n<p id=\"6462\">The future of customer service in the field of travel industry looks bright with the help of conversational AI.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"711c\">E.ON &amp; Essent \u2014 Why and How Conversational Became Essent\u2019s Most Important Service Channel in Just 7 Months<\/h4>\n\n\n\n<p id=\"021b\"><em>Presenter:&nbsp;<\/em><a href=\"https:\/\/www.linkedin.com\/in\/fabian-schneidereit-19469016a\/\" rel=\"noreferrer noopener\" target=\"_blank\"><em>Fabian Schneidereit<\/em><\/a><em>&nbsp;(Delivery Manager at E.ON Digital Technology) and&nbsp;<\/em><a href=\"https:\/\/www.linkedin.com\/in\/jeroenroes\/\" rel=\"noreferrer noopener\" target=\"_blank\"><em>Jeroen Roes<\/em><\/a><em>&nbsp;(Lead Conversational AI Senior Program Manager at Essent)<\/em><\/p>\n\n\n\n<p id=\"4c5a\">Energy companies, including Essent, face high demand for customer service requests every day.<\/p>\n\n\n\n<p id=\"df77\">According to Jeroen Roes in his presentation, Essent had relied on telephony as its main customer service tool for over 100 years. However, with increasing competition within the Dutch market and a surge in customer service requests, Essent recognized the need to transform its operations to stay ahead.<\/p>\n\n\n\n<p id=\"0dca\">In addition to increasing operational efficiency and reducing costs, Essent saw the potential for chotbots to provide a more streamlined and personalized experience for its customers. By leveraging this new technology, Essent could better meet the growing demand for customer service while reducing its reliance on costly telephony services.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/v2\/resize:fit:875\/0*NnGBv0ZNSsYn0dCL\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Image source: unsplash.com<\/em><\/figcaption><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"9db0\"><strong>The Impact of Conversational AI on Essent\u2019s Service Channels<\/strong><\/h5>\n\n\n\n<p id=\"7993\">In just seven months, conversational AI became Essent\u2019s most important service channel, responsible for handling 59% of all requests. This was achieved by \u201cusing conversational AI as an enabler to achieve a broader strategic objective of digitalization,\u201d according to Roes. <\/p>\n\n\n\n<p id=\"7993\">They created a dedicated division to take care of conversational AI and used the technology in all parts of the company\u2019s operation. <\/p>\n\n\n\n<p id=\"7993\">Their main strategy was based on the creation of a foundational project and then optimizing this project by using bold moves: in their case, closing down the telephone lines to customer service.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/v2\/resize:fit:875\/1*xHrE_qg8gocy1HXefBVP6A.png\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Quantitative and qualitative impact, two years into operating automated conversational interfaces<\/em><\/figcaption><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"4567\"><strong>A Step-by-Step Guide to Building an Integrated Conversational Capability<\/strong><\/h5>\n\n\n\n<p id=\"70e0\">The success of Essent\u2019s conversational AI strategy can be replicated by following a step-by-step guide to building an integrated conversational capability presented by Roes.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Appoint a lead<\/strong> &#8211; First, it is important to appoint a lead to drive the project forward. This person will motivate growth and align the dedicated team\u2019s mission with the company\u2019s broader strategic objective. Building a team and partnerships that are fit for the current phase is also crucial.<\/li>\n\n\n\n<li><strong>Set a goal and prioritize<\/strong> &#8211; To deliver results, it is essential to determine what is needed to achieve the goal and prioritize and scope accordingly. Setting milestones that have high impact and high visibility is also important to keep the team motivated. Influencing stakeholders is crucial as their numbers and influence grow, and learning from mistakes and adjusting iteratively is important.<\/li>\n\n\n\n<li><strong>Keep an eye<\/strong> &#8211; Finally, the transition to the new system needs to be managed carefully. Structurizing and formalizing the new system is essential, and sticking to the plan, yet adjusting it as needed, will help ensure continued success.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/v2\/resize:fit:875\/0*cCHbQ44LxJ64BcjO\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Key take-aways from Essent\u2019s successful CAI integration<\/em><\/figcaption><\/figure>\n\n\n\n<p id=\"2687\">To summarize, the success of Essent\u2019s conversational AI strategy was achieved by aligning it with the broader customer contact strategy and building an integrated conversational capability in the organization. By creating a solid foundation through a project and then iteratively building and optimizing, Essent was able to achieve its goals and transform its customer service operations.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"7622\">Coming up next:<\/h4>\n\n\n\n<p id=\"6834\">The three enterprise examples covered above illustrate the effectiveness of engaging conversational AI models to various business sectors. These conversational AI, including LLM chatbots, when synergized with apt dataset and strategized business decision-making capacity, can bring immense positive difference for companies.<\/p>\n\n\n\n<p id=\"df1e\">Our next article will cover the various standpoints opinions of industry leaders \u2014 from representatives of leading companies, business leaders, conversation designers, as well as researchers of the advanced AI domain.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series Conversational AI and chatbots are now familiar technologies for many, businesses and consumers alike. When leveraged aptly, these automated customer service mechanisms can bring powerful results. These can include heightened convenience and cost reduction. Some enterprises have particularly demonstrated a skillful integration [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":116,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[8],"tags":[27,15,26,28],"class_list":["post-115","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-analysis","tag-chatbots","tag-conversational-ai","tag-language-models","tag-large-language-models"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Effective LLM chatbot\u2014 3 real-life examples<\/title>\n<meta name=\"description\" content=\"Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series. LLM chatbots can greatly empower customer service.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Effective LLM chatbot\u2014 3 real-life examples\" \/>\n<meta property=\"og:description\" content=\"Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series. LLM chatbots can greatly empower customer service.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/\" \/>\n<meta property=\"og:site_name\" content=\"Flitto DataLab\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-24T08:48:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-09T02:29:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/llms-in-real-life.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"545\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Flitto DataLab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Flitto DataLab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/\"},\"author\":{\"name\":\"Flitto DataLab\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#\\\/schema\\\/person\\\/cc75620c9d1ae72a14295eb0a33c6779\"},\"headline\":\"Effective LLM chatbot\u2014 3 real-life examples\",\"datePublished\":\"2023-03-24T08:48:00+00:00\",\"dateModified\":\"2023-08-09T02:29:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/\"},\"wordCount\":1764,\"publisher\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/wp-content\\\/uploads\\\/llms-in-real-life.png\",\"keywords\":[\"Chatbots\",\"Conversational AI\",\"Language Models\",\"Large Language Models\"],\"articleSection\":[\"Analysis\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/\",\"url\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/\",\"name\":\"Effective LLM chatbot\u2014 3 real-life examples\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/wp-content\\\/uploads\\\/llms-in-real-life.png\",\"datePublished\":\"2023-03-24T08:48:00+00:00\",\"dateModified\":\"2023-08-09T02:29:35+00:00\",\"description\":\"Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series. LLM chatbots can greatly empower customer service.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#primaryimage\",\"url\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/wp-content\\\/uploads\\\/llms-in-real-life.png\",\"contentUrl\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/wp-content\\\/uploads\\\/llms-in-real-life.png\",\"width\":750,\"height\":545,\"caption\":\"Image source: unsplash.com\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/effective-llm-chatbot-3-real-life-examples\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Effective LLM chatbot\u2014 3 real-life examples\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/\",\"name\":\"Flitto DataLab\",\"description\":\"Latest AI and Data Insights\",\"publisher\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#organization\",\"name\":\"Flitto DataLab\",\"url\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/datalab.svg\",\"contentUrl\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/datalab.svg\",\"width\":1,\"height\":1,\"caption\":\"Flitto DataLab\"},\"image\":{\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/flitto-datalab\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/#\\\/schema\\\/person\\\/cc75620c9d1ae72a14295eb0a33c6779\",\"name\":\"Flitto DataLab\",\"sameAs\":[\"https:\\\/\\\/blog-en.flitto.com\\\/en\\\/company\\\/blog\"],\"url\":\"https:\\\/\\\/datalab.flitto.com\\\/en\\\/company\\\/blog\\\/author\\\/user\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Effective LLM chatbot\u2014 3 real-life examples","description":"Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series. LLM chatbots can greatly empower customer service.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/","og_locale":"en_US","og_type":"article","og_title":"Effective LLM chatbot\u2014 3 real-life examples","og_description":"Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series. LLM chatbots can greatly empower customer service.","og_url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/","og_site_name":"Flitto DataLab","article_published_time":"2023-03-24T08:48:00+00:00","article_modified_time":"2023-08-09T02:29:35+00:00","og_image":[{"width":750,"height":545,"url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/llms-in-real-life.png","type":"image\/png"}],"author":"Flitto DataLab","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Flitto DataLab","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#article","isPartOf":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/"},"author":{"name":"Flitto DataLab","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#\/schema\/person\/cc75620c9d1ae72a14295eb0a33c6779"},"headline":"Effective LLM chatbot\u2014 3 real-life examples","datePublished":"2023-03-24T08:48:00+00:00","dateModified":"2023-08-09T02:29:35+00:00","mainEntityOfPage":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/"},"wordCount":1764,"publisher":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#organization"},"image":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/llms-in-real-life.png","keywords":["Chatbots","Conversational AI","Language Models","Large Language Models"],"articleSection":["Analysis"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/","url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/","name":"Effective LLM chatbot\u2014 3 real-life examples","isPartOf":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#primaryimage"},"image":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/llms-in-real-life.png","datePublished":"2023-03-24T08:48:00+00:00","dateModified":"2023-08-09T02:29:35+00:00","description":"Part 2 of The European Chatbot and Conversational AI Summit 2023\u20133rd Edition series. LLM chatbots can greatly empower customer service.","breadcrumb":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#primaryimage","url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/llms-in-real-life.png","contentUrl":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/llms-in-real-life.png","width":750,"height":545,"caption":"Image source: unsplash.com"},{"@type":"BreadcrumbList","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/effective-llm-chatbot-3-real-life-examples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datalab.flitto.com\/en\/company\/blog\/"},{"@type":"ListItem","position":2,"name":"Effective LLM chatbot\u2014 3 real-life examples"}]},{"@type":"WebSite","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#website","url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/","name":"Flitto DataLab","description":"Latest AI and Data Insights","publisher":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/datalab.flitto.com\/en\/company\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#organization","name":"Flitto DataLab","url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/2023\/07\/datalab.svg","contentUrl":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-content\/uploads\/2023\/07\/datalab.svg","width":1,"height":1,"caption":"Flitto DataLab"},"image":{"@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/showcase\/flitto-datalab\/"]},{"@type":"Person","@id":"https:\/\/datalab.flitto.com\/en\/company\/blog\/#\/schema\/person\/cc75620c9d1ae72a14295eb0a33c6779","name":"Flitto DataLab","sameAs":["https:\/\/blog-en.flitto.com\/en\/company\/blog"],"url":"https:\/\/datalab.flitto.com\/en\/company\/blog\/author\/user\/"}]}},"_links":{"self":[{"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/posts\/115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/comments?post=115"}],"version-history":[{"count":2,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/posts\/115\/revisions"}],"predecessor-version":[{"id":174,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/posts\/115\/revisions\/174"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/media\/116"}],"wp:attachment":[{"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/media?parent=115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/categories?post=115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datalab.flitto.com\/en\/company\/blog\/wp-json\/wp\/v2\/tags?post=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}