<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>知識更新 on GuanLin's Latent Space</title><link>https://blog.my-techcore.com/tags/%E7%9F%A5%E8%AD%98%E6%9B%B4%E6%96%B0/</link><description>Recent content in 知識更新 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, 29 May 2026 18:00:00 +0800</lastBuildDate><atom:link href="https://blog.my-techcore.com/tags/%E7%9F%A5%E8%AD%98%E6%9B%B4%E6%96%B0/index.xml" rel="self" type="application/rss+xml"/><item><title>時間推理是 RAG 的弱點——MRAG 如何用計分規則解決時序問題</title><link>https://blog.my-techcore.com/posts/mrag-deep-dive/</link><pubDate>Fri, 29 May 2026 18:00:00 +0800</pubDate><guid>https://blog.my-techcore.com/posts/mrag-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>。本篇聚焦 MRAG（arXiv:2412.15540），完整拆解 TEMPRAGEVAL benchmark 的設計動機、MRAG 三模組架構，以及時序計分規則的具體實現邏輯。&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" aria-label="">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>「2021 年 5 月 6 日，英國首相是誰？」&lt;/p>
&lt;p>正確答案是 Boris Johnson。他在 2019 年 7 月 24 日就任，2022 年 9 月才離職。所以 2021 年 5 月 6 日，他確實在任。&lt;/p>
&lt;p>但如果你的 RAG 系統去搜尋這個問題，它很可能找到 Nicola Sturgeon 的相關文件——因為她在 2021 年 5 月 6 日蘇格蘭議會選舉中獲勝的新聞，正好包含「2021 年 5 月 6 日」這個精確日期，而 RAG 系統的日期匹配機制把它識別為「高度相關的文件」。&lt;/p>
&lt;p>系統輸出：「Nicola Sturgeon」。&lt;/p>
&lt;p>這是一個自信、清晰、完全錯誤的答案。更麻煩的是，如果你不知道正確答案，你很難判斷它是錯的——畢竟它提供了一個「真實事件」（Sturgeon 確實在那天贏得選舉）作為依據。&lt;/p></description></item></channel></rss>