{"id":6554,"date":"2025-04-10T15:46:47","date_gmt":"2025-04-10T15:46:47","guid":{"rendered":"https:\/\/xtract.io\/blog\/?p=6554"},"modified":"2025-04-22T09:27:55","modified_gmt":"2025-04-22T09:27:55","slug":"retrieval-augmented-generation-a-better-fix-for-llm-hallucinations","status":"publish","type":"post","link":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/","title":{"rendered":"Why is retrieval augmented generation a better fix for LLM hallucinations?"},"content":{"rendered":"\n<p>The global LLM market is projected to reach its golden period, attaining a CAGR of <a href=\"https:\/\/springsapps.com\/knowledge\/large-language-model-statistics-and-numbers-2024#:~:text=Students%20often%20use%20LLMs%20to,62%25%2C%20according%20to%20Knewton\" target=\"_blank\" rel=\"noopener\">79-80%<\/a><a href=\"https:\/\/www.pragmamarketresearch.com\/reports\/121032\/large-language-model-llm-market-size#:~:text=Global%20Large%20Language%20Model%20(LLM)%20market%20size%20in%20terms%20of,79.80%25%20during%202024%2D2030.\"> <\/a>between 2023 and 2030. Studies reveal that LLM growth is expected to rise from $1,590 million in 2023 to $259,8 million in 2030. As the backbone of <a href=\"https:\/\/www.xtract.io\/cmp\/platforms\/studios\/?utm_source=generative_ai_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog#gen-ai-studio\" target=\"_blank\" rel=\"noopener\">generative AI<\/a>, LLMs have stormed the AI world, and the skies haven\u2019t cleared since. But one persistent issue that keeps lingering in and around LLMs is hallucinations. If you are an AI enthusiast or someone who loves to stay updated on technology, you might have heard the word hallucinations ringing in your ears.&nbsp;<\/p>\n\n\n\n<p>Hallucinations are the LLM&#8217;s ability to fabricate responses when unsure about the subject matter. Such hallucinations may erode the trust factor and reliability of the LLM models. These can also be very harmful and devastating, especially in industries where accuracy and data reliability are non-negotiable.&nbsp;<\/p>\n\n\n\n<h2><span class=\"ez-toc-section\" id=\"So_why_do_these_hallucinations_occur_in_the_first_place\"><\/span>So why do these hallucinations occur in the first place?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>When LLMs are queried on topics outside their knowledge base, they generate beautifully crafted, cohesive responses that may or may not be accurate. For LLMs, anything within their knowledge spectrum is their forte; beyond that, they try to be probabilistic rather than deterministic.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>If (LLMs) occasionally sound like they have no idea what they\u2019re saying, it\u2019s because they don\u2019t. LLMs know how words relate statistically, but not what they mean.<\/em><\/p><cite> <span style=\"font-size: inherit;\">explains the IBM research blog.<\/span> <\/cite><\/blockquote>\n\n\n\n<h3>Now addressing the actual question, why?<\/h3>\n\n\n\n<p>The very reason for the occurrence of hallucinations falls under four main buckets.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"803\" height=\"401\" src=\"https:\/\/xtract.io\/blog\/wp-content\/uploads\/2025\/04\/sub-3.jpg\" alt=\"Reasons for LLM hallucinations\" class=\"wp-image-6559\" srcset=\"https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/sub-3.jpg 803w, https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/sub-3-300x150.jpg 300w, https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/sub-3-150x75.jpg 150w\" sizes=\"(max-width: 803px) 100vw, 803px\" \/><\/figure>\n\n\n\n<h4>Unclear knowledge scope<\/h4>\n\n\n\n<p>The most common reason is that the training data is noisy or oversaturated and does not match the model\u2019s knowledge scope. Like too many cooks spoil the broth, having outliers within the training data can lead to poor pattern recognition. This situation can hurt the further steps in natural language processing, such as classification and prediction, reproducing responses with factual errors.<\/p>\n\n\n\n<h4>Poor data quality<\/h4>\n\n\n\n<p>Data quality is very important for LLMs. If that becomes questionable, it can lead to problems like misclassification, mislabelling, and becoming the culprit for the most dangerous AI crime, bias. In data automation and processing pipelines, poor input data can disrupt the entire system, leading to inaccurate classifications, faulty extractions, and unreliable outputs across enterprise systems. Let me help you understand how lousy data can affect the output quality.&nbsp;<\/p>\n\n\n\n<p>Let&#8217;s assume an apparel brand uses an AI-driven product catalog to elevate customer experience. The company predominantly uses LLM-based automation to manage their product listings.<\/p>\n\n\n\n<p>Imagine a case wherein a sweater is mislabelled as a summer tee, now let us see how this misalignment can cause or affect the overall process. For instance, if a customer is exploring options under the category winter essentials, they might not be able to find that particular sweater; instead, this sweater will be suggested to customers looking for summer t-shirts.<\/p>\n\n\n\n<p>Suppose a chatbot is employed to address customer FAQs, and a customer enquires about this faulty labelled sweater, asking about the sweater\u2019s capability to keep warm. In that case, the bot may fetch something like the product is best suited for a tropical climate. Either of these situations can frustrate the customer and lead to customer dissatisfaction.<\/p>\n\n\n\n<p>Imagine this in less forgiving industries like<a href=\"https:\/\/www.xtract.io\/cmp\/solutions\/industry\/healthcare\/?utm_source=healthcare_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog\" target=\"_blank\" rel=\"noopener\"> healthcare<\/a>, legal, and<a href=\"https:\/\/www.xtract.io\/cmp\/solutions\/department\/finance\/?utm_source=finance_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog\" target=\"_blank\" rel=\"noopener\"> finance<\/a>, and the result can be detrimental. If this same issue occurs in patient records, legal documents, and financial statements, it might lead to costly mistakes, eroding customer trust and brand reputation.<\/p>\n\n\n\n<h4>Data sparsity<\/h4>\n\n\n\n<p>Another reason is the scantiness of the training dataset, which can depend on factors such as specificity, how often data is refreshed, etc. Since LLMs are fed on massive datasets that comprise a vast knowledge spectrum, they stumble when they are questioned on particular domains or niche topics. Also, not checking LLMs for ambiguity and relevance in real-time can cause the LLMs to generate responses that may generate vague or even contradictory answers.<\/p>\n\n\n\n<h4>Contextual guessing<\/h4>\n\n\n\n<p>Since the core technology powering LLMs is natural language processing, it is too good at predicting patterns from word constellations and phrases. So when it encounters a less familiar search query, it does the guesswork in generating the next word based on the previous word configurations, which may be factually incorrect.<\/p>\n\n\n\n<h2><span class=\"ez-toc-section\" id=\"So_what_is_the_fix\"><\/span>So what is the fix?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXem9d49nE0ZBR_W84fI1uvn_r1qMkPqmXUt2yRISmtxMa7fOw2jLfFfS9A1cIMNt9uL-TJ94pQn7Olffr-IwqWeY7-rl3JQzeIiiFPFb7yDb2GK3xAAJUwY2z8m8fY_gQ1NZezo6w?key=_HKkDElA1r8oDRVNg5ZdJCt6\" alt=\"Techniques to reduce LLM hallucinations\"\/><\/figure>\n\n\n\n<p>According to studies carried out on LLMs, there are a few processes that are said to improve reliability and yield fewer hallucinations.<\/p>\n\n\n\n<h3>Finetuning<\/h3>\n\n\n\n<p>One of the most common ways of handling hallucinations is finetuning the LLMs with targeted datasets. Fine-tuning over a period of time can make LLMs perform better with domain-specific queries. In <a href=\"https:\/\/www.xtract.io\/cmp\/features\/intelligent-document-processing\/?utm_source=automated_data_processing_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog\" target=\"_blank\" rel=\"noopener\">automated data processing<\/a> workflows, this ensures that LLMs learn from structured patterns and can make more reliable contextual inferences, reducing the risk of bad data propagation.<\/p>\n\n\n\n<h3>Architectural modifications<\/h3>\n\n\n\n<p>AI experts say that changing the underlying architecture that runs the LLMs, such as adding memory modules or even incorporating reasoning capability within the architecture, can help overcome hallucinations.<\/p>\n\n\n\n<h3>Decoding strategies<\/h3>\n\n\n\n<p>Modifying the decoding algorithms LLMs use also helps mitigate hallucinations. Techniques like top-p truncation and diverse beam search can improve the accuracy of LLM responses.<\/p>\n\n\n\n<h3>Hallucination detection<\/h3>\n\n\n\n<p>Another prescribed method might be incorporating techniques that can automatically detect hallucinations from the output results. This can be done by infusing techniques like anomaly detection, checking for inconsistency, or even employing separate models for hallucination inspection.<\/p>\n\n\n\n<h3>Prompt engineering<\/h3>\n\n\n\n<p>Prompt engineering is widespread in the AI world. LLMs can increase the probability of generating factually plausible responses by giving a descriptive prompt with detailed contextual information, specifying additional instructions, and, most importantly, mentioning constraints.<\/p>\n\n\n\n<h3>Retrieval augmented generation<\/h3>\n\n\n\n<p>Finally, but importantly, the RAG architecture is the best-known method for overcoming AI hallucinations. It is a synergy of the generative capability of LLMs and continuous retrieval capability. This technique is noteworthy because it eliminates the need for frequent training models and updates the LLM parameters, making it a cost-effective solution and avoiding computational and financial costs.<\/p>\n\n\n\n<h2><span class=\"ez-toc-section\" id=\"Why_is_retrieval_augmented_generation_the_best_solution\"><\/span>Why is retrieval augmented generation the best solution?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong><br><\/strong>RAG architecture connects LLMs with external databases that include relevant and up-to-date proprietary data, ensuring LLMs don\u2019t hallucinate. This real-time retrieval mechanism is crucial for automated data processing pipelines, where real-time accuracy is essential for powering decision intelligence, customer-facing systems, and backend operations.<\/p>\n\n\n\n<p>By incorporating RAG, users can access the model\u2019s data sources, allowing them to cross-check facts and gain a competitive edge in accuracy. This is precisely why RAG stands out as the ultimate safeguard against hallucinations, empowering systems to deliver consistent, trustworthy results.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>It\u2019s the difference between an open-book and a closed-book exam,\u201d Lastras said. \u201cIn a RAG system, you are asking the model to respond to a question by browsing through the content in a book, as opposed to trying to remember facts from memory.<\/em><\/p><\/blockquote>\n\n\n\n<p>Eager to understand the core technology behind LLMs?<br><a href=\"https:\/\/xtract.io\/blog\/the-rag-approach-reinventing-financial-decision-making\/?utm_source=read_our_blog_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog\" target=\"_blank\" rel=\"noopener\">Read our blog<\/a><\/p>\n\n\n\n<h2><span class=\"ez-toc-section\" id=\"Some_best_practices_to_adopt_while_implementing_RAG\"><\/span>Some best practices to adopt while implementing RAG<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXd3KJgBSxdv7ptLSNdHRw-vb3rdtLG7G7u9yfaGE1u-DVHSJ8ffEldhA2lfzYFzQWPK0nn4ssByS0B_DZhMY4pDi8xgErhAaEFRo3IDi5UsJQv1P9Xtv5QUNUvHYyew0K8_cHUuhQ?key=_HKkDElA1r8oDRVNg5ZdJCt6\" alt=\"Best practices for RAG\"\/><\/figure>\n\n\n\n<h3>Leveraging structured data for retrieval<\/h3>\n\n\n\n<p>Having structured data as a retrieval source reduces the chances of ambiguity, making way for reliable responses grounded in facts.<\/p>\n\n\n\n<h3>Contextualise retrieval results<\/h3>\n\n\n\n<p>Even after retrieval, it is essential to have a feedback loop to understand how well the AI model has captured the context for the user query. To tick this box, the retrieved data should be checked against multiple aspects of the user intent behind the query. Having this practice can reduce the possibility of hallucinations.&nbsp;<\/p>\n\n\n\n<h3>Improving model interpretation<\/h3>\n\n\n\n<p>Another way to weed out hallucinations is by adding interpretability techniques that help us understand the underlying logic behind generating a particular response. This can be achieved by employing attention mechanisms or even interpretability tools that can track every step the model takes, allowing users to witness a transparent process. A transparent decision-making process can help us identify the root cause of hallucinations and, hence, can help treat them as soon as possible.<\/p>\n\n\n\n<h2><span class=\"ez-toc-section\" id=\"Wrapping_up\"><\/span>Wrapping up,<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Retrieval augmented generation is, so far, the best-known technique for harnessing the potential of LLMs. At Xtract.io, our intuitive RAG feature, XRAG, brings out the best of this architecture. Incorporating XRAG architecture into your system can offer multiple benefits by generating responses that are accurate, most contextually relevant, and up-to-date. Whether it&#8217;s streamlining unstructured data processing or scaling <a href=\"https:\/\/www.xtract.io\/xtract-data-automation-suite?utm_source=data_automation_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog\" target=\"_blank\" rel=\"noopener\">data automation<\/a> tasks across teams, XRAG empowers enterprises to extract more value with less manual intervention, giving businesses an upper hand in intelligence and efficiency.<\/p>\n\n\n\n<p>Though RAG is a better alternative to overcome hallucinations, like any other technique, it is not the ultimate cure. It comes with limitations like its reliance on the quality of data. Thereby, incorporating <a href=\"https:\/\/www.xtract.io\/cmp\/platforms\/studios\/?utm_source=human_oversight_llm_hallucinations_rag&amp;utm_medium=web&amp;utm_campaign=blog#hitl-studio\" target=\"_blank\" rel=\"noopener\">human oversight<\/a> and expert knowledge is imperative to make the most out of the RAG technique. While RAG might not be the life-changing solution, it can be a better alternative if we have the quality data and the right people with expert knowledge. On an ending note, we all know that the AI world replenishes itself daily, so will RAG continue to top the list, or will there be a better solution to overtake RAG? To answer the question, let us wait and watch what comes next.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The global LLM market is projected to reach its golden period, attaining a CAGR of 79-80% between 2023 and 2030. Studies reveal that LLM growth is expected to rise from $1,590 million in 2023 to $259,8 million in 2030. As the backbone of generative AI, LLMs have stormed the AI world, and the skies haven\u2019t<\/p>\n","protected":false},"author":39,"featured_media":6556,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[117],"tags":[102,337],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Optimize financial efficiency with retrieval augmented generation<\/title>\n<meta name=\"description\" content=\"Discover how retrieval augmented generation can boost financial process automation with contextual intelligence and real-time data retrieval\" \/>\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.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Optimize financial efficiency with retrieval augmented generation\" \/>\n<meta property=\"og:description\" content=\"Discover how retrieval augmented generation can boost financial process automation with contextual intelligence and real-time data retrieval\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog | Xtract.io\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-10T15:46:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-22T09:27:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/RAG-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"803\" \/>\n\t<meta property=\"og:image:height\" content=\"401\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kavin Varsha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kavin Varsha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Optimize financial efficiency with retrieval augmented generation","description":"Discover how retrieval augmented generation can boost financial process automation with contextual intelligence and real-time data retrieval","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.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/","og_locale":"en_US","og_type":"article","og_title":"Optimize financial efficiency with retrieval augmented generation","og_description":"Discover how retrieval augmented generation can boost financial process automation with contextual intelligence and real-time data retrieval","og_url":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/","og_site_name":"Blog | Xtract.io","article_published_time":"2025-04-10T15:46:47+00:00","article_modified_time":"2025-04-22T09:27:55+00:00","og_image":[{"width":803,"height":401,"url":"https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/RAG-3.png","type":"image\/png"}],"author":"Kavin Varsha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kavin Varsha","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.xtract.io\/blog\/#website","url":"https:\/\/www.xtract.io\/blog\/","name":"Blog | Xtract.io","description":"Web data extraction and aggregation services","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xtract.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/#primaryimage","url":"https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/RAG-3.png","contentUrl":"https:\/\/www.xtract.io\/blog\/wp-content\/uploads\/2025\/04\/RAG-3.png","width":803,"height":401,"caption":"RAG for LLM hallucinations"},{"@type":"WebPage","@id":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/","url":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/","name":"Optimize financial efficiency with retrieval augmented generation","isPartOf":{"@id":"https:\/\/www.xtract.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/#primaryimage"},"datePublished":"2025-04-10T15:46:47+00:00","dateModified":"2025-04-22T09:27:55+00:00","author":{"@id":"https:\/\/www.xtract.io\/blog\/#\/schema\/person\/f192bb350e4f6ecd36a2d641370f7088"},"description":"Discover how retrieval augmented generation can boost financial process automation with contextual intelligence and real-time data retrieval","breadcrumb":{"@id":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.xtract.io\/blog\/retrieval-augmented-generation-a-better-fix-for-llm-hallucinations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xtract.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Why is retrieval augmented generation a better fix for LLM hallucinations?"}]},{"@type":"Person","@id":"https:\/\/www.xtract.io\/blog\/#\/schema\/person\/f192bb350e4f6ecd36a2d641370f7088","name":"Kavin Varsha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xtract.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/xtract.io\/blog\/wp-content\/uploads\/2025\/03\/kavin-varsha_avatar_4-96x96.jpeg","contentUrl":"https:\/\/xtract.io\/blog\/wp-content\/uploads\/2025\/03\/kavin-varsha_avatar_4-96x96.jpeg","caption":"Kavin Varsha"},"description":"Kavin Varsha is a content writer and movie enthusiast with a keen eye for detail. Passionate about discussing the nuances of cinema, she finds joy in the little things and is always ready for an adventure.","url":"https:\/\/www.xtract.io\/blog\/author\/kavin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/posts\/6554"}],"collection":[{"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/comments?post=6554"}],"version-history":[{"count":6,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/posts\/6554\/revisions"}],"predecessor-version":[{"id":6606,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/posts\/6554\/revisions\/6606"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/media\/6556"}],"wp:attachment":[{"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/media?parent=6554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/categories?post=6554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xtract.io\/blog\/wp-json\/wp\/v2\/tags?post=6554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}