Research Papers 论文研究 3h ago Updated 1h ago 更新于 1小时前 52

Trajectory-Aware Retrieval Agents for Temporal Decision-Making 轨迹感知检索代理用于时序决策

The paper introduces TLM (Trajectory Language Model), a closed-loop agentic framework for decision-making from long-form, temporally structured text using LLMs. TLM iteratively refines evidence sets using SHAP-guided feedback and employs a latent growth curve model (LGCM) over retrieved chunk embeddings to detect trajectory trends, turning points, and information gaps. Under a scorer-calibration assumption, the iterative refinement procedure is monotonically non-decreasing in the probability ass 提出TLM(Trajectory Language Model)框架,用于处理长文本中的时序决策问题。 引入潜在增长曲线模型(LGCM)分析检索片段嵌入,检测趋势、转折点和信息缺口。 通过SHAP指导的反馈循环迭代优化证据集,提升决策准确性。 在医疗问答、财报惊喜预测和股票隔夜跳空预测任务中表现优于基线方法。 理论证明在评分器校准假设下,迭代过程单调提升正确标签概率。

72
Hot 热度
78
Quality 质量
75
Impact 影响力

Analysis 深度分析

TL;DR

  • The paper introduces TLM (Trajectory Language Model), a closed-loop agentic framework for decision-making from long-form, temporally structured text using LLMs.
  • TLM iteratively refines evidence sets using SHAP-guided feedback and employs a latent growth curve model (LGCM) over retrieved chunk embeddings to detect trajectory trends, turning points, and information gaps.
  • Under a scorer-calibration assumption, the iterative refinement procedure is monotonically non-decreasing in the probability assigned to the correct label.
  • TLM substantially outperforms zero-shot LLM baselines and standard retrieval-augmented approaches on medical question answering and yields consistent, economically meaningful gains on earnings call surprise prediction and overnight stock gap prediction.

Why It Matters

This work addresses a critical limitation in standard RAG pipelines: the fragmentation of chronological context, which discards temporal structure essential for accurate decision-making. By introducing a trajectory-aware framework with interpretable trend detection and iterative refinement, TLM offers a significant advancement for applications in domains like healthcare and finance where temporal dynamics are paramount.

Technical Details

  • Framework: TLM is a closed-loop agentic framework that iteratively refines evidence sets using SHAP-guided feedback to improve decision-making from temporally structured text.
  • Latent Growth Curve Model (LGCM): The key technical innovation is the application of LGCM over retrieved chunk embeddings, enabling interpretable detection of trajectory trends, turning points, and information gaps.
  • Scorer-Calibration Assumption: The paper assumes scorer-calibration, under which the iterative refinement procedure is monotonically non-decreasing in the probability assigned to the correct label.
  • Evaluation Tasks: TLM is evaluated on three temporally grounded decision tasks: medical question answering, earnings call surprise prediction, and overnight stock gap prediction.
  • Performance: TLM outperforms zero-shot LLM baselines and standard retrieval-augmented approaches on the medical task and achieves consistent, economically meaningful gains on the financial tasks.

Industry Insight

  • Temporal Awareness in Decision-Making: The success of TLM highlights the importance of preserving and leveraging temporal structure in decision-making tasks, particularly in domains like healthcare and finance where time-sensitive information is critical.
  • Interpretable AI: The use of LGCM for trajectory detection provides an interpretable mechanism for understanding and improving decision-making processes, which is essential for building trust in AI systems.
  • Iterative Refinement: The iterative refinement approach guided by SHAP feedback offers a robust method for enhancing the accuracy and reliability of LLM-based decision-making systems, suggesting potential applications in other domains requiring temporal reasoning.

TL;DR

  • 提出TLM(Trajectory Language Model)框架,用于处理长文本中的时序决策问题。
  • 引入潜在增长曲线模型(LGCM)分析检索片段嵌入,检测趋势、转折点和信息缺口。
  • 通过SHAP指导的反馈循环迭代优化证据集,提升决策准确性。
  • 在医疗问答、财报惊喜预测和股票隔夜跳空预测任务中表现优于基线方法。
  • 理论证明在评分器校准假设下,迭代过程单调提升正确标签概率。

为什么值得看

该工作解决了传统RAG方法在时序决策中丢失上下文结构的关键缺陷,为金融、医疗等依赖时间演变的领域提供了可解释、可迭代的代理框架。其结合统计建模与LLM的策略为构建更智能的决策型Agent提供了新范式。

技术解析

  • 核心架构为闭环代理框架TLM,通过SHAP值评估每个检索片段对决策的贡献,动态调整证据集合。
  • 使用潜在增长曲线模型(LGCM)对检索到的文本片段嵌入进行时序建模,捕捉隐含的趋势变化与异常点。
  • 理论分析表明,在评分器校准假设成立的前提下,每次迭代都保证不降低正确分类的概率,具有收敛性保障。
  • 实验覆盖三个高价值时序任务:医学问答(需理解病程发展)、 earnings call surprise(需识别语气转折)、stock gap prediction(需结合历史走势)。
  • 未公开具体模型规模或训练细节,但强调其通用性适用于任意支持嵌入检索的LLM系统。

行业启示

  • 面向复杂时序决策场景(如医疗诊断、金融风控),应摒弃静态RAG设计,转向具备自我修正能力的动态证据聚合机制。
  • 可解释性不仅是附加功能,更是构建可信AI系统的核心——LGCM提供的趋势洞察可直接辅助人类专家验证模型判断。
  • 未来Agent开发需深度融合统计建模与深度学习,尤其在数据稀疏或因果链长的领域,此类混合架构将成主流方向。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 RAG 检索增强生成 Agent Agent Research 科学研究