paper-with-me

Papers

What Makes a Good Natural Language Prompt?

2025-06-07 · Do Xuan Long, Duy Dinh, Ngoc-Hai Nguyen, Kenji Kawaguchi, Nancy F. Chen, Shafiq Joty, Min-Yen Kan

As large language models (LLMs) have progressed towards more human-like and human--AI communications have become prevalent, prompting has emerged as a decisive component. However, there is limited conceptual consensus on what exactly quantifies natural language prompts. We attempt to address this question by conducting a meta-analysis surveying more than 150 prompting-related papers from leading NLP and AI conferences from 2022 to 2025 and blogs. We propose a property- and human-centric framework for evaluating prompt quality, encompassing 21 properties categorized into six dimensions. We then examine how existing studies assess their impact on LLMs, revealing their imbalanced support across models and tasks, and substantial research gaps. Further, we analyze correlations among properties in high-quality natural language prompts, deriving prompting recommendations. We then empirically explore multi-property prompt enhancements in reasoning tasks, observing that single-property enhancements often have the greatest impact. Finally, we discover that instruction-tuning on property-enhanced prompts can result in better reasoning models. Our findings establish a foundation for property-centric prompt evaluation and optimization, bridging the gaps between human--AI communication and opening new prompting research directions.

📄 PDF Abstract BibTeX arXiv:2506.06950

Code (1)

dxlong2000/nlprompteval 공식 구현

Similar Papers 제목 키워드 기반

Toward Human Readable Prompt Tuning: Kubrick's The Shining is a good movie, and a good prompt too?

2022-12-20 · Weijia Shi, Xiaochuang Han, Hila Gonen, Ari Holtzman 외

Large language models can perform new tasks in a zero-shot fashion, given natural language prompts that specify the desired behavior. Such prompts are typically hand engineered, but can also be learned with gradient-base…

What Makes a Good Dataset for Knowledge Distillation?

2024-11-19 · CVPR 2025 1 · Logan Frank, Jim Davis

Knowledge distillation (KD) has been a popular and effective method for model compression. One important assumption of KD is that the teacher's original dataset will also be available when training the student. However, …

Continual LearningKnowledge DistillationModel Compression

What Makes Good Examples for Visual In-Context Learning?

2023-01-31 · NeurIPS 2023 11 · Yuanhan Zhang, Kaiyang Zhou, Ziwei Liu

Large-scale models trained on broad data have recently become the mainstream architecture in computer vision due to their strong generalization performance. In this paper, the main focus is on an emergent ability in larg…

In-Context LearningRetrieval

Labels Need Prompts Too: Mask Matching for Natural Language Understanding Tasks

2023-12-14 · Bo Li, Wei Ye, Quansen Wang, Wen Zhao 외

Textual label names (descriptions) are typically semantically rich in many natural language understanding (NLU) tasks. In this paper, we incorporate the prompting methodology, which is widely used to enrich model input, …

Natural Language Understanding

Improving image synthesis with diffusion-negative sampling

2024-11-08 · Alakh Desai, Nuno Vasconcelos

For image generation with diffusion models (DMs), a negative prompt n can be used to complement the text prompt p, helping define properties not desired in the synthesized image. While this improves prompt adherence and …

Image Generation