{"id":16636,"date":"2026-01-29T13:09:18","date_gmt":"2026-01-29T13:09:18","guid":{"rendered":"https:\/\/dmsretail.com\/RetailNews\/ai-search-framework-that-teaches-ai-models-to-think-like-experts\/"},"modified":"2026-01-29T13:09:18","modified_gmt":"2026-01-29T13:09:18","slug":"ai-search-framework-that-teaches-ai-models-to-think-like-experts","status":"publish","type":"post","link":"https:\/\/dmsretail.com\/RetailNews\/ai-search-framework-that-teaches-ai-models-to-think-like-experts\/","title":{"rendered":"AI search framework that teaches AI models to think like experts"},"content":{"rendered":"<p> <p><a href=\"https:\/\/dmsretail.com\/online-workshops-list\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-496\" src=\"https:\/\/dmsretail.com\/RetailNews\/wp-content\/uploads\/2022\/05\/RETAIL-ONLINE-TRAINING-728-X-90.png\" alt=\"Retail Online Training\" width=\"729\" height=\"91\" srcset=\"https:\/\/dmsretail.com\/RetailNews\/wp-content\/uploads\/2022\/05\/RETAIL-ONLINE-TRAINING-728-X-90.png 729w, https:\/\/dmsretail.com\/RetailNews\/wp-content\/uploads\/2022\/05\/RETAIL-ONLINE-TRAINING-728-X-90-300x37.png 300w\" sizes=\"auto, (max-width: 729px) 100vw, 729px\" \/><\/a><\/p><br \/>\n<\/p>\n<div>\n<p>For researchers, analysts, and security professionals alike, the ability to\u00a0quickly and accurately retrieve relevant information\u00a0is critical. Yet, as our information landscape grows, so do the challenges of traditional search methods.<\/p>\n<p>The Cisco Foundation AI team\u00a0introduces a novel approach to information retrieval designed to tackle the shortcomings of current search.<\/p>\n<h2 class=\"wp-block-heading has-cisco-green-color has-text-color has-link-color wp-elements-9a758bb1c55f922c1fe33a083f572a7d\" id=\"h-the-challenge-with-current-search\" style=\"font-style:normal;font-weight:400\">The Challenge with Current Search<\/h2>\n<p>Often, when we search for information,\u00a0especially for\u00a0complex topics, our\u00a0initial\u00a0queries might not hit the mark. Traditional search engines, while powerful, typically\u00a0operate\u00a0on a \u201cone-shot\u201d principle: you ask a question, and it gives you results. If those results\u00a0aren\u2019t\u00a0quite right,\u00a0it\u2019s\u00a0up to you to reformulate your query and try again. This process can be inefficient and frustrating, particularly when dealing with nuanced or multi-faceted information needs.<\/p>\n<p>LLMs offer semantic understanding, but they can be computationally expensive and not always ideal for the iterative, exploratory nature of complex searches.\u00a0Existing methods for query rewriting or decomposition often commit to a search plan too early, causing the retrieval process to become trapped in an incorrect search space and miss relevant information.<\/p>\n<h2 class=\"wp-block-heading has-cisco-green-color has-text-color has-link-color wp-elements-4dab47939623286cbb259533f0d942b3\" id=\"h-foundation-ai-s-adaptive-approach\" style=\"font-style:normal;font-weight:400\">Foundation AI\u2019s\u00a0Adaptive Approach<\/h2>\n<p>The Foundation AI\u00a0approach to search\u00a0addresses these limitations by making the retrieval process itself adaptive and intelligent.\u00a0Instead of a static, one-and-done query,\u202fthe framework\u00a0enables models to learn how to\u202f<em>search<\/em>\u202fiteratively, much like a human investigator would.\u00a0This is done using a series of techniques: synthetic trajectory generation to create diverse search behaviors, supervised fine-tuning to\u00a0establish\u00a0the scaffolding for multi-turn search, reinforcement learning (GRPO) to refine search behavior, and finally inference time beam search to exploit the learned self-reflection capabilities.<\/p>\n<p>At its core,\u202four framework\u00a0empowers compact models (from 350M \u2013 1.2B parameters) to:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Learn diverse search strategies:<\/strong>\u202fThrough a process of\u00a0observing\u00a0and learning from various search behaviors,\u00a0the framework\u00a0models understand how to\u00a0approach\u00a0different types\u00a0of queries.<\/li>\n<li><strong>Refine queries based on feedback:<\/strong>\u202fThe system learns to adjust its search queries dynamically, incorporating insights from previously retrieved documents.<\/li>\n<li><strong>Strategically backtrack:<\/strong>\u202fA critical capability is knowing when to abandon an unfruitful path and explore alternative search directions, preventing the \u201crevolving loops\u201d seen in less adaptive systems.<\/li>\n<\/ul>\n<p>Together, these abilities allow\u202four search framework\u202fto conduct a multi-turn\u00a0\u201cconversation\u201d with the information it retrieves,\u00a0reflect on\u00a0intermediate results,\u00a0and\u00a0adapt\u00a0its strategy to zero in on the most relevant evidence. The figure below compares some of the existing approaches discussed with that of\u202fthe Foundation AI\u00a0team\u2019s\u00a0approaches.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"542\" data-lazy-type=\"image\" src=\"https:\/\/blogs.cisco.com\/gcs\/ciscoblogs\/1\/2026\/01\/search-framework-graphic-1024x542.webp\" alt=\"Search framework graphic\" class=\"lazy lazy-hidden wp-image-484683\" style=\"width:762px;height:auto\"\/><noscript><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"542\" src=\"https:\/\/blogs.cisco.com\/gcs\/ciscoblogs\/1\/2026\/01\/search-framework-graphic-1024x542.webp\" alt=\"Search framework graphic\" class=\"wp-image-484683\" style=\"width:762px;height:auto\"\/><\/noscript><figcaption class=\"wp-element-caption\">Figure 1: Overview of\u00a0framework<\/figcaption><\/figure>\n<\/div>\n<p>We illustrate two established query reformulation baselines alongside our\u00a0proposed\u202fframework on an example from the FEVER dataset. While query\u00a0decomposition fails without corpus feedback and query rewriting yields static\u00a0reformulations that ignore retrieval results,\u202fthe Foundation AI\u00a0framework\u00a0performs tree-based exploration with\u00a0structured reasoning spans, revising its strategy as it incorporates contradictory evidence\u00a0and shifts from valley- to mountain-focused queries-effectively backtracking, refining, and\u00a0exploring to recover relevant evidence.<\/p>\n<h2 class=\"wp-block-heading has-cisco-green-color has-text-color has-link-color wp-elements-4435cc58ab26558d6a49eaa3152a89d2\" id=\"h-results\" style=\"font-style:normal;font-weight:400\">Results<\/h2>\n<p>We evaluated\u202four\u00a0approach\u00a0across two challenging benchmark suites that test both retrieval precision and reasoning depth: the BEIR benchmark for classic and multi-hop information retrieval, and the BRIGHT benchmark for reasoning-intensive search spanning scientific, technical, and analytical domains.<\/p>\n<p>Despite being up to 400\u00d7 smaller than the large language models it was compared against,\u202four smaller custom models\u00a0used in the tests\u202fconsistently performed at or above par:<\/p>\n<ul class=\"wp-block-list\">\n<li>On BEIR datasets such as\u00a0SciFact, FEVER,\u00a0HotpotQA, and\u00a0NFCorpus,\u202fthe Foundation AI\u00a0large (1.2B)\u00a0model\u00a0achieved\u202f<strong>77.6%<\/strong>\u202f\u00a0nDCG@10 on\u00a0SciFact\u00a0and\u00a0\u202f<strong>63.2%<\/strong>\u202fnDCG@10\u00a0on\u00a0NFCorpus, surpassing prior retrievers and approaching GPT-4-class performance, while\u00a0maintaining\u00a0strong scores on FEVER (65.3%)\u00a0and\u00a0HotpotQA\u00a0(71.6%).<\/li>\n<li>On BRIGHT, we\u00a0achieved a macro-average nDCG@10 of\u202f<strong>25.2%<\/strong>, outperforming large proprietary models like GPT-4.1 (22.1%) across 12 diverse domains, from economics and psychology to robotics and mathematics.<\/li>\n<\/ul>\n<p>These results\u00a0demonstrate\u00a0that\u202f<strong>learned adaptive search strategies,<\/strong>\u202fnot just model scale, drive retrieval performance.<\/p>\n<h2 class=\"wp-block-heading has-cisco-green-color has-text-color has-link-color wp-elements-c51823a20cffde8e90887167c0a31c6f\" id=\"h-real-world-application-security-search\" style=\"font-style:normal;font-weight:400\">Real-world\u00a0Application:\u00a0Security Search<\/h2>\n<p>The implications of such an adaptive retrieval system\u00a0reach\u00a0across domains, especially in security:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Enhanced Threat Intelligence Analysis<\/strong>:\u202fSecurity analysts are constantly sifting through massive volumes of threat reports, vulnerability databases, and incident data. The\u00a0framework\u2019s\u00a0ability to handle complex, evolving queries and backtrack from dead ends means it can more effectively uncover subtle connections between disparate pieces of intelligence,\u00a0identifying\u00a0emerging threats or attack patterns that a static search might miss.<\/li>\n<li><strong>Faster Incident Response<\/strong>:\u202fWhen a security incident takes place, responders need to quickly\u00a0locate\u00a0relevant logs, network traffic data, and security policies.\u202fAccelerate\u00a0this by adaptively searching through diverse data sources, refining\u00a0queries as new evidence\u00a0emerges\u00a0from the incident, and helping to pinpoint the root cause or affected systems\u00a0faster.<\/li>\n<li><strong>Proactive Vulnerability Research<\/strong>:\u202fSecurity researchers can use\u00a0the framework to\u00a0explore code repositories, technical forums, and security advisories to\u00a0identify\u00a0potential vulnerabilities in systems. Its adaptive nature allows it to follow complex chains of dependencies or exploit techniques, leading to more comprehensive vulnerability discovery.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading has-cisco-green-color has-text-color has-link-color wp-elements-5ff8e2b3215f5b6fed7e99efba63c0dd\" id=\"h-the-future-of-search-is-adaptive\" style=\"font-style:normal;font-weight:400\">The Future of Search is Adaptive<\/h2>\n<p>Our research\u00a0shows that retrieval intelligence is not a function of scale but of strategy. By combining synthetic data, reinforcement learning, and intelligent search algorithms, compact models can achieve powerful adaptive capabilities. This means more efficient,\u00a0cost-effective, and robust information retrieval systems that can\u00a0truly understand\u00a0and adapt to the complexities of human information needs.\u00a0<\/p>\n<p>If\u00a0you\u2019re\u00a0interested in learning more, you can read the full research paper\u00a0\u202fhere on arXiv.<\/p>\n<p>Learn more about the research we do and sign up for updates at the\u00a0Cisco Foundation AI team\u00a0website.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<p class=\"has-text-align-center\" id=\"block-a1b11bef-8542-478b-95c4-6b43d582001b\"><em>We\u2019d love to hear what you think! Ask a question and stay connected with Cisco Security on social media.<\/em><\/p>\n<p class=\"has-text-align-center\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-cisco-green-color\">Cisco Security Social Media<\/mark><\/strong><\/p>\n<p class=\"has-text-align-center\" id=\"block-85b5e58a-7e0a-4b88-a1bd-54a5f658e51f\">LinkedIn<br \/>Facebook<br \/>Instagram<br \/><a href=\"https:\/\/twitter.com\/CiscoSecure\" target=\"_blank\" rel=\"noreferrer noopener\">X<\/a><\/p>\n<\/p><\/div>\n<p><script async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><script async defer src=\"https:\/\/platform.instagram.com\/en_US\/embeds.js\"><\/script><br \/>\n<br \/><p><a href=\"https:\/\/dmsretail.com\/online-workshops-list\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-496\" src=\"https:\/\/dmsretail.com\/RetailNews\/wp-content\/uploads\/2022\/05\/RETAIL-ONLINE-TRAINING-728-X-90.png\" alt=\"Retail Online Training\" width=\"729\" height=\"91\" srcset=\"https:\/\/dmsretail.com\/RetailNews\/wp-content\/uploads\/2022\/05\/RETAIL-ONLINE-TRAINING-728-X-90.png 729w, https:\/\/dmsretail.com\/RetailNews\/wp-content\/uploads\/2022\/05\/RETAIL-ONLINE-TRAINING-728-X-90-300x37.png 300w\" sizes=\"auto, (max-width: 729px) 100vw, 729px\" \/><\/a><\/p><br \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For researchers, analysts, and security professionals alike, the ability to\u00a0quickly and accurately retrieve relevant information\u00a0is critical. Yet, as our information landscape grows, so do the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":16637,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-16636","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"_links":{"self":[{"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/posts\/16636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/comments?post=16636"}],"version-history":[{"count":0,"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/posts\/16636\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/media\/16637"}],"wp:attachment":[{"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/media?parent=16636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/categories?post=16636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dmsretail.com\/RetailNews\/wp-json\/wp\/v2\/tags?post=16636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}