{"id":1158,"date":"2025-04-11T05:13:32","date_gmt":"2025-04-11T05:13:32","guid":{"rendered":"https:\/\/violethoward.com\/new\/whats-inside-the-llm-ai2-olmotrace-will-trace-the-source\/"},"modified":"2025-04-11T05:13:32","modified_gmt":"2025-04-11T05:13:32","slug":"whats-inside-the-llm-ai2-olmotrace-will-trace-the-source","status":"publish","type":"post","link":"https:\/\/violethoward.com\/new\/whats-inside-the-llm-ai2-olmotrace-will-trace-the-source\/","title":{"rendered":"What&#8217;s inside the LLM? Ai2 OLMoTrace will &#8216;trace&#8217; the source"},"content":{"rendered":" \r\n<br><div>\n\t\t\t\t<div id=\"boilerplate_2682874\" class=\"post-boilerplate boilerplate-before\">\n<p><em>Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n<\/div><p>Understanding precisely how the output of a large language model (LLM) matches with training data has long been a mystery and a challenge for enterprise IT.<\/p>\n\n\n\n<p>A new open-source effort launched this week by the Allen Institute for AI (Ai2)\u00a0aims to help solve that challenge by tracing LLM output to training inputs. The OLMoTrace tool allows users to trace language model outputs directly back to the original training data, addressing one of the most significant barriers to enterprise AI adoption: the lack of transparency in how AI systems make decisions.<\/p>\n\n\n\n<p>OLMo is an acronym <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">for Open Language Model, which is also the name of\u00a0Ai2\u2019s family of open-source LLMs. On the company\u2019s Ai2 Playground site, users can try out OLMoTrace with the recently released OLMo 2 32B model. The open-source code is also available on\u00a0GitHub\u00a0and is\u00a0<\/span>freely available for anyone to use.<\/p>\n\n\n\n<p>Unlike existing approaches focusing on confidence scores or retrieval-augmented generation, OLMoTrace offers a direct window into the relationship between model outputs and the multi-billion-token training datasets that shaped them.<\/p>\n\n\n\n<p>\u201cOur goal is to help users understand why language models generate the responses they do,\u201d Jiacheng Liu, researcher at Ai2 told VentureBeat.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-olmotrace-works-more-than-just-citations\">How OLMoTrace works: More than just citations<\/h2>\n\n\n\n<p>LLMs with web search functionality, like Perplexity or ChatGPT Search, can provide source citations. However, those citations are fundamentally different from what OLMoTrace does.<\/p>\n\n\n\n<p>Liu explained that Perplexity and ChatGPT Search use retrieval-augmented generation (RAG). With RAG, the purpose is to improve the quality of model generation by providing more sources than what the model was trained on. OLMoTrace is different because it traces the output from the model itself without any RAG or external document sources.<\/p>\n\n\n\n<p>The technology identifies long, unique text sequences in model outputs and matches them with specific documents from the training corpus. When a match is found, OLMoTrace highlights the relevant text and provides links to the original source material, allowing users to see exactly where and how the model learned the information it\u2019s using.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-beyond-confidence-scores-tangible-evidence-of-ai-decision-making\">Beyond confidence scores: Tangible evidence of AI decision-making<\/h2>\n\n\n\n<p>By design, LLMs generate outputs based on model weights that help to provide a confidence score. The basic idea is that the higher the confidence score, the more accurate the output.<\/p>\n\n\n\n<p>In Liu\u2019s view, confidence scores are fundamentally flawed.<\/p>\n\n\n\n<p>\u00a0\u201cModels can be overconfident of the stuff they generate and if you ask them to generate a score, it\u2019s usually inflated,\u201d Liu said. \u201cThat\u2019s what academics call a calibration error\u2014the confidence that models output does not always reflect how accurate their responses really are.\u201d<\/p>\n\n\n\n<p>Instead of another potentially misleading score, OLMoTrace provides direct evidence of the model\u2019s learning source, enabling users to make their own informed judgments.<\/p>\n\n\n\n<p>\u201cWhat OLMoTrace does is showing you the matches between model outputs and the training documents,\u201d Liu explained. \u201cThrough the interface, you can directly see where the matching points are and how the model outputs coincide with the training documents.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-olmotrace-compares-to-other-transparency-approaches\">How OLMoTrace compares to other transparency approaches<\/h2>\n\n\n\n<p>Ai2 is not alone in the quest to better understand how LLMs generate output. Anthropic recently released its own research into the issue. That research focused on model internal operations, rather than understanding data.<\/p>\n\n\n\n<p>\u201cWe are taking a different approach from them,\u201d Liu said. \u201cWe are directly tracing into the model behavior, into their training data, as opposed to tracing things into the model neurons, internal circuits, that kind of thing.\u201d<\/p>\n\n\n\n<p>This approach makes OLMoTrace more immediately useful for enterprise applications, as it doesn\u2019t require deep expertise in neural network architecture to interpret the results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-enterprise-ai-applications-from-regulatory-compliance-to-model-debugging\">Enterprise AI applications: From regulatory compliance to model debugging<\/h2>\n\n\n\n<p>For enterprises deploying AI in regulated industries like healthcare, finance, or legal services, OLMoTrace offers significant advantages over existing black-box systems.<\/p>\n\n\n\n<p>\u201cWe think OLMoTrace will help enterprise and business users to better understand what is used in the training of models so that they can be more confident when they want to build on top of them,\u201d Liu said. \u201cThis can help increase the transparency and trust between them of their models, and also for customers of their model behaviors.\u201d<\/p>\n\n\n\n<p>The technology enables several critical capabilities for enterprise AI teams:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fact-checking model outputs against original sources<\/li>\n\n\n\n<li>Understanding the origins of hallucinations<\/li>\n\n\n\n<li>Improving model debugging by identifying problematic patterns<\/li>\n\n\n\n<li>Enhancing regulatory compliance through data traceability<\/li>\n\n\n\n<li>Building trust with stakeholders through increased transparency<\/li>\n<\/ul>\n\n\n\n<p>The Ai2 team has already used OLMoTrace to identify and correct their models\u2019 issues.<\/p>\n\n\n\n<p>\u201cWe are already using it to improve our training data,\u201d Liu reveals. \u201cWhen we built OLMo 2 and we started our training, through OLMoTrace, we found out that actually some of the post-training data was not good.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-this-means-for-enterprise-ai-adoption\">What this means for enterprise AI adoption<\/h2>\n\n\n\n<p>For enterprises looking to lead the way in AI adoption, OLMoTrace represents a significant step toward more accountable enterprise AI systems. The technology is available under an Apache 2.0 open-source license, which means that any organization with access to its model\u2019s training data can implement similar tracing capabilities.<\/p>\n\n\n\n<p>\u201cOLMoTrace can work on any model, as long as you have the training data of the model,\u201d Liu notes. \u201cFor fully open models where everyone has access to the model\u2019s training data, anyone can set up OLMoTrace for that model and for proprietary models, maybe some providers don\u2019t want to release their data, they can also do this OLMoTrace internally.\u201d<\/p>\n\n\n\n<p>As AI governance frameworks continue to evolve globally, tools like OLMoTrace that enable verification and auditability will likely become essential components of enterprise AI stacks, particularly in regulated industries where algorithmic transparency is increasingly mandated.<\/p>\n\n\n\n<p>For technical decision-makers weighing the benefits and risks of AI adoption, OLMoTrace offers a practical path to implementing more trustworthy and explainable AI systems without sacrificing the power of large language models.<\/p>\n<div id=\"boilerplate_2660155\" class=\"post-boilerplate boilerplate-after\"><div class=\"Boilerplate__newsletter-container vb\">\n<div class=\"Boilerplate__newsletter-main\">\n<p><strong>Daily insights on business use cases with VB Daily<\/strong><\/p>\n<p class=\"copy\">If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.<\/p>\n<p class=\"Form__newsletter-legal\">Read our Privacy Policy<\/p>\n<p class=\"Form__success\" id=\"boilerplateNewsletterConfirmation\">\n\t\t\t\t\tThanks for subscribing. Check out more VB newsletters here.\n\t\t\t\t<\/p>\n<p class=\"Form__error\">An error occured.<\/p>\n<\/p><\/div>\n<div class=\"image-container\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/venturebeat.com\/wp-content\/themes\/vb-news\/brand\/img\/vb-daily-phone.png\" alt=\"\"\/>\n\t\t\t\t<\/div>\n<\/p><\/div>\n<\/div>\t\t\t<\/div>\r\n<br>\r\n<br><a href=\"https:\/\/venturebeat.com\/ai\/whats-inside-the-llm-ai2-olmotrace-will-trace-the-source\/\">Source link <\/a>","protected":false},"excerpt":{"rendered":"<p>Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More Understanding precisely how the output of a large language model (LLM) matches with training data has long been a mystery and a challenge for enterprise IT. A new open-source effort launched this week by the Allen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1159,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-1158","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-automation"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/violethoward.com\/new\/wp-content\/uploads\/2025\/04\/whats-inside-the-ai-box-smk.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/1158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/comments?post=1158"}],"version-history":[{"count":0,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/1158\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media\/1159"}],"wp:attachment":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media?parent=1158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/categories?post=1158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/tags?post=1158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69e302c146fa5c92dc28ac12. Config Timestamp: 2026-04-18 04:04:16 UTC, Cached Timestamp: 2026-04-29 01:58:49 UTC -->