{"id":22296,"date":"2023-10-10T11:12:54","date_gmt":"2023-10-10T11:12:54","guid":{"rendered":"https:\/\/www.imprima.com\/?p=22296"},"modified":"2023-10-11T20:35:58","modified_gmt":"2023-10-11T20:35:58","slug":"llm-document-summaries","status":"publish","type":"post","link":"https:\/\/www.imprima.com\/blog\/llm-document-summaries","title":{"rendered":"How Large Language Models change the game for Due Diligence Reviews"},"content":{"rendered":"\n<p><Span style=\"font-weight:800\">Technology deep dive (but don\u2019t be put off if you are a non-technical person, we will keep it high-level)<\/span><\/p>\n\n\n\n<p>Last week we discussed why information extraction and automated document summaries for Due Diligence is a difficult nut to crack.<br><\/p>\n\n\n\n<p>This week we discuss how it can be done, with AI. But not just any AI. AI is a rather fluid label. Some people even claim that techniques like Regular Expressions constitute AI. While regex certainly has a use case, it has major downsides for information extraction and summary purposes, as we discussed <strong><a href=\"https:\/\/www.imprima.com\/blog\/challenges-of-making-summaries\" target=\"_blank\" rel=\"noreferrer noopener\">last week<\/a><\/strong>.<\/p>\n\n\n\n<p><br>Sound familiar? Then you must have read our post on <strong><a href=\"https:\/\/www.imprima.com\/blog\/automated-redaction-llm\" target=\"_blank\" rel=\"noreferrer noopener\">Large Language Models for Automated Redaction<\/a><\/strong>. Indeed, in essence it is the exact same problem. Whether you want to redact information in a document, or extract information from a document, in both cases you have to find that information first\u2026 and traditional methods don\u2019t cut it.<\/p>\n\n\n\n<p>That said, you may still want to continue reading, as it a similar nut to crack, but not the same. The devil is in the detail (isn\u2019t it always?).<\/p>\n\n\n\n<p>Let\u2019s first discuss the key technology underlying both solutions.<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><Span style=\"font-weight:800\">Machine Learning and Large Language Models (LLM)<\/span><\/p>\n\n\n\n<p>The key technology to be used is machine learning. But again, not just any machine learning. You need a technique that uses the semantics of the text holding the information. And the semantics of the text can only be captured by using the whole, unabridged text, and the sequence of the \u201ctokens\u201d (words, numbers etc.) of the text. We have found that the only way this can be reliably and accurately done is by using \u201cLarge Language Models\u201d (the technology underlying ChatGPT).<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p><Span style=\"font-weight:800\">What is a Large Language Model?<\/span><\/p>\n\n\n\n<p>Essentially an LLM is a <strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Neural_network\" target=\"_blank\" rel=\"noreferrer noopener\">Neural Network<\/a><\/strong>, trained on a large body of text (e.g., Wikipedia, <strong><a href=\"https:\/\/commoncrawl.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Common Crawl<\/a><\/strong> etc.). LLMs can predict the next word (or word in between), given its preceding (or surrounding) sequence of words. They are trained to do that by leaving words out, to fill in the blanks, so to speak. You may know the so-called <strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Cloze_test\" target=\"_blank\" rel=\"noreferrer noopener\">Cloze test<\/a><\/strong>, which tests your ability to fill in the blanks, e.g. \u201cmonkeys like to \u2026 bananas\u201c. You could say that LLMs are trained to ace that test!<\/p>\n\n\n\n<p><br>As a result, these models can understand the patterns of languages, such as grammar and style (which makes ChatGPT so eloquent!), but also, if enough training data is used, semantics and logic. This is what makes ChatGPT able to produce informative text, though not always accurately (Interesting read on this topic: <strong><a href=\"https:\/\/medium.com\/@konstantine_45825\/chatgpt-is-no-stochastic-parrot-but-it-also-claims-that-1-is-greater-than-1-e3cd1fc303e0\" target=\"_blank\" rel=\"noreferrer noopener\">ChatGPT is no stochastic parrot. But it also claims that 1 is greater than 1<\/a><\/strong>).<\/p>\n\n\n\n<p><br>These models have the additional advantage that they can be trained without the need for humans to \u201clabel\u201d the data first<sup><a href=\"#h-footnotes\">1<\/a><\/sup>. This makes it feasible to train LLMs on very large amounts of data with relatively low human effort, other than very smart data scientists, and of course, huge computer resources.<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><Span style=\"font-weight:800\">How we use Large Language Models at Imprima<\/span><\/p>\n\n\n\n<p>At Imprima, we use an LLM customised for the purpose of information extraction and subsequently create automated summaries, trained on documentation typically found in DD. We have trained it in multiple languages, and it predicts across languages. Accuracy in one language is increased through the utilisation of training data in other languages working in conjunction with each other.<\/p>\n\n\n\n<p><br>It is designed and trained to categorise single tokens (words, numbers, etc.), whole sentences and\/or paragraphs (or clauses) so it can subsequently find the information that needs to be extracted. This has several advantages. As it uses the structure of the text, it relies on the meaning of the items to be extracted, rather than the exact wording of the items. Therefore, it enables you to bypass the major disadvantage of traditional techniques such as search or Regular Expressions (<strong><a href=\"https:\/\/www.imprima.com\/blog\/challenges-of-making-summaries\" target=\"_blank\" rel=\"noreferrer noopener\">see last week\u2019s blog post<\/a><\/strong>.)<\/p>\n\n\n\n<p><br>That said, its overarching advantage is its accuracy and reliability, which goes far beyond what any other automated information extraction can do. We have shown that in a previous blog post (<strong><a href=\"https:\/\/www.imprima.com\/blog\/smart-vdrs-accuracy\" target=\"_blank\" rel=\"noreferrer noopener\">Smart VDRs \u2013 it is all about accuracy<\/a><\/strong>), and we will discuss this further in the next blog post.<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><Span style=\"font-weight:800\">Conclusion<\/span><\/p>\n\n\n\n<p>Traditional search or regex techniques, although often presented as AI, will not do the job. Advanced AI, on the other hand &#8211; in particular when based on LLMs \u2013can really transform the Due Diligence process, as it enables the identification, extraction and summarisation of key information relevant for DD.<\/p>\n\n\n\n<p><br>Though many worry about AI\u2019s potential threats to humanity (<strong><a href=\"https:\/\/www.wired.com\/story\/runaway-ai-extinction-statement\/?source=Email_0_EDT_WIR_NEWSLETTER_0_TRANSPORTATION_ZZ&amp;utm_source=nl&amp;utm_brand=wired&amp;utm_mailing=WIR_Daily_060823_FastForward&amp;utm_campaign=aud-\" target=\"_blank\" rel=\"noreferrer noopener\">Runaway AI Is an Extinction Risk, Experts Warn<\/a><\/strong> ), others mostly focus on its benefits for business (<strong><a href=\"https:\/\/www.mckinsey.com\/featured-insights\/mckinsey-guide-to-problem-solving\/can-ai-help-you-solve-problems\" target=\"_blank\" rel=\"noreferrer noopener\">Can AI help you solve problems?<\/a><\/strong>), and so do we. Therefore, we have embarked on this path, focusing our R&amp;D efforts on AI 5 years ago already.<\/p>\n\n\n\n<p><br>In next week\u2019s blog post we will discuss how accurate and reliable LLM-based information extraction is, by showing results on actual DD data, and how it works in practice.<\/p>\n\n\n\n<p><br>Stay tuned!<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"font-weight:500\">Are you looking for a VDR with fully integrated AI-DD software? Speak to our <a href=\"https:\/\/www.imprima.com\/contact\/sales?productfeature=SMART%20SUMMARIES\" target=\"_blank\" rel=\"noreferrer noopener\">sales team<\/a> or check out our <a href=\"https:\/\/www.imprima.com\/ai-due-diligence\/automated-contract-summaries\" target=\"_blank\" rel=\"noreferrer noopener\">Smart Summaries page here<\/a>.<\/span><\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-footnotes\" style=\"font-size:20px\">Footnotes<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>&#8230; at least before fine tuning and\/or reinforcement learning.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Technology deep dive (but don\u2019t be put off if you are a non-technical person, we will keep it high-level) Last week we discussed why information extraction and automated document summaries for Due Diligence is a difficult nut to crack. This week we discuss how it can be done, with AI. But not just any AI. [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":22305,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[169,170,163,171],"tags":[],"class_list":["post-22296","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-artificial-intelligence","category-legal","category-ma","category-vdr"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.4 (Yoast SEO v26.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>information extraction<\/title>\n<meta name=\"description\" content=\"In this post we dive into the technology behind Large Language Models, and how it can be utilised to benefit Due Diligence reviews.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Large Language Models change the game for Due Diligence Reviews\" \/>\n<meta property=\"og:description\" content=\"In this post we dive into the technology behind Large Language Models, and how it can be utilised to benefit Due Diligence reviews.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\" \/>\n<meta property=\"og:site_name\" content=\"Imprima\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-10T11:12:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-11T20:35:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marcus Tolan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marcus Tolan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\"},\"author\":{\"name\":\"Marcus Tolan\",\"@id\":\"https:\/\/www.imprima.com\/#\/schema\/person\/91ac413cefc7cd6c4ec7034f7cef47f2\"},\"headline\":\"How Large Language Models change the game for Due Diligence Reviews\",\"datePublished\":\"2023-10-10T11:12:54+00:00\",\"dateModified\":\"2023-10-11T20:35:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\"},\"wordCount\":873,\"publisher\":{\"@id\":\"https:\/\/www.imprima.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg\",\"articleSection\":[\"Artificial Intelligence\",\"Legal\",\"M&amp;A\",\"VDR\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\",\"url\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\",\"name\":\"information extraction\",\"isPartOf\":{\"@id\":\"https:\/\/www.imprima.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg\",\"datePublished\":\"2023-10-10T11:12:54+00:00\",\"dateModified\":\"2023-10-11T20:35:58+00:00\",\"description\":\"In this post we dive into the technology behind Large Language Models, and how it can be utilised to benefit Due Diligence reviews.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.imprima.com\/blog\/llm-document-summaries\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage\",\"url\":\"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg\",\"contentUrl\":\"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Blue background with Letters LLM on top\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.imprima.com\/blog\/llm-document-summaries#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.imprima.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Large Language Models change the game for Due Diligence Reviews\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.imprima.com\/#website\",\"url\":\"https:\/\/www.imprima.com\/\",\"name\":\"Imprima\",\"description\":\"Secure Online Data Room Services by Imprima\",\"publisher\":{\"@id\":\"https:\/\/www.imprima.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.imprima.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.imprima.com\/#organization\",\"name\":\"Imprima\",\"url\":\"https:\/\/www.imprima.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.imprima.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.imprima.com\/wp-content\/uploads\/2021\/05\/imprima-logo-new.svg\",\"contentUrl\":\"https:\/\/www.imprima.com\/wp-content\/uploads\/2021\/05\/imprima-logo-new.svg\",\"width\":507.43,\"height\":149.18,\"caption\":\"Imprima\"},\"image\":{\"@id\":\"https:\/\/www.imprima.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.imprima.com\/#\/schema\/person\/91ac413cefc7cd6c4ec7034f7cef47f2\",\"name\":\"Marcus Tolan\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"information extraction","description":"In this post we dive into the technology behind Large Language Models, and how it can be utilised to benefit Due Diligence reviews.","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:\/\/www.imprima.com\/blog\/llm-document-summaries","og_locale":"en_US","og_type":"article","og_title":"How Large Language Models change the game for Due Diligence Reviews","og_description":"In this post we dive into the technology behind Large Language Models, and how it can be utilised to benefit Due Diligence reviews.","og_url":"https:\/\/www.imprima.com\/blog\/llm-document-summaries","og_site_name":"Imprima","article_published_time":"2023-10-10T11:12:54+00:00","article_modified_time":"2023-10-11T20:35:58+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg","type":"image\/jpeg"}],"author":"Marcus Tolan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marcus Tolan","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#article","isPartOf":{"@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries"},"author":{"name":"Marcus Tolan","@id":"https:\/\/www.imprima.com\/#\/schema\/person\/91ac413cefc7cd6c4ec7034f7cef47f2"},"headline":"How Large Language Models change the game for Due Diligence Reviews","datePublished":"2023-10-10T11:12:54+00:00","dateModified":"2023-10-11T20:35:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries"},"wordCount":873,"publisher":{"@id":"https:\/\/www.imprima.com\/#organization"},"image":{"@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage"},"thumbnailUrl":"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg","articleSection":["Artificial Intelligence","Legal","M&amp;A","VDR"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries","url":"https:\/\/www.imprima.com\/blog\/llm-document-summaries","name":"information extraction","isPartOf":{"@id":"https:\/\/www.imprima.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage"},"image":{"@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage"},"thumbnailUrl":"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg","datePublished":"2023-10-10T11:12:54+00:00","dateModified":"2023-10-11T20:35:58+00:00","description":"In this post we dive into the technology behind Large Language Models, and how it can be utilised to benefit Due Diligence reviews.","breadcrumb":{"@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.imprima.com\/blog\/llm-document-summaries"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#primaryimage","url":"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg","contentUrl":"https:\/\/www.imprima.com\/wp-content\/uploads\/2023\/10\/feature-1b.jpg","width":1200,"height":630,"caption":"Blue background with Letters LLM on top"},{"@type":"BreadcrumbList","@id":"https:\/\/www.imprima.com\/blog\/llm-document-summaries#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.imprima.com\/"},{"@type":"ListItem","position":2,"name":"How Large Language Models change the game for Due Diligence Reviews"}]},{"@type":"WebSite","@id":"https:\/\/www.imprima.com\/#website","url":"https:\/\/www.imprima.com\/","name":"Imprima","description":"Secure Online Data Room Services by Imprima","publisher":{"@id":"https:\/\/www.imprima.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.imprima.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.imprima.com\/#organization","name":"Imprima","url":"https:\/\/www.imprima.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.imprima.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.imprima.com\/wp-content\/uploads\/2021\/05\/imprima-logo-new.svg","contentUrl":"https:\/\/www.imprima.com\/wp-content\/uploads\/2021\/05\/imprima-logo-new.svg","width":507.43,"height":149.18,"caption":"Imprima"},"image":{"@id":"https:\/\/www.imprima.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.imprima.com\/#\/schema\/person\/91ac413cefc7cd6c4ec7034f7cef47f2","name":"Marcus Tolan"}]}},"_links":{"self":[{"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/posts\/22296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/comments?post=22296"}],"version-history":[{"count":0,"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/posts\/22296\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/media\/22305"}],"wp:attachment":[{"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/media?parent=22296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/categories?post=22296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.imprima.com\/wp-json\/wp\/v2\/tags?post=22296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}