AI_writing/pdfs/_legacy_notes_backup_2026-08-02/43_tldm_精读.md

一句话总结:⚠️ 测的是长上下文「理解」,非生成。上下文窗口涨到百万 token,但怎么测"真理解"很难。本文用小说当试金石(128k+ token 的长程语义依赖),建 TLDM 基准测三件事:情节摘要、故事世界配置、叙事时间流逝。结论很硬:7 个前沿 LLM 在 64k token 之后就无法保持稳定理解——远早于窗口上限。

TL;DR 速览(快速收录)

tags: [论文精读, 长上下文理解, 小说, 基准, 硬约束] related: [[15_storyline_trees]], [[01_lost_in_stories]], [[42_chain_of_agents]], [[09_longwriter]]


要点

[!PDF|] 43_tldm.pdf, p.1

benchmark, which tests a model's ability to report plot summary, storyworld configuration, and elapsed narrative time

[!PDF|] 43_tldm.pdf, p.1

none of seven tested frontier LLMs retain stable understanding beyond 64k tokens

[!PDF|] 43_tldm.pdf, p.1

must look beyond "lost in the middle

[!tip] 为什么这对"用 LLM 当长篇判别器"是硬约束? 长篇判别器往往需要读取整本小说。TLDM 表明即使上下文窗口足够,前沿 LLM 在 64k token 后也难以稳定理解情节、世界配置与时间线。因此应先构建场景树或世界状态等结构化表示,或采用 [[42_chain_of_agents]] 的分段协作,而不是直接把整本书塞进单个长窗口。


个人思考