PulseAugur
实时 18:16:49
English(EN) Your agent's failed traces are wasted fine-tuning data

新工具将代理失败转换为微调数据

一款名为 trace2train 的新开源工具已发布,可将失败的代理追踪转换为监督微调 (SFT) 或直接偏好优化 (DPO) 训练数据。该工具作为本地 CLI 工具开发,旨在利用代理错误(例如不正确的工具选择或错误的参数),这些错误通常会丢失在日志中,以改进模型。该工具支持 LangSmithLangfuse 等各种追踪源,并可利用 DeepSeekOpenAI 等模型进行处理,同时通过仅在可从追踪中推导出的情况下生成更正来优先考虑数据完整性。 AI

影响 通过利用先前丢弃的错误数据,实现更高效的 AI 代理微调。

排序理由 面向 AI 开发的新开源工具发布。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新工具将代理失败转换为微调数据

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Wane Hong ·

    Your agent's failed traces are wasted fine-tuning data

    <p>I kept noticing the same thing while building agents: when the agent screws up —<br /> picks the wrong tool, sends bad arguments, over-refuses something harmless — that<br /> failure is genuinely useful. It's a concrete example of my model doing the wrong<br /> thing, which is…