<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Emil</title>
    <description>The latest articles on Forem by Emil (@emilcelestix).</description>
    <link>https://forem.com/emilcelestix</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3854662%2F89eddb70-e33b-41fc-86ac-96d64e64f5cf.png</url>
      <title>Forem: Emil</title>
      <link>https://forem.com/emilcelestix</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/emilcelestix"/>
    <language>en</language>
    <item>
      <title>Beyond Static RAG: Using 1958 Biochemistry to Beat Multi-Hop Retrieval by 14%</title>
      <dc:creator>Emil</dc:creator>
      <pubDate>Wed, 01 Apr 2026 04:16:13 +0000</pubDate>
      <link>https://forem.com/emilcelestix/beyond-static-rag-using-1958-biochemistry-to-beat-multi-hop-retrieval-by-14-4hfn</link>
      <guid>https://forem.com/emilcelestix/beyond-static-rag-using-1958-biochemistry-to-beat-multi-hop-retrieval-by-14-4hfn</guid>
      <description>&lt;p&gt;Standard Retrieval-Augmented Generation (RAG) often falls short on complex, multi-hop questions because it relies on static "lock and key" query matching. If the information needed to answer a query is semantically distant from the original text, standard vector search simply won't find it.&lt;/p&gt;

&lt;p&gt;We've developed Induced-Fit Retrieval (IFR), a dynamic graph traversal approach that mutates the query vector at every step to discover semantically distant but logically connected information.&lt;/p&gt;

&lt;p&gt;The Core Results&lt;br&gt;
We ran our prototype through a rigorous test suite of 30 queries across multiple graph sizes, up to 5.2 million atoms.&lt;/p&gt;

&lt;p&gt;14.3% higher nDCG@10 compared to a competitive RAG-rerank baseline.&lt;/p&gt;

&lt;p&gt;15% Multi-hop Hit@20 in scenarios where traditional RAG methods scored 0%.&lt;/p&gt;

&lt;p&gt;O(1) Latency Scaling: Latency remains near 10ms whether searching 100 atoms or 5.2 million.&lt;/p&gt;

&lt;p&gt;Why Biochemistry?&lt;br&gt;
The system is inspired by Daniel Koshland’s 1958 "induced fit" model. In biology, enzymes change shape upon encountering a substrate to improve binding.&lt;/p&gt;

&lt;p&gt;IFR applies this to Information Retrieval: instead of a static query vector, the vector mutates at each hop based on the visited node's embedding. This allows the query to follow the "curved manifolds" of high-dimensional embedding space that a fixed vector cannot reach.&lt;/p&gt;

&lt;p&gt;Lessons from the Data&lt;br&gt;
Transparency is key to research, so we are also sharing our failures:&lt;/p&gt;

&lt;p&gt;Catastrophic Drift: 67% of our failures occurred because the query mutated too aggressively, losing its original intent.&lt;/p&gt;

&lt;p&gt;The Solution: v2 will implement an "Alpha Floor" to preserve at least 50% of the original query signal at all times.&lt;/p&gt;

&lt;p&gt;We have open-sourced the prototype, our 18 raw JSON result logs, ablation studies, and full technical reports.&lt;/p&gt;

&lt;p&gt;Check out the repo on GitHub:&lt;br&gt;
&lt;a href="https://github.com/emil-celestix/celestix-ifr" rel="noopener noreferrer"&gt;https://github.com/emil-celestix/celestix-ifr&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>python</category>
      <category>rag</category>
    </item>
  </channel>
</rss>
