Switch language한국어
Back to the list

CoHyDE: Iterative Co-Training of LLM Rewriter & Dense Encoder for Tool Retrieval

TL;DR AI

Key summary

2 min read
  1. CoHyDE is an iterative co-training method for tool retrieval that jointly improves a dense encoder and an LLM rewriter.

  2. It alternates between retraining the encoder on hypothetical catalog-style descriptions and aligning the rewriter to the encoder’s retrieval scores.

  3. On a ToolBench subset, three rounds beat the strongest single-component baseline for both clear and vague queries.

  4. The biggest gains came on the most underspecified queries, which are a major failure mode for LLM agents.

  5. This could make API-catalog search more reliable when users describe tools in plain or ambiguous language.

Read the original