paper-with-me

홈 › Papers

Order Matters: Rethinking Prompt Construction in In-Context Learning

2025-11-12 · Warren Li, Yiqian Wang, Zihan Wang, Jingbo Shang arxiv

In-context learning (ICL) enables large language models to perform new tasks by conditioning on a sequence of examples. Most prior work reasonably and intuitively assumes that which examples are chosen has a far greater effect on performance than how those examples are ordered, leading to a focus on example selection. We revisit this assumption and conduct a systematic comparison between the effect of selection and ordering. Through controlled experiments on both classification and generation tasks, using multiple open-source model families (0.5B to 27B parameters) and GPT-5, we find that the variance in performance due to different example orderings is comparable to that from using entirely different example sets. Furthermore, we show that strong orderings can be identified using only a development set, achieving performance close to an oracle that selects the best ordering based on test labels. Our findings highlight the equal and intertwined importance of example selection and ordering in prompt design, calling for a reexamination of the assumptions held in ICL.

📄 PDF Abstract BibTeX arXiv:2511.09700

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stress Testing Chain-of-Thought Prompting for Large Language Models

2023-09-28 · Aayush Mishra, Karan Thakkar

This report examines the effectiveness of Chain-of-Thought (CoT) prompting in improving the multi-step reasoning abilities of large language models (LLMs). Inspired by previous studies \cite{Min2022RethinkingWork}, we an…

Translating Natural Language to SQL using Pointer-Generator Networks and How Decoding Order Matters

2018-11-13 · Denis Lukovnikov, Nilesh Chakraborty, Jens Lehmann, Asja Fischer

Translating natural language to SQL queries for table-based question answering is a challenging problem and has received significant attention from the research community. In this work, we extend a pointer-generator and …

Question AnsweringSemantic ParsingTable-based Question Answering

Temporal Prompting Matters: Rethinking Referring Video Object Segmentation

2025-10-08 · Ci-Siang Lin, Min-Hung Chen, I-Jieh Liu, Chien-Yi Wang 외 arxiv

Referring Video Object Segmentation (RVOS) aims to segment the object referred to by the query sentence in the video. Most existing methods require end-to-end training with dense mask annotations, which could be computat…

Referring Video Object Segmentation

Rethinking the Zigzag Flattening for Image Reading

2022-02-21 · Qingsong Zhao, Yi Wang, Zhipeng Zhou, Duoqian Miao 외

Sequence ordering of word vector matters a lot to text reading, which has been proven in natural language processing (NLP). However, the rule of different sequence ordering in computer vision (CV) was not well explored, …

Image ClassificationRepresentation LearningSemantic Segmentation

From Symbolic to Natural-Language Relations: Rethinking Knowledge Graph Construction in the Era of Large Language Models

2026-01-14 · Kanyao Han, Yushang Lai arxiv

Knowledge graphs (KGs) have commonly been constructed using predefined symbolic relation schemas, typically implemented as categorical relation labels. This design has notable shortcomings: real-world relations are often…

Knowledge Graphs