paper-with-me

Papers

Semantic Anchors in In-Context Learning: Why Small LLMs Cannot Flip Their Labels

2025-11-26 · Anantha Padmanaban Krishna Kumar arxiv

Can in-context learning (ICL) override pre-trained label semantics, or does it merely refine an existing semantic backbone? We address this question by treating LLMs as prompt-induced classifiers and contrasting their behavior under \emph{natural} demonstrations (with correct labels) and \emph{inverted} demonstrations (systematically flipping label meanings). We decompose ICL behavior into three alignment metrics (truth, prior, and prompt alignment) and introduce a semantic override rate, defined as correctness under flipped semantics. Across eight classification tasks and eight open-source LLMs (1--12B parameters), we find consistent evidence for a semantic anchor view. With natural demonstrations, ICL improves accuracy while maintaining strong prior alignment; most correct predictions coincide with zero-shot behavior, even when the prior is weak. With inverted demonstrations, models cannot learn coherent anti-semantic classifiers: prompt alignment increases only by sacrificing accuracy, and semantic override rates remain exactly zero in our few-shot 1--12B setting. Rather than flexibly remapping label meanings, ICL primarily adjusts how inputs project onto stable semantic directions learned during pre-training, clarifying fundamental limits of few-shot prompting and suggesting that overriding label semantics at these scales requires interventions beyond ICL. All code is available at: https://github.com/AnanthaPadmanaban-KrishnaKumar/semantic-anchors-icl.

📄 PDF Abstract BibTeX arXiv:2511.21038

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Caliper: Probing Lexical Anchors versus Causal Structure in LLMs

2026-06-03 · Zhenyu Yu, Shuigeng Zhou arxiv

Large language models reach 50 to 70% accuracy on causal reasoning benchmarks such as CLadder, but it is unclear whether this reflects structural reasoning or lexical pattern matching. We introduce Caliper, a controlled …

STELLA: Guiding Large Language Models for Time Series Forecasting with Semantic Abstractions

2025-12-04 · Junjie Fan, Hongye Zhao, Linduo Wei, Jiayu Rao 외 arxiv

Recent adaptations of Large Language Models (LLMs) for time series forecasting often fail to effectively enhance information for raw series, leaving LLM reasoning capabilities underutilized. Existing prompting strategies…

Time Series Forecasting

Label Words are Anchors: An Information Flow Perspective for Understanding In-Context Learning

2023-05-23 · Lean Wang, Lei LI, Damai Dai, Deli Chen 외

In-context learning (ICL) emerges as a promising capability of large language models (LLMs) by providing them with demonstration examples to perform diverse tasks. However, the underlying mechanism of how LLMs learn from…

In-Context Learning

$\textbf{S}^2$IP-LLM: Semantic Space Informed Prompt Learning with LLM for Time Series Forecasting

2024-03-09 · Zijie Pan, Yushan Jiang, Sahil Garg, Anderson Schneider 외

Recently, there has been a growing interest in leveraging pre-trained large language models (LLMs) for various time series applications. However, the semantic space of LLMs, established through the pre-training, is still…

Prompt LearningTime SeriesTime Series Forecasting

Information-Guided Frontier Decoding: Contextual Utility-Driven Commitment in dMLLMs

2026-08-27 · Xingyou Fang, Jingxing Zhong, Xiaosong Yuan, Xiaofeng Zhang arxiv

Decoding quality in diffusion multimodal language models (dMLLMs) depends heavily on the order in which masked tokens are committed. Existing confidence-based strategies prioritize locally easy tokens, but confidence doe…