<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GPT &#8211; mylogs.cn</title>
	<atom:link href="https://mylogs.cn/tag/gpt/feed/" rel="self" type="application/rss+xml" />
	<link>https://mylogs.cn</link>
	<description>发现、记录、分享</description>
	<lastBuildDate>Mon, 10 Aug 2026 22:04:20 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>不用等 OpenAI 官宣，这样也能估出 GPT/Claude 的知识截止日期</title>
		<link>https://mylogs.cn/gpt-claude-knowledge-cutoff-probing/</link>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Mon, 10 Aug 2026 22:03:57 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[Claude]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[大模型]]></category>
		<category><![CDATA[知识截止]]></category>
		<category><![CDATA[预训练]]></category>
		<guid isPermaLink="false">https://mylogs.cn/gpt-claude-knowledge-cutoff-probing/</guid>

					<description><![CDATA[大模型的「知识截止日期」通常只写在官方文档里，但这些日期到底怎么来的，OpenAI 和 Anthropic 并 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">大模型的「知识截止日期」通常只写在官方文档里，但这些日期到底怎么来的，OpenAI 和 Anthropic 并不会完整公开。开发者 Shrivu Shankar 最近用一组巧妙的探测方法，把 GPT 和 Claude 家族的真实知识边界大致还原了出来。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a7a81cf48c5f&quot;}" data-wp-interactive="core/image" data-wp-key="6a7a81cf48c5f" class="wp-block-image size-large aligncenter wp-lightbox-container"><img fetchpriority="high" decoding="async" width="1200" height="675" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/f9fcea672e06a4412413a9de5daf3624_header.webp" alt="不用等 OpenAI 官宣，这样也能估出 GPT/Claude 的知识截止日期" class="wp-image-4368" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/f9fcea672e06a4412413a9de5daf3624_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/f9fcea672e06a4412413a9de5daf3624_header-300x169.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/f9fcea672e06a4412413a9de5daf3624_header-1024x576.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/f9fcea672e06a4412413a9de5daf3624_header-768x432.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">图片来源：Shrivu Shankar&#8217;s Substack</figcaption></figure>





<h2 class="wp-block-heading">三种探测手段</h2>



<p class="wp-block-paragraph">Shankar 的思路很简单：模型回答问题的准确率会在知识截止日期附近出现明显下降。他设计了三类测试：</p>



<ul class="wp-block-list"><li><strong>不可压缩知识探测</strong>：每天从维基百科挑一个发生在具体日期的事实，让模型做八选一选择题。答对的概率会在训练数据截止后快速下跌。</li><li><strong>数据混合推断</strong>：观察模型如何把 token 拆分成子词，可反推训练语料的构成和 tokenizer 的来源。</li><li><strong>身份自报</strong>：反复问模型「你是什么模型」，通过统计答案分布来推断它在训练时见过哪些模型的自我介绍文本。</li></ul>



<p class="wp-block-paragraph">这些方法都不需要访问模型内部权重，仅靠官方 API 就能完成。</p>



<h2 class="wp-block-heading">实测结果：不同模型的「知识边界」在哪</h2>



<p class="wp-block-paragraph">在每日事实测试中，<strong>GPT-5.4</strong> 的有效知识截止与 OpenAI 官方公布的日期吻合较好，曲线平滑。</p>



<p class="wp-block-paragraph">更值得关注的是 Claude 家族：</p>



<ul class="wp-block-list"><li><strong>Opus 4.7 及以后版本</strong> 共享一个相近的知识截止点，大约在 <strong>2025 年 12 月前后</strong>，意味着它们可能来自同一批预训练基础模型。</li><li><strong>Opus 5</strong> 的官方可靠截止是 <strong>2026 年 5 月</strong>，但探测显示它知道的并不比 2026 年 1 月的模型更多。即使在代码包版本等客观问题上，这个「截止」也没有带来可观测的新知识。</li><li><strong>GPT-5.6 家族</strong> 则有明显不同的曲线，基础检查点大约在 <strong>2026 年 2 月</strong> 完成。</li></ul>



<p class="wp-block-paragraph">作者强调，这些都是估算，真实训练细节可能与他推测的时间存在偏移。</p>



<h2 class="wp-block-heading">模型也会「认错自己」</h2>



<p class="wp-block-paragraph">身份探测实验还揭示了一个有趣现象：<strong>Anthropic 的 Sonnet 5 有时会说自己是 GPT-4</strong>。研究者认为，这可能是因为 Claude 的训练数据混入了大量用户与 ChatGPT 的对话记录。OpenAI 的模型则几乎从不自称 Claude。</p>



<p class="wp-block-paragraph">一个后续实验更夸张：当要求 Claude「像 GPT-4 那样回答身份问题时」，它能复刻 OpenAI 模型的典型偏差，准确率接近七成；而 GPT 模型反过来模仿 Claude 时，准确率只有个位数。这从侧面说明两家模型的训练语料中都含有对方用户会话的痕迹，只是比例和表达方式不同。</p>



<h2 class="wp-block-heading">对普通用户意味着什么</h2>



<p class="wp-block-paragraph">对开发者来说，这些探测方法提供了一种可复现的方式，来判断某个模型是否「知道」最近三个月的新库、新 API 或新事件。对普通用户来说，这也解释了为什么同一个问题在不同模型上会得到不同答案：它们接受的事实截止日期、语料配比甚至训练会话来源都不一样。</p>



<p class="wp-block-paragraph">当然，Shankar 也提醒，所有结论都是基于有限探测得出的估计，真正的训练时间线只有实验室内部掌握。</p>



<p class="has-small-font-size wp-block-paragraph">来源：Hacker News / Shrivu Shankar&#8217;s Substack</p>

]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
