{"id":20611,"date":"2024-01-19T19:13:26","date_gmt":"2024-01-19T18:13:26","guid":{"rendered":"https:\/\/sovanta.com\/?p=20611"},"modified":"2024-01-19T19:18:56","modified_gmt":"2024-01-19T18:18:56","slug":"using-genai-to-kickstart-your-traditional-natural-language-processing-models","status":"publish","type":"post","link":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/","title":{"rendered":"Using GenAI to kickstart your traditional Natural Language Processing Models"},"content":{"rendered":"\n<p><strong>Traditionally, automatising business processes with AI required training a custom machine learning model with a substantial amount of task-specific \u201ctraining data\u201d. In many cases companies can use the advantages of Generative AI to tackle this challenge directly. But in cases with regulatory requirements such as GDPR GenAI is often not an option. In this blog post, Niklas Fr\u00fchauf, Senior Data Scientist at sovanta, shows how GenAI solutions such as ChatGPT or AlephAlpha can still empower the development of task-specific traditional machine learning models &#8211; even when facing GDPR<\/strong> <strong>regulations &#8211;<strong> allowing companies to create a fast and affordable proof-of-concept (PoC). <\/strong><\/strong><\/p>\n\n\n\n<p>In the past, most &#8211; if not all &#8211; AI approaches required training data specific to the task at hand. Depending on the challenge, this could range from a handful of samples (e.g. for extremely simplistic text classification of tickets into multiple \u201cqueues\u201d) to thousands of samples (e.g. for entity recognition in legal documents, sample images for image segmentation) to \u201csolve\u201d the problem adequately. In some cases, we would get lucky and could use existing data (e.g. fetching tickets already assigned manually by users to a queue in Jira). However, in most cases, creating such a dataset requires a handful of experts to manually annotate the collected data, creating a high up-front invest for AI proof-of-concepts. This is even more true in the area of language processing, where documents in many different languages would often need to be labeled, requiring translations and\/or multilingual inputs. This is complicated even more by widespread data issues.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Generate Training Data for a Proof-of-Concept <\/h2>\n\n\n\n<p>Even more so, many stakeholders want to have a quick and cheap proof-of-concept before committing large budgets for a fully integrated AI solution. This meant that many AI ideas already died before the PoC phase, as customers struggle to secure funding for the initial creation of a ground truth dataset for their business problem. Even with data readily available, first results are sometimes expected in an extremely short time frame, putting pressure on Data Scientists to rush a first working algorithm through development.<\/p>\n\n\n\n<div id=\"image-card-with-buttonblock_2b6fe06c24de55885cfe347076180b07\" class=\"block__image-card-with-button -detect-in-viewport has-background has-seashell-background-color image-card\">\n      \n  \n\n<div id=\"quoteblock_20d9d56b19d7da683687eb37f0c9b7ca\" class=\"block__quote -detect-in-viewport block__quote--small\">\n\n    <div class=\"block__quote__wrapper\">\n\n                    <div class=\"block__quote__quote\">We think that thanks to GenAI, this is bound to change: Firstly, GenAI can be used to create, annotate or enhance training data, secondly we can use GenAI to establish a quick baseline score for most language-based tasks, and thirdly we may be able to distil GenAI knowledge into a much simpler model.<\/div>\n        \n                    <div class=\"block_quote__meta\">\n\n                                    <div class=\"block__quote__author\">\n                        Niklas Fr\u00fchauf                    <\/div>\n                \n                                    <div class=\"block__quote__position\">\n                        Senior Data Scientist, sovanta                    <\/div>\n                            <\/div>\n        \n    <\/div>\n\n<\/div>\n\n\n  <\/div>\n\n\n<p>However, it is extremely important to note that the usage of GenAI in these use cases suffers from drawbacks. Depending on the GenAI vendor, there are large privacy concerns, preventing its usage for GDPR-relevant use cases and many corporate settings (e.g. OpenAI Azure is monitoring all inputs and outputs per default). It is also not feasible for extremely high workloads due to the processing time and involved costs, and in workloads where availability is critical. It also lacks explainability and thus isn\u2019t suited for use cases where model audits are required. While you may be able to prompt your GenAI solution to output their \u201cchain-of-thought reasoning\u201d or look at individual attention given to each token of your input, explainability is a much more easily achieved in traditional models. Some examples include Linear\/Logistic Regression (where we can analyze the coefficients), Decision Trees &amp; Forests (where we can visualize the decision paths or look at feature importances), but also SHAP values and LIME explanations that are applicable to a wide variety of models.<\/p>\n\n\n\n<p>Despite these risks GenAI can still help you to implement and optimize your custom task-specific Machine Learning Model as we will describe in the following.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">GenAI as \u201cquick &amp; dirty\u201d Baseline at Project Start<\/h2>\n\n\n\n<p>For most language based tasks, GenAI can be used to establish a quick baseline performance\/score. If you have a handful of ground source data available, you can consider all of them to be a \u201ctest\u201d set, and use the zero-shot (or few-shot) prompts to gauge how well they perform on your available samples. Even in the total absence of data, you could prompt a more complex GenAI model (ChatGPT4-8k or more) to generate some fake data, and then set a baseline score using a very simplistic traditional AI model or a less-complex LLM. While this technically doesn\u2019t require a Data Scientists (knowing how to properly prompt is enough) or complex model pipelines and dependencies, we highly advise to have a Data Scientist set up a proper model evaluation workflow with a useful metric in order to prevent data leakage, enabling you to compare the GenAI baseline against other models (including task-specific models) in the future.<\/p>\n\n\n\n<p>Even if GenAI is not an option due to the aforementioned privacy or security concerns, you may still be able to get a very quick baseline on a handful of manually anonymised documents &#8211; and if GenAI doesn\u2019t handle the task well, it may be an early stopping signal for your project. On the other hand, if GenAI delivers outstanding performance, there is a high chance a task-specific model (without privacy issues) will also work for your use case. In any cases, this allows you to quickly set realistic stakeholder expectations for further project stages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to: Training Data Generation, Enhancement &amp; Preprocessing<\/h2>\n\n\n\n<p>When it comes to data generation (or enhancement), we can think of a wide range of possibilities. GenAI can <strong>create training data from scratch<\/strong> in absence of previous data, leveraging its zero shot abilities.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"860\" height=\"1024\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data-860x1024.png\" alt=\"\" class=\"wp-image-20595\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data-860x1024.png 860w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data-252x300.png 252w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data-768x914.png 768w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data.png 1156w\" sizes=\"(max-width: 860px) 100vw, 860px\" \/><figcaption class=\"wp-element-caption\">The first prompt produces a wider range of reply structures.<\/figcaption><\/figure>\n\n\n\n<p>It is easy to <strong>\u201cground\u201d these prompts<\/strong> if you have a handful of available samples and simply want to extend the available dataset. If privacy is an issue, you could manually anonymise these samples before including them into a <strong>few-shot prompt<\/strong>. In order to diversify the obtained results, you can also leverage a simple trick and send multiple \u201cfew-shot\u201d generation requests, each time modifying the included samples.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"689\" height=\"1024\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_1-689x1024.png\" alt=\"\" class=\"wp-image-20597\" style=\"width:843px;height:auto\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_1-689x1024.png 689w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_1-202x300.png 202w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_1-768x1142.png 768w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_1-1033x1536.png 1033w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_1.png 1098w\" sizes=\"(max-width: 689px) 100vw, 689px\" \/><figcaption class=\"wp-element-caption\">In contrast to the first prompt, most samples now follow a similar structure. We also were able to get the correct text positions for the first sample!<\/figcaption><\/figure>\n\n\n\n<p>In some recent local LLM runtimes such as llama.cpp, you can even force your LLM to output JSON following a specific grammar, making it much easier for you to reliably parse the outputs! Additionally, the example above highlights another area where GenAI can support with data enhancement: We can use it to <strong>\u201cimpute\u201d missing values in text corpora<\/strong>, such as the correct start and end positions of our entities. This could also be used to support with data cleansing: Assume you have output from a OCR service containing mingled\/mixed words with incorrectly identified characters &#8211; GenAI will help you to convert them to a correct representation. Obviously, using GenAI within a prediction pipeline requires you to consider the aforementioned data privacy concerns &#8211; in many cases, GenAI will be able to directly solve your issue at hand without \u201cmanually\u201d correcting these steps.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"459\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_2-1024x459.png\" alt=\"\" class=\"wp-image-20599\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_2-1024x459.png 1024w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_2-300x134.png 300w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_2-768x344.png 768w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/ChatGPT_Prompt-for-test-data_2.png 1316w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Correcting OCR mistakes with GenAI.<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Does anyone have to do it without the advantages of GenAI?<\/h2>\n\n\n\n<p>In those cases where sending productive data to GenAI is ruled out (be it due to cost, latency, availability or privacy concerns), a solution could be to train a task-specific traditional AI model on data generated (partly) by a GenAI model. Generating this data usually just requires a prompt describing the desired outputs, and in some cases you may want to enrich it with some existing (anonymised) examples from your own data source, as this \u201cfew-shot\u201d prompting in our experience greatly increases the data quality. <\/p>\n\n\n\n<p>So there is no reason not to take advantage of GenAI, there are many workarounds and creative prompting opens new doors &#8211; our tip: just give it a try. And if you have any questions, we are always happy to help.<\/p>\n\n\n\n<div id=\"contact-personblock_f03f61394ade3e2c82f0af465f7a75d7\" class=\"block__contact-person -detect-in-viewport block__contact-person--default block__contact-person--with-headline has-seashell-background-color has-background-color\">\n\n  <div class=\"contact-person__wrapper\">\n\n    <div class=\"contact-person__header\">\n\n      <div class=\"contact-person__header__wrapper\">\n\n        \n\n                    <div class=\"contact-person__image\">\n            <img decoding=\"async\" width=\"350\" height=\"466\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf-350x466.jpg\" class=\"attachment-contact_person size-contact_person wp-post-image\" alt=\"\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf-350x466.jpg 350w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf-225x300.jpg 225w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf.jpg 750w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>          <\/div>\n                                  <div class=\"contact-person__name\">\n              Niklas Fr\u00fchauf            <\/div>\n                        <div class=\"contact-person__position\">\n              Senior Data Scientist            <\/div>\n          \n          \n      <\/div>\n\n    <\/div>\n\n    <div class=\"contact-person__body\">\n\n              <h2 class=\"h3 contact-person__headline\">Your Contact<\/h2>\n      \n      \n                    <div class=\"contact-person__text\">\n          Niklas Fr\u00fchauf works as a Senior Data Scientist at sovanta. He focuses on keeping up with latest AI methodologies and state-of-the-art approaches in the areas of natural language understanding, computer vision and time series forecasting, leveraging these to support customers in solving their business challenges and automating their processes with AI.        <\/div>\n      \n                  \n                    <div class=\"contact-person__channels\">\n                              <a href=\"mailto:niklas.fruehauf@sovanta.com\" class=\"contact-person__channel contact-person__channel--mail\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Contact via Mail\">\n            <span class=\"icon icon--svg\">\n<svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n<path d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\" fill=\"currentColor\"><\/path>\n<\/svg>\n<\/span>    <\/a>\n                      <a href=\"https:\/\/www.linkedin.com\/in\/niklasfruehauf\/?originalSubdomain=de\" class=\"contact-person__channel contact-person__channel--linkedin\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Contact via Linkedin\">\n            <span class=\"icon icon--svg\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/span>    <\/a>\n                          <\/div>      \n    <\/div>\n\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Traditionally, automatising business processes with AI required training a custom machine learning model with a substantial amount of task-specific \u201ctraining data\u201d. In \u2026<\/p>\n","protected":false},"author":3,"featured_media":20606,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[308],"tags":[],"competence":[],"Industry":[],"line_of_business":[],"resource":[376,640,641],"systems-and-technologies":[],"class_list":["post-20611","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sovanta-en","resource-blog-en","resource-sap-ai-bdc-blog-en","resource-btp-blogpost-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using GenAI to kickstart your traditional Natural Language Processing Models - sovanta AG<\/title>\n<meta name=\"description\" content=\"In this Blogpost we describe how to use GenAI to kickstart your traditional Natural Language Processing Models.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using GenAI to kickstart your traditional Natural Language Processing Models - sovanta AG\" \/>\n<meta property=\"og:description\" content=\"In this Blogpost we describe how to use GenAI to kickstart your traditional Natural Language Processing Models.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\" \/>\n<meta property=\"og:site_name\" content=\"sovanta AG\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sovantaAG\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-19T18:13:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-19T18:18:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"sova.hilkert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sovanta_AG\" \/>\n<meta name=\"twitter:site\" content=\"@sovanta_AG\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sova.hilkert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\"},\"author\":{\"name\":\"sova.hilkert\",\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3\"},\"headline\":\"Using GenAI to kickstart your traditional Natural Language Processing Models\",\"datePublished\":\"2024-01-19T18:13:26+00:00\",\"dateModified\":\"2024-01-19T18:18:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\"},\"wordCount\":1252,\"publisher\":{\"@id\":\"https:\/\/sovanta.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg\",\"articleSection\":[\"sovanta\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\",\"url\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\",\"name\":\"Using GenAI to kickstart your traditional Natural Language Processing Models - sovanta AG\",\"isPartOf\":{\"@id\":\"https:\/\/sovanta.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg\",\"datePublished\":\"2024-01-19T18:13:26+00:00\",\"dateModified\":\"2024-01-19T18:18:56+00:00\",\"description\":\"In this Blogpost we describe how to use GenAI to kickstart your traditional Natural Language Processing Models.\",\"breadcrumb\":{\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage\",\"url\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg\",\"contentUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sovanta.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using GenAI to kickstart your traditional Natural Language Processing Models\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sovanta.com\/en\/#website\",\"url\":\"https:\/\/sovanta.com\/en\/\",\"name\":\"sovanta AG\",\"description\":\"Simplify IT, HR and Sales\",\"publisher\":{\"@id\":\"https:\/\/sovanta.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sovanta.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sovanta.com\/en\/#organization\",\"name\":\"sovanta AG\",\"url\":\"https:\/\/sovanta.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg\",\"contentUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg\",\"width\":380,\"height\":226,\"caption\":\"sovanta AG\"},\"image\":{\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/sovantaAG\/\",\"https:\/\/x.com\/sovanta_AG\",\"https:\/\/www.linkedin.com\/company\/sovanta-ag\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3\",\"name\":\"sova.hilkert\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using GenAI to kickstart your traditional Natural Language Processing Models - sovanta AG","description":"In this Blogpost we describe how to use GenAI to kickstart your traditional Natural Language Processing Models.","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:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/","og_locale":"en_GB","og_type":"article","og_title":"Using GenAI to kickstart your traditional Natural Language Processing Models - sovanta AG","og_description":"In this Blogpost we describe how to use GenAI to kickstart your traditional Natural Language Processing Models.","og_url":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/","og_site_name":"sovanta AG","article_publisher":"https:\/\/www.facebook.com\/sovantaAG\/","article_published_time":"2024-01-19T18:13:26+00:00","article_modified_time":"2024-01-19T18:18:56+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg","type":"image\/jpeg"}],"author":"sova.hilkert","twitter_card":"summary_large_image","twitter_creator":"@sovanta_AG","twitter_site":"@sovanta_AG","twitter_misc":{"Written by":"sova.hilkert","Estimated reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#article","isPartOf":{"@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/"},"author":{"name":"sova.hilkert","@id":"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3"},"headline":"Using GenAI to kickstart your traditional Natural Language Processing Models","datePublished":"2024-01-19T18:13:26+00:00","dateModified":"2024-01-19T18:18:56+00:00","mainEntityOfPage":{"@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/"},"wordCount":1252,"publisher":{"@id":"https:\/\/sovanta.com\/en\/#organization"},"image":{"@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage"},"thumbnailUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg","articleSection":["sovanta"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/","url":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/","name":"Using GenAI to kickstart your traditional Natural Language Processing Models - sovanta AG","isPartOf":{"@id":"https:\/\/sovanta.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage"},"image":{"@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage"},"thumbnailUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg","datePublished":"2024-01-19T18:13:26+00:00","dateModified":"2024-01-19T18:18:56+00:00","description":"In this Blogpost we describe how to use GenAI to kickstart your traditional Natural Language Processing Models.","breadcrumb":{"@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#primaryimage","url":"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg","contentUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/frau-im-fokus-blick-in-kamera-stehtische-arbeitet-am-desktop-pc-buero-office-hintergrund-unscharf-mann_web_stock_16-9.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/sovanta.com\/en\/using-genai-to-kickstart-your-traditional-natural-language-processing-models\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sovanta.com\/en\/"},{"@type":"ListItem","position":2,"name":"Using GenAI to kickstart your traditional Natural Language Processing Models"}]},{"@type":"WebSite","@id":"https:\/\/sovanta.com\/en\/#website","url":"https:\/\/sovanta.com\/en\/","name":"sovanta AG","description":"Simplify IT, HR and Sales","publisher":{"@id":"https:\/\/sovanta.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sovanta.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/sovanta.com\/en\/#organization","name":"sovanta AG","url":"https:\/\/sovanta.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg","contentUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg","width":380,"height":226,"caption":"sovanta AG"},"image":{"@id":"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sovantaAG\/","https:\/\/x.com\/sovanta_AG","https:\/\/www.linkedin.com\/company\/sovanta-ag\/"]},{"@type":"Person","@id":"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3","name":"sova.hilkert"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts\/20611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/comments?post=20611"}],"version-history":[{"count":9,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts\/20611\/revisions"}],"predecessor-version":[{"id":20733,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts\/20611\/revisions\/20733"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/media\/20606"}],"wp:attachment":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/media?parent=20611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/categories?post=20611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/tags?post=20611"},{"taxonomy":"competence","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/competence?post=20611"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/Industry?post=20611"},{"taxonomy":"line_of_business","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/line_of_business?post=20611"},{"taxonomy":"resource","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/resource?post=20611"},{"taxonomy":"sap-product","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/systems-and-technologies?post=20611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}