paper-with-me

홈 › Papers

Task Facet Learning: A Structured Approach to Prompt Optimization

2024-06-15 · Gurusha Juneja, Gautam Jajoo, Nagarajan Natarajan, Hua Li, Jian Jiao, Amit Sharma

Given a task in the form of a basic description and its training examples, prompt optimization is the problem of synthesizing the given information into a text prompt for a large language model. Humans solve this problem by also considering the different facets that define a task (e.g., counter-examples, explanations, analogies) and including them in the prompt. However, it is unclear whether existing algorithmic approaches, based on iteratively editing a given prompt or automatically selecting a few in-context examples, can cover the multiple facets required to solve a complex task. In this work, we view prompt optimization as that of learning multiple facets of a task from a set of training examples. We exploit structure in the prompt optimization problem and break down a prompt into loosely coupled semantic sections. The proposed algorithm, UniPrompt, (1) clusters the input space and uses clustered batches so that each batch likely corresponds to a different facet of the task, and (2) utilizes a feedback mechanism to propose adding, editing or deleting a section, which in turn is aggregated over a batch to capture generalizable facets. Empirical evaluation on multiple datasets and a real-world task shows that prompts generated using \shortname{} obtain higher accuracy than human-tuned prompts and those from state-of-the-art methods. In particular, our algorithm can generate long, complex prompts that existing methods are unable to generate. Code for UniPrompt is available at https://aka.ms/uniprompt.

📄 PDF Abstract BibTeX arXiv:2406.10504

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Structured Object Language Modeling (SoLM): Native Structured Objects Generation Conforming to Complex Schemas with Self-Supervised Denoising

2024-11-28 · Amir Tavanaei, Kee Kiat Koo, Hayreddin Ceker, Shaobai Jiang 외

In this paper, we study the problem of generating structured objects that conform to a complex schema, with intricate dependencies between the different components (facets) of the object. The facets of the object (attrib…

DenoisingLanguage ModelingLanguage ModellingObject+2

Efficient Multi-objective Prompt Optimization via Pure-exploration Bandits

2026-05-14 · Donghao Li, Chengshuai Shi, Weijuan Ou, Cong Shen 외 arxiv

Prompt engineering has become central to eliciting the capabilities of large language models (LLMs). At its core lies prompt selection -- efficiently identifying the most effective prompts. However, most prior investigat…

Prompt Engineering

Against Multifaceted Graph Heterogeneity via Asymmetric Federated Prompt Learning

2024-11-04 · Zhuoning Guo, Ruiqian Han, Hao liu

Federated Graph Learning (FGL) aims to collaboratively and privately optimize graph models on divergent data for different tasks. A critical challenge in FGL is to enable effective yet efficient federated optimization ag…

Graph LearningPrompt LearningTransfer Learning

VISTA: A Test-Time Self-Improving Video Generation Agent

2025-10-17 · Do Xuan Long, Xingchen Wan, Hootan Nakhost, Chen-Yu Lee 외 arxiv

Despite rapid advances in text-to-video synthesis, generated video quality remains critically dependent on precise user prompts. Existing test-time optimization methods, successful in other domains, struggle with the mul…

Video Generation

Analyzing Coherency in Facet-based Clarification Prompt Generation for Search

2024-01-09 · Oleg Litvinov, Ivan Sekulić, Mohammad Aliannejadi, Fabio Crestani

Clarifying user's information needs is an essential component of modern search systems. While most of the approaches for constructing clarifying prompts rely on query facets, the impact of the quality of the facets is re…