🤖 AI Summary
This work investigates the fundamental limits of large language models (LLMs) in modeling partial orders—a canonical class of non-functional semantic structures—via in-context learning (ICL), where performance sharply degrades with increasing prompt complexity.
Method: We propose a complexity-controllable, inductive prompting paradigm for partial-order modeling—the first such extension of ICL analysis to non-functional relations—and integrate zero-/few-shot prompting, empirical evaluation, and implicit gradient-based optimization modeling to interpret ICL’s generalization constraints from an optimization perspective.
Contribution/Results: Experiments reveal that ICL rapidly saturates on partial-order tasks even with abundant examples, as prompt complexity rises. Theoretical analysis proves this limitation stems from the local convergence behavior of implicit optimization induced by ICL. Our study uncovers an intrinsic bottleneck of ICL in structured non-functional relation learning, offering a novel lens into LLM reasoning mechanisms and prompting design principles.
📝 Abstract
Generating rational and generally accurate responses to tasks, often accompanied by example demonstrations, highlights Large Language Model's (LLM's) remarkable In-Context Learning (ICL) capabilities without requiring updates to the model's parameter space. Despite having an ongoing exploration focused on the inference from a document-level concept, its behavior in learning well-defined functions or relations in context needs a careful investigation. In this article, we present the performance of ICL on partially ordered relation by introducing the notion of inductively increasing complexity in prompts. In most cases, the saturated performance of the chosen metric indicates that while ICL offers some benefits, its effectiveness remains constrained as we increase the complexity in the prompts even in presence of sufficient demonstrative examples. The behavior is evident from our empirical findings and has further been theoretically justified in term of its implicit optimization process. The code is available href{https://anonymous.4open.science/r/ICLonPartiallyOrderSet}{here}.