Tom 文献雷达 · Agent × RAG × 长上下文 · 2026-07-24 晚间

本期数量:8 条候选 | 3 条高价值

高价值条目

1. FinanceComplexQA: Agentic Reasoning on Industrial-grade Financial Documents

  • 来源: arXiv (HF Daily) | 2026-07-20 | votes: 3
  • 链接: https://arxiv.org/abs/2607.19238
  • 摘要: 提出 Finance-LaTeX Skill 合成复杂财务文档,结合 Agent 工作流生成 2,000 份专业财务文档及 6,000 条高质量问答对,用于评估 Agent 在真实金融场景下的推理能力。
  • 标签: agent / benchmark
  • 要点: 金融场景的 Agentic Reasoning 基准,专注复杂长文档理解与多步推理,为 RAG × Agent 评估提供垂直领域数据。

2. Multi-Turn On-Policy Distillation with Prefix Replay(ReOPD)

  • 来源: arXiv (HF Daily) | 2026-07-15 | votes: 1
  • 链接: https://arxiv.org/abs/2607.04763
  • 摘要: 提出 Replayed-Prefix On-Policy Distillation,解决 Agent 多轮交互历史无法高效蒸馏到模型权重的难题——无需新环境交互,用预收集教师轨迹作回放前缀,为学生提供每步监督信号。
  • 标签: agent / multimodal
  • 要点: 多轮 Agent 学习效率问题;Context Distillation 的工程化落地路径,无需真实环境 rollout,适合长生命周期 Agent 场景。

3. Substack · The AI Engineers Stack 2026(AI Engineer)

  • 来源: Substack | theaiengineer.substack.com | 2026
  • 链接: https://theaiengineer.substack.com/p/the-ai-agents-stack-2026-edition
  • 摘要: 2024 年 Letta 的 Agent Stack 已演化为 6 层,其中 Memory、Persistence、Tool Registry 等已独立为专门层级;三条"新横线"(Guardrails/安全、Review/人类审核)贯穿全栈。
  • 标签: 综述 / 工程实践
  • 要点: Agent 架构工程化路线图参考;Memory 和 State Management 已成独立赛道,对 RAG 长上下文工程选型有参考价值。

候选补充(5 条)

4. K12-KGraph: Curriculum-Aligned Knowledge Graph for Educational LLMs

  • 来源: HF Daily | 2026-07-22 | votes: 37
  • 链接: https://arxiv.org/abs/2605.09635
  • 摘要: 提出"课程认知"能力,构建 K12 学科知识图谱,含九类节点与十四类关系,覆盖小学到高中数学/物理/化学/生物。
  • 标签: benchmark
  • 要点: 高票但非 Agent/RAG 核心;教育领域多跳推理评测数据。

5. LLMs Get Lost in Evolving User Intent

  • 来源: HF Daily | 2026-07-21 | votes: 11
  • 链接: https://arxiv.org/abs/2607.20734
  • 摘要: 研究 LLM 在多轮对话中如何跟踪用户意图演化,将静态单轮任务转化为动态多轮评估框架。
  • 标签: agent / benchmark
  • 要点: Agent 对话场景下的意图追踪问题,与 Memory 相关性强。

6. Sample-Efficient Learning from Agent Experience

  • 来源: HF Daily | 2026-07-22 | votes: 7
  • 链接: https://arxiv.org/abs/2607.21051
  • 摘要: 研究 Experience Distillation——如何将 Agent 与环境交互历史蒸馏到模型权重,同时保持环境样本效率。
  • 标签: agent
  • 要点: Agent 经验积累与快速适应,与 ReOPD 方向互补。

7. Self-Supervised Learning of Structured Dynamics from Videos

  • 来源: HF Daily | 2026-07-22 | votes: 12
  • 链接: https://arxiv.org/abs/2607.21576
  • 摘要: 从预训练 ViT 特征中恢复相机运动与物体运动的分解表示,学习鲁棒运动表征。
  • 标签: multimodal
  • 要点: 视频理解与 Agent 感知;动作分解对具身 Agent 有潜在价值。

8. SANA-Video 2.0: Hybrid Linear Attention for Video Generation

  • 来源: HF Daily | 2026-07-22 | votes: 8
  • 链接: https://arxiv.org/abs/2607.21553
  • 摘要: 5B/14B 规模视频 DiT,在单 GPU 上生成 720p;混合 Linear-Softmax Attention 兼顾质量与长序列效率。
  • 标签: multimodal / systems
  • 要点: Linear Attention 在长序列视频生成中的应用;工程化高效长上下文处理参考。

本期小结

arXiv 查询受 429/Timeout 影响,本期主要来源为 HF Daily。FinanceComplexQAReOPD 构成两条清晰线索:金融 Agent 基准与多轮蒸馏效率。Stack 2026 Substack 反映 Memory/Persistence 已成为 Agent 架构独立赛道,长上下文工程选型值得关注。