PulseAugur
实时 15:47:58
English(EN) CoHyDE: Iterative Co-Training of LLM Rewriter & Dense Encoder for Tool Retrieval

CoHyDE方法通过协同训练的编码器和重写器改进LLM代理工具检索

研究人员开发了CoHyDE,一种新颖的迭代协同训练方法,旨在增强LLM代理的工具检索能力。该方法联合训练一个密集编码器和一个LLM重写器,解决了用户口语化查询与技术API目录之间的词汇不匹配问题。CoHyDE通过使编码器和重写器协同进化并更好地与工具目录对齐,展示了显著的改进,尤其是在模糊查询方面。 AI

影响 增强了LLM代理理解和利用复杂API目录的能力,可能提高了其现实世界任务的完成度。

排序理由 该集群描述了一篇介绍改进LLM代理能力新方法的最新研究论文。

在 Hugging Face Daily Papers 阅读 →

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

CoHyDE方法通过协同训练的编码器和重写器改进LLM代理工具检索

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
该集群描述了一篇介绍改进LLM代理能力新方法的最新研究论文。
Source corroboration
3 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
96 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

完整方法见我们的编辑标准

报道来源 [3]

  1. arXiv cs.AI TIER_1 English(EN) · Vaishali Senthil, Ashutosh Hathidara, Sebastian Schreiber ·

    CoHyDE:用于工具检索的LLM重写器与密集编码器的迭代联合训练

    arXiv:2605.29271v1 Announce Type: new Abstract: Tool retrieval over large API catalogs is a core bottleneck for LLM agents: user queries arrive in colloquial, often underspecified language, while the catalog uses technical API vocabulary that no fixed encoder can bridge on its ow…

  2. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Sebastian Schreiber ·

    CoHyDE:用于工具检索的LLM重写器与密集编码器的迭代协同训练

    Tool retrieval over large API catalogs is a core bottleneck for LLM agents: user queries arrive in colloquial, often underspecified language, while the catalog uses technical API vocabulary that no fixed encoder can bridge on its own. The two dominant training approaches, contras…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    CoHyDE:迭代式联合训练 LLM 重写器与稠密编码器以进行工具检索

    CoHyDE is an iterative method that jointly trains a dense encoder and LLM rewriter to improve tool retrieval from API catalogs, achieving better performance on both specific and vague queries through co-evolutionary training.