paper-with-me

Papers

Discrete Prompt Optimization via Constrained Generation for Zero-shot Re-ranker

2023-05-23 · Sukmin Cho, Soyeong Jeong, Jeongyeon Seo, Jong C. Park

Re-rankers, which order retrieved documents with respect to the relevance score on the given query, have gained attention for the information retrieval (IR) task. Rather than fine-tuning the pre-trained language model (PLM), the large-scale language model (LLM) is utilized as a zero-shot re-ranker with excellent results. While LLM is highly dependent on the prompts, the impact and the optimization of the prompts for the zero-shot re-ranker are not explored yet. Along with highlighting the impact of optimization on the zero-shot re-ranker, we propose a novel discrete prompt optimization method, Constrained Prompt generation (Co-Prompt), with the metric estimating the optimum for re-ranking. Co-Prompt guides the generated texts from PLM toward optimal prompts based on the metric without parameter update. The experimental results demonstrate that Co-Prompt leads to outstanding re-ranking performance against the baselines. Also, Co-Prompt generates more interpretable prompts for humans against other prompt optimization methods.

📄 PDF Abstract BibTeX arXiv:2305.13729

Code (1)

zomss/co-prompt 공식 구현 pytorch

Tasks

Information RetrievalLanguage ModelingLanguage ModellingRe-RankingRetrieval

Similar Papers 제목 키워드 기반

DiFlow-TTS: Compact and Low-Latency Zero-Shot Text-to-Speech with Discrete Flow Matching

2025-09-11 · Ngoc-Son Nguyen, Thanh V. T. Tran, Hieu-Nghia Huynh-Nguyen, Truong-Son Hy 외 arxiv

Zero-shot text-to-speech (TTS) has made significant progress in replicating unseen voices, yet balancing generation quality and inference efficiency remains challenging. Autoregressive models suffer from high latency, wh…

BIPro: Zero-shot Chinese Poem Generation via Block Inverse Prompting Constrained Generation Framework

2024-11-20 · Xu Zou

Recently, generative pre-trained models have made significant strides, particularly highlighted by the release of ChatGPT and GPT-4, which exhibit superior cross-domain capabilities. However, these models still face chal…

Prompt Recovery for Image Generation Models: A Comparative Study of Discrete Optimizers

2024-08-12 · Joshua Nathaniel Williams, Avi Schwarzschild, J. Zico Kolter

Recovering natural language prompts for image generation models, solely based on the generated images is a difficult discrete optimization problem. In this work, we present the first head-to-head comparison of recent dis…

Image Generation

GraphDF: A Discrete Flow Model for Molecular Graph Generation

2021-02-01 · Youzhi Luo, Keqiang Yan, Shuiwang Ji

We consider the problem of molecular graph generation using deep models. While graphs are discrete, most existing methods use continuous latent variables, resulting in inaccurate modeling of discrete graph structures. In…

Graph GenerationMolecular Graph Generation

InstructZero: Efficient Instruction Optimization for Black-Box Large Language Models

2023-06-05 · Lichang Chen, Jiuhai Chen, Tom Goldstein, Heng Huang 외

Large language models~(LLMs) are instruction followers, but it can be challenging to find the best instruction for different situations, especially for black-box LLMs on which backpropagation is forbidden. Instead of dir…

Bayesian Optimization