Ting

Ting

满怀希望就会所向披靡

论文 · Generative Agents: Interactive Simulacra of Human Behavior

基础信息

  • 会议/期刊:UIST 2023
  • 论文主题:用大语言模型构造能记忆、反思、规划并互动的 believable generative agents

核心贡献:本文提出 generative agents 架构,将 LLM 与 memory stream、reflection、planning 结合,使 25 个智能体在 Smallville 沙盒世界中表现出可信的个体行为和信息扩散、关系形成、活动协调等群体行为。

论文 · Hopfield-Fenchel-Young Networks: A Unified Framework for Associative Memory Retrieval

基础信息

  • 会议/期刊:Journal of Machine Learning Research 26 (2025), 1-51
  • 关键词:Hopfield networks, associative memory, Fenchel-Young loss, sparse transformations, structured prediction

核心贡献:本文提出 Hopfield-Fenchel-Young Networks,用两个 Fenchel-Young loss 的差构造统一能量框架,把 classical/modern Hopfield networks、sparse transformations、structured retrieval 和 post-transformations 纳入同一凸分析视角,并在多类记忆检索任务上验证稀疏与结构化检索能力。

论文 · MemGPT: Towards LLMs as Operating Systems

基础信息

  • 会议/期刊:arXiv preprint, 2023
  • 论文主题:用操作系统式分层记忆与 virtual context management 扩展固定上下文 LLM

核心贡献:本文提出 MemGPT,将 LLM 类比为操作系统中的处理器,通过 main context、external context、archival storage、recall storage 和 function calling 实现 virtual context management,使固定上下文模型能处理长对话和长文档任务。

论文 · Memory Gym: Towards Endless Tasks to Benchmark Memory Capabilities of Agents

基础信息

  • 会议/期刊:Journal of Machine Learning Research 26 (2025), 1-40
  • 关键词:deep reinforcement learning, memory, benchmark, Transformer-XL, GRU, PPO

核心贡献:本文把 Memory Gym 的三个有限 POMDP 任务扩展为 endless cumulative memory tasks,并提供 CleanRL 中基于 PPO 的 Transformer-XL baseline,证明有限任务上的 sample efficiency 不足以衡量长期 memory effectiveness,且 GRU 在 endless 任务中显著优于 TrXL。

论文 · Score-Aware Policy-Gradient and Performance Guarantees Using Local Lyapunov Stability

基础信息

  • 会议/期刊:Journal of Machine Learning Research 26 (2025), 1-74
  • 关键词:policy gradient, score-aware gradient estimator, average reward RL, exponential family, Lyapunov stability, queueing systems

核心贡献:本文提出 Score-Aware Gradient Estimators (SAGEs),在 MDP stationary distribution 属于由 policy 参数化的 exponential family 时,利用 stationary score 直接估计 average-reward policy gradient,避免 value-function estimation,并用 local Lyapunov stability 证明含不稳定策略的可数状态空间中局部收敛与 regret 保证。

论文 · When to Forget: A Memory Governance Primitive

基础信息

  • 会议/期刊:arXiv preprint, 2026
  • 关键词:memory governance, selective forgetting, retrieval, conditional success probability, Bayesian update

核心贡献:本文提出 Memory Worth (MW),用每条记忆被检索后的成功/失败共现次数构造一个轻量、可在线更新的治理信号,并证明它在明确假设下收敛到条件成功概率 p+(m),可用于陈旧性检测、抑制检索与弃用决策。

0%