paper-with-me

홈 › Papers

Paraphrase Types Elicit Prompt Engineering Capabilities

2024-06-28 · Jan Philip Wahle, Terry Ruas, Yang Xu, Bela Gipp

Much of the success of modern language models depends on finding a suitable prompt to instruct the model. Until now, it has been largely unknown how variations in the linguistic expression of prompts affect these models. This study systematically and empirically evaluates which linguistic features influence models through paraphrase types, i.e., different linguistic changes at particular positions. We measure behavioral changes for five models across 120 tasks and six families of paraphrases (i.e., morphology, syntax, lexicon, lexico-syntax, discourse, and others). We also control for other prompt engineering factors (e.g., prompt length, lexical diversity, and proximity to training data). Our results show a potential for language models to improve tasks when their prompts are adapted in specific paraphrase types (e.g., 6.7% median gain in Mixtral 8x7B; 5.5% in LLaMA 3 8B). In particular, changes in morphology and lexicon, i.e., the vocabulary used, showed promise in improving prompts. These findings contribute to developing more robust language models capable of handling variability in linguistic expression.

📄 PDF Abstract BibTeX arXiv:2406.19898

Code (2)

jpwahle/emnlp24-prompt-paraphrase 공식 구현
jpwahle/prompt-paraphrase 공식 구현

Tasks

DiversityPrompt Engineering

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

ChatGPT Prompt Patterns for Improving Code Quality, Refactoring, Requirements Elicitation, and Software Design

2023-03-11 · Jules White, Sam Hays, Quchen Fu, Jesse Spencer-Smith 외

This paper presents prompt design techniques for software engineering, in the form of patterns, to solve common problems when using large language models (LLMs), such as ChatGPT to automate common software engineering ac…

Towards Human Understanding of Paraphrase Types in ChatGPT

2024-07-02 · Dominik Meier, Jan Philip Wahle, Terry Ruas, Bela Gipp

Paraphrases represent a human's intuitive ability to understand expressions presented in various different ways. Current paraphrase evaluations of language models primarily use binary approaches, offering limited interpr…

Sentence

Are Large Language Models Really Bias-Free? Jailbreak Prompts for Assessing Adversarial Robustness to Bias Elicitation

2024-07-11 · Riccardo Cantini, Giada Cosenza, Alessio Orsino, Domenico Talia

Large Language Models (LLMs) have revolutionized artificial intelligence, demonstrating remarkable computational power and linguistic capabilities. However, these models are inherently prone to various biases stemming fr…

Adversarial RobustnessFairnessPrompt Engineering

Exploring Prompt Engineering Practices in the Enterprise

2024-03-13 · Michael Desmond, Michelle Brachman

Interaction with Large Language Models (LLMs) is primarily carried out via prompting. A prompt is a natural language instruction designed to elicit certain behaviour or output from a model. In theory, natural language pr…

Prompt Engineering

Power and Limitations of Aggregation in Compound AI Systems

2026-02-25 · Nivasini Ananthakrishnan, Meena Jagadeesan arxiv

When designing compound AI systems, a common approach is to query multiple copies of the same model and aggregate the responses to produce a synthesized output. Given the homogeneity of these models, this raises the ques…

Prompt Engineering