Position Engineering: Boosting Large Language Models Through Positional Information Manipulation · The Large Language Model Bible Contribute to LLM-Bible

Position Engineering: Boosting Large Language Models Through Positional Information Manipulation

He Zhiyuan, Jiang Huiqiang, Wang Zilong, Yang Yuqing, Qiu Luna, Qiu Lili. Arxiv 2024

[Paper]    
In Context Learning Prompting RAG

The performance of large language models (LLMs) is significantly influenced by the quality of the prompts provided. In response, researchers have developed enormous prompt engineering strategies aimed at modifying the prompt text to enhance task performance. In this paper, we introduce a novel technique termed position engineering, which offers a more efficient way to guide large language models. Unlike prompt engineering, which requires substantial effort to modify the text provided to LLMs, position engineering merely involves altering the positional information in the prompt without modifying the text itself. We have evaluated position engineering in two widely-used LLM scenarios: retrieval-augmented generation (RAG) and in-context learning (ICL). Our findings show that position engineering substantially improves upon the baseline in both cases. Position engineering thus represents a promising new strategy for exploiting the capabilities of large language models.

Similar Work