paper-with-me

홈 › Papers

Learning from Prompt itself: the Hierarchical Attribution Prompt Optimization

2026-01-06 · Dongyu Chen, Jian Ma, Xianpeng Zhang, Lei Zhang, Haonan Lu, Chen Chen, Chuangchuang Wang, Kai Tang arxiv

Optimization is fundamental across numerous disciplines, typically following an iterative process of refining an initial solution to enhance performance. This principle is equally critical in prompt engineering, where designing effective prompts for large language models constitutes a complex optimization challenge. A structured optimization approach requires automated or semi-automated procedures to develop improved prompts, thereby reducing manual effort, improving performance, and yielding an interpretable process. However, current prompt optimization methods often induce prompt drift, where new prompts fix prior failures but impair performance on previously successful tasks. Additionally, generating prompts from scratch can compromise interpretability. To address these limitations, this study proposes the Hierarchical Attribution Prompt Optimization (HAPO) framework, which introduces three innovations: (1) a dynamic attribution mechanism targeting error patterns in training data and prompting history, (2) semantic-unit optimization for editing functional prompt segments, and (3) multimodal-friendly progression supporting both end-to-end LLM and LLM-MLLM workflows. Applied in contexts like single/multi-image QA (e.g., OCRV2) and complex task analysis (e.g., BBH), HAPO demonstrates enhanced optimization efficiency, outperforming comparable automated prompt optimization methods and establishing an extensible paradigm for scalable prompt engineering.

📄 PDF Abstract BibTeX arXiv:2601.02683

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

AttriBoT: A Bag of Tricks for Efficiently Approximating Leave-One-Out Context Attribution

2024-11-22 · Fengyuan Liu, Nikhil Kandpal, Colin Raffel

The influence of contextual input on the behavior of large language models (LLMs) has prompted the development of context attribution methods that aim to quantify each context span's effect on an LLM's generations. The l…

ProCut: LLM Prompt Compression via Attribution Estimation

2025-08-04 · Zhentao Xu, Fengyi Li, Albert Chen, Xiaofeng Wang arxiv

In large-scale industrial LLM systems, prompt templates often expand to thousands of tokens as teams iteratively incorporate sections such as task instructions, few-shot examples, and heuristic rules to enhance robustnes…

Evolving Prompts In-Context: An Open-ended, Self-replicating Perspective

2025-06-22 · Jianyu Wang, Zhiqiang Hu, Lidong Bing

We propose a novel prompt design paradigm that challenges conventional wisdom in large language model (LLM) prompting. While conventional wisdom prioritizes well-crafted instructions and demonstrations for in-context lea…

In-Context LearningLarge Language ModelMathQuestion Answering

Insight-A: Attribution-aware for Multimodal Misinformation Detection

2025-11-17 · Junjie Wu, Yumeng Fu, Chen Gong, Guohong Fu arxiv

AI-generated content (AIGC) technology has emerged as a prevalent alternative to create multimodal misinformation on social media platforms, posing unprecedented threats to societal safety. However, standard prompting le…

Image Captioning

XPrompt:Explaining Large Language Model's Generation via Joint Prompt Attribution

2024-05-30 · Yurui Chang, Bochuan Cao, Yujia Wang, Jinghui Chen 외

Large Language Models (LLMs) have demonstrated impressive performances in complex text generation tasks. However, the contribution of the input prompt to the generated content still remains obscure to humans, underscorin…

Combinatorial OptimizationcounterfactualCounterfactual ExplanationText Generation