paper-with-me

홈 › Papers

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

2026-05-28 · Vaishali Senthil, Ashutosh Hathidara, Sebastian Schreiber arxiv

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, contrastive encoder fine-tuning and HyDE-style query expansion with a frozen LLM, address this problem from opposite ends and fail in complementary directions: the fine-tuned encoder excels when the query's surface form already matches the catalog but collapses when it does not, while zero-shot HyDE is more robust to underspecified queries yet generates catalog-unaware hypothetical descriptions that degrade retrieval when queries are well-formed. We introduce CoHyDE, an iterative procedure that trains the dense encoder and the LLM rewriter as a single co-evolving system: the encoder is retrained with InfoNCE on catalog-style hypothetical descriptions produced by the rewriter, and the rewriter is preference-aligned via DPO against the encoder's retrieval scores, with both sides warm-started on the tool catalog before the loop begins. On a ~10k tool subset of the ToolBench catalog, three rounds of CoHyDE improve over the strongest single-component baseline by +2.5 pp NDCG@5 on standard queries and +6.3 pp on held-out vague queries, with gains as large as +8 pp on the hardest vague tier. Ablations confirm that co-training is the key ingredient: using either component in isolation fails to match CoHyDE on both well-formed and vague queries, with losses of up to -8 pp on vague queries.

📄 PDF Abstract BibTeX arXiv:2605.29271

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rewriter-Evaluator Architecture for Neural Machine Translation

2020-12-10 · ACL 2021 5 · Yangming Li, Kaisheng Yao

Encoder-decoder has been widely used in neural machine translation (NMT). A few methods have been proposed to improve it with multiple passes of decoding. However, their full potential is limited by a lack of appropriate…

DecoderMachine TranslationNMTSentence+1

Rewriter-Evaluator Framework for Neural Machine Translation

2020-09-28 · Yangming Li, Kaisheng Yao

Encoder-decoder architecture has been widely used in neural machine translation (NMT). A few methods have been proposed to improve it with multiple passes of decoding. However, their full potential is limited by a lack o…

DecoderMachine TranslationNMTSentence+1

STORM: Stepwise Token Optimization with Reward-Guided Beam Search

2026-06-09 · Arthur Satouf, Giulio D'Erasmo, Yuxuan Zong, Habiboulaye Amadou Boubacar 외 arxiv

Modern retrieval increasingly relies on dense and learned-sparse neural models that are effective but require encoding the entire corpus into a specialized index, rebuilt whenever the model changes. Lexical retrievers li…

Improving Text-to-Image Generation with Input-Side Inference-Time Scaling

2025-10-14 · Ruibo Chen, Jiacheng Pan, Heng Huang, Zhenheng Yang arxiv

Recent advances in text-to-image (T2I) generation have achieved impressive results, yet existing models often struggle with simple or underspecified prompts, leading to suboptimal image-text alignment, aesthetics, and qu…

Text-to-Image Generation

Learning to Perform Local Rewriting for Combinatorial Optimization

2018-09-30 · NeurIPS 2019 12 · Xinyun Chen, Yuandong Tian

Search-based methods for hard combinatorial optimization are often guided by heuristics. Tuning heuristics in various conditions and situations is often time-consuming. In this paper, we propose NeuRewriter that learns a…

Combinatorial OptimizationReinforcement LearningReinforcement Learning (RL)Scheduling