paper-with-me

Papers

A Survey of LLM Prompt Datasets: Taxonomy, Linguistic Patterns, and Practical Uses

2025-10-10 · Yuanming Zhang, Yan Lin, Arijit Khan, Huaiyu Wan arxiv

We compile 129 public LLM prompt datasets with more than 1.22TB and more than 673M instances and organize them into a unified taxonomy. We use seven datasets for detailed analysis and identify lexical, syntactic, and semantic patterns that distinguish prompts from general text. We evaluate these features in prompt filtering, source domain routing, and elicited response quality analysis. A 63 dimensional linguistic feature set that can be extracted on a CPU achieves over 91% of the F1 of GPU sentence embeddings and reduces latency per request by nearly half. In cross dataset routing, sentence embeddings reach 0.74 Macro-F1 and a structural feature subset reaches 0.61, compared with the chance level of 0.20. Structural routing features remain negatively associated with elicited response quality after prompt length is controlled on UltraFeedback. The apparent positive association of type to token ratio becomes much smaller under the same control. These findings support prompt processing pipelines that combine efficient structural features with robust semantic routing. Our catalogue, annotations, and code are given at https://github.com/ymzhang-cs/prompt-dataset-analysis.

📄 PDF Abstract BibTeX arXiv:2510.09316

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PromptPrism: A Linguistically-Inspired Taxonomy for Prompts

2025-05-19 · Sullam Jeoung, Yueyan Chen, Yi Zhang, Shuai Wang 외

Prompts are the interface for eliciting the capabilities of large language models (LLMs). Understanding their structure and components is critical for analyzing LLM behavior and optimizing performance. However, the field…

Multilingual Prompt Engineering in Large Language Models: A Survey Across NLP Tasks

2025-05-16 · Shubham Vatsal, Harsh Dubey, Aditi Singh

Large language models (LLMs) have demonstrated impressive performance across a wide range of Natural Language Processing (NLP) tasks. However, ensuring their effectiveness across multiple languages presents unique challe…

Multilingual NLPPrompt Engineering

A Taxonomy of Prompt Defects in LLM Systems

2025-09-17 · Haoye Tian, Chong Wang, BoYang Yang, Lyuye Zhang 외 arxiv

Large Language Models (LLMs) have become key components of modern software, with prompts acting as their de-facto programming interface. However, prompt design remains largely empirical and small mistakes can cascade int…

Prompt Engineering

A Survey on Prompting Techniques in LLMs

2023-11-28 · Prabin Bhandari

Autoregressive Large Language Models have transformed the landscape of Natural Language Processing. Pre-train and prompt paradigm has replaced the conventional approach of pre-training and fine-tuning for many downstream…

Survey

Bugs in Large Language Models Generated Code: An Empirical Study

2024-03-13 · Florian Tambon, Arghavan Moradi Dakhel, Amin Nikanjam, Foutse khomh 외

Large Language Models (LLMs) for code have gained significant attention recently. They can generate code in different programming languages based on provided prompts, fulfilling a long-lasting dream in Software Engineeri…

AttributeCode Generation