<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>UniversalRAG on GuanLin's Latent Space</title><link>https://blog.my-techcore.com/tags/universalrag/</link><description>Recent content in UniversalRAG on GuanLin's Latent Space</description><generator>Hugo -- gohugo.io</generator><language>zh-TW</language><copyright>© 2026 GuanLin's Latent Space. All rights reserved.</copyright><lastBuildDate>Fri, 15 May 2026 16:00:00 +0800</lastBuildDate><atom:link href="https://blog.my-techcore.com/tags/universalrag/index.xml" rel="self" type="application/rss+xml"/><item><title>一個 RAG 搞定文字、圖片、表格與影片——UniversalRAG 模態路由設計深度解析</title><link>https://blog.my-techcore.com/posts/universalrag-deep-dive/</link><pubDate>Fri, 15 May 2026 16:00:00 +0800</pubDate><guid>https://blog.my-techcore.com/posts/universalrag-deep-dive/</guid><description>&lt;blockquote>&lt;p>這篇文章是「Advanced RAG 架構思考」系列的第三篇技術解析，對應的綜述概覽在&lt;a href="https://blog.my-techcore.com/posts/advanced-rag-new-standard-overview/" >這裡&lt;/a>。本篇聚焦 UniversalRAG（arXiv:2504.20734），解析模態差距問題的理論基礎、模態路由的設計邏輯，以及在 10 個 benchmark 上的全面驗證。&lt;/p>&lt;/blockquote>&lt;hr>

&lt;h2 class="relative group">前言：一個問題，三種可能的答案來源
 &lt;div id="前言一個問題三種可能的答案來源" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e5%89%8d%e8%a8%80%e4%b8%80%e5%80%8b%e5%95%8f%e9%a1%8c%e4%b8%89%e7%a8%ae%e5%8f%af%e8%83%bd%e7%9a%84%e7%ad%94%e6%a1%88%e4%be%86%e6%ba%90" aria-label="">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>給你一個問題：「USNS Carl Brashear 軍艦下水典禮上懸掛的是什麼顏色的氣球？」&lt;/p>
&lt;p>這個問題的答案，不在任何文字段落裡。答案在一張典禮現場的&lt;strong>照片&lt;/strong>裡——紅色、白色和藍色。&lt;/p>
&lt;p>如果你的 RAG 系統只有文字語料庫，它會努力搜尋、找到一些關於這艘船的文字描述，然後告訴你「藍色和金色的氣球」（海軍傳統顏色的語意聯想），或者直接說「文件中找不到相關資訊」。&lt;/p>
&lt;p>如果你的系統有圖片語料庫，但架構是「把圖片和文字都放進同一個 Embedding 空間」呢？可能更糟——因為&lt;strong>模態差距（Modality Gap）&lt;/strong>，文字查詢會偏向文字結果，圖片的正確答案反而被壓制在排名後面。&lt;/p>
&lt;p>這就是 KAIST 的 UniversalRAG（arXiv:2504.20734）試圖解決的問題。&lt;/p>

&lt;figure>
 &lt;img class="my-0 rounded-md" src="https://blog.my-techcore.com/images/diagrams/04-universalrag-intro.svg" alt="三種 RAG 架構對比" />
 
 &lt;figcaption>同一個問題，三種架構給出不同結果&lt;/figcaption>
 &lt;/figure>
&lt;hr>

&lt;h2 class="relative group">核心挑戰：模態差距的本質
 &lt;div id="核心挑戰模態差距的本質" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e6%a0%b8%e5%bf%83%e6%8c%91%e6%88%b0%e6%a8%a1%e6%85%8b%e5%b7%ae%e8%b7%9d%e7%9a%84%e6%9c%ac%e8%b3%aa" aria-label="">#&lt;/a>
 &lt;/span>
 
&lt;/h2>

&lt;figure>
 &lt;img class="my-0 rounded-md" src="https://blog.my-techcore.com/images/diagrams/04-universalrag-routing.svg" alt="統一 Embedding 空間的模態差距問題 vs. UniversalRAG 的模態感知路由" />
 
 &lt;figcaption>左：統一 Embedding 方法偏向文字結果。右：UniversalRAG 路由器分配到正確模態空間（Modality Acc 95.28%）&lt;/figcaption>
 &lt;/figure>
&lt;p>UniversalRAG 的最重要貢獻之一，是把「模態差距」這個現象做了精確的理論和實驗驗證。&lt;/p></description></item></channel></rss>